UNPKG

@stdlib/math-base-tools-evalpoly-compile-c

Version:

Compile a C function for evaluating a polynomial.

10 lines (9 loc) 188 B
/** * Evaluates a polynomial. * * @param x value at which to evaluate the polynomial * @return evaluated polynomial */ static {{dtype}} {{fname}}() { return 0.0{{dtype_suffix}}; }