 |
is_independent_of_elements |
Function (ROM Call 0x2D8) |
short is_independent_of_elements (CESI expr_ptr, CESI varlist_ptr); |
Checks whether an expression is independent of the elements of a list.
is_independent_of_elements is very similar to is_independent_of_tail.
Assuming that varlist_ptr points to the list of variables or expressions (more precise, to the
LIST_TAG of such list), is_independent_of_elements returns
TRUE if the expression pointed to by expr_ptr is independent
of all variables from the list pointed to by varlist_ptr, otherwise it returns
FALSE. More precisely,
is_independent_of_elements (expr_ptr, varlist_ptr)
is the same as
is_independent_of_tail (expr_ptr, varlist_ptr - 1)
Uses: is_independent_of_tail
Used by: 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, push_substitute_using_such_that, get_ub