std.internal.math.errorfunction

Error Functions and Normal Distribution.

License

Functions 6

fnT rationalPoly(T)(T x, const(T) [] numerator, const(T) [] denominator) pure nothrow @safe @nogc
fnreal erfc(real a) pure nothrow @safe @nogcComplementary error function
fnreal erf(real x) pure nothrow @safe @nogcError function
fnreal expx2(real x, int sign) pure nothrow @safe @nogc
fnreal normalDistributionImpl(real a) pure nothrow @safe @nogc
fnreal normalDistributionInvImpl(real p) pure nothrow @safe @nogc