E

All functions > MATH > E

Returns the mathematical constant e (Euler's number).

Signatures

Returns: The value of e (approximately 2.718281828459045)

E() → DOUBLE
sql
ParameterTypeRequiredDescription

Notes

  • e is the base of natural logarithms
  • e ≈ 2.718281828459045
  • Used in exponential and logarithmic calculations
  • LN(E()) = 1 and EXP(1) = E()
  • Mathematical constant, same value every time

Examples

FeatureQL
SELECT
    f1 := E()  -- Euler's number constant
;
Result
f1 VARCHAR
2.718281828459045

Last update at: 2026/03/03 16:47:38
Last updated: 2026-03-03 16:48:19