Get your own Python server Result Size: 625 x 565
x
 
#Import cmath Library
import cmath 
# Print the value of nan
print (cmath.nanj)
print (type(cmath.nanj))
nanj
<class 'complex'>