Difference between revisions of "Manuals/calci/UNITGE"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''UNITGE (A,B)'''</div><br/> *<math>A</math> and <math>B</math> are any two real numbers. ==Description== *This function checks if the first numb...") |
|||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''UNITGE ( | + | <div style="font-size:30px">'''UNITGE (a,b)'''</div><br/> |
− | *<math> | + | *<math>a</math> and <math>b</math> are any two real numbers. |
==Description== | ==Description== | ||
*This function checks if the first number is greater than or equal to the second number. | *This function checks if the first number is greater than or equal to the second number. | ||
− | *In <math>UNITGE( | + | *In <math>UNITGE(a,b)</math>,<math>a</math> and <math> b</math> are any two real numbers. |
− | *If | + | *If a is greater than or equal to b then it will return the result as TRUE. |
− | *If | + | *If a is less than b then it will return the result as FALSE. |
==Examples== | ==Examples== |
Revision as of 16:08, 26 June 2018
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
See Also
References