Description
Wiki Description
Calculates the tangent of the value (in degrees) it is given.
Documentation Comment
Calculates the tangent of the passed in value (in degrees)
Caveats
Parameters
floatafValue
CK Wiki Description
The value to get the tangent of, in degrees.
Examples
float x = math.tan(180.0) ; x == 0
float y = math.tan(45.0) ; y == 1Auto-Generated Example
float myFloat__afValue
float returnedValue = Math.tan(myFloat__afValue)