3 unstable releases

0.2.0 Aug 27, 2024
0.1.1 Aug 15, 2024
0.1.0 Aug 15, 2024

#1286 in Math


Used in metallic

MIT license

10KB
404 lines

core-math

Build status Crates.io Documentation

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.

Dependencies

~2.6–4.5MB
~84K SLoC