Module Math_utils.FastMath

Fast mathematical operations with minimal allocations

val fast_inv_sqrt : float -> float
val fast_log : float -> float
val fast_exp : float -> float
val fast_pow : float -> int -> float