EXP
Syntax
EXP( number )
Description
Returns the result of raising the number 'e' to the power of number
.
Argument types:
number
—Number
Return type: Number (decimal)
Examples
EXP(0) = 1.0
EXP(1) = 2.718282
EXP(3) = 20.08553
Data source support
Materialized Dataset
, ClickHouse 1.1
, Microsoft SQL Server 2017 (14.0)
, MySQL 5.6
, Oracle Database 12c (12.1)
, PostgreSQL 9.3
.