







if eps < -0.00030713418f0rm if -0.00030713418f0 < eps < 3.6169324f-06if 3.6169324f-06 < 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)))))