Difference between revisions of "Math.acos"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the arc cosine of v (in radians). <source lang="lua"> (number), = math.acos(v,) </source> '''v...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[math]]<br/>
 +
 
=== Description ===
 
=== Description ===
 
Returns the arc cosine of v (in radians).
 
Returns the arc cosine of v (in radians).
<source lang="lua">
+
<syntaxhighlight lang="lua">
(number), = math.acos(v,)
+
(number) = math.acos(v)
</source>
+
</syntaxhighlight>
'''v:''' (number) value to get acos from ''''''<br/>
+
 
 +
=== Parameters ===
 +
'''v''': (number) value to get acos from<br/>
 +
 
 +
=== Return values ===
 
'''Returns''' (number) acos value of provided value<br/>
 
'''Returns''' (number) acos value of provided value<br/>
 +
 +
{{Math}}

Latest revision as of 15:30, 13 July 2023