







if eps < -9.268573f-09rm if -9.268573f-09 < eps < 0.0023221506f0if 0.0023221506f0 < 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)))))