constant

Euler's constant e · e

Euler's number appears immediately: eml(1, 1) = exp(1) − ln(1) = e − 0 = e.

depth 1
Domain: n/a
Definition
e = eml(1, 1)e \ = \ \texttt{eml(1, 1)}

Formula

eml(1, 1)
Evaluate
2.71828183
EML tree
1111eml2.7183

Click a node to highlight it. Each node shows its computed value below the label.

Step-through evaluation
  1. 1.depth 1const 1
  2. 2.depth 1const 1
  3. 3.depth 0exp(1) − ln(1) = 2.718282
Derivation
  1. 1.Substitute x = 1, y = 1 in eml(x, y) = exp(x) − ln(y).
  2. 2.exp(1) = e, ln(1) = 0.
  3. 3.Therefore eml(1, 1) = e.