Public Function Erf( _ ByVal vX As Variant _ ) As Variant
Erf(-5.0) = -0.999999999998463 Erf(-1.0) = -0.842700792949715 Erf(-0.5) = -0.520499877813047 Erf(+0.0) = 0 Erf(+0.5) = 0.520499877813047 Erf(+1.0) = 0.842700792949715 Erf(+5.0) = 0.999999999998463See also:
ErfC Function DERF FunctionvX: Function returns Null if vX is Null or cannot be fixed up to a Double precision floating point number.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.