Complex Math : Complex : Data Type PYTHON TUTORIALS


PYTHON TUTORIALS » Data Type » Complex »

 

Complex Math


x = 4+3j
print x.real
print x.imag
print x

import cmath
print cmath.sqrt(-1)

print cmath.asin(100)
print cmath.asin(4+3j)



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Data Type
» Complex