Part 12: Limits
Now try limit(abs(x)/x, x = 0);
Why is this limit ambiguous? Try limit(abs(x)/x, x = 0, right);
Now replace "right" by "left."