Skip to content

Instantly share code, notes, and snippets.

@noelworden
Last active July 17, 2020 23:33
Show Gist options
  • Select an option

  • Save noelworden/f4eec2d5c8f526311321036cd3c591a6 to your computer and use it in GitHub Desktop.

Select an option

Save noelworden/f4eec2d5c8f526311321036cd3c591a6 to your computer and use it in GitHub Desktop.
#blog_snippets
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