Average Error: 0.5 → 0.5
Time: 54.9s
Precision: 64
Internal Precision: 128
\[\frac{\cos th}{\sqrt{2}} \cdot \left(a1 \cdot a1\right) + \frac{\cos th}{\sqrt{2}} \cdot \left(a2 \cdot a2\right)\]
\[\left(\left(a1 \cdot a1\right) \cdot \frac{\frac{1}{\sqrt{\sqrt{2}}}}{\sqrt{\sqrt{2}}}\right) \cdot \cos th + \frac{\cos th \cdot \left(a2 \cdot a2\right)}{\sqrt{2}}\]

Error

Bits error versus a1

Bits error versus a2

Bits error versus th

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0.5

    \[\frac{\cos th}{\sqrt{2}} \cdot \left(a1 \cdot a1\right) + \frac{\cos th}{\sqrt{2}} \cdot \left(a2 \cdot a2\right)\]
  2. Using strategy rm
  3. Applied associate-*l/0.5

    \[\leadsto \frac{\cos th}{\sqrt{2}} \cdot \left(a1 \cdot a1\right) + \color{blue}{\frac{\cos th \cdot \left(a2 \cdot a2\right)}{\sqrt{2}}}\]
  4. Using strategy rm
  5. Applied add-sqr-sqrt0.5

    \[\leadsto \frac{\cos th}{\color{blue}{\sqrt{\sqrt{2}} \cdot \sqrt{\sqrt{2}}}} \cdot \left(a1 \cdot a1\right) + \frac{\cos th \cdot \left(a2 \cdot a2\right)}{\sqrt{2}}\]
  6. Applied associate-/r*0.5

    \[\leadsto \color{blue}{\frac{\frac{\cos th}{\sqrt{\sqrt{2}}}}{\sqrt{\sqrt{2}}}} \cdot \left(a1 \cdot a1\right) + \frac{\cos th \cdot \left(a2 \cdot a2\right)}{\sqrt{2}}\]
  7. Using strategy rm
  8. Applied *-un-lft-identity0.5

    \[\leadsto \frac{\frac{\cos th}{\sqrt{\sqrt{2}}}}{\color{blue}{1 \cdot \sqrt{\sqrt{2}}}} \cdot \left(a1 \cdot a1\right) + \frac{\cos th \cdot \left(a2 \cdot a2\right)}{\sqrt{2}}\]
  9. Applied div-inv0.5

    \[\leadsto \frac{\color{blue}{\cos th \cdot \frac{1}{\sqrt{\sqrt{2}}}}}{1 \cdot \sqrt{\sqrt{2}}} \cdot \left(a1 \cdot a1\right) + \frac{\cos th \cdot \left(a2 \cdot a2\right)}{\sqrt{2}}\]
  10. Applied times-frac0.5

    \[\leadsto \color{blue}{\left(\frac{\cos th}{1} \cdot \frac{\frac{1}{\sqrt{\sqrt{2}}}}{\sqrt{\sqrt{2}}}\right)} \cdot \left(a1 \cdot a1\right) + \frac{\cos th \cdot \left(a2 \cdot a2\right)}{\sqrt{2}}\]
  11. Applied associate-*l*0.5

    \[\leadsto \color{blue}{\frac{\cos th}{1} \cdot \left(\frac{\frac{1}{\sqrt{\sqrt{2}}}}{\sqrt{\sqrt{2}}} \cdot \left(a1 \cdot a1\right)\right)} + \frac{\cos th \cdot \left(a2 \cdot a2\right)}{\sqrt{2}}\]
  12. Simplified0.5

    \[\leadsto \color{blue}{\cos th} \cdot \left(\frac{\frac{1}{\sqrt{\sqrt{2}}}}{\sqrt{\sqrt{2}}} \cdot \left(a1 \cdot a1\right)\right) + \frac{\cos th \cdot \left(a2 \cdot a2\right)}{\sqrt{2}}\]
  13. Final simplification0.5

    \[\leadsto \left(\left(a1 \cdot a1\right) \cdot \frac{\frac{1}{\sqrt{\sqrt{2}}}}{\sqrt{\sqrt{2}}}\right) \cdot \cos th + \frac{\cos th \cdot \left(a2 \cdot a2\right)}{\sqrt{2}}\]

Reproduce

herbie shell --seed 2018365 
(FPCore (a1 a2 th)
  :name "Migdal et al, Equation (64)"
  (+ (* (/ (cos th) (sqrt 2)) (* a1 a1)) (* (/ (cos th) (sqrt 2)) (* a2 a2))))

