mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Add latest fix
This commit is contained in:
parent
42608c77cb
commit
393615e039
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ Features
|
|||
|
||||
Bug Fixes
|
||||
|
||||
- Yorick Hardy provided a fix to `round` so that Cyclone will round to even when x is halfway between two integers, as required by R7RS.
|
||||
- Updated various numeric functions to properly handle numeric type conversions, including `quotient`, `remainder`, `numerator`, `denominator`, `truncate`, `truncate-quotient`, and `/`.
|
||||
- Fix `exact` to properly handle complex numbers, including raising an error when passed `nan` or `inf` double values.
|
||||
- Ensure the runtime properly differentiates between `+inf.0` and `-inf.0`. Thanks to jpellegrini for the bug report.
|
||||
|
|
Loading…
Add table
Reference in a new issue