Programmer Guide/Command Reference/EVAL/min: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
m (1 revision: Initial import)

Revision as of 18:31, 18 November 2010

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)

Navigation menu

Personal tools