Go to the first, previous, next, last section, table of contents.


ErFC Intrinsic

ErFC(X)

ErFC: REAL function, the `KIND=' value of the type being that of argument X.

X: REAL; scalar; INTENT(IN).

Intrinsic groups: unix.

Description:

Returns the complementary error function of X: `ERFC(R) = 1 - ERF(R)' (except that the result may be more accurate than explicitly evaluating that formulae would give). See erfc(3m), which provides the implementation.


Go to the first, previous, next, last section, table of contents.