Function ABS

The term {tt (abs $tau$)} denotes the absolute value of the object denoted by $tau$.
Arity: 2
Axioms:
(=> (Abs ?X ?Result) (= ?Result (If (>= ?X 0) ?X (- ?X))))