Manuals/calci/LE
Jump to navigation
Jump to search
LTE (A,B)
- and are any real numbers.
Description
- This function is the test for lesser than or equal to the given two numbers.
- In , and 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