when you take a 1st order taylor expansion of a function, so:
$$f(a) + f'(a)(x-a)$$
does that mean that if the result is only accurate to one decimal place? so for a value a.bcd, d would be the uncertain value?
Edit: changed from second order to first due to an error that another user pointed out
Nope, try with $e^x$ with $x=1$...
$$e = 1 + 1 + \frac{1}{2!} + \frac{1}{3!} + ...$$
taking only the first two terms, you get $2 \ne 2.71$