Overload List

  NameDescription
Cosh(DoubleComplex)
Calculates the hyperbolic cosine of a complex number.
Cosh(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.
Cosh(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.
Cosh(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.
Cosh(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.
Cosh(FloatComplex)
Calculates the hyperbolic cosine of a complex number.
Cosh(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.
Cosh(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.
Cosh(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.
Cosh(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.
Cosh(Double)
Calculates the hyperbolic cosine of a double-precision floating point number.
Cosh(Single)
Calculates the hyperbolic cosine of a floating point number.

See Also