【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.16.6.2.2 erf
Contents
Description
Error function (or normal error integral).
Syntax
double erf( double x )
Parameters
- x
- [input] The argument x of the error function
Return
Returns the value of the error function, erf x
Examples
EX1
void erf_ex1() { double dy,dx=1; dy=erf(dx); // results in dy==0.8427008 }
Remark
See Also
Header to Include
origin.h