You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Vector Structure
>
Vector Methods
>
Cosh Method
>
Vector.Cosh Method ()
Dew Math for .NET
Example
Vector.Cosh Method ()
var a,b:
Vector
; begin a.SetIt(False,[1,1.5,2,0.3]); a.Cosh;
//or
a := Cosh(a);
//internally becomes a.Cosh (in-place operation)
b.Cosh(a); b := Cosh(a); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home