








if b/2 < -5.5367438047953165e+140rm if -5.5367438047953165e+140 < b/2 < -5.4085235260168585e-306rm rm if -5.4085235260168585e-306 < b/2 < 3.4791896352684183e+99if 3.4791896352684183e+99 < 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))