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/aDefinition
Formula
eml(1, 1)Evaluate
2.71828183
EML tree
Click a node to highlight it. Each node shows its computed value below the label.
Step-through evaluation
- 1.depth 1const 1
- 2.depth 1const 1
- 3.depth 0exp(1) − ln(1) = 2.718282
Derivation
- 1.Substitute x = 1, y = 1 in eml(x, y) = exp(x) − ln(y).
- 2.exp(1) = e, ln(1) = 0.
- 3.Therefore eml(1, 1) = e.