core_maths 0.1.1

Extension trait for full float functionality in `#[no_std]` backed by `libm`.
Documentation
  • Coverage
  • 100%
    40 out of 40 items documented39 out of 40 items with examples
  • Size
  • Source code size: 33.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.76 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • robertbastian/core_maths
    6 3 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Manishearth robertbastian

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();