![]() ![]() |
Reference Type: Supported, Category: Math Functions, ICR#: 10105
The $$CSC^XLFMTH extrinsic function returns the cosecant, with radians input.
$$CSC^XLFMTH(x[,n])
x: |
(required) Radians 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 radians input number. |
>S X=$$CSC^XLFMTH(1.5) >W X 1.002511304 |