\[\frac{1}{x + 1} - \frac{1}{x}\]
Test:
NMSE problem 3.3.1
Bits:
128 bits
Bits error versus x
Time: 8.2 s
Input Error: 14.5
Output Error: 14.5
Log:
Profile: 🕒
\(\frac{1}{x + 1} - \frac{1}{x}\)
  1. Started with
    \[\frac{1}{x + 1} - \frac{1}{x}\]
    14.5

Original test:


(lambda ((x default))
  #:name "NMSE problem 3.3.1"
  (- (/ 1 (+ x 1)) (/ 1 x)))