math:sin( $x as xs:double ) as xs:double
Returns the sine of x, in the range from -1 to +1 (inclusive).
Parameters | |
---|---|
x | The floating point number to be evaluated. |
math:sin(1.95) => 0.928959715003869
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.