Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#18] Improve precision using Decimal #19

Merged
merged 3 commits into from
Sep 16, 2016

Conversation

danielberkompas
Copy link
Owner

Uses Decimal everywhere possible to increase precision. Unfortunately,
this is currently not possible for Number.SI, since it relies on
the Erlang functions math:log and math:pow which only take floats,
and have no equivalents in the Decimal library.

See #18 for more details.

Uses Decimal everywhere possible to increase precision. Unfortunately,
this is currently not possible for `Number.SI`, since it relies on
the Erlang functions `math:log` and `math:pow` which only take floats,
and have no equivalents in the Decimal library.

See #18 for more details.
* master:
  Fix Number.Delimit.number_to_delimited cannot handle negative in string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant