mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Cleanup 0.9.9 fixes
This commit is contained in:
parent
8efbf60528
commit
ed2ab18be1
2 changed files with 1 additions and 3 deletions
1
AUTHORS
1
AUTHORS
|
@ -11,3 +11,4 @@ Seth Alves
|
|||
Aric Belsito
|
||||
Mark Meyer
|
||||
Vasilij Schneidermann
|
||||
Petr Pražák
|
||||
|
|
|
@ -9,9 +9,6 @@ Bug Fixes
|
|||
- 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.
|
||||
|
||||
|
||||
TBD: 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