Crates.io | fpmath |
lib.rs | fpmath |
version | 0.1.1 |
source | src |
created_at | 2024-09-17 21:33:00.147147 |
updated_at | 2024-10-14 11:01:44.591275 |
description | A floating point math library |
homepage | |
repository | https://github.com/eduardosm/rust-fpmath |
max_upload_size | |
id | 1378326 |
size | 335,426 |
fpmath is a pure-Rust floating point library that implements math functions for
f32
and f64
.
f32
versions do not internally use f64
arithmetic.no_std
generator
crate can generate all magic constants used in the algorithms.Licensed under either of
at your option.