【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.16.6.2.10 inverf
Contents
Description
Inverse error function.
Syntax
double inverf( double dy )
Parameters
- dy
- [input] Normal integral error (dy is any Real).
Return
Upper limit of the definite integral in the erf function that returns a value of dy.
Examples
EX1
void inverf_ex1() { double dx,dy=0.8427008; dx=inverf(dy); // results in dx==1 }
Remark
Inverse error function.
See Also
Header to Include
origin.h