math.log
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...}
Available inall subroutines.
Computes the natural logarithm (base e log) of the input x
.
vcl_deliver { declare local var.foo FLOAT; set var.foo = math.log(32); # result: 3.466...}