| Crates.io | core-math |
| lib.rs | core-math |
| version | 1.0.0 |
| created_at | 2024-08-15 18:21:08.88221+00 |
| updated_at | 2025-08-02 22:18:04.20023+00 |
| description | Rusty API for CORE-MATH |
| homepage | |
| repository | https://github.com/jdh8/core-math |
| max_upload_size | |
| id | 1339083 |
| size | 20,984 |
Rusty API for 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 a Rusty API to the CORE-MATH library via
core-math-sys, the system crate.