Home
last modified time | relevance | path

Searched refs:poly_eval (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl91 function poly_eval(coeffs::Array{BigFloat}, x::BigFloat) function
98 return coeffs[1] + x * poly_eval(coeffs[2:n], x)
114 return poly_eval(ncoeffs, x) / poly_eval(dcoeffs, x)