Friday, September 5, 2025
HomeLanguagesPython | cmath.nan Constant

Python | cmath.nan Constant

cMath module contains a number of functions which is used for mathematical operations for complex numbers. The cmath.nan Constant is used to get the floating-point nan (Not a Number).

Syntax: cmath.nan

Returns: Return the floating-point nan value.

Below examples illustrate the use of above function:

Example #1 : 

Python3




# Python code to implement
# the cmath.nan constant
        
# importing "cmath"
# for mathematical operations  
import cmath 
    
# Print the value of nan
val = cmath.nan 
print(val)


Output:

nan

Example #2:

Python3




# Python code to implement
# the cmath.nan constant
        
# importing "cmath"
# for mathematical operations  
import cmath 
    
# use of cmath.nan
val = cmath.isnan(cmath.nan)
print(val)


Output:

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

Most Popular

Dominic
32264 POSTS0 COMMENTS
Milvus
81 POSTS0 COMMENTS
Nango Kala
6634 POSTS0 COMMENTS
Nicole Veronica
11801 POSTS0 COMMENTS
Nokonwaba Nkukhwana
11863 POSTS0 COMMENTS
Shaida Kate Naidoo
6750 POSTS0 COMMENTS
Ted Musemwa
7025 POSTS0 COMMENTS
Thapelo Manthata
6701 POSTS0 COMMENTS
Umr Jansen
6718 POSTS0 COMMENTS