erf
From cppreference.com
                    
                                        
                    
                    
                                                            
                    | Defined in header <math.h>
  | ||
| float       erff( float arg ); | (since C99) | |
| double      erf( double arg ); | (since C99) | |
| long double erfl( long double arg ); | (since C99) | |
Computes the error function of arg.
| Contents | 
[edit] Parameters
| arg | - | floating point value | 
[edit] Return value
The value of the error function of arg, that is| 2 | 
| √π | 
0e-t2
dt.
[edit] Example
| This section is incomplete Reason: no example | 
[edit] See also
| (C99) | complementary error function (function) | 
[edit] External links
Weisstein, Eric W. "Erf." From MathWorld--A Wolfram Web Resource.