if b/2 < -3.2880472f-13
if -3.2880472f-13 < b/2 < 1.5915723f+15
if 1.5915723f+15 < b/2
Original test:
(lambda ((a default) (b/2 default) (c default)) #:name "NMSE problem 3.2.1, negative" (/ (- (- b/2) (sqrt (- (sqr b/2) (* a c)))) a))