 |
push_next_arb_int |
Function (ROM Call 0x2EB) |
Pushes a next "arbitrary integer" symbol to the expression stack.
push_next_arb_int pushes a next "arbitrary integer" symbol (i.e. symbol @nxxx)
to the top of the expression stack. More precise, it increments an internal counter for
arbitrary integers, pushes the counter on the stack, then pushes ARB_INT_TAG.
The counter wraps to zero after 255 is reached.
Uses: ARb_int_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