erfc

View page source

The Complementary Error Function: erfc

Syntax

y = erfc ( x )

Description

Returns the value of the complementary error function which is defined by y == 1 - erf ( x ) .

x, y

See the Possible Types for a unary standard math function.

Atomic

This is an atomic operation .

Example

The file erfc.cpp contains an example and test of this function.