ASINH

Calculates the inverse hyperbolic sine of the specified number.

Syntax

=ASINH(value)

Arguments

ArgumentTypeDescription
valueNumberThe value

Examples

=ASINH(1)0.88137358701954302523
Calculates the inverse hyperbolic sine of 2

=ASINH(0)0
Calculates the inverse hyperbolic sine of 0

=ASINH(@"Property 1")1.03503789619230760411
Calculates the inverse hyperbolic sine of the shape data property @"Property 1" (1.23)