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...}
User contributed notes
BETADo you see an error in this page? Do have an interesting use case, example or edge case people should know about? Share your knowledge and help people who are reading this page! (Comments are moderated; for support, please contact support@fastly.com)