Next: Struve Functions, Previous: Exponential Integrals, Up: Special Functions [Contents][Index]
The Error function and related functions are defined in Abramowitz and Stegun, Handbook of Mathematical Functions, A&S Chapter 7 and (DLMF 7)
The Error Function erf(z):
(A&S eqn 7.1.1) and (DLMF 7.2.E1).
See also flag erfflag
.
The Complementary Error Function erfc(z):
(A&S eqn 7.1.2) and (DLMF 7.2.E2).
The Imaginary Error Function.
Generalized Error function Erf(z1,z2):
The Fresnel Integral
(A&S eqn 7.3.1) and (DLMF 7.2.E7).
The simplification fresnel_c(-x) = -fresnel_c(x)
is applied when
flag trigsign
is true.
The simplification fresnel_c(%i*x) = %i*fresnel_c(x)
is applied when
flag %iargs
is true.
See flags erf_representation
and hypergeometric_representation
.
The Fresnel Integral
(A&S eqn 7.3.2) and (DLMF 7.2.E8).
The simplification fresnel_s(-x) = -fresnel_s(x)
is applied when
flag trigsign
is true.
The simplification fresnel_s(%i*x) = -%i*fresnel_s(x)
is applied when
flag %iargs
is true.
See flags erf_representation
and hypergeometric_representation
.
Default value: false
When true
, erfc
, erfi
, erf_generalized
, fresnel_s
and fresnel_c
are transformed to erf
.
Next: Struve Functions, Previous: Exponential Integrals, Up: Special Functions [Contents][Index]