Product
Features
All-in-one spreadsheet for teams
Everyday Tasks
Upgrade your spreadsheets
Reporting
Stunning reports in minutes
Advanced Features
Extra magic for pros
Data Enrichment
All your data in one place
Internal Tools
Build tools autonomously
Integrations
Seamless connections to your tools
Pricing
Templates
Community
Resources
Blog
Stories about spreadsheets and the people who build them.
Support Docs
Learn how to make the most out of Rows.
Discord
Our spreadsheet community on Discord.
API Docs
The reference documentation for the Rows API.
Sign in
Sign up for free
Functions
ACOSH
Returns the inverse hyperbolic cosine of a real number
Standard
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