12件ヒット
[1-12件を表示]
(0.077秒)
ライブラリ
- ビルトイン (12)
検索結果
-
Math
. # erfc(x) -> Float (24209.0) -
x の相補誤差関数(complementary error function)の値を返します。
...complementary error function)の値を返します。
@param x 実数
@raise TypeError x に数値以外を指定した場合に発生します。
@raise RangeError x に実数以外の数値を指定した場合に発生します。
//emlist[例][ruby]{
Math.erfc(0) # => 1.0
//}
@see Math.#e...