Run-Time Functions > Functions: A - M > COSH

www.kxcad.net Home > CAE Index > MSC Software Index > Adams MD R2 Index


Your Ad Here

COSH
Returns the hyperbolic cosine of an expression that represents a numerical value.
COSH(x) = (ex + e-x)/2.0
Format
COSH(x)
Argument
 
Example
The following function returns the hyperbolic cosine of the z component of the displacement of marker_2 with respect to marker_1. The result is computed in the coordinate system of marker_1.
COSH(DZ(marker_2, marker_1, marker_1))
Learn more about math functions.
 
Your Ad Here