







if eps < -8.898282f-13rm if -8.898282f-13 < eps < 7.510862f-12if 7.510862f-12 < 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)))))