Overload List

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

See Also