Difference between revisions of "Math.acos"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(7 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>
 +
 
 
=== Parameters ===
 
=== Parameters ===
'''v''': (number) value to get acos from <br/>
+
'''v''': (number) value to get acos from<br/>
 +
 
 
=== Return values ===
 
=== 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