5 unstable releases
0.3.1 | Nov 3, 2023 |
---|---|
0.3.0 | Aug 10, 2023 |
0.2.0 | Jul 25, 2023 |
0.1.2 | Jul 25, 2023 |
#5 in #f32
50 downloads per month
Used in numerical
11KB
247 lines
core_float
This library is based on the Rust Core Library and aims to provide an identical set of APIs for f32 and f64 floating-point types.
With the help of this library, you can write identical code for both f32 and f64 types. And since the library is #![no_std], the calculation results can maintain cross platform consistency.