This function evaluates a series of Chebyshev polynomials. @param coef - coefficients of the polynomial to be evaluated. @param x - the point where polynomial is to be evaluated. @param m - order of the polynomial. @return the value of the polynomial at point x.
(final float[] coef,
float x,
final int m)
source not stored for this graph (policy: none)