Average Error: 1.0 → 0.0
Time: 10.3s
Precision: 64
Internal Precision: 128
\[2 \cdot \cos \left(\frac{2 \cdot \pi}{3} + \frac{\cos^{-1} \left(\frac{-g}{h}\right)}{3}\right)\]
\[\left(\left(\cos \left(\frac{\pi}{\frac{3}{2}}\right) \cdot \cos \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3}\right) + \sin \left(\frac{\pi}{\frac{3}{2}}\right) \cdot \sin \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3}\right)\right) \cdot \frac{1}{2} + \sin \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3} - \frac{\pi}{\frac{3}{2}}\right) \cdot \sin \left(\sqrt{\frac{\pi}{3}} \cdot \sqrt{\frac{\pi}{3}}\right)\right) \cdot 2\]

Error

Bits error versus g

Bits error versus h

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 1.0

    \[2 \cdot \cos \left(\frac{2 \cdot \pi}{3} + \frac{\cos^{-1} \left(\frac{-g}{h}\right)}{3}\right)\]
  2. Simplified1.0

    \[\leadsto \color{blue}{\cos \left(\frac{\cos^{-1} \left(\frac{-g}{h}\right)}{3} + \frac{\pi}{\frac{3}{2}}\right) \cdot 2}\]
  3. Using strategy rm
  4. Applied distribute-frac-neg1.0

    \[\leadsto \cos \left(\frac{\cos^{-1} \color{blue}{\left(-\frac{g}{h}\right)}}{3} + \frac{\pi}{\frac{3}{2}}\right) \cdot 2\]
  5. Applied acos-neg1.0

    \[\leadsto \cos \left(\frac{\color{blue}{\pi - \cos^{-1} \left(\frac{g}{h}\right)}}{3} + \frac{\pi}{\frac{3}{2}}\right) \cdot 2\]
  6. Applied div-sub1.0

    \[\leadsto \cos \left(\color{blue}{\left(\frac{\pi}{3} - \frac{\cos^{-1} \left(\frac{g}{h}\right)}{3}\right)} + \frac{\pi}{\frac{3}{2}}\right) \cdot 2\]
  7. Applied associate-+l-1.0

    \[\leadsto \cos \color{blue}{\left(\frac{\pi}{3} - \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3} - \frac{\pi}{\frac{3}{2}}\right)\right)} \cdot 2\]
  8. Applied cos-diff0.1

    \[\leadsto \color{blue}{\left(\cos \left(\frac{\pi}{3}\right) \cdot \cos \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3} - \frac{\pi}{\frac{3}{2}}\right) + \sin \left(\frac{\pi}{3}\right) \cdot \sin \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3} - \frac{\pi}{\frac{3}{2}}\right)\right)} \cdot 2\]
  9. Simplified0.1

    \[\leadsto \left(\color{blue}{\cos \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3} - \frac{\pi}{\frac{3}{2}}\right) \cdot \frac{1}{2}} + \sin \left(\frac{\pi}{3}\right) \cdot \sin \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3} - \frac{\pi}{\frac{3}{2}}\right)\right) \cdot 2\]
  10. Using strategy rm
  11. Applied add-sqr-sqrt1.0

    \[\leadsto \left(\cos \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3} - \frac{\pi}{\frac{3}{2}}\right) \cdot \frac{1}{2} + \sin \color{blue}{\left(\sqrt{\frac{\pi}{3}} \cdot \sqrt{\frac{\pi}{3}}\right)} \cdot \sin \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3} - \frac{\pi}{\frac{3}{2}}\right)\right) \cdot 2\]
  12. Using strategy rm
  13. Applied cos-diff0.0

    \[\leadsto \left(\color{blue}{\left(\cos \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3}\right) \cdot \cos \left(\frac{\pi}{\frac{3}{2}}\right) + \sin \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3}\right) \cdot \sin \left(\frac{\pi}{\frac{3}{2}}\right)\right)} \cdot \frac{1}{2} + \sin \left(\sqrt{\frac{\pi}{3}} \cdot \sqrt{\frac{\pi}{3}}\right) \cdot \sin \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3} - \frac{\pi}{\frac{3}{2}}\right)\right) \cdot 2\]
  14. Final simplification0.0

    \[\leadsto \left(\left(\cos \left(\frac{\pi}{\frac{3}{2}}\right) \cdot \cos \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3}\right) + \sin \left(\frac{\pi}{\frac{3}{2}}\right) \cdot \sin \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3}\right)\right) \cdot \frac{1}{2} + \sin \left(\frac{\cos^{-1} \left(\frac{g}{h}\right)}{3} - \frac{\pi}{\frac{3}{2}}\right) \cdot \sin \left(\sqrt{\frac{\pi}{3}} \cdot \sqrt{\frac{\pi}{3}}\right)\right) \cdot 2\]

