Computes e^x where e is the mathematical constant equal to the base of the natural logarithm
Interval.exp( Interval(-1, 1)) // Interval(0.3679, 2.7183)
Generated using TypeDoc
Computes e^x where e is the mathematical constant equal to the base of the natural logarithm
Example
Returns