![]() |
replace_top2_with_ratio | Function (ROM Call 0x528) |
AMS 2.02 or higher | estack.h |
void replace_top2_with_ratio (ESI expr); |
Replace the two top-most expressions on the EStack by their ratio.
push_quantum(VAR_A_TAG); ptr = top_estack; push_quantum(VAR_B_TAG); replace_top2_with_ratio(ptr);will leave the a / b expression on the EStack.
next_expression_index(top_estack)
.