Registry / utility / fast-math

fast-math

JSON →
library0.1.1rscratesunverified

Provides fast, approximate versions of mathematical functions for performance-critical applications.

# Cargo.toml [dependencies] fast-math = "0.1.1"
INSTALL
IMPORT
SIG · FAST-MATH
F
fast-math
utilityrustv0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sin
use fast_math::sin;

Compute an approximate sine value.

use fast_math::sin; fn main() { let x = 1.0; let approx = sin(x); println!("sin({}) ≈ {}", x, approx); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fast-math — cargo add fast-math · libregistry