menu
locality_falcon package
documentation
sign/complex.dart
Complex
Complex.new const constructor
Complex.new const constructor
dark_mode
light_mode
Complex
constructor
const
Complex
(
double
real
,
double
imaginary
)
Implementation
const Complex(this.real, this.imaginary);
locality_falcon package
documentation
sign/complex
Complex
Complex.new const constructor
Complex class