Math
Transcendental functions, precision levels, and fast approximations
SIMD polynomial approximations for common math functions. Faster than scalar f32::exp() and friends, with configurable precision.
- Transcendentals — Exponentials, logarithms, power, roots
- Precision Levels —
_lowp,_midp, full precision — when to use each - Approximations —
rcp,rsqrt, Newton-Raphson refinement