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