decimal icon indicating copy to clipboard operation
decimal copied to clipboard

An Erlang decimal arithmetic library.

Results 2 decimal issues
Sort by recently updated
recently updated
newest added

This PR speedups decimal:add/2 and few other functions with usage of case expression for pow_of_ten calculations for exponents up to 100 (should be enough for most real-world cases). How to...

We would like to use both repositories. Phoenix server uses elixir version, and one of our applications uses this one. Unfortunately this way we can't start the node with two...