push1 Function (ROM Call 0x4E8)

AMS 2.00 or higher estack.h

void push1 (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_exact1.


Uses: Float1Index, push_expression, push_exact1
Used by: did_push_lincf, get_ub, push_auto_units_conversion, push_constant_factors, push_dependent_factors, push_gcd_then_cofactors, push_independent_factors, push_mrow_aux, push_nonconstant_factors, push_nonnumeric_factors, push_sq_matrix_to_whole_number, push_symbolic_qr_fact, replace_top_with_post_simplified, cmd_newplot, did_push_anti_deriv, push_1st_derivative, push_abs, push_asin, push_asinh, push_csolve, push_czeros, push_def_int, push_desolve, push_determinant, push_expand, push_extended_prod, push_factor, push_identity_mat, push_lim, push_max, push_min, push_nsolve, push_perm, push_prodlist, push_red_row_ech, push_row_echelon, push_sign, push_simult, push_solve, push_summation, 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, cmd_lu_fact


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