[go: up one dir, main page]

libm 0.1.2

libm in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["no-std"]
description = "libm in pure Rust"
documentation = "https://docs.rs/libm"
keywords = ["libm", "math"]
license = "MIT OR Apache-2.0"
name = "libm"
repository = "https://github.com/japaric/libm"
version = "0.1.2"

[workspace]
members = ["cb", "test-generator"]