clValue::SinhCosh Method

void SinhCosh(TOpenCLValue *SinhX, TOpenCLValue *CoshX) const;

Hyperbolic sine and cosine.

#NameTypeDescription
1SinhXTOpenCLValue *
2CoshXTOpenCLValue *
Remarks:

Calculates the hyperbolic sine and hyperbolic cosine for calling object value and stores the sine to SinhX and cosine to CoshX. FloatPrecision and clValue::Complex property of SinhX and CoshX are adjusted automatically.

Note
Use this method if you require hyperbolic sine and hyperbolic cosine.

See Also: clValue::Sinh, clValue::Cosh
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler