Skip to content

Commit

Permalink
Document fixes to sqrt
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Mar 13, 2024
1 parent 512e962 commit 1f76d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Bug Fixes

- 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

Expand Down

0 comments on commit 1f76d47

Please sign in to comment.