![]() ![]() |
Reference Type: Supported, Category: Math Functions, ICR#: 10105
The $$CSCDEG^XLFMTH extrinsic function returns the cosecant, with degrees input.
$$CSCDEG^XLFMTH(x[,n])
x: |
(required) Degrees input number for which you want the cosecant. |
n: |
(optional) The precision for the function. Precision means the detail of the result, in terms of number of digits. |
returns: |
Returns the cosecant of degrees input number. |
>S X=$$CSCDEG^XLFMTH(45) >W X 1.414213562 |