![]() |
push_dense_poly_eval | Function (ROM Call 0x49C) |
AMS 2.00 or higher | basfunc.h |
void push_dense_poly_eval (ESI coeflist, ESI expr); |
Executes TI-Basic 'polyEval(' function.
The list 'coeflist' represents the coefficients of a polynomial in descending order. push_dense_poly_eval pushes the polynomial evaluated at 'expr'. 'expr' need not be a number, or even a variable.