You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > Sinh Method > Vector.Sinh Method ()
MtxVec VCL
ContentsIndex
Example
var a: Vector; begin a.SetIt(False,[1,1.5,2,0.3]); a.Sinh; // or a := Sinh(a); // no speed loss because of copy, internally becomes a.Sinh end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.