Registry / utility / umath
library0.0.7rscratesunverified

ffast-math in rust

# Cargo.toml [dependencies] umath = "0.0.7"
INSTALL
IMPORT
SIG · UMATH
U
umath
utilityrustv0.0.7
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.

fast_sin
use umath::fast_sin;

Computes a fast approximation of sine.

use umath::fast_sin; fn main() { let x = 1.0; let result = fast_sin(x); println!("Fast sin of {}: {}", x, result); }
Debug
Known issues
gotchaFast math functions may have reduced precision
fix
Use standard math functions if accuracy is critical
affects: >=0.0.0
Upgrade
Version history
0.0.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
umath — cargo add umath · libregistry