Difference between revisions of "Manuals/calci/MINMAX"
Jump to navigation
Jump to search
(Created page with "==min") |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | == | + | <div style="font-size:30px">'''MINMAX()'''</div><br/> |
+ | OR | ||
+ | <div style="font-size:30px">'''EXTENT ()'''</div><br/> | ||
+ | *Parameters are any two real numbers. | ||
+ | |||
+ | ==Description== | ||
+ | *This function returns minimum and maximum value. | ||
+ | *In EXTENT(),Parameters 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== | ||
+ | #MINMAX(20,12) = 12 20 | ||
+ | #MINMAX(6.45,6.05) = 6.05 6.45 | ||
+ | #MINMAX(-132,-98) = -132 -98 | ||
+ | #EXTENT(1900,432) = 432 1900 | ||
+ | #EXTENT(-1/90,-4/3) = -1.3333333333333333 -0.011111111111111112 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=EBvgpTMaOvA|280|center|MinMax Values}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/MIN | MIN]] | ||
+ | *[[Manuals/calci/MAX | MAX ]] | ||
+ | |||
+ | ==References== | ||
+ | [http://en.wikipedia.org/wiki/Minimum Minimum] | ||
+ | [http://en.wikipedia.org/wiki/Maximum Maximum] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 15:59, 29 November 2018
MINMAX()
OR
EXTENT ()
- Parameters are any two real numbers.
Description
- This function returns minimum and maximum value.
- In EXTENT(),Parameters 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
- MINMAX(20,12) = 12 20
- MINMAX(6.45,6.05) = 6.05 6.45
- MINMAX(-132,-98) = -132 -98
- EXTENT(1900,432) = 432 1900
- EXTENT(-1/90,-4/3) = -1.3333333333333333 -0.011111111111111112
Related Videos
See Also
References