Difference between revisions of "SHIP:Sail:asinh"

From Serious Documentation
Jump to: navigation, search
(Created page with "__NOTOC__ {{SailFuncTableStart|}}<onlyinclude> |{{SailFunc|asinh}}||{{DataType|Float}}||style="text-align:center;"|v5.1.0||Returns the arc hyperbolic sin of the given value{{v...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
{{SailFuncTableStart|}}<onlyinclude>
 
{{SailFuncTableStart|}}<onlyinclude>
|{{SailFunc|asinh}}||{{DataType|Float}}||style="text-align:center;"|v5.1.0||Returns the arc hyperbolic sin of the given value{{v5}}</onlyinclude>
+
|{{SailFunc|asinh}}||{{DataType|Float}}||style="text-align:center;"|v5.1.0||Returns the arc hyperbolic sin of the given value</onlyinclude>
 
|}
 
|}
 
== See Also: ==
 
== See Also: ==
Line 7: Line 7:
 
*[[SHIP:Sail:Functions|Sail Functions]]
 
*[[SHIP:Sail:Functions|Sail Functions]]
 
*[[SHIP:Sail:Numeric Functions|Sail Numeric Functions]]
 
*[[SHIP:Sail:Numeric Functions|Sail Numeric Functions]]
*[[SHIP:Sail:Trigonomic Functions|Sail Trigonomic Functions]]
+
*[[SHIP:Sail:Trigonometric Functions|Sail Trigonometric Functions]]
  
 
== Prototype ==
 
== Prototype ==
Line 41: Line 41:
 
|<code>{{SailFunc|asinh}}(100)</code> || 5.298342... ||
 
|<code>{{SailFunc|asinh}}(100)</code> || 5.298342... ||
 
|}
 
|}
 +
 +
[[Category:Trigonometric Functions]]

Latest revision as of 11:28, 14 October 2016

Function Returns Introduced Description
asinh Float v5.1.0 Returns the arc hyperbolic sin of the given value

See Also:

Prototype

Float asinh(Float value);

Parameters/Return Value

Parameter Data Type Description
value Float the value to take the arc hyperbolic sin of
Return Float asinh(value)

Detailed Description

The asinh() function returns the arc hyperbolic sin of the supplied value</code>

Examples

Example Result Notes
asinh(1); 0.881373...
asinh(10); 2.998222...
asinh(100) 5.298342...