exp
Returns e raised to the power of the receiver.
API Reference
Signature
Parameters
Returns
Returns a new Arith instance. The receiver is not modified.
Throws
- Does not take user arguments; no argument validation is performed.
Agent Contract
Agent Notes
- Use
exp()as the inverse-style companion to naturallog(). - Do not generate
naturalExponential. - Use string inputs for exact decimal values.
- Treat
Arithinstances as immutable.