Difference between revisions of "Math.cos"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns cosine value of angle rad <source lang="lua"> (number), = math.cos(rad,) </source> '''rad:'''...") |
|||
Line 4: | Line 4: | ||
returns cosine value of angle rad | returns cosine value of angle rad | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (number) | + | (number) = math.cos(rad) |
</source> | </source> | ||
− | '''rad | + | '''rad''': (number) angle in radians ''''''<br/> |
'''Returns''' (number) result<br/> | '''Returns''' (number) result<br/> |
Revision as of 10:20, 23 August 2018
Available since: Gideros 2011.6
Description
returns cosine value of angle rad
(number) = math.cos(rad)
'rad: (number) angle in radians '
Returns (number) result