menu
manim_web package
documentation
util/complex.dart
Complex
operator - method
operator - method
dark_mode
light_mode
operator -
method
Complex
operator -
(
Complex
other
)
Implementation
Complex operator -(Complex other) => this + (other.scale(-1));
manim_web package
documentation
util/complex
Complex
operator - method
Complex class