Manuals/calci/UNITGT
UNITGT (A,B)
- and are any two real numbers.
Description
- This function is the test for strictly greater number out of the two given numbers.
- In , and are any two real numbers.
- If A is strictly greater than B then will return the result as TRUE.
- If A is equal to or less than B then will return the result as FALSE.
Examples
- UNITGT(99,30) = true
- UNITGT(-65,-34) = false
- UNITGT(300,300) = false
- UNITGT(1.222, 4.34) = false
- UNITGT(7/8,9/11) = true
See Also
References