Crates.io | rust-strictmath |
lib.rs | rust-strictmath |
version | 0.1.2 |
source | src |
created_at | 2023-05-04 14:44:36.242163 |
updated_at | 2023-11-30 10:16:34.166423 |
description | Rust portable strict math implemention. |
homepage | https://github.com/loyispa/rust-strictmath |
repository | https://github.com/loyispa/rust-strictmath |
max_upload_size | |
id | 856793 |
size | 278,049 |
This crate is inspired by java StrictMath. If obtaining a completely predictable result is more important than running speed, then the crate should be used.This crate provide series of float functions to ensure they could produce the same results across different platforms. These algorithms are available from the well-known network library, fdlibm.
Run the following Cargo command in your project directory:
cargo add rust-strictmath
Or add the following line to your Cargo.toml:
rust-strictmath = "0.1.2"