Atom - ÆẸ - From Prime Exponents

Characters: Æ ,

Tags: arithmetic , math , number , array , vectorize

Arity: monadic

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

Functionality

Compute a number given the exponents of its prime factorization (left inverse of ÆE (Prime Factor Exponents)).

Details

Given a list z, compute 2z[1] × 3z[2] × 5z[3] × ....