or_onto_top Function (ROM Call 0x57B)

AMS 2.02 or higher estack.h

void or_onto_top (CESI ptr);

Logical ORs an expression onto the estack.

or_onto_top replaces the top expression on the estack with the logical OR of itself and the expression pointed to by ptr.


Uses: push_or, are_expressions_identical, delete_expression, next_expression_index, push_expression, top_estack
Used by: get_ub, 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_when, push_zeros, push_equals, push_greater_than, push_greater_than_or_equals, push_less_than, push_less_than_or_equals, push_not_equals, push_or


See also: and_onto_top