







if eps < -2.002236f-10rm if -2.002236f-10 < eps < 5.0320875f-13if 5.0320875f-13 < 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)))))