Average Error: 29.7 → 0
Time: 654.0ms
Precision: 64
Internal Precision: 1408
\[\left(1 + x\right) - x\]
\[1\]

Error

Bits error versus x

Derivation

  1. Initial program 29.7

    \[\left(1 + x\right) - x\]
  2. Applied simplify0

    \[\leadsto \color{blue}{1}\]
  3. Removed slow pow expressions.

Runtime

Time bar (total: 654.0ms)Debug logProfile

herbie shell --seed '#(1064046164 1949114861 3646175192 397574969 4267581073 2306168011)' 
(FPCore (x)
  :name "Cancel like terms"
  (- (+ 1 x) x))