Wednesday, August 27, 2025
HomeLanguagesPython | cmath.log() method

Python | cmath.log() method

With the help of cmath.log() method, we can find the value of log of any number having natural base value by passing it to cmath.log() method.

Syntax : cmath.log(value)
Return : Return the log value of natural base.

Example #1 :
In this example we can see that by using cmath.log() method, we are able to get the values of log having natural base by passing any value to it.




# importing cmath library
import cmath
  
# using cmath.log() method
gfg = cmath.log(5)
  
print(gfg)


Output :

(1.6094379124341003+0j)

Example #2 :




# importing cmath library
import cmath
  
# using cmath.log() method
gfg = cmath.log(25)
  
print(gfg)


Output :

(3.2188758248682006+0j)

Dominic
Dominichttp://wardslaus.com
infosec,malicious & dos attacks generator, boot rom exploit philanthropist , wild hacker , game developer,
RELATED ARTICLES

Most Popular

Dominic
32236 POSTS0 COMMENTS
Milvus
80 POSTS0 COMMENTS
Nango Kala
6609 POSTS0 COMMENTS
Nicole Veronica
11779 POSTS0 COMMENTS
Nokonwaba Nkukhwana
11828 POSTS0 COMMENTS
Shaida Kate Naidoo
6719 POSTS0 COMMENTS
Ted Musemwa
7002 POSTS0 COMMENTS
Thapelo Manthata
6678 POSTS0 COMMENTS
Umr Jansen
6690 POSTS0 COMMENTS