







if eps < -0.00010876831f0rm if -0.00010876831f0 < eps < 3.6911058f-10if 3.6911058f-10 < eps rm 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)))))