zero top-level constant
Complex
const zero
The constant ‘zero’, the complex zero (0 + 0i).
Implementation
const Complex zero = Complex._service(0, 0, 0, 0, 0);
The constant ‘zero’, the complex zero (0 + 0i).
const Complex zero = Complex._service(0, 0, 0, 0, 0);