mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Update CHANGELOG.md
This commit is contained in:
parent
4c0bf87f8b
commit
131bae3863
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
- Prevent truncation when dividing two fixnums.
|
- Fixed the division (`/`) operator to ensure exact arguments will produce inexact results rather than incorrect fixnum results. The example given in R7RS is that `(/ 3 4)` must not return a mathematically incorrect result of `0`. This was previously broken in compiled code though `icyc` would return the correct result.
|
||||||
|
|
||||||
## 0.14 - February 11, 2020
|
## 0.14 - February 11, 2020
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue