Python's builtin pow function pow(-1, 0.5) and exponentitaion function (-1)**0.5 return non-zero real value as 6.123233995736766e-17.
Why is the real part of the complex number not absolute zero?
Python's builtin pow function pow(-1, 0.5) and exponentitaion function (-1)**0.5 return non-zero real value as 6.123233995736766e-17.
Why is the real part of the complex number not absolute zero?