You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clValue Structure > clValue Methods > clValue.SinhCosh Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clValue.SinhCosh Method

Hyperbolic sine and cosine.

Syntax
C#
Visual Basic
public void SinhCosh(TOpenCLValue SinhX, TOpenCLValue CoshX);

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

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

var a, s, c: clValue; begin a.Copy(0); a.SinhCosh(s,c); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!