







if eps < -0.09829997f0 or 0.07828799f0 < eps rm rm if -0.09829997f0 < eps < 0.07828799f0rm 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)))))