You are here: Symbol Reference > AbstractMtxVec Namespace > Classes > TMtxVec Class > public > SinhCosh Method > TMtxVec.SinhCosh Method (TMtxVec, TMtxVec)
MtxVec VCL
ContentsIndex
Example
var a: TVec; s,c: TVec; begin CreateIt(a,s,c); try a.SetIt(false[0,PIDIV2,PI]); a.SinhCosh(s,c); finally FreeIt(a,s,c); end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.