Average Error: 39.1 → 0.0
Time: 4.4s
Precision: 64
Internal Precision: 128
\[\left(x + 1\right) \cdot \left(x + 1\right) - 1\]
\[\left(x + 2\right) \cdot x\]

Error

Bits error versus x

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 39.1

    \[\left(x + 1\right) \cdot \left(x + 1\right) - 1\]
  2. Initial simplification0.0

    \[\leadsto \left(2 + x\right) \cdot x\]
  3. Final simplification0.0

    \[\leadsto \left(x + 2\right) \cdot x\]

Reproduce

herbie shell --seed 2018365 +o rules:numerics
(FPCore (x)
  :name "Expanding a square"
  (- (* (+ x 1) (+ x 1)) 1))

Details

Time bar (total: 2.8s)Debug log

start96.0ms

Algorithm
intervals

setup484.0ms

Pruning

1 alts after pruning (1 fresh and 0 done)

Merged error: 0.0b

localize7.0ms

Local error

Found 1 expressions with local error:

0.0b
(* (+ 2 x) x)

rewrite5.0ms

Algorithm
rewrite-expression-head
Counts
1 → 15
Calls

1 calls. Slowest were:

4.0ms
(* (+ 2 x) x)

series32.0ms

Counts
1 → 3
Calls

1 calls. Slowest were:

31.0ms
(* (+ 2 x) x)

simplify260.0ms

Counts
7 → 18
Calls

7 calls. Slowest were:

222.0ms
(* (- (* 2 2) (* x x)) x)
16.0ms
(* (+ (pow 2 3) (pow x 3)) x)
6.0ms
(+ (* 2 x) (pow x 2))

prune90.0ms

Pruning

2 alts after pruning (1 fresh and 1 done)

Merged error: 0b

localize15.0ms

Local error

Found 2 expressions with local error:

6.1b
(/ (* (- (* 2 2) (* x x)) x) (- 2 x))
0.0b
(* (- (* 2 2) (* x x)) x)

rewrite12.0ms

Algorithm
rewrite-expression-head
Counts
2 → 41
Calls

2 calls. Slowest were:

7.0ms
(/ (* (- (* 2 2) (* x x)) x) (- 2 x))
4.0ms
(* (- (* 2 2) (* x x)) x)

series78.0ms

Counts
2 → 6
Calls

2 calls. Slowest were:

44.0ms
(/ (* (- (* 2 2) (* x x)) x) (- 2 x))
33.0ms
(* (- (* 2 2) (* x x)) x)

simplify1.4s

Counts
27 → 47
Calls

27 calls. Slowest were:

194.0ms
(/ (- (* 2 2) (* x x)) (* (cbrt (- 2 x)) (cbrt (- 2 x))))
192.0ms
(* (- (* (* 2 2) (* 2 2)) (* (* x x) (* x x))) x)
187.0ms
(* (- (* (* 2 2) (* 2 2)) (* (* x x) (* x x))) x)

prune267.0ms

Pruning

2 alts after pruning (0 fresh and 2 done)

Merged error: 0b

regimes18.0ms

Accuracy

0% (0.0b remaining)

Error of 0.0b against oracle of 0.0b and baseline of 0.0b

bsearch1.0ms