mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +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
|
Aric Belsito
|
||||||
Mark Meyer
|
Mark Meyer
|
||||||
Vasilij Schneidermann
|
Vasilij Schneidermann
|
||||||
|
Petr Pražák
|
||||||
|
|
|
@ -10,9 +10,6 @@ Bug Fixes
|
||||||
|
|
||||||
> If `z` is a complex number, then `(real? z)` is true if and only if `(zero? (imag-part z))` is true.
|
> 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
|
## 0.9.8 - February 16, 2019
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|
Loading…
Add table
Reference in a new issue