The EXP function returns a value that is the base of the natural logarithm (e) raised to a power specified by the argument. The EXP and LN functions are inverse operations.
The data type of the result is double-precision floating point. If the argument can be null, the result can be null; if the argument is null, the result is the null value.
SELECT EXP(:E) FROM SYSIBM.SYSDUMMY1Returns the approximate value 31.62.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.