Details

Time bar (total: 41.2s)Debug log

start384.0ms

Algorithm
intervals

setup522.0ms

Pruning

1 alts after pruning (1 fresh and 0 done)

Merged error: 0.5b

localize57.0ms

Local error

Found 4 expressions with local error:

0.7b
(/ (cos th) (sqrt 2))
0.7b
(/ (cos th) (sqrt 2))
0.3b
(* (/ (cos th) (sqrt 2)) (* a2 a2))
0.2b
(* (/ (cos th) (sqrt 2)) (* a1 a1))

rewrite39.0ms

Algorithm
rewrite-expression-head
Counts
4 → 110
Calls

4 calls. Slowest were:

11.0ms
(* (/ (cos th) (sqrt 2)) (* a2 a2))
11.0ms
(* (/ (cos th) (sqrt 2)) (* a1 a1))
7.0ms
(/ (cos th) (sqrt 2))

series261.0ms

Counts
4 → 12
Calls

4 calls. Slowest were:

81.0ms
(* (/ (cos th) (sqrt 2)) (* a2 a2))
78.0ms
(* (/ (cos th) (sqrt 2)) (* a1 a1))
52.0ms
(/ (cos th) (sqrt 2))
50.0ms
(/ (cos th) (sqrt 2))

simplify3.5s

Counts
98 → 122
Calls

98 calls. Slowest were:

494.0ms
(* (* (* (/ (cos th) (sqrt 2)) (/ (cos th) (sqrt 2))) (/ (cos th) (sqrt 2))) (* (* (* a1 a1) (* a1 a1)) (* a1 a1)))
467.0ms
(* (* (* (/ (cos th) (sqrt 2)) (/ (cos th) (sqrt 2))) (/ (cos th) (sqrt 2))) (* (* (* a2 a2) (* a2 a2)) (* a2 a2)))
296.0ms
(- (/ (pow a2 2) (sqrt 2)) (* 1/2 (/ (* (pow a2 2) (pow th 2)) (sqrt 2))))

prune1.9s

Pruning

11 alts after pruning (11 fresh and 0 done)

Merged error: 0b

localize11.0ms

Local error

Found 4 expressions with local error:

0.7b
(/ (cos th) (sqrt 2))
0.3b
(/ (* (cos th) (* a2 a2)) (sqrt 2))
0.2b
(* (/ (cos th) (sqrt 2)) (* a1 a1))
0.1b
(* (cos th) (* a2 a2))

rewrite20.0ms

Algorithm
rewrite-expression-head
Counts
4 → 91
Calls

4 calls. Slowest were:

7.0ms
(/ (* (cos th) (* a2 a2)) (sqrt 2))
6.0ms
(* (/ (cos th) (sqrt 2)) (* a1 a1))
4.0ms
(* (cos th) (* a2 a2))

series266.0ms

Counts
4 → 12
Calls

4 calls. Slowest were:

103.0ms
(* (/ (cos th) (sqrt 2)) (* a1 a1))
69.0ms
(/ (* (cos th) (* a2 a2)) (sqrt 2))
49.0ms
(* (cos th) (* a2 a2))
46.0ms
(/ (cos th) (sqrt 2))

simplify2.9s

Counts
74 → 103
Calls

74 calls. Slowest were:

383.0ms
(* (* (* (/ (cos th) (sqrt 2)) (/ (cos th) (sqrt 2))) (/ (cos th) (sqrt 2))) (* (* (* a1 a1) (* a1 a1)) (* a1 a1)))
340.0ms
(- (pow a2 2) (* 1/2 (* (pow a2 2) (pow th 2))))
288.0ms
(- (/ (pow a2 2) (sqrt 2)) (* 1/2 (/ (* (pow a2 2) (pow th 2)) (sqrt 2))))

prune1.4s

Pruning

9 alts after pruning (9 fresh and 0 done)

Merged error: 0b

localize12.0ms

Local error

Found 4 expressions with local error:

0.6b
(/ (/ (cos th) (sqrt (sqrt 2))) (sqrt (sqrt 2)))
0.6b
(/ (cos th) (sqrt (sqrt 2)))
0.3b
(/ (* (cos th) (* a2 a2)) (sqrt 2))
0.2b
(* (/ (/ (cos th) (sqrt (sqrt 2))) (sqrt (sqrt 2))) (* a1 a1))

rewrite54.0ms

Algorithm
rewrite-expression-head
Counts
4 → 388
Calls

4 calls. Slowest were:

