math.exp
Available inall subroutines.
Computes the value of e raised to the x power.
Example
sub vcl_deliver { declare local var.foo FLOAT; set var.foo = math.exp(1); # result: 2.718...}Available inall subroutines.
Computes the value of e raised to the x power.
sub vcl_deliver { declare local var.foo FLOAT; set var.foo = math.exp(1); # result: 2.718...}