Loading TOC...

math:cot

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

Summary

Returns the cotangent of x.

Parameters
x The floating point number to be evaluated.

Example

math:cot(19.5)

  => 1.3142239

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