







if eps < -1.9252203f-22 or 4.5936796f-12 < eps rm if -1.9252203f-22 < eps < 4.5936796f-12Original 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)))))