| 1 | """ |
| 2 | The Newton-Raphson method (aka the Newton method) is a root-finding algorithm that |
| 3 | approximates a root of a given real-valued function f(x). It is an iterative method |
| 4 | given by the formula |
nothing calls this directly
no test coverage detected