Here are two sums given:
- $$e^{-5}\approx \sum_{i=0}^9 \frac{(-1)^i 5^i}{i!}$$
- $$e^{-5}=1/e^5\approx \frac{1}{\sum_{i=0}^9 \frac{5^i}{i!}}$$
Using Matlab ;) I've got (2) to be closer. But computer-aside, is there anyway to say which one is closer than the other, say by thinking about the errors?