Difference between revisions of "Manuals/calci/MINMAX"

From ZCubes Wiki
Jump to navigation Jump to search
Line 19: Line 19:
 
[http://en.wikipedia.org/wiki/Minimum Minimum]
 
[http://en.wikipedia.org/wiki/Minimum Minimum]
 
[http://en.wikipedia.org/wiki/Maximum Maximum]
 
[http://en.wikipedia.org/wiki/Maximum Maximum]
 +
 +
 +
 +
 +
 +
[[Z_API_Functions | List of Main Z Functions]]
 +
 +
[[ Z3 |  Z3 home ]]

Revision as of 06:24, 9 March 2017

MINMAX(number1,number2)


  • and are any two real numbers.

Description

  • This function returns minimum and maximum value.
  • In Minmax(number1,number2),number1 and number2 are two numerical numbers which to compare.
  • After comparing these two numbers it will show the minimum number as the first and maximum number will be the second.

Examples

  1. MINMAX(20,12) = 12 20
  2. MINMAX(6.45,6.05) = 6.05 6.45
  3. MINMAX(-132,-98) = -132 -98

See Also

References

Minimum Maximum



List of Main Z Functions

Z3 home