Returns a complex vector whose components are the tangents of the components of another vector.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static ComplexVector Tan(
ComplexVector vector
)
Public Shared Function Tan (
vector As ComplexVector
) As ComplexVector
public:
static ComplexVector^ Tan(
ComplexVector^ vector
)
static member Tan :
vector : ComplexVector -> ComplexVector
Parameters
- vector
- Type: Extreme.MathematicsComplexVector
A ComplexVector.
Return Value
Type:
ComplexVectorA vector whose components are the tangents of the components of
vector.
Numerical Libraries
Supported in: 5.x, 4.x
Reference