Perl Programming/Keywords/exp
< Perl Programming | Keywords
The exp keyword[edit | edit source]
exp returns exponent e to the power of EXPRESSION. If EXPRESSION is omitted, exp($_) is executed.
Syntax[edit | edit source]
exp EXPRESSION
exp
Examples[edit | edit source]