math.log10
Available inall subroutines.
Computes the base 10 logarithm of the input x.
Example
sub vcl_deliver { declare local var.foo FLOAT; set var.foo = math.log10(4294967296); # result: 9.633...}Available inall subroutines.
Computes the base 10 logarithm of the input x.
sub vcl_deliver { declare local var.foo FLOAT; set var.foo = math.log10(4294967296); # result: 9.633...}