Manuals/calci/TESTMAX

From ZCubes Wiki
Jump to navigation Jump to search
TESTMAX(Thing, OtherThing)


  • 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 Thing} 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 OtherThing} are values to compare

Description

  • This function displays the maximum value of the two arguments.
  • 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 Thing} 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 OtherThing} should be a numerical value. The values can be positive or negative.
  • Argument can also be a result obtained from any formula or expression.


Examples

  1. =TESTMAX(7,29) = 29
  2. =TESTMAX(-72,-54) = -54
  3. =TESTMAX(0.6, 0.001) = 0.6
  4. =TESTMAX(SUM(4,5),10) = 10

Related Videos

MAX

See Also

References