Documentation
›
API Reference
›
Object
›
Math
Tan
Lua
C++
This function returns the tangent of an angle.
Syntax
static float
Tan
(const float a)
Parameters
a:
an angle, in degrees.
Returns
Returns the tangent of the specified angle.