Searched refs:poly_eval (Results 1 – 1 of 1) sorted by relevance
91 function poly_eval(coeffs::Array{BigFloat}, x::BigFloat) function98 return coeffs[1] + x * poly_eval(coeffs[2:n], x)114 return poly_eval(ncoeffs, x) / poly_eval(dcoeffs, x)