








if b/2 < -7.080805652591413e-28rm if -7.080805652591413e-28 < b/2 < -1.6753920190774815e-283rm rm if -1.6753920190774815e-283 < b/2 < 2.2736054037680634e+124rm if 2.2736054037680634e+124 < 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))