Saturday, December 13, 2025
HomeLanguagesPython | cmath.exp() method

Python | cmath.exp() method

With the help of cmath.exp() method, we can find the exponent of any number by passing it to cmath.exp() method.

Syntax : cmath.exp(value)
Return : Return the exponential value.

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




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


Output :

(148.4131591025766 + 0j)

Example #2 :




# importing cmath library
import cmath
  
# using cmath.exp() method
gfg = cmath.exp(-16)
  
print(gfg)


Output :

(1.1253517471925912e-07+0j)

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

1 COMMENT

Most Popular

Dominic
32446 POSTS0 COMMENTS
Milvus
105 POSTS0 COMMENTS
Nango Kala
6814 POSTS0 COMMENTS
Nicole Veronica
11952 POSTS0 COMMENTS
Nokonwaba Nkukhwana
12030 POSTS0 COMMENTS
Shaida Kate Naidoo
6949 POSTS0 COMMENTS
Ted Musemwa
7200 POSTS0 COMMENTS
Thapelo Manthata
6897 POSTS0 COMMENTS
Umr Jansen
6882 POSTS0 COMMENTS