Usage¶
mathops.summation¶
To obtain the sum of an array,
you can use the mathops.summation() function:
Functions:
|
Return summation of all elements from input array as floats. |
mathops.product¶
To obtain the product of an array,
you can use the mathops.product() function:
Functions:
|
Return product of all elements from input array as floats. |