Difference between revisions of "Documentation/How Tos/Calc: ASINH function"
From Apache OpenOffice Wiki
< Documentation | How Tos
OOoWikiBot (talk | contribs) m (Robot: Automated text replacement %s) |
m |
||
Line 30: | Line 30: | ||
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]] | * [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]] | ||
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}} | * [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}} | ||
− | [[Category: Documentation/Reference/Calc]] | + | [[Category: Documentation/Reference/Calc/Mathematical functions]] |
Revision as of 07:34, 3 May 2010
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.