scale method

Complex scale(
  1. double k
)

Implementation

Complex scale(double k) => this * Complex.fromDouble(k);