std.internal.math.errorfunction
Error Functions and Normal Distribution.
License
Copyright
Based on the CEPHES math library, which is
Copyright (C) 1994 Stephen L. Moshier (moshier@world.std.com).
Functions 6
fn
real expx2(real x, int sign)fn
real normalDistributionImpl(real a)fn
real normalDistributionInvImpl(real p)Variables 7
var
real EXP_2enumvar
SQRT2PI = 2.50662827463100050241576528481104525Lenumvar
MAXLOG = 0x1.62e42fefa39ef358p+13Lenumvar
MINLOG = - 0x1.6436716d5406e6d8p+13Lvar
real[10] Pvar
real[11] Qenumvar
isIEEEQuadruple = floatTraits!real.realFormat == RealFormat.ieeeQuadruple