Returns the hyperbolic sine of a number.
تعمل هذه الدالة في Google Sheets كما تعمل في Excel تمامًا — بالصياغة والوسائط نفسها.
SINH(number)The SINH function calculates the hyperbolic sine of any real number. The hyperbolic sine is defined as (e^x - e^-x) / 2, where e is Euler's number.
=SINH(1)النتيجة: 1.175201194
Calculates the hyperbolic sine of 1.
=SINH(-1)النتيجة: -1.175201194
Calculates the hyperbolic sine of -1.
SIN calculates the trigonometric sine of an angle in radians, while SINH calculates the hyperbolic sine based on the exponential function.