math.log

FLOATmath.logFLOATx

Available inall subroutines.

Computes the natural logarithm (base e log) of the input x.

Example

vcl_deliver {
declare local var.foo FLOAT;
set var.foo = math.log(32); # result: 3.466...
}