You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TOpenCLMtxVec Class
>
TOpenCLMtxVec Methods
>
Cot Method
>
TOpenCLMtxVec.Cot Method ()
Dew Math for .NET
TOpenCLMtxVec.Cot Method ()
TOpenCLMtxVec Class
TOpenCLMtxVec Members
Dew.Math Namespace
Cot Method
Example
See Also
Collapse All
Cotangens.
Syntax
C#
Visual Basic
public
TOpenCLMtxVec
Cot
();
Public
Function
Cot
()
As
TOpenCLMtxVec
Remarks
Calculate the cotangens of all caling object elements in-place.
See Also
Tan
,
ArcCot
Example
using
Dew.Math
;
using
Dew.Math.Units
;
namespace
Dew.Examples() {
void
Example() {
TOpenCLVector
a; clMtxVec.CreateIt(
out
a);
try
{ a.CopyCplxFromArray(
new
double
[] {1,-2,3,4}); a.Cot();
// Computes complex cotangens
}
finally
{ clMtxVec.FreeIt(
ref
a); } } }
Group
Cot Method
Links
TOpenCLMtxVec Class
,
TOpenCLMtxVec 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!