Reproduce

herbie shell --seed 2019008 
(FPCore (g h)
  :name "2-ancestry mixing, negative discriminant"
  (* 2 (cos (+ (/ (* 2 PI) 3) (/ (acos (/ (- g) h)) 3)))))

Details

Time bar (total: 9.7s)Debug log

sample188.0ms

Algorithm
intervals

simplify13.0ms

Counts
1 → 1
Calls

1 calls. Slowest were:

13.0ms
(* 2 (cos (+ (/ (* 2 PI) 3) (/ (acos (/ (- g) h)) 3))))

prune10.0ms

Pruning

1 alts after pruning (1 fresh and 0 done)

Merged error: 1.0b

localize37.0ms

Local error

Found 4 expressions with local error:

1.0b
(/ PI 3/2)
1.0b
(cos (+ (/ (acos (/ (- g) h)) 3) (/ PI 3/2)))
1.0b
(+ (/ (acos (/ (- g) h)) 3) (/ PI 3/2))
0.9b
(/ (acos (/ (- g) h)) 3)

rewrite18.0ms

Algorithm
rewrite-expression-head
Counts
4 → 50
Calls

4 calls. Slowest were:

8.0ms
(cos (+ (/ (acos (/ (- g) h)) 3) (/ PI 3/2)))
5.0ms
(+ (/ (acos (/ (- g) h)) 3) (/ PI 3/2))
3.0ms
(/ (acos (/ (- g) h)) 3)

series456.0ms

Counts
4 → 10
Calls

4 calls. Slowest were:

404.0ms
(cos (+ (/ (acos (/ (- g) h)) 3) (/ PI 3/2)))
39.0ms
(+ (/ (acos (/ (- g) h)) 3) (/ PI 3/2))
13.0ms
(/ (acos (/ (- g) h)) 3)
0.0ms
(/ PI 3/2)

simplify315.0ms

Counts
23 → 60
Calls

23 calls. Slowest were:

58.0ms
(* (cos (/ (/ PI 2) 3)) (cos (- (/ (asin (/ (- g) h)) 3) (/ PI 3/2))))
35.0ms
(cos (+ (* 1/3 (acos (* -1 (/ g h)))) (* 2/3 PI)))
34.0ms
(+ (* 1/3 (acos (* -1 (/ g h)))) (* 2/3 PI))

prune625.0ms

Pruning

6 alts after pruning (5 fresh and 1 done)

Merged error: 0.0b

localize71.0ms

Local error

Found 4 expressions with local error:

56.3b
(cos (- (/ (acos (/ g h)) 3) (/ PI 3/2)))
1.0b
(sin (/ PI 3))
1.0b
(/ PI 3)
1.0b
(/ PI 3/2)

rewrite25.0ms

Algorithm
rewrite-expression-head
Counts
4 → 38
Calls

4 calls. Slowest were:

22.0ms
(cos (- (/ (acos (/ g h)) 3) (/ PI 3/2)))
3.0ms
(sin (/ PI 3))
0.0ms
(/ PI 3)

series122.0ms

Counts
4 → 6
Calls

4 calls. Slowest were:

122.0ms
(cos (- (/ (acos (/ g h)) 3) (/ PI 3/2)))
0.0ms
(sin (/ PI 3))
0.0ms
(/ PI 3/2)
0.0ms
(/ PI 3)

simplify566.0ms

Counts
10 → 44
Calls

10 calls. Slowest were:

178.0ms
(* (+ (* (cos (- (/ (acos (/ g h)) 3) (/ PI 3/2))) 1/2) (* (sin (/ PI 3)) (sin (- (/ (acos (/ g h)) 3) (/ PI 3/2))))) 2)
173.0ms
(* (+ (* (cos (- (/ (acos (/ g h)) 3) (/ PI 3/2))) 1/2) (* (sin (/ PI 3)) (sin (- (/ (acos (/ g h)) 3) (/ PI 3/2))))) 2)
147.0ms
(* (+ (* (cos (- (/ (acos (/ g h)) 3) (/ PI 3/2))) 1/2) (* (sin (/ PI 3)) (sin (- (/ (acos (/ g h)) 3) (/ PI 3/2))))) 2)

