[go: up one dir, main page]

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

[dependencies]
libm = "0.2"