Spread 8.0 Documentation
ASINH
Support Options
Formula Reference > Built-In Functions > ASINH

Glossary Item Box

ASINH


Name

Inverse hyperbolic sine

Description

Returns the inverse hyperbolic sine of a number.

Syntax

ASINH(value)

Remarks

The value argument is any real number.

Note asinh(sinh(value)) equals value.

See also ACOS, ACOSH, ASIN, ATAN, ATAN2, ATANH, COS, COSH, SIN, SINH, TANH, and TAN.

Data Type

Accepts numeric data. Returns numeric data. For more information, see Data Type for Each Cell Type.

Example

ASINH(R1C2)
ASINH(-5.5)=-2.40606
ASINH(100)=5.2983423656

Copyright © GrapeCity, inc. All rights reserved.