Average Error: 0.2 → 0.2
Time: 25.0s
Precision: 64
Internal Precision: 128
\[\left(-x \cdot \frac{1}{\tan B}\right) + \frac{1}{\sin B}\]
\[\frac{1 - \cos B \cdot x}{\sin B}\]

Error

Bits error versus B

Bits error versus x

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0.2

    \[\left(-x \cdot \frac{1}{\tan B}\right) + \frac{1}{\sin B}\]
  2. Initial simplification0.2

    \[\leadsto \frac{1}{\sin B} - \frac{x}{\tan B}\]
  3. Taylor expanded around -inf 0.2

    \[\leadsto \color{blue}{\frac{1}{\sin B} - \frac{x \cdot \cos B}{\sin B}}\]
  4. Using strategy rm
  5. Applied sub-div0.2

    \[\leadsto \color{blue}{\frac{1 - x \cdot \cos B}{\sin B}}\]
  6. Final simplification0.2

    \[\leadsto \frac{1 - \cos B \cdot x}{\sin B}\]

Reproduce

herbie shell --seed 2018362 
(FPCore (B x)
  :name "VandenBroeck and Keller, Equation (24)"
  (+ (- (* x (/ 1 (tan B)))) (/ 1 (sin B))))

Details

Time bar (total: 9.5s)Debug log

start799.0ms

Algorithm
intervals

setup140.0ms

Pruning

2 alts after pruning (2 fresh and 0 done)

Merged error: 0.1b

localize37.0ms

Local error

Found 3 expressions with local error:

0.2b
(/ x (tan B))
0.1b
(/ 1 (sin B))
0.0b
(- (/ 1 (sin B)) (/ x (tan B)))

rewrite31.0ms

Algorithm
rewrite-expression-head
Counts
3 → 46
Calls

3 calls. Slowest were:

11.0ms
(- (/ 1 (sin B)) (/ x (tan B)))
3.0ms
(/ x (tan B))
2.0ms
(/ 1 (sin B))

series312.0ms

Counts
3 → 9
Calls

3 calls. Slowest were:

172.0ms
(/ x (tan B))
116.0ms
(- (/ 1 (sin B)) (/ x (tan B)))
23.0ms
(/ 1 (sin B))

simplify252.0ms

Counts
24 → 55
Calls

24 calls. Slowest were:

51.0ms
(- (/ 1 (sin B)) (/ (* x (cos B)) (sin B)))
35.0ms
(+ (* 1/6 B) (+ (/ 1 B) (* 7/360 (pow B 3))))
29.0ms
(- (+ (* 1/6 B) (/ 1 B)) (/ x B))

prune608.0ms

Pruning

9 alts after pruning (9 fresh and 0 done)

Merged error: 0.0b

localize25.0ms

Local error

Found 4 expressions with local error:

0.2b
(/ (* x (cos B)) (sin B))
0.1b
(/ 1 (sin B))
0.1b
(* x (cos B))
0.0b
(- (/ 1 (sin B)) (/ (* x (cos B)) (sin B)))

rewrite26.0ms

Algorithm
rewrite-expression-head
Counts
4 → 65
Calls

4 calls. Slowest were:

12.0ms
(- (/ 1 (sin B)) (/ (* x (cos B)) (sin B)))
9.0ms
(/ (* x (cos B)) (sin B))
2.0ms
(* x (cos B))

series291.0ms

Counts
4 → 12
Calls

4 calls. Slowest were:

132.0ms
(/ (* x (cos B)) (sin B))
107.0ms
(- (/ 1 (sin B)) (/ (* x (cos B)) (sin B)))
39.0ms
(* x (cos B))
13.0ms
(/ 1 (sin B))

simplify1.2s

Counts
43 → 77
Calls

43 calls. Slowest were:

552.0ms
(/ (* (* (* x (cos B)) (* x (cos B))) (* x (cos B))) (* (* (sin B) (sin B)) (sin B)))
165.0ms
(- (* 1 (sin B)) (* (sin B) (* x (cos B))))
41.0ms
(- (/ x B) (* 1/3 (* x B)))

prune752.0ms

Pruning

7 alts after pruning (7 fresh and 0 done)

Merged error: 0.0b

localize5.0ms

Local error

Found 2 expressions with local error:

0.2b
(/ (- 1 (* x (cos B))) (sin B))
0.1b
(* x (cos B))

rewrite5.0ms

Algorithm
rewrite-expression-head
Counts
2 → 41
Calls

2 calls. Slowest were:

4.0ms
(/ (- 1 (* x (cos B))) (sin B))
1.0ms
(* x (cos B))

series110.0ms

Counts
2 → 6
Calls

2 calls. Slowest were:

59.0ms
(/ (- 1 (* x (cos B))) (sin B))
51.0ms
(* x (cos B))

simplify1.2s

Counts
37 → 47
Calls

37 calls. Slowest were:

436.0ms
(- (pow 1 3) (pow (* x (cos B)) 3))
231.0ms
(/ (* (* (- 1 (* x (cos B))) (- 1 (* x (cos B)))) (- 1 (* x (cos B)))) (* (* (sin B) (sin B)) (sin B)))
53.0ms
(/ (- 1 (* x (cos B))) (sin B))

prune558.0ms

Pruning

7 alts after pruning (6 fresh and 1 done)

Merged error: 0.0b

localize29.0ms

Local error

Found 4 expressions with local error:

0.6b
(cbrt (* x (cos B)))
0.6b
(cbrt (* x (cos B)))
0.6b
(cbrt (* x (cos B)))
0.5b
(* (cbrt (* x (cos B))) (cbrt (* x (cos B))))

rewrite18.0ms

Algorithm
rewrite-expression-head
Counts
4 → 51
Calls

4 calls. Slowest were:

12.0ms
(* (cbrt (* x (cos B))) (cbrt (* x (cos B))))
2.0ms
(cbrt (* x (cos B)))
2.0ms
(cbrt (* x (cos B)))

series712.0ms

Counts
4 → 12
Calls

4 calls. Slowest were:

205.0ms
(cbrt (* x (cos B)))
187.0ms
(cbrt (* x (cos B)))
168.0ms
(* (cbrt (* x (cos B))) (cbrt (* x (cos B))))
152.0ms
(cbrt (* x (cos B)))

simplify1.6s

Counts
31 → 63
Calls

31 calls. Slowest were:

207.0ms
(exp (* 1/3 (- (log (pow (cos B) 2)) (* 2 (log (/ 1 x))))))
194.0ms
(* (exp (* 1/3 (- (log (pow (cos B) 2)) (* 2 (log (/ -1 x)))))) (pow (cbrt -1) 2))
165.0ms
(* (cbrt -1) (exp (* 1/3 (- (log (cos B)) (log (/ -1 x))))))

prune761.0ms

Pruning

7 alts after pruning (5 fresh and 2 done)

Merged error: 0.0b

regimes111.0ms

Accuracy

0% (0.1b remaining)

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

bsearch2.0ms