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