Manuals/calci/UNITGE

UNITGE (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 checks if the first number is greater than or equal to the second number.
  • In Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle UNITGE(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 greater than or equal to b then it will return the result as TRUE.
  • If a is less than b then it will return the result as FALSE.

Examples

  1. UNITGE(45,18) = true
  2. UNITGE(-90,-75) = false
  3. UNITGE(210,210) = true
  4. UNITGE(3.234, 1.42) = true

Related Videos

Greater than

See Also

References