Average Error: 0.0 → 0.0
Time: 43.6s
Precision: 64
Internal Precision: 384
\[\frac{1}{x - 1} + \frac{x}{x + 1}\]
\[\frac{\frac{1}{\sqrt[3]{x - 1} \cdot \sqrt[3]{x - 1}}}{\sqrt[3]{x - 1}} + \frac{x}{x + 1}\]

Error

Bits error versus x

Derivation

  1. Initial program 0.0

    \[\frac{1}{x - 1} + \frac{x}{x + 1}\]
  2. Using strategy rm
  3. Applied add-cube-cbrt0.0

    \[\leadsto \frac{1}{\color{blue}{\left(\sqrt[3]{x - 1} \cdot \sqrt[3]{x - 1}\right) \cdot \sqrt[3]{x - 1}}} + \frac{x}{x + 1}\]
  4. Applied associate-/r*0.0

    \[\leadsto \color{blue}{\frac{\frac{1}{\sqrt[3]{x - 1} \cdot \sqrt[3]{x - 1}}}{\sqrt[3]{x - 1}}} + \frac{x}{x + 1}\]

Runtime

Time bar (total: 43.6s)Debug logProfile

herbie shell --seed '#(1070578969 3140398606 632207097 462683394 1189254563 964980650)' 
(FPCore (x)
  :name "Asymptote B"
  (+ (/ 1 (- x 1)) (/ x (+ x 1))))