Commit 2020-11-23 09:03 2f516593
View on Github →feat(analysis/special_functions/exp_log): exp
is infinitely smooth (#5086)
- Prove that
complex.exp
andreal.exp
are infinitely smooth. - Generalize lemmas about
exp ∘ f
tof : E → ℂ
orf : E → ℝ
instead off : ℂ → ℂ
orf : ℝ → ℝ
.