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

 

SINH(number)

 
 Returns the hyperbolic sine of a number.

 numberThe number you want the hyperbolic sine of.

 REMARKS
 
  • The "number" is the angle in radians.
     
  • If "number" is not numeric, then #VALUE! is returned.
     
  • If your argument is in degrees, multiply it by PI()/180 to convert it to radians.
     
  • You can use the hyperbolic sine function to approximate a cumulative probability distribution.

     EXAMPLES
     
     A
    1=SINH(0.5) = 0.521
    2=SINH(-1) = -1.175
    3=SINH(1) = 1.175
    4=SINH(ASINH(0.5)) = 0.5
    5=SINH("some text") = #VALUE!
     

     Functions - S | Index - S | Office Online 

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