Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

$$ABS^XLFMTH(): Absolute Value

Reference Type: Supported, Category: Math Functions, ICR#: 10105

Description

The $$ABS^XLFMTH extrinsic function returns the absolute value of the number in x.

Format

  $$ABS^XLFMTH(x)

Input Parameters

x:

(required) Number for which you want the absolute value.

Output

returns:

Returns the absolute value of a number.

Example

>S X=$$ABS^XLFMTH(-42.45)

>W X
42.45