TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

Minimum ( set s ) -> any

Description

Determine and return the minimal element of `s'.
Note: `s' may also be a list (nonetheless `Set(s)' must exist).

Examples

Minimum([3,-3,5]);
Minimum(['a','b']);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group