Difference between revisions of "Math.sin"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Returns the sine value of angle rad.
 
Returns the sine value of angle rad.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = math.sin(rad)
 
(number) = math.sin(rad)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Latest revision as of 15:31, 13 July 2023