I have a function $\frac{e^x - e^{-x}}{2x}$. In order to avoid loss of significance when calculating values of this function near $x=0$, I represent $e^x$ as Taylor series. The truncation error of $e^x$ is $\frac{x^5}{5!}*e^x$ (If i use 4 members of Taylor series for the approximation). But this is the error only for $e^x$, not for the whole function. How to compute truncation error for $\frac{e^x - e^{-x}}{2x}$ when $e^x$ is computed using Taylor series approximation?
This question continues this series here: Truncation error in approximation of $\frac{e^x - 1}{x}$ because I could not do the same manipulations with this formula as with the previous answer