Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#Import cmath Library import cmath #print log value of some given parameters print (cmath.log(1+ 1j)) print (cmath.log(1, 2.5))
(0.34657359027997264+0.7853981633974483j)
0j