Beispiel #1
0
 def prod(self):
     '''
     Return the product of array elements.
     
     :returns: (*float*) Produce value.
     '''
     return ArrayMath.prodDouble(self.array)
Beispiel #2
0
 def prod(self):
     '''
     Return the product of array elements.
     
     :returns: (*float*) Produce value.
     '''
     return ArrayMath.prodDouble(self.array)