Difference between revisions of "Math.atan"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Returns arc tangent value of v in radians.
 
Returns arc tangent value of v in radians.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = math.atan(v)
 
(number) = math.atan(v)
 
</source>
 
</source>

Revision as of 15:28, 13 July 2023