Perl Programming/Keywords/exp
Appearance
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
Previous: exit | Keywords | Next: fcntl |
exp returns exponent e to the power of EXPRESSION. If EXPRESSION is omitted, exp($_) is executed.
exp EXPRESSION
exp
Previous: exit | Keywords | Next: fcntl |