exp
ACTION: returns exponent of a value
USE: a=exp(value)
EXAMPLE:
a=exp(1)

RESULT:
a=2.718281828

REMARKS: This is the Euler number e, equivalent operation e^v

RELATED: pow log logn