Skip to content

improved error handling

Latest
Compare
Choose a tag to compare
@brenzi brenzi released this 22 Jan 10:00
· 16 commits to master since this release
310e0d3
[transcendental] sqrt: change error type from () to &'static str. (#7)

* Closes #6: Resolve this by printing an error if an overflow occurs in `sqrt`due to small numbers.
* Add test that shows the approximate lower bound of working values for I32F32
* version bump: v0.5.5