ERFC Function

Returns the value of the complementary (normal) error function.

Categories: Mathematical
Arithmetic
Returned data type: DOUBLE

Syntax

ERFC(expression)

Arguments

expression

specifies any valid expression that evaluates to a numeric value.

Data type DOUBLE
See <sql-expression>
FedSQL Expressions

Details

The ERFC function returns the complement to the ERF function (that is, 1 − ERF(argument)).

Example

The following statements illustrate the ERFC function:
Statement
Result
select erfc(1.0);
0.1572992071
select erfc(-1.0);
1.8427007929

See Also

Functions:
Last updated: February 23, 2017