mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-20 14:19:17 +02:00
Adjust formatting
This commit is contained in:
parent
c1af2cfdcc
commit
990cc96e4b
1 changed files with 1 additions and 4 deletions
|
@ -8,10 +8,7 @@ Bug Fixes
|
|||
- 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)).
|
||||
> 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue