I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
get GPL
COST (GBP)
this unit 0.30
sub units 0.50
+
0
MathsSpecial

error Fn C exp

The Exponential Complementary Error Function.
Controller: CodeCogs

Dependents

Info

Interface

C++

ErrorFnC Exp

 
doubleerrorFnC_expdoublex )[inline]
This is related to the Complementary Error Function and Error Function by:

Graphically it has the following form:
There is an error with your graph parameters for errorFnC_exp with options x=-2.9:2.9

Error Message:Function errorFnC_exp failed. Ensure that: Invalid C++

Example:

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

Parameters

xthe value at which to evaluate the function

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.