Extended Nonnegative Real Exponential #
We define exp as an extension of the exponential of a real
to the extended reals EReal. The function takes values
in the extended nonnegative reals ℝ≥0∞, with exp ⊥ = 0 and exp ⊤ = ⊤.
Main Definitions #
Main Results #
- EReal.exp_strictMono:- expis increasing;
- EReal.exp_neg,- EReal.exp_add:- expsatisfies the identities- exp (-x) = (exp x)⁻¹and- exp (x + y) = exp x * exp y.
Tags #
ENNReal, EReal, exponential