push_minus1 Function (ROM Call 0x4EE)

AMS 2.00 or higher estack.h

void push_minus1 (void);

Pushes a tagged integer or a tagged float -1, depending on the mode setting.

If the mode setting is APPROX, the tagged float -1.0 is pushed onto the EStack. Else, the tagged integer -1 is pushed by push_exact_minus1.


Uses: FloatMinus1Index, push_expression, push_exact_minus1
Used by: get_ub, replace_top_with_post_simplified, did_push_anti_deriv, push_1st_derivative, push_asin, push_csolve, push_czeros, push_def_int, push_desolve, push_factor, push_lim, push_max, push_min, push_nsolve, push_sign, push_solve, push_tanh, push_zeros, push_equals, push_exponentiate, push_greater_than, push_greater_than_or_equals, push_less_than, push_less_than_or_equals, push_not_equals, push_product


See also: push0, push1, push_exact0, push_exact1, push_exact_minus1