ERFC Function

Purpose

Returns a real floating point value that is an approximation of the complement of the error function of x.

Syntax

ERFC(x)

Parameters

x is a real expression.

Description

The result has the base and precision of x, and a value given by: 1 - ERF(x).

Restrictions

None.