Min

Revision as of 19:43, 23 August 2007 by Lchrisman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Min(A,I)

Returns the minimum of array A along index I.

I can be omitted to take the minimum along the implicit dimension. For example:

Min( [3,4] ) → d

See Also

Comments


You are not allowed to post comments.