







if eps < -3.484092632009674e-67 or 2.1094196219887136e-42 < eps rm rm if -3.484092632009674e-67 < eps < 2.1094196219887136e-42Original 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)))))