exp
EXPR
This function returns
e
to the power of
EXPR
. If
EXPR
is
omitted, it gives
exp($_)
.
To do general exponentiation, use the
**
operator.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]