erfc()

Calculates the complementary error function, or 1 minus the error function. For large x, this can be calculated more accurately than the plain error function

Syntax
y = erfc(x)

Arguments
Name Description Range Type Required
x number (-∞, ∞) integer, real yes

Examples

a = -erfc(0.1)
returns 0.888
a = -erfc(0.2)
returns 0.777

Defined in

Built in

See Also

erf()

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources