| Crates.io | core-math-sys |
| lib.rs | core-math-sys |
| version | 1.0.0 |
| created_at | 2024-08-14 19:08:44.966486+00 |
| updated_at | 2025-08-02 21:54:39.888756+00 |
| description | Generate bindings to CORE-MATH |
| homepage | |
| repository | https://github.com/jdh8/core-math-sys |
| max_upload_size | |
| id | 1337895 |
| size | 6,447,227 |
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.