math.exp
Available inall subroutines.
Computes the value of e raised to the x
power.
Example
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.
vcl_deliver { declare local var.foo FLOAT; set var.foo = math.exp(1); # result: 2.718...}
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)