Difference between revisions of "Manuals/calci/UNITGE"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
#UNITGE(3.234, 1.42) = true | #UNITGE(3.234, 1.42) = true | ||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=aXIT5DPA_-s|280|center|Greater than}} | ||
==See Also== | ==See Also== |
Latest revision as of 13:47, 7 February 2019
UNITGE (a,b)
- and are any two real numbers.
Description
- This function checks if the first number is greater than or equal to the second number.
- In , and are any two real numbers.
- If a is greater than or equal to b then it will return the result as TRUE.
- If a is less than b then it will return the result as FALSE.
Examples
- UNITGE(45,18) = true
- UNITGE(-90,-75) = false
- UNITGE(210,210) = true
- UNITGE(3.234, 1.42) = true
Related Videos
See Also
References