Run ❯
Get your own Python server
❯Run Code Ctrl+Alt+R
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
#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