* \brief Operator overload of '/' on Complex class. * Operator overload to be able to divide two complex numbers. This function * would throw an exception if the other number is zero. * @param other The other number we divide our number by. * @return result Current number divided by other number. */