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

Function

Product ( tup() t ) -> any

Description

Return the product of the elements of `t'.

Examples

Product(Tuple([2,3,5,7]));
Product(Tuple([2,"a,b ",5]));

Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group