Product
Features
All-in-one spreadsheet for teams
Rows AI
Your number crunching sidekick
Reporting
Stunning reports in minutes
Advanced Features
Extra magic for pros
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.
API Docs
The reference documentation for the Rows API.
Sign in
Sign up for free
Functions
SINH
Returns the hyperbolic sine of a real number.
Parameter List
Syntax
SINH
(
value
)
value
Any real number. For example:
1
.
Examples
Example 1
SINH(0) returns 0
Example 2
SINH(1) returns 1.17520
Example 3
SINH("Superman") returns Error. Happens when the parameters provided include values other than numbers.
Example 4
SINH(A1:A5) returns Error. Happens when a range is used as an input.
Example 5
SINH(1, 2) returns Error. Happens when the wrong number of arguments is provided.
Parameter List
Examples