0.1.1 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
MIT - MIT LicenseExtension 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();