Crates.io | core-math |
lib.rs | core-math |
version | 0.2.0 |
source | src |
created_at | 2024-08-15 18:21:08.88221 |
updated_at | 2024-08-27 08:23:29.831275 |
description | Rusty API for CORE-MATH |
homepage | |
repository | https://github.com/jdh8/core-math |
max_upload_size | |
id | 1339083 |
size | 12,285 |
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.