Difference between revisions of "Math"
Line 2: | Line 2: | ||
'''Supported platforms:''' android, ios, mac, pc<br/> | '''Supported platforms:''' android, ios, mac, pc<br/> | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
− | === Description === | + | === <translate>Description</translate> === |
<translate>[[Special:MyLanguage/math|math]] table holds most commonly used math functions and constants</translate> | <translate>[[Special:MyLanguage/math|math]] table holds most commonly used math functions and constants</translate> | ||
{|- | {|- | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === Methods === | + | === <translate>Methods</translate> === |
[[Special:MyLanguage/math.abs|math.abs]] ''<translate>returns absolute value of v</translate>''<br/> | [[Special:MyLanguage/math.abs|math.abs]] ''<translate>returns absolute value of v</translate>''<br/> | ||
[[Special:MyLanguage/math.acos|math.acos]] ''<translate>returns arc cosine value of v in radians</translate>''<br/> | [[Special:MyLanguage/math.acos|math.acos]] ''<translate>returns arc cosine value of v in radians</translate>''<br/> | ||
Line 32: | Line 32: | ||
[[Special:MyLanguage/math.tan|math.tan]] ''<translate>returns tangent value of angle rad</translate>''<br/> | [[Special:MyLanguage/math.tan|math.tan]] ''<translate>returns tangent value of angle rad</translate>''<br/> | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === Events === | + | === <translate>Events</translate> === |
− | === Constants === | + | === <translate>Constants</translate> === |
[[Special:MyLanguage/huge|huge]]<br/> | [[Special:MyLanguage/huge|huge]]<br/> | ||
[[Special:MyLanguage/pi|pi]]<br/> | [[Special:MyLanguage/pi|pi]]<br/> | ||
|} | |} |
Revision as of 07:29, 24 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2011.6
Description
math table holds most commonly used math functions and constants
Methodsmath.abs returns absolute value of v |
EventsConstants |