Ruby 1.9.2 Reference Manual
> All Libraries
> Builtin Library
> module Math
> erfc
module function Math.#erfc
erfc(x) -> Float
-
x の相補誤差関数の値を返します。
- [PARAM] x:
-
実数
- [EXCEPTION] TypeError:
-
x に数値以外を指定した場合に発生します。
- [EXCEPTION] RangeError:
-
x に実数以外の数値を指定した場合に発生します。