The exp function returns the value of the mathematical constant e raised to a power. The type of the value returned by this function is always real.
The exp function's only parameter is a numeric expression (i.e. an expression of integral type or of real type) which specifies the power to which e should be raised to.
exp(2) returns 7.389...
Operating Systems: All
Standard Pascal: Yes