| Crates.io | core_maths |
| lib.rs | core_maths |
| version | 0.1.1 |
| created_at | 2023-09-08 08:26:59.93863+00 |
| updated_at | 2025-02-01 12:11:08.726681+00 |
| 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 | 33,856 |
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();