Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

fast_root

Fast root algorithm using the Newton-Raphson method

Fully qualified path: alexandria_math::fast_root

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…