Click or drag to resize

NMathFunctionsTan Method

Overload List
 NameDescription
Public methodStatic memberTan(Double) Calculates the tangent of a double-precision floating point number.
Public methodStatic memberTan(DoubleComplex) Calculates the tangent of a complex number.
Public methodStatic memberTan(DoubleComplexMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the tangent function to each element of the matrix.
Public methodStatic memberTan(DoubleComplexVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the tangent function to each element of the vector.
Public methodStatic memberTan(DoubleMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the tangent function to each element of the matrix.
Public methodStatic memberTan(DoubleSymmetricMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the tangent function to each element of the matrix.
Public methodStatic memberTan(DoubleVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the tangent function to each element of the vector.
Public methodStatic memberTan(FloatComplex) Calculates the tangent of a complex number.
Public methodStatic memberTan(FloatComplexMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the tangent function to each element of the matrix.
Public methodStatic memberTan(FloatComplexVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the tangent function to each element of the vector.
Public methodStatic memberTan(FloatMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the tangent function to each element of the matrix.
Public methodStatic memberTan(FloatSymmetricMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the tangent function to each element of the matrix.
Public methodStatic memberTan(FloatVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the tangent function to each element of the given vector.
Public methodStatic memberTan(Single) Calculates the tangent of a floating point number.
Top
See Also