CoronaSDK 2013.1115 | Released: 18 May 2013, 2:04am | What's New | Download Now
These docs are *very* out of date.
You will be redirected to the new docs in a few seconds.
If you are certain you want to see the old docs, click cancel.
Cancel | Continue to new docs
You will be redirected to the new docs in a few seconds.
If you are certain you want to see the old docs, click cancel.
Cancel | Continue to new docs
math.tan()
Description:
Returns the tangent of a value (assumed to be in radians).
Syntax:
math.tan (x)
Example:
print (math.tan (-math.pi/2)) ---> a very large negative number print (math.tan (math.pi/4)) ---> 1 print (math.tan (math.pi/2)) ---> a very large number
Parameters:
x
A number.
Returns:
A number.
Remarks:
Supported on operating systems and platforms for build numbers shown:
- Mac OS X:Corona SDK 1.0
- Windows:Corona SDK 2.0
- iOS:Corona SDK 1.0
- Android:Corona SDK 2.0