Crates.io | core-math-sys |
lib.rs | core-math-sys |
version | 0.2.0 |
source | src |
created_at | 2024-08-14 19:08:44.966486 |
updated_at | 2024-08-27 06:55:11.927983 |
description | Generate bindings to CORE-MATH |
homepage | |
repository | https://github.com/jdh8/core-math-sys |
max_upload_size | |
id | 1337895 |
size | 3,486,365 |
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.