CodeCogs - A iteractive open source Numerical library in C/C++, with wrappers for .NET and Excel Welcome... Login
Site Map
shopping cart
OSX compatibleWindows compatibleLinux compatible
Search CodeCogs
Numerical Components
Worked Examples

Valid RSS

mathsspecial

error Fn C exp

Available under GPL (Free) and Commercial licence
get a GPL licence
COST (GBP)
this unit 0.31
sub units 1.17
add a commercial licence to your cart
0
viewed 1568 times and licensed 13 times

The Exponential Complementary Error Function.

Other modules that are used by this module. We add these to the cart for you whenever you add this module, unless you already own enough licences for them. Click for details
Controller: CodeCogs    Contact Controller

+View version details
Contents hide toc

Interface

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

using namespace Maths::Special;

double errorFnC_exp (double x)[inline]
The Exponential Complementary Error Function.
ExcelReal cc_specialErrorFnC_exp (Real x)
This function is available as a Microsoft Excel add-in.

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:
(1)
\displaystyle erfc_{exp}(x) = e^{x^2} erfc(x) = e^{x^2} ( 1 - erf(x) )

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:

You do not own any licences for this module.
To view or download source code you must get a GPL licence or buy a commercial licence.

buy now     get GPL     add to cart

For advanced download and development options Register with CodeCogs. Already a Member, then Login.


Page Comments

Format Excel Equations

  You must login to leave a messge


Last Modified: 18 Oct 07 @ 17:07     Page Rendered: 2009-01-05 22:49:36

Valid CSS!   Valid XHTML 1.0 Transitional