Atom - P - Product

Characters: P

Tags: array , math , number

Arity: monadic

This atom is monadic, which means it takes one argument.

Functionality

Return the product of a list (left-reduce over × starting at 1).

Synonyms

This atom should work roughly the same way as or very similarly in concept to the following code snippets (some edge case exceptions may exist):