![]() ![]() |
Reference Type: Supported, Category: Math Functions, ICR#: 10105
The $$DTR^XLFMTH extrinsic function converts degrees to radians.
$$DTR^XLFMTH(x[,n])
x: |
(required) Degrees input number to be converted to radians. |
n: |
(optional) The precision for the function. Precision means the detail of the result, in terms of number of digits. |
returns: |
Returns the converted degrees input number to radians. |
>S X=$$DTR^XLFMTH(45) >W X .7853981634 |