Question 830420
{{{y=x/(abs(x))}}}
The only value of x that will cause a  problem is for x=0
which would cause division by zero.
for all positive values of x, {{{x/(abs(x))}}}= 1
and for all negative values of x, {{{x/(abs(x))}}}= -1
so the range is 1, -1