CodeCogs
CodeCogs - An iteractive open source Numerical library Welcome... Login
OSXWindowsLinux
maths

Special

About | FAQ | Contact
about faq contact

Sub levels below this category:






There are 8 components in this category.

Error Fn

The Error Function.
double errorFn (double x)
Icon

Error Fn C

The Complementary Error Function.
double errorFnC (double x)
Icon

Error Fn C Exp

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

Error Fn Inv

Evaluates the inverse of the error function.
double errorFn_inv (double y)[inline]
Icon

Fresnel Cos

Fresnel cos integral.
double fresnel_cos (double x)
Icon

Fresnel Sin

Fresnel sin integral.
double fresnel_sin (double x)
Icon

Sine Power Integral

Evaluates the sine power integral.
double sine_power_integral (double a, double b, int n)

T

Evaluates the Owen's T function.
double t (double h, double a)