CodeCogs - An iteractive open source Numerical library Welcome... Login
CodeCogs
shopping cart
OSXWindowsLinux
Search CodeCogs
Numerical Components

Valid RSS

MathsSpecial

error Fn C exp

Available under GPL (Free) and Commercial licence
get a GPL licence
COST (GBP)
this unit 0.30
sub units 0.50
add a commercial licence to your cart
0
viewed 1573 times and licensed 14 times

The Exponential Complementary Error Function.

Further Info Controller: CodeCogs  Contact Controller
+View version details
Contents hide toc
buy now     get GPL     add to cart

Interface

#include <codecogs/maths/special/errorfnc_exp.h>

using namespace Maths::Special;

double errorFnC_exp (double x)[inline]
The Exponential Complementary Error Function.

Function Documentation

Error Fn C Exp Calculator
  
Add calculator to website or email
 
doubleerrorFnC_expdoublex )[inline]
This is related to the Complementary Error Function and Error Function by:
erfc_{exp}(x) = e^{x^2} erfc(x) = e^{x^2} ( 1 - erf(x) )

Graphically it has the following form:
\graph  x=-2.9:2.9

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:

To view or download source code you need either a GPL or Commercial Licence.

buy now     get GPL     add to cart

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


Page Comments

Format Excel Equations

  You must login to leave a messge


Last Modified: 25 Oct 09 @ 15:19     Page Rendered: 2010-03-14 09:07:40

Valid CSS!   Valid XHTML 1.0 Transitional