Returns the value of the complementary (normal) error function.
Categories: | Mathematical |
Arithmetic | |
Returned data type: | DOUBLE |
specifies any valid expression that evaluates to a numeric value.
Data type | DOUBLE |
See | <sql-expression> |
FedSQL Expressions |
Statement
|
Result
|
---|---|
select erfc(1.0); |
0.1572992071 |
select erfc(-1.0); |
1.8427007929 |