.. module:: cmath :synopsis: Mathematical functions for complex numbers. This module is always available. It provides access to mathematical functions for complex numbers. The functions in this module ...
The documentation for the cmath module is misleading on the behaviour near branch cuts. For example, the documentation for cmath.acos says: Return the arc cosine of x. There are two branch cuts: One ...