![]() ![]() |
Reference Type: Supported, Category: Math Functions, ICR#: 10105
The $$DECDMS^XLFMTH extrinsic function converts a number from decimal to degrees:minutes:seconds.
$$DECDMS^XLFMTH(x[,n])
x: |
(required) Decimal number to be converted to degree:minutes:seconds. |
n: |
(optional) The precision for the function. Precision means the detail of the result, in terms of number of digits. |
returns: |
Returns the converted decimal input number to degrees:minutes:seconds. |
>S X=$$DECDMS^XLFMTH(30.7) >W X 30:42:0 |