![]() ![]() |
Reference Type: Supported, Category: Math Functions, ICR#: 10105
The $$SQRT^XLFMTH extrinsic function returns the square root of a number.
$$SQRT^XLFMTH(x[,n])
x: |
(required) Number for which you want the square root. |
n: |
(optional) The precision for the function. Precision means the detail of the result, in terms of number of digits. |
returns: |
Returns the square root of input number. |
>S X=$$SQRT^XLFMTH(153) >W X 12.3693168769 |