TOpenCLValue::Erfc Method

Overload List

#SignatureDescription
1TOpenCLBase *Erfc(TOpenCLBase *Src, int SrcIndex, int Index, int Len);
2TOpenCLValue *Erfc(TOpenCLValue *Src);Complementary error function.

Overload 1: TOpenCLBase *Erfc(TOpenCLBase *Src, int SrcIndex, int Index, int Len);

#NameTypeDescription
1SrcTOpenCLBase *
2SrcIndexint
3Indexint
4Lenint
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler

Overload 2: TOpenCLValue *Erfc(TOpenCLValue *Src);

Complementary error function.

#NameTypeDescription
1SrcTOpenCLValue *
Remarks:

Calculates the complementary error function value of Src.

See Also: ErfInv, TOpenCLValue::Erfc
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler