Click or drag to resize

NMathFunctionsCosh Method

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