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);
The constant āiā, the imaginary number (0 + 1i).
const Complex i = Complex._service(0, 1, 1, piHalf, piHalf);