if x < -1.6832923238537353e-08 or 5.881545813624529e-20 < x
rm
if -1.6832923238537353e-08 < x < 5.881545813624529e-20
Original test:
(lambda ((x default)) #:name "NMSE example 3.4" (/ (- 1 (cos x)) (sin x)) #:target (tan (/ x 2)))