compare_Floats Function (ROM Call 0x2F7)

AMS 1.01 or higher estack.h

long compare_Floats (CESI ptr1, CESI ptr2);

Compares two floating point entries on the expression stack.

compare_Floats compares two floating point entries on the expression stack pointed to by ptr1 and ptr2, and returns a value which is

So, this function is similar like fcmp, except the arguments are different (fcmp uses floating point arguments, and compare_Floats uses pointers to floating point entries on the expression stack).


Uses: estack_to_float, _bcd_math
Used by: push_asin, push_dot_exponentiate, GetStatValue