Units[Natural]
max
maximum function in the Natural Units environment
min
minimum function in the Natural Units environment
Calling Sequence
Parameters
Description
Examples
max(x1, x2, ...)
min(x1, x2, ...)
'x1, x2, ...
-
expressions
In the Natural Units environment, these procedures override the top-level max and min functions. If any of the arguments have units associated with them, all units are converted to the units of the first argument, and then the global procedure of the same name is called on the unitless arguments.
with⁡UnitsNatural:
min⁡32⁢m,1.49⁢ft
1.49⁢ft
dis≔max⁡x⁢furlong,32⁢ft,120⁢cm,17⁢inches
dis≔max⁡65,25146⁢x125⁢m
dis≔convert⁡dis,units,m
x≔3
dis
75438125⁢m
See Also
convert/units
Units
Units/Natural
Download Help Document