Programmer Guide/Command Reference/EVAL/min: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
Contents
min
Returns the smallest value found in the parameters.
Usage:
min(x)
min(x0,x1,...,xN)
Parameters:
- x, xN
- A scalar, vector or matrix.
Return Type:
scalar
Examples:
#min := eval min($#t1, $#t2, 1, 2, 100)