math.exp

FLOATmath.expFLOATx

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