ERFC(X) (Fortran 2008)

Purpose

Complementary error function.

erfc(x)=1-erf(x)

Class

Elemental function

Argument type and attributes

X
An INTENT(IN) REAL

Result type and attributes

Same as X.

Result value

Examples

ERFC (1.0) has the value 0.1572992057 (approximately).

Specific Name Argument Type Result Type Pass As Arg?
ERFC default real default real yes
DERFC 1  double precision real double precision real yes
QERFC 1  REAL(16) REAL(16) yes
Note:
  •  1  IBM extension