Fix complex division for native complex type.
Implemented Smith's method, which avoid overflow for all but the most extreme exponents. This agrees with what is used in NumPy.
Showing
Please register or sign in to comment
Implemented Smith's method, which avoid overflow for all but the most extreme exponents. This agrees with what is used in NumPy.