Skip to main content

Module utils

Module utils 

Source

Functionsยง

hypot
log
The natural logarithm of x (f64).
sin_approx
Ultra-high-accuracy sine approximation that can be evaluated at compile time.
sqrt
Computes sqrt(x) using the table-driven Goldschmidt iteration from musl libc. Correctly rounded to nearest-even for all f64 inputs. const, no std, no alloc friendly.