











if b < -0.004102676064970259if -0.004102676064970259 < b < -7.674146973599803e-149rm if -7.674146973599803e-149 < b < 9.060571198789832e+80rm if 9.060571198789832e+80 < b Original test:
(lambda ((a default) (b default) (c default))
#:name "NMSE p42, negative"
(/ (- (- b) (sqrt (- (sqr b) (* 4 (* a c))))) (* 2 a))
#:target
(if (< b 0) (/ c (* a (/ (+ (- b) (sqrt (- (sqr b) (* 4 (* a c))))) (* 2 a)))) (/ (- (- b) (sqrt (- (sqr b) (* 4 (* a c))))) (* 2 a))))