DAX Math & Trigonometric - SINH function


Advertisements


Description

Returns the hyperbolic sine of a number. DAX SINH function is new in Excel 2016.

Syntax

SINH (<number>) 

Parameters

Sr.No. Parameter & Description
1

number

Any real number.

Return Value

The hyperbolic sine of a number.

Remarks

The formula for the hyperbolic sine is −

$$SINH(z)\:=\:\frac{e^{z}\:-\:e^{-z}}{2}$$

Example

= SINH (5) returns 74.2032105777888. 
= SINH (1) returns 1.1752011936438. 

dax_functions_mathematical_trigonometric.htm

Advertisements