ASINH
Calculates the inverse hyperbolic sine of the specified number.
Syntax
=ASINH(value)
Arguments
Argument | Type | Description |
---|---|---|
value | Number | The 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)
Updated 9 months ago