Abs Description Function Abs returns the absolute value of the specified value. FUNCTION Abs(v : REAL): REAL; def vs.Abs(v): return REAL Parameters Name Type Description v REAL Real number. Version Availability: from All Versions Category Math - General