Difference between revisions of "Math.sinh"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2022.1<br/> '''Class:''' math<br/> === Description === Returns the hyperbolic sine of v. <source lang="lua"> (number) = math.sinh...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Returns the hyperbolic sine of v.
 
Returns the hyperbolic sine of v.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = math.sinh(v)
 
(number) = math.sinh(v)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Latest revision as of 15:31, 13 July 2023