







if eps < -2.8903562f-18rm if -2.8903562f-18 < eps < 8.7719215f-08if 8.7719215f-08 < 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)))))