Rows will be joining Superhuman.
Learn more
Product
Rows AI
Your number crunching sidekick
Integrations
Seamless connections to your tools
Support Docs
Learn how to make the most out of Rows.
Features
All-in-one spreadsheet for teams
Pricing
Templates
Community
Sign in
Sign up for free
Rows will be joining Superhuman
Learn more
Functions
COSH
Returns the hyperbolic cosine of a real number.
Parameter List
Syntax
COSH
(
value
)
value
Any real number. For example:
1
.
Examples
Example 1
COSH(0) returns 1
Example 2
COSH(PI()/2) returns 2.50918
Example 3
COSH("Superman") returns Error. Happens when the parameters provided include values other than numbers.
Example 4
COSH(A1:A5) returns Error. Happens when a range is used as an input.
Example 5
COSH(1, 2) returns Error. Happens when the wrong number of arguments is provided.
Parameter List
Examples