core-math

Crates.iocore-math
lib.rscore-math
version0.2.0
sourcesrc
created_at2024-08-15 18:21:08.88221
updated_at2024-08-27 08:23:29.831275
descriptionRusty API for CORE-MATH
homepage
repositoryhttps://github.com/jdh8/core-math
max_upload_size
id1339083
size12,285
Chen-Pang He (jdh8)

documentation

README

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.

Commit count: 0

cargo fmt