Difference between revisions of "Manuals/calci/MOPWITHLT"
(Created page with "<div style="font-size:30px">'''LT (A,B)'''</div><br/> *<math>A</math> and <math>B</math> any two real numbers. ==Description== *This function is the test for strictly less th...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
==Examples== | ==Examples== | ||
− | #LT( | + | #LT(456,123) = false |
− | #LT( | + | #LT(3421,7865) = true |
#LT(-90,-49) = true | #LT(-90,-49) = true | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=-WlA9u6MiO8|280|center|Lesser Than}} | ||
== See Also== | == See Also== | ||
− | *[[Manuals/calci/ | + | *[[Manuals/calci/MOPWITHGT| MOPWITHGT]] |
*[[Manuals/calci/MOPWITHGTE| MOPWITHGTE]] | *[[Manuals/calci/MOPWITHGTE| MOPWITHGTE]] | ||
− | *[[Manuals/calci/ | + | *[[Manuals/calci/MOPWITHLTE| MOPWITHLTE]] |
==References== | ==References== |
Latest revision as of 15:42, 15 January 2019
LT (A,B)
- and any two real numbers.
Description
- This function is the test for strictly less than for the given numbers.
- In , and are any two real numbers.
- If A is strictly less than to B then will return the result as TRUE.
- If A is equal to or not strictly less than to B then will return the result as FALSE.
Examples
- LT(456,123) = false
- LT(3421,7865) = true
- LT(-90,-49) = true