math.log10

FLOATmath.log10FLOATx

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...
}