Last active
July 17, 2020 23:33
-
-
Save noelworden/f4eec2d5c8f526311321036cd3c591a6 to your computer and use it in GitHub Desktop.
#blog_snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| iex> Decimal.to_string(Decimal.mult(Decimal.cast("0.8"), 100), :xsd) | |
| "80.0" | |
| iex> Decimal.to_string(Decimal.mult(Decimal.cast("0.87"), 100), :xsd) | |
| "87.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment