Recover Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttp://yahoo.com/
get GPL
COST (GBP)
this unit 0.36
sub units 0.50
add licence
0
MathsSpecial

error Fn

viewed 2231 times and licensed 136 times
The Error Function.
Controller: CodeCogs

buy now get GPL add to cart

Dependents

Info

Interface

C++

ErrorFn

 
doubleerrorFndoublex )
The Error Functionis defined by equation and has the shape
Graph is not currently available

Warning

This approximation of erf is only valid between -3 and 3

References:

  • Eric W. Weisstein. "Erf." From MathWorld--A Wolfram Web Resource
  • http://mathworld.wolfram.com/Erf.html

Example 1

#include <codecogs/maths/special/errorfn.h>
#include <stdio.h>
using namespace Maths::Special;
int main(  )
{
  double x = 0.5;
  printf("\n errorFn(%f) = %f", x, errorFn(x));
  return getchar();
}
Output:
errorFn(0.500000) = 0.520500

Parameters

xthe upper limit of the integral (-3<x<3)

Returns

the value of the Error Function evaluated at the given abscissa

Authors

Vince Cole (March 2005)
Source Code

Source code is available when you agree to a GP Licence or buy a Commercial Licence.

Not a member, then Register with CodeCogs. Already a Member, then Login.


 

Page Comments

 
 Format Excel Equations

  You must login to leave a messge