The square root function is computed using the Newton-Raphson algorithm. This is an iterative algorithm of the form: x1 = x0 - f(x0)/f'(x0).
確定! 回上一頁