You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Vector Structure
>
Vector Methods
>
Sec Method
>
Vector.Sec Method ()
Dew Math for .NET
Vector.Sec Method ()
Vector Structure
Vector Members
Dew.Math Namespace
Sec Method
Example
See Also
Collapse All
Secant.
Syntax
C#
Visual Basic
public
TMtxVec
Sec
();
Public
Function
Sec
()
As
TMtxVec
Remarks
Calculate the secant of all caling object elements in-place.
See Also
ArcSec
,
Csc
Example
var a:
Vector
; begin a.SetIt(True,[1,-2,3,4]); a.Sec;
// Computes complex secant
end;
Group
Sec Method
Links
Vector Structure
,
Vector Members
,
Dew.Math Namespace
,
Sec Method
,
Example
,
See Also
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!