Inverse of the exp function. Returns values such that (log x).im > - ฯ and (log x).im โค ฯ.
log 0 = 0
Equations
Instances For
This holds true for all x : โ because of the junk values 0 / 0 = 0 and log 0 = 0.
Alias of the reverse direction of Complex.countable_preimage_exp.
Complex.exp as an OpenPartialHomeomorph with source = {z | -ฯ < im z < ฯ} and
target = {z | 0 < re z} โช {z | im z โ 0} (a.k.a. slitPlane).
This definition is used to prove that Complex.log
is complex differentiable at all points but the negative real semi-axis.
Equations
Instances For
Alias of Complex.expOpenPartialHomeomorph.
Complex.exp as an OpenPartialHomeomorph with source = {z | -ฯ < im z < ฯ} and
target = {z | 0 < re z} โช {z | im z โ 0} (a.k.a. slitPlane).
This definition is used to prove that Complex.log
is complex differentiable at all points but the negative real semi-axis.