Releases: tdelmas/typed_floats
Releases · tdelmas/typed_floats
1.0.4
Security
- Invalid return type for
recip
and to_radiants
#200
⚠️ This is a breaking change, and exceptionally semver is not respected as it will only break code with the security issue.
1.0.3
Added
- When possible, floats methods are const (rust>=1.83)
1.0.1
What's Changed
PartialEq
and PartialOrd
implementations added between all 12 types, and with f32
/f64
.
Full Changelog: 1.0.0...1.0.1
1.0.0
- First version to commit to semantic versioning.
- Macros to create
const
values
0.7.4
Default
implementation for types accepting 0.0
or -0.0
- Fix
Ord
implementation (Stack overflow) and add tests
- New macro
assert_float_eq
that differentiate 0.0
from -0.0
.
- Improved documentation and tests