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

Function

Maximum ( tup() l ) -> any

Description

Determine and return the maximal element in `t'.

Examples

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