mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 15:27:36 +02:00
New release
This commit is contained in:
parent
5ec1dd7eef
commit
d46e9ef86a
1 changed files with 13 additions and 0 deletions
13
_posts/2019-02-19-Released-Cyclone-Scheme-0.9.9.md
Normal file
13
_posts/2019-02-19-Released-Cyclone-Scheme-0.9.9.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Released Cyclone Scheme 0.9.9
|
||||||
|
excerpt: This release contains several bug fixes for numeric operations.
|
||||||
|
---
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
|
||||||
|
- Fix from Petr Pražák to avoid compilation errors when using newer versions of LibTomMath.
|
||||||
|
- Avoid cases where bignums are not initialized properly by the runtime and incorrectly retain a value of zero.
|
||||||
|
- 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.
|
Loading…
Add table
Reference in a new issue