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.


Uses: add_to_top, is_constant, next_expression_index, push_expression, push_quantum, push0, times_top