







if eps < -3.452204119992624e-20 or 10651329494355302.0 < eps rm rm if -3.452204119992624e-20 < eps < 10651329494355302.0Original 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)))))