| Crates.io | core_float |
| lib.rs | core_float |
| version | 0.3.1 |
| created_at | 2023-07-25 05:34:59.598927+00 |
| updated_at | 2023-11-03 12:30:37.618686+00 |
| description | 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. |
| homepage | |
| repository | https://github.com/milkycopper/core_float |
| max_upload_size | |
| id | 925207 |
| size | 12,128 |
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.