core_maths 0.1.0

Extension trait for full float functionality in `#[no_std]` backed by `libm`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.libm]
version = "0.2"

[package]
authors = ["Robert Bastian <me@robertbastian.dev"]
categories = ["no-std", "mathematics", "api-bindings"]
description = "Extension trait for full float functionality in `#[no_std]` backed by `libm`."
license = "MIT"
name = "core_maths"
readme = "README.md"
repository = "https://github.com/robertbastian/core_maths"
version = "0.1.0"