NAME
cosh - compute hyperbolic cosine
SYNOPSIS
float cosh(float x)
DESCRIPTION
Return the hyperbolic cosine of the argument.
ERRORS
If the computed hyperbolic cosine is too large, an error will result.
cosh - compute hyperbolic cosine
float cosh(float x)
Return the hyperbolic cosine of the argument.
If the computed hyperbolic cosine is too large, an error will result.