








if b/2 < -2.131991496773005e+35rm if -2.131991496773005e+35 < b/2 < -1.066499756724946e-123rm if -1.066499756724946e-123 < b/2 < 7.918421860193221e+145rm if 7.918421860193221e+145 < 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))