Difference between revisions of "Documentation/How Tos/Calc: ASINH function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (See also:)
m
Line 3: Line 3:
 
== ASINH ==
 
== ASINH ==
 
Returns the inverse hyperbolic sine of a number.
 
Returns the inverse hyperbolic sine of a number.
 
  
 
=== Syntax: ===
 
=== Syntax: ===
Line 16: Line 15:
 
<tt>'''ASINH(SINH(4))'''</tt>
 
<tt>'''ASINH(SINH(4))'''</tt>
 
: returns <tt>'''4'''</tt>.
 
: returns <tt>'''4'''</tt>.
 
 
  
 
=== See also: ===
 
=== See also: ===

Revision as of 06:36, 2 March 2008


ASINH

Returns the inverse hyperbolic sine of a number.

Syntax:

ASINH(number)

returns the inverse hyperbolic sine of number, in other words the number whose hyperbolic sine is number.

Example:

ASINH(-90)

returns approximately -5.1929877.

ASINH(SINH(4))

returns 4.

See also:

ACOSH, ATANH, ACOTH

COSH, SINH, TANH, COTH

Mathematical functions

Personal tools