Complex.ri constructor

Complex.ri(
  1. double real,
  2. double imaginary
)

Implementation

Complex.ri(this.real, this.imaginary);