self / other -> NumericRuby 3.0 から[permalink][rdoc][edit]-
selfをotherで割った値(=商)を返します。Numericでは定義されておらず、サブクラスの実装によります。[SEE_ALSO] Integer#/, Float#/, Rational#/, Complex#/
self / other -> NumericRuby 3.0 から[permalink][rdoc][edit]
self を other で割った値(=商)を返します。
Numeric では定義されておらず、サブクラスの実装によります。
[SEE_ALSO] Integer#/, Float#/, Rational#/, Complex#/