







if eps < -5.796098f-07rm if -5.796098f-07 < eps < 4.564904f-10if 4.564904f-10 < 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)))))