prod()

Returns the product

Syntax
y = prod(x)

Arguments
Name Description Range Type Required
x data to find product (∞, ∞) integer, real or complex yes

Examples

a = prod([1, 2, 3]
returns 6
a = prod([4, 4, 4])
returns 64

Defined in

Built-in

See Also

sum()

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources