push_expr_quantum Function (ROM Call 0x2E9)

AMS 1.01 or higher estack.h

void push_expr_quantum (CESI ptr, ESQ Tag);

Pushes an expression followed by a tag to the expression stack.

push_expr_quantum pushes an entry (expression) pointed to by ptr (it needs to point to the entry tag) to the top of the expression stack, then pushes a byte Tag. The entry does not need to be a simple entity; it may be a complex symbolic expression, too. This is achieved by calling next_expression_index and push_between. This function is useful when you need to perform a unary operation on the expression.


Uses: push_expression, top_estack
Used by: push_internal_simplify, did_push_anti_deriv, did_push_series, push_1st_derivative, push_abs, push_acos, push_acosh, push_asin, push_asinh, push_atan, push_atanh, push_comdenom, push_conj, push_cosh, push_csolve, push_czeros, push_def_int, push_denominator, push_desolve, push_diag, push_exp, push_expand, push_extended_prod, push_factor, push_floor, push_fractional_part, push_im, push_integer_part, push_lim, push_ln, push_max, push_min, push_nint, push_nsolve, push_numerator, push_part, push_phase, push_re, push_round, push_sign, push_sin2, push_sinh, push_solve, push_summation, push_tan, push_tanh, push_zeros, did_push_to_polar, push_and, push_equals, push_exponentiate, push_factorial, push_greater_than, push_greater_than_or_equals, push_less_than, push_less_than_or_equals, push_negate, push_not, push_not_equals, push_or, push_product, push_sum, push_to_cylin, push_to_sphere, add_to_top, are_units_consistent, did_push_approx_inflection_point, get_ub, GM_Intersect, GM_Math1, index_if_pushed_qquad_info, push_auto_units_conversion, push_but_factor, push_but_term, push_constant_factors, push_constant_terms, push_dependent_factors, push_dependent_terms, push_gcd_then_cofactors, push_independent_factors, push_independent_terms, push_make_proper, push_nonconstant_factors, push_nonconstant_terms, push_nonnumeric_factors, push_poly_qr, push_reciprocal, push_simplify, push_standardize, raise_to_top, replace_top_with_post_simplified, replace_top2_with_pow, replace_top2_with_sum, times_top, ROM Call 0x48D, ROM Call 0x4E6


See also: push_expression, push_expr2_quantum