core-math-sys

Crates.iocore-math-sys
lib.rscore-math-sys
version1.0.0
created_at2024-08-14 19:08:44.966486+00
updated_at2025-08-02 21:54:39.888756+00
descriptionGenerate bindings to CORE-MATH
homepage
repositoryhttps://github.com/jdh8/core-math-sys
max_upload_size
id1337895
size6,447,227
Chen-Pang He (jdh8)

documentation

README

core-math-sys

Build status Crates.io Documentation

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.

Commit count: 24

cargo fmt