この関数は Google スプレッドシートでも Excel と同じように機能します。構文も引数も同じです。
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)結果: 1
The hyperbolic cosine of 0 is always 1.
=COSH(1)結果: 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.