![]() ![]() |
Reference Type: Supported, Category: Hyperbolic Trigonometric Functions, ICR#: 10144
The $$ACSCH^XLFHYPER extrinsic function returns the hyperbolic arc-cosecant, with radians output.
$$ACSCH^XLFHYPER(x[,n])
x: |
(required) Number for which you want the hyperbolic arc-cosecant. |
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-cosecant. |
>S X=$$ACSCH^XLFHYPER(3,12) >W X .3274501502 |