Document fixes to sqrt

This commit is contained in:
Justin Ethier 2024-03-12 19:25:23 -07:00
parent 512e962a9b
commit 1f76d474f7

View file

@ -5,6 +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.
## 0.36.0 - February 14, 2024 ## 0.36.0 - February 14, 2024