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