math.sin

math.sin(
   x as Number
) as Number

Summary

Returns the sine of x, in the range from -1 to +1 (inclusive).

Parameters
x The floating point number to be evaluated.

Example

  math.sin(1.95)

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