Saturday, February 7, 2026
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
32491 POSTS0 COMMENTS
Milvus
126 POSTS0 COMMENTS
Nango Kala
6863 POSTS0 COMMENTS
Nicole Veronica
11987 POSTS0 COMMENTS
Nokonwaba Nkukhwana
12076 POSTS0 COMMENTS
Shaida Kate Naidoo
6996 POSTS0 COMMENTS
Ted Musemwa
7238 POSTS0 COMMENTS
Thapelo Manthata
6947 POSTS0 COMMENTS
Umr Jansen
6933 POSTS0 COMMENTS