start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: exit Chapter 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: exit Perl in a Nutshell Next: Reference: fcntl
Reference: exit Book Index Reference: fcntl