You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Vector Record
>
public
>
Cosh Method
>
Vector.Cosh Method ()
MtxVec VCL
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-2025 by Dew Research. All rights reserved.