You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Vector Structure
>
Vector Methods
>
Cot Method
>
Vector.Cot Method ()
Dew Math for .NET
Vector.Cot Method ()
Vector Structure
Vector Members
Dew.Math Namespace
Cot Method
Example
See Also
Collapse All
Cotangens.
Syntax
C#
Visual Basic
public
TMtxVec
Cot
();
Public
Function
Cot
()
As
TMtxVec
Remarks
Calculate the cotangens of all caling object elements in-place.
See Also
Tan
,
ArcCot
Example
var a:
Vector
; begin a.SetIt(True,[1,-2,3,4]); a.Cot;
// Computes complex cotangens
end;
Group
Cot Method
Links
Vector Structure
,
Vector Members
,
Dew.Math Namespace
,
Cot 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!