







if (- (tan (+ x eps)) (tan x)) < -0.0050464487f0rm if -0.0050464487f0 < (- (tan (+ x eps)) (tan x)) < 0.0006144298f0rm if 0.0006144298f0 < (- (tan (+ x eps)) (tan x)) 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)))))