self / other -> Complex[permalink][rdoc][edit]quo(other) -> Complex-
商を計算します。
- [PARAM]
other: - 自身を割る数
例
Complex(10.0) / 3 # => (3.3333333333333335+(0/1)*i) Complex(10) / 3 # => ((10/3)+(0/1)*i)[SEE_ALSO] Numeric#quo
- [PARAM]
self / other -> Complex[permalink][rdoc][edit]quo(other) -> Complex商を計算します。
other:
例
Complex(10.0) / 3 # => (3.3333333333333335+(0/1)*i)
Complex(10) / 3 # => ((10/3)+(0/1)*i)
[SEE_ALSO] Numeric#quo