Floating-point operations In general, real numbers (with infinite decimal expansions) cannot be represented exactly in a computer by floating-point numbers (with finite decimal expansions). Suppose floating-point numbers on a particular computer carry an error of at most $10^{-16} .$ Estimate the maximum error that is committed in evaluating the following functions. Express the error in absolute and relative (percent) terms.
a. $f(x, y)=x y$
b. $f(x, y)=\frac{x}{y}$
c. $F(x, y, z)=x y z$
d. $F(x, y, z)=\frac{x / y}{z}$