Constant COMPLEX_INFINITY

Source
pub const COMPLEX_INFINITY: f64 = NAN; // NaN_f64
Expand description

An infinit number in the complex plane with an unknown or undefined complex argument.

For instance will approach complex infinity as x approaches 0. The limit could be either plus or minus infinity wich makes its magnitude infinit and its complex argument undefined.

See this article for further information.