prune786.0ms

Pruning

4 alts after pruning (3 fresh and 1 done)

Merged error: 0.0b

localize34.0ms

Local error

Found 4 expressions with local error:

56.3b
(cos (- (/ (acos (/ g h)) 3) (/ PI 3/2)))
1.0b
(/ PI 3/2)
1.0b
(/ PI 3/2)
1.0b
(sin (* (sqrt (/ PI 3)) (sqrt (/ PI 3))))

rewrite33.0ms

Algorithm
rewrite-expression-head
Counts
4 → 37
Calls

4 calls. Slowest were:

16.0ms
(sin (* (sqrt (/ PI 3)) (sqrt (/ PI 3))))
16.0ms
(cos (- (/ (acos (/ g h)) 3) (/ PI 3/2)))
0.0ms
(/ PI 3/2)

series101.0ms

Counts
4 → 6
Calls

4 calls. Slowest were:

101.0ms
(cos (- (/ (acos (/ g h)) 3) (/ PI 3/2)))
0.0ms
(/ PI 3/2)
0.0ms
(sin (* (sqrt (/ PI 3)) (sqrt (/ PI 3))))
0.0ms
(/ PI 3/2)

simplify66.0ms

Counts
6 → 43
Calls

6 calls. Slowest were:

16.0ms
(cos (- (* 1/3 (acos (/ g h))) (* 2/3 PI)))
15.0ms
(cos (- (* 1/3 (acos (/ g h))) (* 2/3 PI)))
14.0ms
(cos (- (* 1/3 (acos (/ g h))) (* 2/3 PI)))

prune649.0ms

Pruning

4 alts after pruning (3 fresh and 1 done)

Merged error: 0b

localize50.0ms

Local error

Found 4 expressions with local error:

59.4b
(+ (* (cos (/ (acos (/ g h)) 3)) (cos (/ PI 3/2))) (* (sin (/ (acos (/ g h)) 3)) (sin (/ PI 3/2))))
1.6b
(cos (/ PI 3/2))
1.0b
(sin (/ PI 3/2))
1.0b
(/ PI 3/2)

rewrite13.0ms

Algorithm
rewrite-expression-head
Counts
4 → 36
Calls

4 calls. Slowest were:

10.0ms
(+ (* (cos (/ (acos (/ g h)) 3)) (cos (/ PI 3/2))) (* (sin (/ (acos (/ g h)) 3)) (sin (/ PI 3/2))))
1.0ms
(cos (/ PI 3/2))
1.0ms
(sin (/ PI 3/2))

series314.0ms

Counts
4 → 6
Calls

4 calls. Slowest were:

314.0ms
(+ (* (cos (/ (acos (/ g h)) 3)) (cos (/ PI 3/2))) (* (sin (/ (acos (/ g h)) 3)) (sin (/ PI 3/2))))
0.0ms
(cos (/ PI 3/2))
0.0ms
(/ PI 3/2)
0.0ms
(sin (/ PI 3/2))

simplify227.0ms

Counts
9 → 42
Calls

9 calls. Slowest were:

155.0ms
(+ (* (+ (cos (+ (/ (acos (/ g h)) 3) (/ PI 3/2))) (cos (- (/ (acos (/ g h)) 3) (/ PI 3/2)))) 2) (* 2 (- (cos (- (/ (acos (/ g h)) 3) (/ PI 3/2))) (cos (+ (/ (acos (/ g h)) 3) (/ PI 3/2))))))
13.0ms
(* (exp (* (cos (/ (acos (/ g h)) 3)) (cos (/ PI 3/2)))) (exp (* (sin (/ (acos (/ g h)) 3)) (sin (/ PI 3/2)))))
11.0ms
(+ (* (cos (* 2/3 PI)) (cos (* 1/3 (acos (/ g h))))) (* (sin (* 1/3 (acos (/ g h)))) (sin (* 2/3 PI))))

prune794.0ms

Pruning

2 alts after pruning (1 fresh and 1 done)

Merged error: 0b

regimes84.0ms

Accuracy

0% (0.0b remaining)

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

bsearch3.0ms

end0.0ms

sample4.1s

Algorithm
intervals