mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
500 B
500 B
layout | title | excerpt |
---|---|---|
post | Released Cyclone Scheme 0.9.9 | This release contains several bug fixes for numeric operations. |
Bug Fixes
-
Fix from Petr Pražák to avoid compilation errors when using newer versions of LibTomMath.
-
Avoid cases where bignums are not initialized properly by the runtime and incorrectly retain a value of zero.
-
Handle the following edge case from R7RS:
If
z
is a complex number, then(real? z)
is true if and only if(zero? (imag-part z))
is true.