0 Comments
The expression
is actually correct: the absolute value takes a number as input, and outputs the positive version of that number.
If the input is negative it is turned into positive, if the input is positive it remains the same.