is_tail_independent_of Function (ROM Call 0x2DD)

AMS 1.01 or higher estack.h

short is_tail_independent_of (CESI start_ptr, CESI var_ptr);

Checks whether a sequence of expressions is independent of a variable (or expression).

is_tail_independent_of returns TRUE if all expressions on the expression stack which are stored below start_ptr up to END_TAG are independent of the variable pointed to by var_ptr, otherwise it returns FALSE.


Uses: is_independent_of, next_expression_index
Used by: is_independent_of, next_expression_index, did_push_anti_deriv, push_1st_derivative, push_csolve, push_czeros, push_def_int, push_desolve, push_lim, push_max, push_min, push_nsolve, push_solve, push_zeros, push_equals, push_greater_than, push_greater_than_or_equals, push_less_than, push_less_than_or_equals, push_not_equals, get_ub, ROM Call 0x468, ROM Call 0x4E6


See also: is_independent_of, map_tail, all_tail