Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Excel > Functions > Maths and Trigonometry > ASINH

 

ASINH(number)

 
 Returns the inverse hyperbolic sine of a number.

 numberThe number you want the inverse hyperbolic sine of.

 REMARKS
 
  • The inverse hyperbolic sine of an angle is the inverse of the SINH() function.
     
  • The "number" is the angle in radians.
     
  • If "number" is not numeric, then #VALUE! is returned.

     EXAMPLES
     
     A
    1=ASINH(-2.5) = -1.647
    2=ASINH(10) = 2.998
    3=ASINH(-1) = -0.881
    4=ASINH(1) = 0.881
    5=ASINH(SINH(0.5)) = 0.5
    6=ASINH(-500) = -6.908
    7=ASINH("some text") = #VALUE!
     

     Functions - A | Index - A | Office Online 

     Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.Top