|   | Name | Description | 
|---|
   | Tan(Double) | 
            Calculates the tangent of a double-precision floating point number.
             | 
   | Tan(DoubleComplex) | 
            Calculates the tangent of a complex number.
             | 
   | Tan(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.
             | 
   | Tan(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.
             | 
   | Tan(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.
             | 
   | Tan(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.
             | 
   | Tan(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.
             | 
   | Tan(FloatComplex) | 
            Calculates the tangent of a complex number.
             | 
   | Tan(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.
             | 
   | Tan(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.
             | 
   | Tan(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.
             | 
   | Tan(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.
             | 
   | Tan(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.
             | 
   | Tan(Single) | 
            Calculates the tangent of a floating point number.
             |