286 calls:
| 490.0ms | (- (pow 4 3) (pow (* x x) 3)) |
| 474.0ms | (- (* (+ x 1) (+ x 1)) 1) |
| 370.0ms | (* (* (* (+ 2 x) (+ 2 x)) (+ 2 x)) (* (* x x) x)) |
| 207.0ms | (* (* (* (- 4 (* x x)) (- 4 (* x x))) (- 4 (* x x))) (* (* x x) x)) |
| 205.0ms | (/ (* (cbrt (- 4 (* x x))) (cbrt (- 4 (* x x)))) (/ (* (cbrt (- 2 x)) (cbrt (- 2 x))) (* (cbrt x) (cbrt x)))) |
| 6× | intervals |
| 1.9s | 7610× | body | 1280 | valid |
| 919.0ms | 2931× | body | 2560 | valid |
| 578.0ms | 4253× | body | 640 | valid |
| 330.0ms | 9974× | body | 80 | valid |
| 196.0ms | 1825× | body | 320 | valid |
| 41.0ms | 797× | body | 160 | valid |
5 calls:
| 113.0ms | (/ (* (- 4 (* x x)) x) (- 2 x)) |
| 109.0ms | (/ (- 4 (* x x)) (/ (- 2 x) x)) |
| 70.0ms | (* (- 4 (* x x)) x) |
| 59.0ms | (* (+ 2 x) x) |
| 50.0ms | (/ (- 2 x) x) |
| 5× | rewrite-expression-head |
5 calls:
| 18.0ms | (/ (* (- 4 (* x x)) x) (- 2 x)) |
| 16.0ms | (* (+ 2 x) x) |
| 16.0ms | (/ (- 4 (* x x)) (/ (- 2 x) x)) |
| 14.0ms | (* (- 4 (* x x)) x) |
| 13.0ms | (/ (- 2 x) x) |
| 171× | times-frac |
| 153× | add-sqr-sqrt |
| 130× | *-un-lft-identity |
| 86× | add-cube-cbrt |
| 42× | difference-of-squares |
| 27× | associate-/r* |
| 21× | add-cbrt-cube add-exp-log distribute-lft-out-- |
| 10× | associate-/l* |
| 9× | pow1 |
| 8× | associate-*l* div-inv |
| 6× | div-exp associate-*r* associate-*l/ cbrt-undiv associate-/l/ |
| 5× | add-log-exp insert-posit16 flip3-- flip-- |
| 3× | associate-/r/ clear-num cbrt-unprod prod-exp frac-2neg |
| 2× | unswap-sqr pow-prod-down div-sub *-commutative |
| 1× | distribute-lft-out flip-+ flip3-+ |
Total 0.0b remaining (57.3%)
| 0.0b | 0% | Expanding a square |