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
ACOSH
Returns the inverse hyperbolic cosine of a real number
Parameter List
Syntax
ACOSH
(
value1
)
value1
Any number. For example:
1
.
Examples
Example 1
ACOSH(1) returns 0
Example 2
ACOSH(10) returns 2.99322
Example 3
ACOSH("Superman") returns Error. Happens when the parameters provided include values other than numbers.
Example 4
ACOSH(A1:A5) returns Error. Happens when a range is used as an input.
Example 5
ACOSH(1, 2) returns Error. Happens when the wrong number of arguments is provided.
Parameter List
Examples