





if x < 112873629.87382902if 112873629.87382902 < x Original test:
(lambda ((x default) (eps default))
#:name "NMSE Section 6.1 mentioned, A"
(/ (- (* (+ 1 (/ 1 eps)) (exp (- (* (- 1 eps) x)))) (* (- (/ 1 eps) 1) (exp (- (* (+ 1 eps) x))))) 2))