Perl Programming/Keywords/log
Appearance
The log keyword
[edit | edit source]log returns the natural logarithm base e of EXPRESSION. If EXPRESSION is omitted, exp($_) is executed.
Syntax
[edit | edit source] log EXPRESSION
log
Previous: lock | Keywords | Next: lstat |
log returns the natural logarithm base e of EXPRESSION. If EXPRESSION is omitted, exp($_) is executed.
log EXPRESSION
log
Previous: lock | Keywords | Next: lstat |