Skip to main content

poly_eval

Function poly_eval 

Source
pub fn poly_eval(c: &[f64], x: f64) -> f64
Expand description

This function evaluates a polynomial with real coefficients for the real variable x.