abs

Syntax: abs(real1)

Argument:

  • real1 is a real number or an expression that returns a real value. It may be positive or negative.

Return Type: Real

Description: Returns the absolute value of real1.

Example:

abs(CRTRAN25.availableCredit)

Regardless of whether the available credit is a positive or negative value, the function returns a positive value.

  • www.fico.com