![]() ![]() |
Reference Type: Supported, Category: Hyperbolic Trigonometric Functions, ICR#: 10144
The $$ASINH^XLFHYPER extrinsic function returns the hyperbolic arc-sine, with radians output.
$$ASINH^XLFHYPER(x[,n])
x: | (required) Number for which you want the hyperbolic arc-sine. |
n: |
(optional) The precision for the function. Precision means the detail of the result, in terms of number of digits. |
returns: |
Returns the hyperbolic arc-sine. |
>S X=$$SINH^XLFHYPER(3,12) >W X 10.0178749273 |