This commit is contained in:
Justin Ethier 2019-02-18 16:49:45 -05:00
parent 204e31e362
commit c1af2cfdcc

View file

@ -6,6 +6,12 @@ Bug Fixes
- Fix from Petr Pražák to avoid compilation errors when using newer versions of LibTomMath. - 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. - Avoid cases where bignums are not initialized properly by the runtime and incorrectly retain a value of zero.
- Handle the following edge cases from R7RS:
> If z is a complex number, then (real? z) is true if and
> only if (zero? (imag-part z)) is true. If x is an inexact
> real number, then (integer? x) is true if and only if (=
> x (round x)).
## 0.9.8 - February 16, 2019 ## 0.9.8 - February 16, 2019