You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Sinh Method > Matrix.Sinh Method ()
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Sinh Method ()

Hyperbolic sine.

Syntax
C#
Visual Basic
public TMtxVec Sinh();

Calculate the hyperbolic sine of all caling object elements in-place.

var a: Matrix; begin a.SetIt(2,2,False,[1,1.5,2,0.3]); a.Sinh; // or a := Sinh(a); end;
Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!