Question 657475
{{{abs(h)<6}}} means {{{h<6}}} and {{{-h<6}}}

if {{{-h<6}}}, then {{{-6<h}}}

to make that into a compound inequality, write:

{{{-6<h<6}}}

 the graph of {{{abs(h)<6}}}


{{{ graph( 600, 600, -15, 15, -15, 15,abs(x),abs(x)<6) }}}