Friday, October 17, 2025
HomeLanguagesPython | cmath.pi constant

Python | cmath.pi constant

With the help of cmath.pi constant, we can use this constant value in the calculation of area of circle, perimeter of circle and etc.

Syntax : cmath.pi
Return : Return the pi value.

Example #1 :
In this example we can see that by using cmath.pi constant, we are able to drive the mathematical formulas very easily.




# importing cmath library
import cmath
  
r = 5
# using cmath.pi constant
gfg = cmath.pi * r*r
  
print(gfg)


Output :

78.53981633974483

Example #2 :




# importing cmath library
import cmath
  
r = 3
# using cmath.pi constant
gfg = 2 * cmath.pi * r
  
print(gfg)


Output :

18.84955592153876

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

Most Popular

Dominic
32361 POSTS0 COMMENTS
Milvus
88 POSTS0 COMMENTS
Nango Kala
6728 POSTS0 COMMENTS
Nicole Veronica
11892 POSTS0 COMMENTS
Nokonwaba Nkukhwana
11954 POSTS0 COMMENTS
Shaida Kate Naidoo
6852 POSTS0 COMMENTS
Ted Musemwa
7113 POSTS0 COMMENTS
Thapelo Manthata
6805 POSTS0 COMMENTS
Umr Jansen
6801 POSTS0 COMMENTS