Average Error: 0.0 → 0.0
Time: 4.0s
Precision: 64
Internal precision: 128
\[x + x \cdot x\]
\[x + x \cdot x\]

Error

Bits error versus x

Target

Original0.0
Comparison0.0
Herbie0.0
\[ {x}^2 + x \]

Derivation

  1. Initial program 0.0

    \[x + x \cdot x\]
  2. Removed slow pow expressions

Runtime

Time bar (total: 4.0s) Debug log

Please include this information when filing a bug report:

herbie --seed '#(1126492950 3901770154 4276117 488692565 2906837778 4001223425)'
(FPCore (x)
  :name "Main:bigenough1 from B"

  :target
  (+ (sqr x) x)

  (+ x (* x x)))