CARVIEW |
Select Language
HTTP/2 200
server: nginx
content-type: text/plain;charset=UTF-8
content-security-policy: default-src 'self'; connect-src 'self' *.google-analytics.com; img-src 'self' data: www.google-analytics.com www.googletagmanager.com; script-src 'self' 'unsafe-inline' www.google-analytics.com www.googletagmanager.com; style-src 'self'; report-uri /csp-reports
content-encoding: gzip
accept-ranges: bytes
age: 0
date: Wed, 30 Jul 2025 22:42:23 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210044-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753915343.092022,VS0,VE849
vary: Accept-Encoding
strict-transport-security: max-age=31557600
content-length: 313
=over
=item log EXPR
X X X X X
=item log
Returns the natural logarithm (base I) of EXPR. If EXPR is omitted,
returns the log of L|perlvar/$_>. To get the
log of another base, use basic algebra:
The base-N log of a number is equal to the natural log of that number
divided by the natural log of N. For example:
sub log10 {
my $n = shift;
return log($n)/log(10);
}
See also L|/exp EXPR> for the inverse operation.
=back