Difference between revisions of "SHIP:Sail:acosh"

From Serious Documentation
Jump to: navigation, search
(Created page with "__NOTOC__ {{SailFuncTableStart|}}<onlyinclude> |{{SailFunc|acosh}}||{{DataType|Float}}||style="text-align:center;"|v5.1.0||Returns the arc hyperbolic cos of the given value{{v...")
 
Line 27: Line 27:
 
== Detailed Description ==
 
== Detailed Description ==
  
The <code>{{SailFunc|acos}}()</code> function returns the arc hyperbolic cos of the supplied value</code>
+
The <code>{{SailFunc|acosh}}()</code> function returns the arc hyperbolic cos of the supplied value</code>
  
 
== Examples ==
 
== Examples ==

Revision as of 11:51, 30 September 2016

Function Returns Introduced Description
acosh Float v5.1.0 Returns the arc hyperbolic cos of the given valueBadge SHIPv5.gif

See Also:

Prototype

Float acosh(Float value);

Parameters/Return Value

Parameter Data Type Description
value Float the value to take the arc hyperbolic cos of
Return Float acosh(value)

Detailed Description

The acosh() function returns the arc hyperbolic cos of the supplied value</code>

Examples

Example Result Notes
toDegrees(acosh(1)); 0.000000...
toDegrees(acosh(10); 2.993222...
toDegrees(acosh(100)); 5.298292...