Average Error: 14.9 → 14.9
Time: 27.2s
Precision: 64
Internal Precision: 832
\[\frac{1}{x + 1} - \frac{1}{x - 1}\]
\[\frac{1}{x + 1} - \frac{1}{x - 1}\]

Error

Bits error versus x

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 14.9

    \[\frac{1}{x + 1} - \frac{1}{x - 1}\]
  2. Final simplification14.9

    \[\leadsto \frac{1}{x + 1} - \frac{1}{x - 1}\]

Runtime

Time bar (total: 27.2s)Debug logProfile

herbie shell --seed 2018219 +o rules:numerics
(FPCore (x)
  :name "Asymptote A"
  (- (/ 1 (+ x 1)) (/ 1 (- x 1))))