関連するキーワード
ライブラリ
- rational (1)
検索結果
-
Integer
# power!(other) -> Integer | Float (18101) -
冪(べき)乗を計算します。
...計算します。
@param other 自身を other 乗する数
rationalで再定義される前のInteger#**の別名です。
other が正または 0 の整数 (Integer) ならば、整数 (Integer) を、それ以外
なら、浮動小数 (Float) を返します。...
