Difference between revisions of "Manuals/calci/UNITLE"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''UNITLE (A,B)'''</div><br/> *<math>A</math> and <math>B</math> are any real numbers. ==Description== *This function is the test to check if the ...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''UNITLE ( | + | <div style="font-size:30px">'''UNITLE (a,b)'''</div><br/> |
− | *<math> | + | *<math>a</math> and <math>b</math> are any real numbers. |
==Description== | ==Description== | ||
*This function is the test to check if the first number is lesser than or equal to the second number. | *This function is the test to check if the first number is lesser than or equal to the second number. | ||
− | *In <math>UNITLE( | + | *In <math>UNITLE(a,b)</math>, <math>a</math> and <math>b</math> are any two real numbers. |
− | *If | + | *If a is lesser than or equal to b then it will return the result as TRUE. |
− | *If | + | *If a is strictly less than b then it will return the result as FALSE. |
==Examples== | ==Examples== | ||
Line 14: | Line 14: | ||
#UNITLE(13/15,12/17) = false | #UNITLE(13/15,12/17) = false | ||
#UNITLE(-2,-4) = false | #UNITLE(-2,-4) = false | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=nFsQA2Zvy1o|280|center|Less Than}} | ||
==See Also== | ==See Also== |
Latest revision as of 13:50, 7 February 2019
UNITLE (a,b)
- and are any real numbers.
Description
- This function is the test to check if the first number is lesser than or equal to the second number.
- In , and are any two real numbers.
- If a is lesser than or equal to b then it will return the result as TRUE.
- If a is strictly less than b then it will return the result as FALSE.
Examples
- UNITLE(23,44) = true
- UNITLE(888,888) = true
- UNITLE(1.045,4.34) = true
- UNITLE(13/15,12/17) = false
- UNITLE(-2,-4) = false
Related Videos
See Also
References