push_next_arb_real Function (ROM Call 0x2EC)

AMS 1.01 or higher estack.h

void push_next_arb_real (void);

Pushes a next "arbitrary real" symbol to the expression stack.

push_next_arb_int pushes a next "arbitrary real" symbol (i.e. symbol @xxx) to the top of the expression stack. More precise, it increments an internal counter for arbitrary reals, pushes the counter on the stack, then pushes ARB_REAL_TAG. The counter wraps to zero after 255 is reached.


Uses: ARb_real_count, push_quantum_pair
Used by: did_push_anti_deriv, push_1st_derivative, push_csolve, push_czeros, push_def_int, push_desolve, push_extended_prod, push_lim, push_max, push_min, push_nsolve, push_solve, push_summation, 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