







if eps < -3.2784791869173944e-06rm rm if -3.2784791869173944e-06 < eps < 5.4458409913370574e-05rm if 5.4458409913370574e-05 < eps rm rm Original test:
(lambda ((x default) (eps default))
#:name "NMSE problem 3.3.2"
(- (tan (+ x eps)) (tan x))
#:target
(/ (sin eps) (* (cos x) (cos (+ x eps)))))