2 unstable releases
Uses old Rust 2015
0.1.0 | Sep 19, 2023 |
---|---|
0.0.0 | Sep 8, 2023 |
#498 in Math
246,783 downloads per month
Used in 97 crates
(7 directly)
33KB
412 lines
Extension trait for full float functionality in #[no_std]
backed by libm
.
Method signatures, implementation, and documentation are copied from as std
1.72,
with calls to instrinsics replaced by their libm
equivalents.
Usage
#[allow(unused_imports)] // will be unused on std targets
use core_maths::*;
3.9.floor();
lib.rs
:
Extension trait for full float functionality in #[no_std]
backed by libm
.
Method signatures, implementation, and documentation are copied from as std
1.72,
with calls to instrinsics replaced by their libm
equivalents.
Usage
#[allow(unused_imports)] // will be unused on std targets
use core_maths::*;
3.9.floor();
Dependencies
~405KB