13.0ms
(* (/ (/ (cos th) (sqrt (sqrt 2))) (sqrt (sqrt 2))) (* a1 a1))
8.0ms
(/ (/ (cos th) (sqrt (sqrt 2))) (sqrt (sqrt 2)))
7.0ms
(/ (* (cos th) (* a2 a2)) (sqrt 2))

series289.0ms

Counts
4 → 12
Calls

4 calls. Slowest were:

85.0ms
(* (/ (/ (cos th) (sqrt (sqrt 2))) (sqrt (sqrt 2))) (* a1 a1))
84.0ms
(/ (cos th) (sqrt (sqrt 2)))
68.0ms
(/ (* (cos th) (* a2 a2)) (sqrt 2))
52.0ms
(/ (/ (cos th) (sqrt (sqrt 2))) (sqrt (sqrt 2)))

simplify13.1s

Counts
511 → 400
Calls

511 calls. Slowest were:

757.0ms
(* (* (* (/ (/ (cos th) (sqrt (sqrt 2))) (sqrt (sqrt 2))) (/ (/ (cos th) (sqrt (sqrt 2))) (sqrt (sqrt 2)))) (/ (/ (cos th) (sqrt (sqrt 2))) (sqrt (sqrt 2)))) (* (* (* a1 a1) (* a1 a1)) (* a1 a1)))
468.0ms
(/ (* (* (/ (cos th) (sqrt (sqrt 2))) (/ (cos th) (sqrt (sqrt 2)))) (/ (cos th) (sqrt (sqrt 2)))) (* (* (sqrt (sqrt 2)) (sqrt (sqrt 2))) (sqrt (sqrt 2))))
352.0ms
(+ (- (- (log (cos th)) (log (sqrt (sqrt 2)))) (log (sqrt (sqrt 2)))) (log (* a1 a1)))

prune6.3s

Pruning

7 alts after pruning (7 fresh and 0 done)

Merged error: 0b

localize39.0ms

Local error

Found 4 expressions with local error:

1.0b
(/ 1 (sqrt (sqrt 2)))
0.3b
(* (/ 1 (sqrt (sqrt 2))) (* (/ (/ (cos th) (sqrt (sqrt (sqrt 2)))) (sqrt (sqrt (sqrt 2)))) (* a1 a1)))
0.3b
(/ (* (cos th) (* a2 a2)) (sqrt 2))
0.2b
(/ (cos th) (sqrt (sqrt (sqrt 2))))

rewrite69.0ms

Algorithm
rewrite-expression-head
Counts
4 → 122
Calls

4 calls. Slowest were:

45.0ms
(* (/ 1 (sqrt (sqrt 2))) (* (/ (/ (cos th) (sqrt (sqrt (sqrt 2)))) (sqrt (sqrt (sqrt 2)))) (* a1 a1)))
12.0ms
(/ (* (cos th) (* a2 a2)) (sqrt 2))
7.0ms
(/ (cos th) (sqrt (sqrt (sqrt 2))))

series555.0ms

Counts
4 → 10
Calls

4 calls. Slowest were:

360.0ms
(/ (cos th) (sqrt (sqrt (sqrt 2))))
104.0ms
(* (/ 1 (sqrt (sqrt 2))) (* (/ (/ (cos th) (sqrt (sqrt (sqrt 2)))) (sqrt (sqrt (sqrt 2)))) (* a1 a1)))
91.0ms
(/ (* (cos th) (* a2 a2)) (sqrt 2))
0.0ms
(/ 1 (sqrt (sqrt 2)))

simplify6.4s

Counts
120 → 132
Calls

120 calls. Slowest were:

456.0ms
(+ (- (log (sqrt (sqrt 2)))) (+ (log (/ (/ (cos th) (sqrt (sqrt (sqrt 2)))) (sqrt (sqrt (sqrt 2))))) (log (* a1 a1))))
383.0ms
(+ (log (/ 1 (sqrt (sqrt 2)))) (log (* (/ (/ (cos th) (sqrt (sqrt (sqrt 2)))) (sqrt (sqrt (sqrt 2)))) (* a1 a1))))
383.0ms
(* 1 (* (/ (/ (cos th) (sqrt (sqrt (sqrt 2)))) (sqrt (sqrt (sqrt 2)))) (* a1 a1)))

prune2.5s

Pruning

6 alts after pruning (6 fresh and 0 done)

Merged error: 0b

regimes615.0ms

Accuracy

0% (0.4b remaining)

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

bsearch5.0ms