The mathLib.exp() system function returns the exponential of a number, which is the constant e (the base of natural logarithms) raised to the power of that number.
mathLib.exp(numericVariable FLOAT in) returns (result FLOAT)
result = mathLib.exp(myVar);