-
Notifications
You must be signed in to change notification settings - Fork 0
math.PolyReal.Function.evaluateReal
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / math/PolyReal / evaluateReal
function evaluateReal(a, x): number;Defined in: math/PolyReal.ts:41
Evaluates a real polynomial with a real argument.
ArrayLike<number>
The coefficients of the polynomial, ordered in ascending powers.
number
The x value for which the polynomial is to be evaluated.
number
The value of the polynomial.