JuliaMath/Decimals.jl

Incorrect division of large numbers

robsmith11 opened this issue · 0 comments

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