math.erfc
code:Lua
y = textmodule.math.erfc(x)
モジュール
math
引数
table:_
変数 型 概要
1 x number 処理する数値
返り値
table:_
変数 型 概要
1 y number 処理された数値
概要
xの相補誤差関数を求める。
$ y=erfc{(x)}=1-erf(x)=\frac{2}{\sqrt{π}}\int_{x}^{∞}e^{-t^2}dt