This post will guide you how to use Excel SINH function with syntax and examples in Microsoft excel.
Description
The Excel SINH function returns the hyperbolic sine of a number.
The SINH function is a build-in function in Microsoft Excel and it is categorized as a Math and Trigonometry Function.
The SINH function is available in Excel 2016, Excel 2013, Excel 2010, Excel 2007, Excel 2003, Excel XP, Excel 2000, Excel 2011 for Mac.
Syntax
The syntax of the SINH function is as below:
=SINH (number)
Where the SINH function argument is:
-
number –This is a required argument. Any real number that you want to calculate the hyperbolic sine.
Note:
- If the number argument is not a numeric value, the SINH function will return #VALUE! Error.
Excel SINH Function Examples
The below examples will show you how to use Excel SINH Function to return the hyperbolic sine of a real number.
1# get the hyperbolic sine of pi radians, enter the following formula in Cell B1.
=SINH(PI())

2# get the hyperbolic sine of pi/2 radians, enter the following formula in Cell B2.
=SINH(PI()/2)

Related Functions
-
Excel SIN function
The Excel TANH function returns the hyperbolic tangent of a given number.The syntax of the TANH function is as below:=TANH (number)…
-
Excel ASIN function
The Excel ASIN function returns the arcsine value of a number.The syntax of the ASIN function is as below:= ASIN (number)…
-
Excel TAN function
The Excel TAN function returns the tangent of a given angle. So you can use this function to calculate the tangent of an angle in radians. The syntax of the TAN function is as below:=TAN (number)…
-
Excel TANH function
The Excel TANH function returns the hyperbolic tangent of a given number.The syntax of the TANH function is as below:=TANH (number)…
Related Posts
Excel ASINH Function
This post will guide you how to use Excel ASINH function with syntax and examples in Microsoft excel. Description The Excel ASINH function returns the inverse hyperbolic sine of a number. The ASINH function is a build-in function in Microsoft Excel ...
Excel FACT Function
This post will guide you how to use Excel FACT function with syntax and examples in Microsoft excel. Description The Excel FACT function returns the factorial of a given number. The factorial of a given number is equal to 1*2*3…* ...
Excel LN Function
This post will guide you how to use Excel LN function with syntax and examples in Microsoft excel. Description The Excel LN function returns the natural logarithm of a given number. And the natural logarithms are based on the constant ...
Excel LOG Function
This post will guide you how to use Excel LOG function with syntax and examples in Microsoft excel. Description The Excel LOG function returns the logarithm of a given number based on a supplied base. And the default base argument ...
Excel LOG10 Function
This post will guide you how to use Excel LOG10 function with syntax and examples in Microsoft excel. Description The Excel LOG10 function returns the base-10 logarithm of a given number. The LOG10 function is a build-in function in Microsoft ...
Excel MOD Function
This post will guide you how to use Excel MOD function with syntax and examples in Microsoft excel. Description The Excel MOD function returns the remainder of two numbers after division. So you can use the MOD function to get ...
Excel MMULT Function
This post will guide you how to use Excel MMULT function with syntax and examples in Microsoft excel. Description The Excel MMULT function returns the matrix product of two arrays. If you want to return multiple result in an array ...
Excel MINVERSE Function
This post will guide you how to use Excel MINVERSE function with syntax and examples in Microsoft excel. Description The Excel MINVERSE function returns the inverse matrix for a given matrix. The MINVERSE function is a build-in function in Microsoft ...
Excel MDETERM Function
This post will guide you how to use Excel MDETERM function with syntax and examples in Microsoft excel. Description The Excel MDETERM function returns the matrix determinant of an array. So you can use the MDETERM function to calculate the ...
Excel PRODUCT Function
This post will guide you how to use Excel PRODUCT function with syntax and examples in Microsoft excel. Description The Excel PRODUCT function multiplies the numbers and returns the product. For example, If you want to multiple the numbers in ...