is_independent_of_tail Function (ROM Call 0x2D7)

AMS 1.01 or higher estack.h

short is_independent_of_tail (CESI expr_ptr, CESI start_ptr);

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

is_independent_of_tail returns TRUE if the expression pointed to by expr_ptr is independent of all entries on the expression stack stored below start_ptr up to END_TAG tag, otherwise it returns FALSE.


Uses: is_independent_of, next_expression_index
Used by: is_independent_of_elements, 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 0x4E6


See also: is_independent_of, is_independent_of_elements, map_tail, all_tail