menu
music_analysis package
documentation
data/complex.dart
Complex
Complex.new const constructor
Complex.new const constructor
dark_mode
light_mode
Complex
constructor
const
Complex
(
double
real
,
double
imag
)
Implementation
const Complex(this.real, this.imag);
music_analysis package
documentation
data/complex
Complex
Complex.new const constructor
Complex class