i constant

Complex const i

The imaginary number, that is i.

Implementation

static const Complex i = Complex(0, 1);