Syntax of EXP Function :
EXP (float_expression)
float_expression is a numeric value to get exponential value.
Return type of EXP function is float.
Examples of EXP Function :
Example 1 : Use of EXP function in select clause
SELECT EXP(-20)
Output
2.06115362243856E-09
Above example returns exponential value of specified number -20.