% Using four-digit rounding arithmetic to compute % "f(x) = [x*cos(x)-sin(x)] / [x-sin(x)]" at x = 0.1 % with its third Maclaurin polynomial "f(x) = -2" % answer_11c = f(x) answer_11c = roundk(-2,4)