core_maths

Crates.iocore_maths
lib.rscore_maths
version0.1.0
sourcesrc
created_at2023-09-08 08:26:59.93863
updated_at2023-09-19 10:46:01.63475
descriptionExtension trait for full float functionality in `#[no_std]` backed by `libm`.
homepage
repositoryhttps://github.com/robertbastian/core_maths
max_upload_size
id966855
size32,633
Robert Bastian (robertbastian)

documentation

README

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();
Commit count: 2

cargo fmt