ライブラリ
- ビルトイン (4)
検索結果
-
Numeric
# denominator -> Integer (18102) -
自身を Rational に変換した時の分母を返します。
...自身を Rational に変換した時の分母を返します。
@return 分母を返します。
@see Numeric#numerator... -
Numeric
# numerator -> Integer (7) -
自身を Rational に変換した時の分子を返します。
...自身を Rational に変換した時の分子を返します。
@return 分子を返します。
@see Numeric#denominator...
