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

Function

Sum ( seq() S ) -> any

Description

Return the sum of the elements of `s'.

Examples

Sum( Sequence([1, 2, 3]) ); Sum( Sequence([1..100]) ); Sum( [1, 2, 3] ); Sum( [1..100] );
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group