Difference between revisions of "Math.deg"

From GiderosMobile
(added see also)
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Returns the angle in degrees of radians rad.
 
Returns the angle in degrees of radians rad.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = math.deg(rad)
 
(number) = math.deg(rad)
 
</source>
 
</source>

Revision as of 15:28, 13 July 2023