Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Free functions

fast_nr_optimizeNewton-Raphson optimization to solve the equation a^r = x. The optimization has a quadratic convergence rate….
fast_sqrtCalculate the sqrt(x)…
fast_cbrtCalculate the cubic root of x…
round_divCalculate the division of a by b with rounding…