method
quo
quo(other)
public
Hide source
# File lib/complex.rb, line 195 def quo(other) Complex(@real.quo(1), @image.quo(1)) / other end