description |
---|
This section contains reference documentation for the exp function. |
Euler’s number(e) raised to the power of col.
EXP(col1)
select EXP(1) AS value
from ignoreMe
value |
---|
2.718281828459045 |
select EXP(12) AS value
from ignoreMe
value |
---|
162754.79141900392 |