method
quo
v1_8_7_330 -
Show latest stable
- Class:
Complex
quo(other)public
No documentation available.
# File lib/complex.rb, line 195
def quo(other)
Complex(@real.quo(1), @image.quo(1)) / other
end quo(other)No documentation available.
# File lib/complex.rb, line 195
def quo(other)
Complex(@real.quo(1), @image.quo(1)) / other
end