minimum
min
min(expr)
Returns the minimum item of expr.
Options:
format(dimp,ind): returns the minimum value index ind (default 0)
of vectors size dimp of expr.
Examples:
min[-2,5];
returns -2
min("bad");
retourne "a"
min(1,2,3, 10,-1,30)format(3,1);
returns -1