Difference between revisions of "Manuals/calci/UNITLT"
Jump to navigation
Jump to search
| Line 13: | Line 13: | ||
#UNITLT(-90,-49) = true | #UNITLT(-90,-49) = true | ||
#UNITLT(1.25,1.25) = false | #UNITLT(1.25,1.25) = false | ||
| + | |||
| + | |||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|v=rLZbniMGAVA|280|center|Less than}} | ||
== See Also== | == See Also== | ||
Latest revision as of 13:52, 7 February 2019
UNITLT (a,b)
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b} are any two real numbers.
Description
- This function is the test for strictly less than for the given numbers.
- In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle UNITLT(a,b)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b} are any two real numbers.
- If a is strictly less than b then will return the result as TRUE.
- If a is equal to or not strictly less than b then will return the result as FALSE.
Examples
- UNITLT(2,12) = true
- UNITLT(222,48) = false
- UNITLT(-90,-49) = true
- UNITLT(1.25,1.25) = false
Related Videos
See Also
References