Manuals/calci/UNITGT
UNITGT (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 greater number out of the two 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 UNITGT(a,b)} , 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 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