







if eps < -0.014078607f0 or 3.1920562f0 < eps rm if -0.014078607f0 < eps < 3.1920562f0rm 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)))))