







if eps < -2011.657242358063 or 1.888112624037396e+21 < eps rm if -2011.657242358063 < eps < 1.888112624037396e+21rm 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)))))