Crate nrfind [] [src]

nrfind is a crate for finding the roots of arbitrary functions whose derivatives are known by the Newton-Rahpson method.

Functions

find_root

Uses the Newton-Raphson method to find roots for function given that derivative is the first derivative of function. If max_iterations is reached without the error falling below the given acceptable_err, nrfind will return None.