EXPSQLEXP (expression) Parameters expression - any valid numeric expression. Description See also Java Math.exp. This method returns a double. Example Calculates exp: SQLSELECT EXP(X) FROM Triangles; Updated almost 5 years ago Table of Contents Parameters Description Example