Complex class
Constructors
- Complex.new({double real = 0, double imaginary = 0})
- Complex.ri(double real, double imaginary)
Properties
Methods
-
div(
Complex b1) → Complex -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited