Manuals/calci/LE
LTE (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 are any real numbers.
Description
- This function is the test for lesser than or equal to the given two 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 LTE(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 lesser than or equal to B then will return the result as TRUE.
- If A is strictly less than B then will return the result as FALSE.
Examples
- LE(10,17) = true
- LE(32187,8724) = false
- LTE(1982.34,1982.034) = false
- LTE(12/17,13/15) = true