Computes the tangent of each element of an array.
Namespace: Extreme.Mathematics.LinearAlgebra.ImplementationAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
void Tan(
TShape shape,
TArray operand,
TArray result
)
Sub Tan (
shape As TShape,
operand As TArray,
result As TArray
)
void Tan(
TShape shape,
TArray operand,
TArray result
)
abstract Tan :
shape : 'TShape *
operand : 'TArray *
result : 'TArray -> unit
Parameters
- shape
- Type: TShape
The number of elements in the array. - operand
- Type: TArray
The array that holds the operands. - result
- Type: TArray
The array that holds the results.
Numerical Libraries
Supported in: 6.0
Reference