menu
complex_numbers_dart package
documentation
complex.dart
Complex
operator + method
operator + method
dark_mode
light_mode
operator +
method
Complex
operator +
(
Complex
other
)
Implementation
Complex operator +(Complex other) => Complex(_re + other._re, _im + other._im);
complex_numbers_dart package
documentation
complex
Complex
operator + method
Complex class