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...")
 
Line 4: Line 4:
 
Returns the arc cosine of v (in radians).
 
Returns the arc cosine of v (in radians).
 
<source lang="lua">
 
<source lang="lua">
(number), = math.acos(v,)
+
(number) = math.acos(v)
 
</source>
 
</source>
'''v:''' (number) value to get acos from ''''''<br/>
+
'''v''': (number) value to get acos from ''''''<br/>
 
'''Returns''' (number) acos value of provided value<br/>
 
'''Returns''' (number) acos value of provided value<br/>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2011.6

Description

Returns the arc cosine of v (in radians).

(number) = math.acos(v)

'v: (number) value to get acos from '
Returns (number) acos value of provided value