push0 Function (ROM Call 0x4E7)

AMS 2.00 or higher estack.h

void push0 (void);

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

If the mode setting is APPROX, the tagged float 0.0 is pushed onto the EStack. Else, the tagged integer 0 is pushed by push_exact0.


Uses: Float0Index, push_expression, push_exact0
Used by: did_push_lincf, get_ub, push_constant_terms, push_dependent_terms, push_independent_terms, push_lu_fact, push_nonconstant_terms, push_poly_qr, push_reciprocal, push_sq_matrix_to_whole_number, push_symbolic_qr_fact, spike_in_editor, did_push_anti_deriv, did_push_series, push_1st_derivative, push_asin, push_asinh, push_atanh, push_colnorm, push_cross_product, push_csolve, push_cumsum, push_czeros, push_def_int, push_desolve, push_determinant, push_diag, push_dotproduct, push_expand, push_identity_mat, push_im, push_instring, push_lim, push_list_to_mat, push_matnorm, push_max, push_min, push_newlist, push_newmat, push_nsolve, push_perm, push_phase, push_red_row_ech, push_row_echelon, push_rownorm, push_simult, push_sin2, push_solve, push_sumlist, push_zeros, push_equals, push_exponentiate, push_greater_than, push_greater_than_or_equals, push_less_than, push_less_than_or_equals, push_matrix_product, push_not_equals, cmd_lu_fact, ROM Call 0x48D, push_dense_poly_eval


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