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

Programming Perl

Programming PerlSearch this book
Previous: 3.2.35 exit Chapter 3
Functions
Next: 3.2.37 fcntl
 

3.2.36 exp

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.


Previous: 3.2.35 exit Programming Perl Next: 3.2.37 fcntl
3.2.35 exit Book Index 3.2.37 fcntl