Skip to content

Releases: encointer/substrate-fixed

improved error handling

22 Jan 10:00
310e0d3
Compare
Choose a tag to compare
[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

initial fork release

28 Mar 18:43
Compare
Choose a tag to compare

adds support for substrate-specific traits
adds transcendental functions. Mainly for signed types so far.