math.log10
Available inall subroutines.
Computes the base 10 logarithm of the input x
.
Example
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
.
vcl_deliver { declare local var.foo FLOAT; set var.foo = math.log10(4294967296); # result: 9.633...}