








if b/2 < -1.3358072873053585e-141rm if -1.3358072873053585e-141 < b/2 < 2.0626415808173556e+74rm if 2.0626415808173556e+74 < 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))