5 releases

0.2.0 Aug 27, 2024
0.1.4 Aug 15, 2024

#2023 in Math

Download history 10/week @ 2024-09-13 12/week @ 2024-09-20 5/week @ 2024-09-27 3/week @ 2024-10-04 6/week @ 2024-10-11 1/week @ 2024-10-18 6/week @ 2024-11-01 4/week @ 2024-11-08 3/week @ 2024-11-15 1/week @ 2024-11-22 6/week @ 2024-11-29 68/week @ 2024-12-06 32/week @ 2024-12-13 4/week @ 2024-12-20 1/week @ 2024-12-27

108 downloads per month
Used in 2 crates (via core-math)

MIT license

2.5MB
42K SLoC

C 42K SLoC // 0.2% comments Shell 412 SLoC // 0.1% comments Rust 44 SLoC

core-math-sys

Build status Crates.io Documentation

Generated bindings to CORE-MATH

CORE-MATH is a correctly rounded mathematical library in C. Correct rounding is the theoretical accuracy and beats most old C libraries such as glibc. Meanwhile, its speed is competitive with the most popular C libraries, even faster most of the time.

This crate provides the raw bindings to the CORE-MATH library. It is recommended to use the core-math crate directly instead, which provides a safe Rusty interface.

No runtime deps