math.tan

math.tan(
   x as Number
) as Number

Summary

Returns the tangent of x.

Parameters
x The floating point number to be evaluated.

Example

  math.tan(19.5) 

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