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 This is the current revision of this page, as edited by XXBlackburnXx (discuss | contribs) at 22:59, 10 June 2023 (Reverted edits by 39.45.157.11 (talk) to last version by DannyS712). The present address (URL) is a permanent link to this version.
| 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 |