calcul.io
math playground
New
calculation
Help
Instructions
Examples
Functions
Constants
Display Debug info
Functions
Statistics
prod
prod
prod(a, b, c, ...)
prod(A)
Compute the product of all values.
Try it yourself:
$1
prod(2, 3, 4)
$2
prod([2, 3, 4])
$3
prod([2, 5; 4, 3])
See also:
max
mean
min
median
min
std
sum
variance
All functions