How is it possible that exp(x) for negative x is always close to 0 and even monotonic? I mean, look on the series representation of it: $\sum_{k=0}^\infty\frac{x^k}{k!}$
it makes sense that for positive x it behaves like that, but for huge negative numbers it's like "10 trillions - 43535 gazillions + 4435435 fartillions -...". You know what I mean, how is that not only convergent to 0 as $x\to -\infty$, but also monotonic ?

As $\exp(x)\exp(-x)=1$, $\exp(-x)$ must be monotone (decreasing) since $\exp(x)$ is monotone (increasing). It's also clear that $\lim_{x \rightarrow \infty}\left[\exp(-x)\right]=\lim_{x \rightarrow\infty}\left[\frac{1}{\exp(x)}\right]=0$.