Manuals/calci/GE

From ZCubes Wiki
Jump to navigation Jump to search
GE (A,B)


GTE (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 greater than or equal to the 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 GE(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 will return the result as TRUE.
  • If A is less than B then will return the result as FALSE.

All comparison function will assume B as 0, if not provided. So EQ(10) will be treated as EQ(10,0)

Examples

  1. GE(90,89) = true
  2. GE(44,44.01) = False
  3. GE(-30,-39) = true
  4. GE(1/2,2/3) = False

Related Videos

Greater Than

See Also

References