DEFINITION |
|
ABSOLUTE VALUE The absolute value of a number is the number’s value ignoring the sign of the number. For example, the absolute value (abbreviated ABS) of +100 is 100. This is shown as ABS(100) = 100. The absolute value of minus 80 is 80. ABS(-80) = 80.
|