Absolute value represents the distance of a number from zero. Whether the number is positive or negative, its absolute value is always non-negative.
- The absolute value of a positive number is itself
- The absolute value of a negative number is its opposite
- The absolute value of zero is zero
Mathematical notation: |x| = x (when x ≥ 0), |x| = -x (when x < 0)