







if eps < -2.073649453159856e-16 or 4.309797438289399e-30 < eps rm rm if -2.073649453159856e-16 < eps < 4.309797438289399e-30Original 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)))))