i top-level constant

Complex const i

The constant ā€˜i’, the imaginary number (0 + 1i).

Implementation

const Complex i = Complex._service(0, 1, 1, piHalf, piHalf);