Question 108525
The absolute value function returns the value of x, if x>0, and returns the value of -x, if x<0.
Graphically,
{{{drawing( 300, 300, -5, 5, -5, 5,grid( 1 ),green(line( -5,5,0,0)),green(line(0,0,5,5)))}}}