Returns the hyperbolic cosine of a number.
Cette fonction fonctionne de la même façon dans Google Sheets que dans Excel — même syntaxe et mêmes arguments.
COSH(number)The COSH function calculates the hyperbolic cosine of any real number. It is mathematically defined as (e^x + e^-x) / 2.
=COSH(0)Résultat : 1
The hyperbolic cosine of 0 is always 1.
=COSH(1)Résultat : 1.543080635
Calculates the hyperbolic cosine of 1.
COS calculates the trigonometric cosine of an angle, while COSH calculates the hyperbolic cosine based on the exponential function.