Skip to main content

Module math

Module math 

Source

Re-exports§

pub use polynomial::polyfit;
pub use polynomial::polyval;

Modules§

polynomial
Evaluate or fit a polynomial of order N to a set of x,y points using Levenberg-Marquardt method.