るりまサーチ

最速Rubyリファレンスマニュアル検索!
29件ヒット [1-29件を表示] (0.137秒)
トップページ > クエリ:i[x] > クエリ:-[x] > クエリ:@[x] > クエリ:self[x] > クエリ:pow[x] > クラス:BigDecimal[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

キーワード

検索結果

BigDecimal#power(n) -> BigDecimal (6353.0)

self の n 乗を計算します。

...
self
の n 乗を計算します。

戻り値の有効桁数は self の有効桁数の n 倍以上になります。

@
param n selfを other 乗する数を指定します。

@
param prec 有効桁数を整数で指定します。


@
see Integer#pow...

BigDecimal#power(n, prec) -> BigDecimal (6353.0)

self の n 乗を計算します。

...
self
の n 乗を計算します。

戻り値の有効桁数は self の有効桁数の n 倍以上になります。

@
param n selfを other 乗する数を指定します。

@
param prec 有効桁数を整数で指定します。


@
see Integer#pow...

BigDecimal#power(n) -> BigDecimal (6341.0)

self の n 乗を計算します。

...
self
の n 乗を計算します。

戻り値の有効桁数は self の有効桁数の n 倍以上になります。

@
param n selfを other 乗する数を指定します。

@
param prec 有効桁数を整数で指定します。...

BigDecimal#power(n, prec) -> BigDecimal (6341.0)

self の n 乗を計算します。

...
self
の n 乗を計算します。

戻り値の有効桁数は self の有効桁数の n 倍以上になります。

@
param n selfを other 乗する数を指定します。

@
param prec 有効桁数を整数で指定します。...

BigDecimal#**(n) -> BigDecimal (3253.0)

self の n 乗を計算します。

...
self
の n 乗を計算します。

戻り値の有効桁数は self の有効桁数の n 倍以上になります。

@
param n selfを other 乗する数を指定します。

@
param prec 有効桁数を整数で指定します。


@
see Integer#pow...

絞り込み条件を変える