Chebyshev polynomial evaluation using Clenshaw's recurrence.
Summary
Functions
Evaluate a Chebyshev series whose coefficients are in the SPK-native
low-to-high order ([c0, c1, ...]).
Evaluate a Chebyshev series whose coefficients are already in high-to-low
order ([cN, ..., c1, c0]).
Functions
Evaluate a Chebyshev series whose coefficients are in the SPK-native
low-to-high order ([c0, c1, ...]).
Evaluate a Chebyshev series whose coefficients are already in high-to-low
order ([cN, ..., c1, c0]).
This is the SPK hot path: the server pre-reverses each record's coefficients
once at load time, so per-query evaluation skips the Enum.reverse/1.