Let $x \in (-\frac{1}{2},\frac{1}{2}), n \in \mathbb{N}$
How can I choose a $n$ that the the inequality is valid?
$$\left|e^x-\sum_{k=0}^n \frac{x^k}{k!}\right| \leq \frac{|e^x|}{10^{16}}$$
My ideas: Try some values for $n$ and verify the inequality for value greater than $-1/2$ and less than $1/2$ because of the monotony of the exponential function... But I could not find a $n$.