core_maths

Crates.iocore_maths
lib.rscore_maths
version0.1.1
created_at2023-09-08 08:26:59.93863+00
updated_at2025-02-01 12:11:08.726681+00
descriptionExtension trait for full float functionality in `#[no_std]` backed by `libm`.
homepage
repositoryhttps://github.com/robertbastian/core_maths
max_upload_size
id966855
size33,856
Manish Goregaokar (Manishearth)

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: 6

cargo fmt