core-math-sys

Crates.iocore-math-sys
lib.rscore-math-sys
version0.2.0
sourcesrc
created_at2024-08-14 19:08:44.966486
updated_at2024-08-27 06:55:11.927983
descriptionGenerate bindings to CORE-MATH
homepage
repositoryhttps://github.com/jdh8/core-math-sys
max_upload_size
id1337895
size3,486,365
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: 0

cargo fmt