Manuals/calci/TESTMAX

From ZCubes Wiki
Revision as of 05:53, 11 May 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''TESTMAX(Thing, OtherThing)'''</div><br/> *<math>Thing</math> and <math>OtherThing</math> are values to compare ==Description== *This function d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
TESTMAX(Thing, OtherThing)


  • and are values to compare

Description

  • This function displays the maximum value of the two arguments.
  • and 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