You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Matrix Structure
>
Matrix Methods
>
Sinh Method
>
Matrix.Sinh Method ()
Dew Math for .NET
Example
Matrix.Sinh Method ()
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-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home