Manuals/calci/UNITLE

From ZCubes Wiki
Jump to navigation Jump to search
UNITLE (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 real numbers.

Description

  • This function is the test to check if the first number is lesser than or equal to the second number.
  • 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 UNITLE(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 two real numbers.
  • If a is lesser than or equal to b then it will return the result as TRUE.
  • If a is strictly less than b then it will return the result as FALSE.

Examples

  1. UNITLE(23,44) = true
  2. UNITLE(888,888) = true
  3. UNITLE(1.045,4.34) = true
  4. UNITLE(13/15,12/17) = false
  5. UNITLE(-2,-4) = false

Related Videos

Less Than

See Also

References

Less Than