![]() ![]() |
Reference Type: Supported, Category: Math Functions, ICR#: 10105
The $$ABS^XLFMTH extrinsic function returns the absolute value of the number in x.
$$ABS^XLFMTH(x)
x: |
(required) Number for which you want the absolute value. |
returns: |
Returns the absolute value of a number. |
>S X=$$ABS^XLFMTH(-42.45) >W X 42.45 |