







if (- (tan (+ x eps)) (tan x)) < -0.0013098668f0rm rm if -0.0013098668f0 < (- (tan (+ x eps)) (tan x)) < 0.012468386f0rm if 0.012468386f0 < (- (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)))))