WLJS LogoWLJS Notebook

ComplexInfinity

ComplexInfinity represents a quantity with infinite magnitude, but undetermined complex phase.

Examples

Division by zero gives complex infinity:

1/0
(* ComplexInfinity *)

As a limit:

Limit[1/x, x -> 0]
(* ComplexInfinity *)

Please visit the official Wolfram Language Reference for more details.

On this page