basvandijk / scientific

Arbitrary-precision floating-point numbers represented using scientific notation
BSD 3-Clause "New" or "Revised" License
73 stars 40 forks source link

'/' diverges even if its output is finite. #23

Closed neongreen closed 9 years ago

neongreen commented 9 years ago
> 0.6/0.3 :: Scientific
^CInterrupted.

The reason is that it's implemented using recip, which diverges for 0.3.

basvandijk commented 9 years ago

Thanks for the bug report!

basvandijk commented 9 years ago

I released scientific-0.3.3.6 with a fix.