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