Decimals.jl
Decimals.jl copied to clipboard
Incorrect division of large numbers
I had expected this to work:
julia> Decimal(10)^30 / Decimal(2)^100
Decimal(0, 0, 0)
With python:
In [9]: 10**30 / 2**100
Out[9]: 0.7888609052210118