#floating-point #f32 #f64 #cross-platform #consistent #identical #calculations

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

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

#624 in Rust patterns

47 downloads per month
Used in numerical

MIT license

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.

No runtime deps