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

Programming Perl

Programming PerlSearch this book
Previous: 3.2.88 localtime Chapter 3
Functions
Next: 3.2.90 lstat
 

3.2.89 log

log 

EXPR

This function returns logarithm (base e ) of EXPR . If EXPR is omitted, the function returns the logarithm of $_ .


Previous: 3.2.88 localtime Programming Perl Next: 3.2.90 lstat
3.2.88 localtime Book Index 3.2.90 lstat