Complex.zero constructor

Complex.zero()

Implementation

Complex.zero() {
  real = 0;
  imaginary = 0;
}