min
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
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,