Programmer Guide/Command Reference/EVAL/min: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
m (1 revision: Initial import) |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
Returns the smallest value found in the | Returns the smallest value found in the arguments. | ||
;Usage: '''<code>min(<var>x1</var> {, <var>x2</var> {, ...}})</code>''' | |||
:;<var>x1, x2, ...: scalars, vectors or matrices | |||
;Result: The result is the minimum value found in the arguments. | |||
;See also: [[Programmer_Guide/Command_Reference/EVAL/imin|imin]], [[Programmer_Guide/Command_Reference/EVAL/absmin|absmin]], | |||
[[Programmer_Guide/Command_Reference/EVAL/max|max]], | |||
[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]] | |||
# | |||
< |
Revision as of 10:21, 4 April 2011
Returns the smallest value found in the arguments.
- Usage
min(x1 {, x2 {, ...}})
- x1, x2, ...: scalars, vectors or matrices
- Result
- The result is the minimum value found in the arguments.
max,