mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Revise doc for issue #530
This commit is contained in:
parent
0ea2457db6
commit
07e747a08f
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
- Added a fix from Yorick Hardy to define `*ai-v4mapped*` to zero on platforms where `AI_V4MAPPED` is undefined.
|
- Added a fix from Yorick Hardy to define `*ai-v4mapped*` to zero on platforms where `AI_V4MAPPED` is undefined.
|
||||||
- Updated `sqrt` to properly handle complex results given non-complex input. EG: `(sqrt -1) ==> 1i`. Thanks to Christopher Hebert for the bug report.
|
- Updated `sqrt` to properly handle complex results given non-complex input. EG: `(sqrt -1) ==> 1i`. And updated the parser to properly handle `+i` and `-i`. Thanks to Christopher Hebert for the bug reports!
|
||||||
- Updated parser to properly handle `+i` and `-i`. Thanks to Christopher Hebert for the bug report.
|
|
||||||
|
|
||||||
## 0.36.0 - February 14, 2024
|
## 0.36.0 - February 14, 2024
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue