Complex Infinity is an infinite number in the complex plane whose complex argument is unknown or undefined. (SymPy, MathWorld, WMA)
ComplexInfinity
ComplexInfinity can appear as the result of a computation such as dividing by zero:
1 / 0
But it can be used as an explicit value in an expression:
1 / ComplexInfinity
ComplexInfinity * Infinity
ComplexInfinity though is a special case of DirectedInfinity:
FullForm[ComplexInfinity]
See also DirectedInfinity
.