








if b/2 < -1.2129658883296997e+33rm if -1.2129658883296997e+33 < b/2 < -9.179430499792972e-62rm rm if -9.179430499792972e-62 < b/2 < -1.470528914606692e-109rm if -1.470528914606692e-109 < b/2 < 4.449432714488087e+57if 4.449432714488087e+57 < 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))