menu
quantools package
documentation
mathematics.dart
Complex
Complex constructor
Complex constructor
dark_mode
light_mode
Complex
constructor
Complex
(
double
real
,
double
imaginary
)
Implementation
Complex(this.real, this.imaginary);
quantools package
documentation
mathematics
Complex
Complex constructor
Complex class