min

Return minimum value of params.


Synopsis

minval = min(p0, p1, p2, …)


Description

min returns the minimum of all the parameters p0, p1, … etc. passed to it.


Arguments


Examples

   mval = min(7, 0, 8.9, -14, 78.7878)

See Also

abs, log, pow, max, mod, round, trunc, wrap