You are here:
Symbol Reference >
AbstractMtxVec Namespace
>
Classes
>
TMtxVec Class
>
public
>
Sec Method
>
TMtxVec.Sec Method ()
MtxVec VCL
TMtxVec.Sec Method ()
TMtxVec Class
|
TMtxVec Members
|
AbstractMtxVec Namespace
|
Sec Method
|
Example
|
See Also
Collapse All
Secant.
Pascal
function
Sec
:
TMtxVec
;
overload
;
Description
Calculate the secant of all caling object elements in-place.
See Also
ArcSec
,
Csc
Example
var
a: TVec;
begin
CreateIt
(a);
try
a.SetIt(True,[1,-2,3,4]); a.Sec;
// Computes complex secant
finally
FreeIt
(a);
end
;
end
;
Examples on GitHub
Group
Sec Method
Links
TMtxVec Class
,
TMtxVec Members
,
AbstractMtxVec Namespace
,
Sec Method
,
Example
,
See Also
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic?
Send feedback!