Click or drag to resize

NMathFunctionsTanh Method

Overload List
 NameDescription
Public methodStatic memberTanh(Double) Calculates the hyperbolic tangent of a double-precision floating point number.
Public methodStatic memberTanh(DoubleComplex) Calculates the hyperbolic tangent of a complex number.
Public methodStatic memberTanh(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.
Public methodStatic memberTanh(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.
Public methodStatic memberTanh(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.
Public methodStatic memberTanh(DoubleSymmetricMatrix) 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.
Public methodStatic memberTanh(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.
Public methodStatic memberTanh(FloatComplex) Calculates the hyperbolic tangent of a complex number.
Public methodStatic memberTanh(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.
Public methodStatic memberTanh(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.
Public methodStatic memberTanh(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.
Public methodStatic memberTanh(FloatSymmetricMatrix) 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.
Public methodStatic memberTanh(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.
Public methodStatic memberTanh(Single) Calculates the hyperbolic tangent of a floating point number.
Top
See Also