math:sinh

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

Summary

Returns the hyperbolic sine of x.

Parameters
x The floating point number to be evaluated.

Example

  math:sinh(1.95) 

  => 3.44320675450139
Powered by MarkLogic Server | Terms of Use | Privacy Policy