fcosh ( x -- double )
C standard library math functions

Prev:fatan2 ( x y -- double )
Next:fsinh ( x -- double )


Vocabulary
math.libm

Inputs
xa real


Outputs
doublea real


Word description
Calls the hyperbolic cosine function from the C standard library. User code should call cosh instead.

Definition