TOpenCLValue Erfc(TOpenCLValue Src)
Complementary error functon of value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
Calculates the complementary error function value for object value.
Examples
clValue a;
clValue b;
b.Copy(2.3);
a.Erfc(b); // a = Erfc(2.3)
See Also: Math387.ErfInv, clValue.Erfc