E()
All functions > MATH > E()
Returns the mathematical constant e (Euler's number).
Signatures
Euler's number
Returns: The value of e ≈ 2.718281828459045
E() → DOUBLE sql
| Parameter | Type | Required | Description |
|---|
Signature notes:
- e is the base of natural logarithms
LN(E()) = 1andEXP(1) = E()
Examples
FeatureQL
SELECT
f1 := E() -- Euler's number
;Result
| f1 VARCHAR |
|---|
| 2.718281828459045 |
On this page