core_float

Crates.iocore_float
lib.rscore_float
version0.3.1
sourcesrc
created_at2023-07-25 05:34:59.598927
updated_at2023-11-03 12:30:37.618686
descriptionThis library is based on the Rust Core Library and aims to provide an identical set of APIs for f32 and f64 floating-point types.
homepage
repositoryhttps://github.com/milkycopper/core_float
max_upload_size
id925207
size12,128
(milkycopper)

documentation

README

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.

Commit count: 8

cargo fmt