








if b/2 < -1.102640798064626e+96rm if -1.102640798064626e+96 < b/2 < -4.180861961583105e-193rm if -4.180861961583105e-193 < b/2 < 2.2608845850534584e+29rm rm if 2.2608845850534584e+29 < b/2 Original test:
(lambda ((a default) (b/2 default) (c default))
#:name "NMSE problem 3.2.1, positive"
(/ (+ (- b/2) (sqrt (- (sqr b/2) (* a c)))) a))