Free functions
| fast_nr_optimize | Newton-Raphson optimization to solve the equation a^r = x. The optimization has a quadratic convergence rate…. |
| fast_sqrt | Calculate the sqrt(x)… |
| fast_cbrt | Calculate the cubic root of x… |
| round_div | Calculate the division of a by b with rounding… |