replace "positive" by "non-negative" (#18833)

This commit is contained in:
baskaodo
2018-10-15 22:41:56 +02:00
committed by Quincy Larson
parent eb7e7d1d1d
commit f4118ad767

View File

@ -3,7 +3,7 @@ title: Absolute Value
--- ---
## Absolute Value ## Absolute Value
Absolute value is the positive value of a number. Absolute value is the non-negative value of a number.
You can think of a number's absolute value as its distance from zero. You can think of a number's absolute value as its distance from zero.
It can be defined as, It can be defined as,