You are here: Symbol Reference > AbstractMtxVec Namespace > Classes > TMtxVec Class > public > SinhCosh Method > TMtxVec.SinhCosh Method (TMtxVec, TMtxVec, integer, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxVec.SinhCosh Method (TMtxVec, TMtxVec, integer, integer, integer, integer)

Calculates the hyperbolic sine and hyperbolic cosine for calling object elements [Index]..[Index+Len-1].

Pascal
procedure SinhCosh(const SinhX: TMtxVec; const CoshX: TMtxVec; SinhIndex: integer; CoshIndex: integer; Index: integer; Len: integer); overload;

Stores the sines to SinhX elemets [SinhIndex]..[SinhIndex+Len-1] and cosines to CoshX elements [CoshIndex]..[CoshIndex+Len-1] elements. Size and Complex property of SinhX and CoshX objects are not set automatically. An exception is raised if TMtxVecBase.ConditionCheckConditionCheckand array borders are overrun/underun.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!