e

Try it yourself:


Euler’s Number e

e is the base of natural logarithms, approximately 2.71828. It describes continuous growth and exponential decay.

Exponents and logs

Use exp() for e raised to a value and log() for its inverse. Exponential arguments should be dimensionless; scale physical values before use.

All constants