math.rs icon indicating copy to clipboard operation
math.rs copied to clipboard

Implementation of libm in rust

Results 2 math.rs issues
Sort by recently updated
recently updated
newest added

I think this crate might be more useful for embedded work.

math.rs library looks promising and can used as a template for Rust float functions implementation. In this case performance and correctness are 2 extremely important properties. I checked some functions...