erf(x) -> Float
[permalink][rdoc][edit]-
x の誤差関数の値を返します。
- [PARAM] x:
- 実数
- [EXCEPTION] TypeError:
- x に数値以外を指定した場合に発生します。
- [EXCEPTION] RangeError:
- x に実数以外の数値を指定した場合に発生します。
Math.erf(0) # => 0.0
erf(x) -> Float
[permalink][rdoc][edit]x の誤差関数の値を返します。
Math.erf(0) # => 0.0