You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clVector Structure > clVector Methods > SinhCosh Method > clVector.SinhCosh Method (TOpenCLMtxVec, TOpenCLMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clVector.SinhCosh Method (TOpenCLMtxVec, TOpenCLMtxVec)

Hyperbolic sine and cosine.

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

Calculates the hyperbolic sine and hyperbolic cosine for all calling object elements and stores the sines to SinhX and cosines to CoshX. Size and Complex property of SinhX and CoshX are adjusted automatically. 

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

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