Difference between revisions of "Manuals/calci/UNITGT"
(Created page with "<div style="font-size:30px">'''UNITGT (A,B)'''</div><br/> *<math>A</math> and <math>B</math> are any two real numbers. ==Description== *This function is the test for strictly...") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <div style="font-size:30px">'''UNITGT ( | + | <div style="font-size:30px">'''UNITGT (a,b)'''</div><br/> |
| − | *<math> | + | *<math>a</math> and <math>b</math> are any two real numbers. |
==Description== | ==Description== | ||
*This function is the test for strictly greater number out of the two given numbers. | *This function is the test for strictly greater number out of the two given numbers. | ||
| − | *In <math>UNITGT( | + | *In <math>UNITGT(a,b)</math>,<math>a</math> and <math>b</math> are any two real numbers. |
| − | *If | + | *If a is strictly greater than b then will return the result as TRUE. |
| − | *If | + | *If a is equal to or less than b then will return the result as FALSE. |
==Examples== | ==Examples== | ||
| Line 15: | Line 15: | ||
#UNITGT(7/8,9/11) = true | #UNITGT(7/8,9/11) = true | ||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|v=04mN4GopRZA|280|center|Greater than}} | ||
==See Also== | ==See Also== | ||
Latest revision as of 13:48, 7 February 2019
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
Related Videos
See Also
References