13 releases

0.2.8 Oct 6, 2023
0.2.7 May 15, 2023
0.2.6 Nov 9, 2022
0.2.3 Jul 30, 2022
0.1.2 Jul 18, 2018

#2 in No standard library

Download history 388768/week @ 2023-12-23 613628/week @ 2023-12-30 780796/week @ 2024-01-06 793227/week @ 2024-01-13 834807/week @ 2024-01-20 868568/week @ 2024-01-27 877213/week @ 2024-02-03 884772/week @ 2024-02-10 867522/week @ 2024-02-17 915454/week @ 2024-02-24 940493/week @ 2024-03-02 924427/week @ 2024-03-09 943757/week @ 2024-03-16 936630/week @ 2024-03-23 932664/week @ 2024-03-30 767205/week @ 2024-04-06

3,731,381 downloads per month
Used in 6,592 crates (264 directly)

MIT/Apache

435KB
9K SLoC

libm

A port of MUSL's libm to Rust.

Goals

The short term goal of this library is to enable math support (e.g. sin, atan2) for the wasm32-unknown-unknown target (cf. rust-lang/compiler-builtins). The longer term goal is to enable math support in the core crate.

Already usable

This crate is on crates.io and can be used today in stable #![no_std] programs.

The API documentation can be found here.

Benchmark

The benchmarks are located in crates/libm-bench and require a nightly Rust toolchain. To run all benchmarks:

cargo +nightly bench --all

Contributing

Please check CONTRIBUTING.md

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps