Loading TOC...

math:cosh

math:cosh(
   $x as xs:double
) as xs:double

Summary

Returns the hyperbolic cosine of x.

Parameters
x The floating point number to be evaluated.

Example

  math:cosh(11)

  => 29937.0708659498

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.