Programming Perl

Programming PerlSearch this book
Previous: 3.2.88 localtimeChapter 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 localtimeProgramming PerlNext: 3.2.90 lstat
3.2.88 localtimeBook Index3.2.90 lstat