Navigation: ESL Documentation > ESL Programmers Reference > Libraries, Functions & Subroutines > Maths Library Subroutines & Functions > Maths Library Functions
MATHLIB Function
Return the absolute value of a number.
ABS(X_FV)
X_FV
A float number whose absolute value you want returned.
Description
Use this function to return the absolute value of X_FV as a float value.