I'm comfortable with fractions like $\frac{-3}{8}$ being the same as $\frac{3}{-8}$ (though I'd think the latter anachronistic and would in any case probably prefer to write either of those two as $-\frac{3}{8}$ ), and of course I'm comfortable with improper fractions like $\frac{-8}{3}$ being the mixed number $-2\frac{2}{3}$.
However, if I'm trying to teach a computer how to handle negative vulgar fractions, I should also consider the remaining cases, so how should I interpret:
- $2\frac{-2}{3}$
- $2\frac{2}{-3}$
- $2\frac{-2}{-3}$
- $-2\frac{-2}{3}$
- $-2\frac{2}{-3}$
- $-2\frac{-2}{-3}$
I'm considering the logical approach, by inference from $2\frac{2}{3}$ and $-2\frac{2}{3}$, so I'd get:
- $1\frac{1}{3}$
- $1\frac{1}{3}$
- $1\frac{2}{3}$
- $-1\frac{1}{3}$
- $-1\frac{1}{3}$
- $-2\frac{2}{3}$