Returns the value of the (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 |
p=.5+.5*erf(x/sqrt(2));
Statement
|
Result
|
---|---|
select erf(1.0); |
0.8427007929 |
select erf(-1.0); |
-0.842700793 |