if x < -5.084423344895139e-11 or 0.9995081705491148 < x
rm
if -5.084423344895139e-11 < x < 0.9995081705491148
Original test:
(lambda ((x default)) #:name "NMSE example 3.4" (/ (- 1 (cos x)) (sin x)) #:target (tan (/ x 2)))