8 releases (1 stable)
| 1.0.0 | Aug 2, 2025 |
|---|---|
| 0.2.2 | May 11, 2025 |
| 0.2.0 | Aug 27, 2024 |
| 0.1.4 | Aug 15, 2024 |
#2522 in Math
26 downloads per month
Used in 2 crates
(via core-math)
5MB
84K
SLoC
core-math-sys
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.