Crates.io | core_maths |
lib.rs | core_maths |
version | 0.1.0 |
source | src |
created_at | 2023-09-08 08:26:59.93863 |
updated_at | 2023-09-19 10:46:01.63475 |
description | Extension trait for full float functionality in `#[no_std]` backed by `libm`. |
homepage | |
repository | https://github.com/robertbastian/core_maths |
max_upload_size | |
id | 966855 |
size | 32,633 |
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.
#[allow(unused_imports)] // will be unused on std targets
use core_maths::*;
3.9.floor();