Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: exitChapter 5
Function Reference
Next: Reference: fcntl
 

exp

exp num

Returns e to the power of num. If num is omitted, it gives exp($_). To do general exponentiation, use the ** operator.


Previous: Reference: exitPerl in a NutshellNext: Reference: fcntl
Reference: exitBook IndexReference: fcntl