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