







if eps < -6.450162f-09rm rm if -6.450162f-09 < eps < 4.5290896f-11if 4.5290896f-11 < eps 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)))))