
Time bar (total: 2.8s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 1 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 2 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 3 |
| 25% | 25% | 74.9% | 0.1% | 0% | 0% | 0% | 4 |
| 25% | 25% | 74.9% | 0.1% | 0% | 0% | 0% | 5 |
| 37.5% | 37.4% | 62.4% | 0.1% | 0% | 0% | 0% | 6 |
| 56.3% | 56.2% | 43.7% | 0.1% | 0% | 0% | 0% | 7 |
| 56.3% | 56.2% | 43.7% | 0.1% | 0% | 0% | 0% | 8 |
| 65.6% | 65.5% | 34.3% | 0.1% | 0% | 0% | 0% | 9 |
| 76.6% | 76.5% | 23.4% | 0.1% | 0% | 0% | 0% | 10 |
| 76.6% | 76.5% | 23.4% | 0.1% | 0% | 0% | 0% | 11 |
| 82% | 81.9% | 17.9% | 0.1% | 0% | 0% | 0% | 12 |
Compiled 10 to 9 computations (10% saved)
| 773.0ms | 8 256× | 0 | valid |
ival-sin: 227.0ms (50.9% of total)ival-div!: 155.0ms (34.8% of total)ival-mult!: 62.0ms (13.9% of total)adjust: 2.0ms (0.4% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 8 | 0 | - | 0 | - | (/.f64 (*.f64 x (/.f64 (sin.f64 y) y)) z) |
| 0 | 0 | - | 0 | - | (sin.f64 y) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | (*.f64 x (/.f64 (sin.f64 y) y)) |
| 0 | 0 | - | 0 | - | (/.f64 (sin.f64 y) y) |
| 0 | 0 | - | 0 | - | z |
| 0 | 0 | - | 0 | - | x |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
/.f64 | (/.f64 (*.f64 x (/.f64 (sin.f64 y) y)) z) | u/n | 8 | 0 |
| ↳ | (*.f64 x (/.f64 (sin.f64 y) y)) | underflow | 29 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 8 | 0 |
| - | 0 | 248 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 8 | 0 | 0 |
| - | 0 | 0 | 248 |
| number | freq |
|---|---|
| 0 | 248 |
| 1 | 8 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 36.0ms | 512× | 0 | valid |
Compiled 58 to 25 computations (56.9% saved)
ival-sin: 12.0ms (59.3% of total)ival-div!: 5.0ms (24.7% of total)ival-mult!: 2.0ms (9.9% of total)adjust: 0.0ms (0% of total)Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 30 | 83 |
| 1 | 74 | 83 |
| 2 | 184 | 83 |
| 3 | 411 | 83 |
| 4 | 874 | 83 |
| 5 | 1623 | 83 |
| 6 | 2402 | 83 |
| 7 | 4432 | 83 |
| 8 | 7983 | 83 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 97.1% | (/.f64 (*.f64 x (/.f64 (sin.f64 y) y)) z) |
(abs y)
(negabs x)
(negabs z)
Compiled 16 to 14 computations (12.5% saved)
| Inputs |
|---|
(/.f64 (*.f64 x (/.f64 (sin.f64 y) y)) z) |
(*.f64 x (/.f64 (sin.f64 y) y)) |
x |
(/.f64 (sin.f64 y) y) |
(sin.f64 y) |
y |
z |
| Outputs |
|---|
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (/ (* x (sin y)) y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (/ x z))) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 x)) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (+ x (* -1/6 (* x (pow y 2)))))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* 1/120 (* x (pow y 2)))))))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* (pow y 2) (+ (* -1/5040 (* x (pow y 2))) (* 1/120 x)))))))) |
#s(approx (/ (sin y) y) #s(hole binary64 1)) |
#s(approx (/ (sin y) y) #s(hole binary64 (+ 1 (* -1/6 (pow y 2))))) |
#s(approx (/ (sin y) y) #s(hole binary64 (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))) |
#s(approx (/ (sin y) y) #s(hole binary64 (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6))))) |
#s(approx (sin y) #s(hole binary64 y)) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* -1/6 (pow y 2)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ (sin y) y) #s(hole binary64 (/ (sin y) y))) |
#s(approx (sin y) #s(hole binary64 (sin y))) |
#s(approx z #s(hole binary64 z)) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | y | @ | -inf | ((/ (* x (/ (sin y) y)) z) (* x (/ (sin y) y)) x (/ (sin y) y) (sin y) y z) |
| 3.0ms | x | @ | -inf | ((/ (* x (/ (sin y) y)) z) (* x (/ (sin y) y)) x (/ (sin y) y) (sin y) y z) |
| 2.0ms | x | @ | 0 | ((/ (* x (/ (sin y) y)) z) (* x (/ (sin y) y)) x (/ (sin y) y) (sin y) y z) |
| 2.0ms | x | @ | inf | ((/ (* x (/ (sin y) y)) z) (* x (/ (sin y) y)) x (/ (sin y) y) (sin y) y z) |
| 1.0ms | z | @ | -inf | ((/ (* x (/ (sin y) y)) z) (* x (/ (sin y) y)) x (/ (sin y) y) (sin y) y z) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 91 | 382 |
| 0 | 97 | 382 |
| 1 | 474 | 376 |
| 0 | 4216 | 356 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (*.f64 x (/.f64 (sin.f64 y) y)) z) |
(*.f64 x (/.f64 (sin.f64 y) y)) |
x |
(/.f64 (sin.f64 y) y) |
(sin.f64 y) |
y |
z |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (/ (* x (sin y)) y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (/ x z))) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 x)) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (+ x (* -1/6 (* x (pow y 2)))))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* 1/120 (* x (pow y 2)))))))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* (pow y 2) (+ (* -1/5040 (* x (pow y 2))) (* 1/120 x)))))))) |
#s(approx (/ (sin y) y) #s(hole binary64 1)) |
#s(approx (/ (sin y) y) #s(hole binary64 (+ 1 (* -1/6 (pow y 2))))) |
#s(approx (/ (sin y) y) #s(hole binary64 (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6))))) |
#s(approx (/ (sin y) y) #s(hole binary64 (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6))))) |
#s(approx (sin y) #s(hole binary64 y)) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* -1/6 (pow y 2)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ (sin y) y) #s(hole binary64 (/ (sin y) y))) |
#s(approx (sin y) #s(hole binary64 (sin y))) |
#s(approx z #s(hole binary64 z)) |
| Outputs |
|---|
(*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
(*.f64 (/.f64 (sin.f64 y) z) (/.f64 x y)) |
(*.f64 (/.f64 x y) (/.f64 (sin.f64 y) z)) |
(*.f64 (/.f64 x z) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (sin.f64 y) y) (/.f64 x z)) |
(*.f64 (sin.f64 y) (/.f64 x (*.f64 z y))) |
(*.f64 x (/.f64 (/.f64 (sin.f64 y) z) y)) |
(/.f64 (/.f64 (*.f64 (sin.f64 y) x) z) y) |
(/.f64 (*.f64 x (/.f64 (sin.f64 y) z)) y) |
(/.f64 (*.f64 (/.f64 x y) (sin.f64 y)) z) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) (sin.f64 y))) (neg.f64 (*.f64 (neg.f64 y) z))) |
(/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) y)) (neg.f64 z)) |
(/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 (sin.f64 y) x) (*.f64 z y)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) z) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) y)) z)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 z y))) |
(neg.f64 (/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) (neg.f64 z))) |
(neg.f64 (/.f64 (*.f64 (sin.f64 y) x) (*.f64 (neg.f64 y) z))) |
(*.f64 (/.f64 (sin.f64 y) y) x) |
(*.f64 (sin.f64 y) (/.f64 x y)) |
(*.f64 x (/.f64 (sin.f64 y) y)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) (sin.f64 y))) (neg.f64 (neg.f64 y))) |
(/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (neg.f64 y)) |
(/.f64 (*.f64 (sin.f64 y) x) y) |
(neg.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) y))) |
x |
(/.f64 (neg.f64 (neg.f64 (sin.f64 y))) (neg.f64 (neg.f64 y))) |
(/.f64 (neg.f64 (sin.f64 y)) (neg.f64 y)) |
(/.f64 (sin.f64 y) y) |
(neg.f64 (/.f64 (neg.f64 (sin.f64 y)) y)) |
(neg.f64 (/.f64 (sin.f64 y) (neg.f64 y))) |
(sin.f64 y) |
y |
z |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) z)) |
#s(approx (* x (/ (sin y) y)) (*.f64 (/.f64 (sin.f64 y) y) x)) |
#s(approx x x) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 x z)) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) z)) |
#s(approx (/ (* x (/ (sin y) y)) z) (fma.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (* x (/ (sin y) y)) z) (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx (* x (/ (sin y) y)) x) |
#s(approx (* x (/ (sin y) y)) (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x)) |
#s(approx (* x (/ (sin y) y)) (fma.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) (*.f64 y y) x)) |
#s(approx (* x (/ (sin y) y)) (fma.f64 (fma.f64 (*.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) y) y (*.f64 #s(literal -1/6 binary64) x)) (*.f64 y y) x)) |
#s(approx (/ (sin y) y) #s(literal 1 binary64)) |
#s(approx (/ (sin y) y) (fma.f64 (*.f64 y y) #s(literal -1/6 binary64) #s(literal 1 binary64))) |
#s(approx (/ (sin y) y) (fma.f64 (-.f64 (*.f64 #s(literal 1/120 binary64) (*.f64 y y)) #s(literal 1/6 binary64)) (*.f64 y y) #s(literal 1 binary64))) |
#s(approx (/ (sin y) y) (fma.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 y y) #s(literal 1/120 binary64)) y) y) #s(literal 1/6 binary64)) (*.f64 y y) #s(literal 1 binary64))) |
#s(approx (sin y) y) |
#s(approx (sin y) (*.f64 (fma.f64 (*.f64 y y) #s(literal -1/6 binary64) #s(literal 1 binary64)) y)) |
#s(approx (sin y) (*.f64 (fma.f64 (-.f64 (*.f64 #s(literal 1/120 binary64) (*.f64 y y)) #s(literal 1/6 binary64)) (*.f64 y y) #s(literal 1 binary64)) y)) |
#s(approx (sin y) (fma.f64 (*.f64 y (*.f64 y y)) (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 y y) #s(literal 1/120 binary64)) y) y) #s(literal 1/6 binary64)) y)) |
#s(approx y y) |
#s(approx (/ (sin y) y) (/.f64 (sin.f64 y) y)) |
#s(approx (sin y) (sin.f64 y)) |
#s(approx z z) |
Compiled 692 to 180 computations (74% saved)
8 alts after pruning (8 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 45 | 8 | 53 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 46 | 8 | 54 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 86.0% | (/.f64 (/.f64 (*.f64 (sin.f64 y) x) z) y) |
| ▶ | 90.8% | (/.f64 (/.f64 (*.f64 (sin.f64 y) x) y) z) |
| 90.8% | (/.f64 (*.f64 (/.f64 x y) (sin.f64 y)) z) | |
| ▶ | 83.9% | (/.f64 (*.f64 (sin.f64 y) x) (*.f64 z y)) |
| 86.3% | (/.f64 (*.f64 x (/.f64 (sin.f64 y) z)) y) | |
| ▶ | 57.9% | (/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
| ▶ | 90.7% | (*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
| 82.2% | (*.f64 (sin.f64 y) (/.f64 x (*.f64 z y))) |
Compiled 132 to 114 computations (13.6% saved)
| Inputs |
|---|
(/.f64 (/.f64 (*.f64 (sin.f64 y) x) y) z) |
(/.f64 (*.f64 (sin.f64 y) x) y) |
(*.f64 (sin.f64 y) x) |
(sin.f64 y) |
y |
x |
z |
(/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
#s(approx (* x (/ (sin y) y)) x) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
(/.f64 (/.f64 (sin.f64 y) z) y) |
(/.f64 (sin.f64 y) z) |
(/.f64 (*.f64 (sin.f64 y) x) (*.f64 z y)) |
(*.f64 z y) |
(/.f64 (/.f64 (*.f64 (sin.f64 y) x) z) y) |
(/.f64 (*.f64 (sin.f64 y) x) z) |
| Outputs |
|---|
#s(approx (/ (/ (* (sin y) x) y) z) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (* (sin y) x) y) #s(hole binary64 (/ (* x (sin y)) y))) |
#s(approx (* (sin y) x) #s(hole binary64 (* x (sin y)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (/ (* x (sin y)) y))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (/ (* x (sin y)) z))) |
#s(approx (/ (/ (* (sin y) x) y) z) #s(hole binary64 (/ x z))) |
#s(approx (/ (/ (* (sin y) x) y) z) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (/ (* (sin y) x) y) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (/ (* (sin y) x) y) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (* (sin y) x) y) #s(hole binary64 x)) |
#s(approx (/ (* (sin y) x) y) #s(hole binary64 (+ x (* -1/6 (* x (pow y 2)))))) |
#s(approx (/ (* (sin y) x) y) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* 1/120 (* x (pow y 2)))))))) |
#s(approx (/ (* (sin y) x) y) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* (pow y 2) (+ (* -1/5040 (* x (pow y 2))) (* 1/120 x)))))))) |
#s(approx (* (sin y) x) #s(hole binary64 (* x y))) |
#s(approx (* (sin y) x) #s(hole binary64 (* y (+ x (* -1/6 (* x (pow y 2))))))) |
#s(approx (* (sin y) x) #s(hole binary64 (* y (+ x (* (pow y 2) (+ (* -1/6 x) (* 1/120 (* x (pow y 2))))))))) |
#s(approx (* (sin y) x) #s(hole binary64 (* y (+ x (* (pow y 2) (+ (* -1/6 x) (* (pow y 2) (+ (* -1/5040 (* x (pow y 2))) (* 1/120 x))))))))) |
#s(approx (sin y) #s(hole binary64 y)) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* -1/6 (pow y 2)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (/ x z))) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 x)) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (+ x (* -1/6 (* x (pow y 2)))))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* 1/120 (* x (pow y 2)))))))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* (pow y 2) (+ (* -1/5040 (* x (pow y 2))) (* 1/120 x)))))))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (/ x z))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (/ 1 z))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* -1/6 (/ (pow y 2) z)) (/ 1 z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* (pow y 2) (- (* 1/120 (/ (pow y 2) z)) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* (pow y 2) (- (* (pow y 2) (+ (* -1/5040 (/ (pow y 2) z)) (* 1/120 (/ 1 z)))) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (/ (sin y) z) #s(hole binary64 (/ y z))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* -1/6 (/ (pow y 2) z)) (/ 1 z))))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* (pow y 2) (- (* 1/120 (/ (pow y 2) z)) (* 1/6 (/ 1 z)))) (/ 1 z))))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* (pow y 2) (- (* (pow y 2) (+ (* -1/5040 (/ (pow y 2) z)) (* 1/120 (/ 1 z)))) (* 1/6 (/ 1 z)))) (/ 1 z))))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (/ x z))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (* z y) #s(hole binary64 (* y z))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (/ x z))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (/ (* x y) z))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (* y (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z))))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (* y (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z))))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (* y (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z))))) |
#s(approx (sin y) #s(hole binary64 (sin y))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (/ (sin y) (* y z)))) |
#s(approx (/ (sin y) z) #s(hole binary64 (/ (sin y) z))) |
#s(approx z #s(hole binary64 z)) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 43.0ms | x | @ | -inf | ((/ (/ (* (sin y) x) y) z) (/ (* (sin y) x) y) (* (sin y) x) (sin y) y x z (/ (* x (/ (sin y) y)) z) (* x (/ (sin y) y)) (* (/ (/ (sin y) z) y) x) (/ (/ (sin y) z) y) (/ (sin y) z) (/ (* (sin y) x) (* z y)) (* z y) (/ (/ (* (sin y) x) z) y) (/ (* (sin y) x) z)) |
| 3.0ms | y | @ | -inf | ((/ (/ (* (sin y) x) y) z) (/ (* (sin y) x) y) (* (sin y) x) (sin y) y x z (/ (* x (/ (sin y) y)) z) (* x (/ (sin y) y)) (* (/ (/ (sin y) z) y) x) (/ (/ (sin y) z) y) (/ (sin y) z) (/ (* (sin y) x) (* z y)) (* z y) (/ (/ (* (sin y) x) z) y) (/ (* (sin y) x) z)) |
| 2.0ms | z | @ | -inf | ((/ (/ (* (sin y) x) y) z) (/ (* (sin y) x) y) (* (sin y) x) (sin y) y x z (/ (* x (/ (sin y) y)) z) (* x (/ (sin y) y)) (* (/ (/ (sin y) z) y) x) (/ (/ (sin y) z) y) (/ (sin y) z) (/ (* (sin y) x) (* z y)) (* z y) (/ (/ (* (sin y) x) z) y) (/ (* (sin y) x) z)) |
| 2.0ms | x | @ | inf | ((/ (/ (* (sin y) x) y) z) (/ (* (sin y) x) y) (* (sin y) x) (sin y) y x z (/ (* x (/ (sin y) y)) z) (* x (/ (sin y) y)) (* (/ (/ (sin y) z) y) x) (/ (/ (sin y) z) y) (/ (sin y) z) (/ (* (sin y) x) (* z y)) (* z y) (/ (/ (* (sin y) x) z) y) (/ (* (sin y) x) z)) |
| 2.0ms | y | @ | inf | ((/ (/ (* (sin y) x) y) z) (/ (* (sin y) x) y) (* (sin y) x) (sin y) y x z (/ (* x (/ (sin y) y)) z) (* x (/ (sin y) y)) (* (/ (/ (sin y) z) y) x) (/ (/ (sin y) z) y) (/ (sin y) z) (/ (* (sin y) x) (* z y)) (* z y) (/ (/ (* (sin y) x) z) y) (/ (* (sin y) x) z)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 180 | 1392 |
| 0 | 200 | 1380 |
| 1 | 766 | 1332 |
| 0 | 6194 | 1260 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (/.f64 (*.f64 (sin.f64 y) x) y) z) |
(/.f64 (*.f64 (sin.f64 y) x) y) |
(*.f64 (sin.f64 y) x) |
(sin.f64 y) |
y |
x |
z |
(/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
#s(approx (* x (/ (sin y) y)) x) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
(/.f64 (/.f64 (sin.f64 y) z) y) |
(/.f64 (sin.f64 y) z) |
(/.f64 (*.f64 (sin.f64 y) x) (*.f64 z y)) |
(*.f64 z y) |
(/.f64 (/.f64 (*.f64 (sin.f64 y) x) z) y) |
(/.f64 (*.f64 (sin.f64 y) x) z) |
#s(approx (/ (/ (* (sin y) x) y) z) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (* (sin y) x) y) #s(hole binary64 (/ (* x (sin y)) y))) |
#s(approx (* (sin y) x) #s(hole binary64 (* x (sin y)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (/ (* x (sin y)) y))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (/ (* x (sin y)) z))) |
#s(approx (/ (/ (* (sin y) x) y) z) #s(hole binary64 (/ x z))) |
#s(approx (/ (/ (* (sin y) x) y) z) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (/ (* (sin y) x) y) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (/ (* (sin y) x) y) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (* (sin y) x) y) #s(hole binary64 x)) |
#s(approx (/ (* (sin y) x) y) #s(hole binary64 (+ x (* -1/6 (* x (pow y 2)))))) |
#s(approx (/ (* (sin y) x) y) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* 1/120 (* x (pow y 2)))))))) |
#s(approx (/ (* (sin y) x) y) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* (pow y 2) (+ (* -1/5040 (* x (pow y 2))) (* 1/120 x)))))))) |
#s(approx (* (sin y) x) #s(hole binary64 (* x y))) |
#s(approx (* (sin y) x) #s(hole binary64 (* y (+ x (* -1/6 (* x (pow y 2))))))) |
#s(approx (* (sin y) x) #s(hole binary64 (* y (+ x (* (pow y 2) (+ (* -1/6 x) (* 1/120 (* x (pow y 2))))))))) |
#s(approx (* (sin y) x) #s(hole binary64 (* y (+ x (* (pow y 2) (+ (* -1/6 x) (* (pow y 2) (+ (* -1/5040 (* x (pow y 2))) (* 1/120 x))))))))) |
#s(approx (sin y) #s(hole binary64 y)) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* -1/6 (pow y 2)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (/ x z))) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (* x (/ (sin y) y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 x)) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (+ x (* -1/6 (* x (pow y 2)))))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* 1/120 (* x (pow y 2)))))))) |
#s(approx (* x (/ (sin y) y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* (pow y 2) (+ (* -1/5040 (* x (pow y 2))) (* 1/120 x)))))))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (/ x z))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (/ 1 z))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* -1/6 (/ (pow y 2) z)) (/ 1 z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* (pow y 2) (- (* 1/120 (/ (pow y 2) z)) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* (pow y 2) (- (* (pow y 2) (+ (* -1/5040 (/ (pow y 2) z)) (* 1/120 (/ 1 z)))) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (/ (sin y) z) #s(hole binary64 (/ y z))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* -1/6 (/ (pow y 2) z)) (/ 1 z))))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* (pow y 2) (- (* 1/120 (/ (pow y 2) z)) (* 1/6 (/ 1 z)))) (/ 1 z))))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* (pow y 2) (- (* (pow y 2) (+ (* -1/5040 (/ (pow y 2) z)) (* 1/120 (/ 1 z)))) (* 1/6 (/ 1 z)))) (/ 1 z))))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (/ x z))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (* z y) #s(hole binary64 (* y z))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (/ x z))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (/ (* x y) z))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (* y (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z))))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (* y (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z))))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (* y (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z))))) |
#s(approx (sin y) #s(hole binary64 (sin y))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (/ (sin y) (* y z)))) |
#s(approx (/ (sin y) z) #s(hole binary64 (/ (sin y) z))) |
#s(approx z #s(hole binary64 z)) |
| Outputs |
|---|
(*.f64 (/.f64 (/.f64 x y) z) (sin.f64 y)) |
(*.f64 (/.f64 x y) (/.f64 (sin.f64 y) z)) |
(*.f64 (/.f64 x z) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
(*.f64 (/.f64 (sin.f64 y) z) (/.f64 x y)) |
(*.f64 (/.f64 (sin.f64 y) y) (/.f64 x z)) |
(*.f64 (sin.f64 y) (/.f64 (/.f64 x y) z)) |
(*.f64 x (/.f64 (/.f64 (sin.f64 y) z) y)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) (neg.f64 z)) x) (neg.f64 y)) |
(/.f64 (*.f64 (/.f64 x y) (neg.f64 (sin.f64 y))) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) (sin.f64 y))) (neg.f64 (*.f64 (neg.f64 z) y))) |
(/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) z)) (neg.f64 y)) |
(/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) y)) (neg.f64 z)) |
(/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 (neg.f64 z) y)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) (neg.f64 (neg.f64 y))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) y) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) z) |
(/.f64 (*.f64 (sin.f64 y) x) (*.f64 z y)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) z)) y)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) y)) z)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 z y))) |
(neg.f64 (/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) (neg.f64 y))) |
(neg.f64 (/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) (neg.f64 z))) |
(neg.f64 (/.f64 (*.f64 (sin.f64 y) x) (*.f64 (neg.f64 z) y))) |
(*.f64 (/.f64 x y) (sin.f64 y)) |
(*.f64 (/.f64 (sin.f64 y) y) x) |
(*.f64 (sin.f64 y) (/.f64 x y)) |
(*.f64 x (/.f64 (sin.f64 y) y)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) (sin.f64 y))) (neg.f64 (neg.f64 y))) |
(/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (neg.f64 y)) |
(/.f64 (*.f64 (sin.f64 y) x) y) |
(neg.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) y))) |
(*.f64 (sin.f64 y) x) |
(*.f64 x (sin.f64 y)) |
(sin.f64 y) |
y |
x |
z |
(/.f64 (neg.f64 (neg.f64 #s(approx (* x (/ (sin y) y)) x))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 #s(approx (* x (/ (sin y) y)) x)) (neg.f64 z)) |
(/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
(neg.f64 (/.f64 (neg.f64 #s(approx (* x (/ (sin y) y)) x)) z)) |
(neg.f64 (/.f64 #s(approx (* x (/ (sin y) y)) x) (neg.f64 z))) |
#s(approx (* x (/ (sin y) y)) x) |
(*.f64 (/.f64 (/.f64 x y) z) (sin.f64 y)) |
(*.f64 (/.f64 x y) (/.f64 (sin.f64 y) z)) |
(*.f64 (/.f64 x z) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
(*.f64 (/.f64 (sin.f64 y) z) (/.f64 x y)) |
(*.f64 (/.f64 (sin.f64 y) y) (/.f64 x z)) |
(*.f64 (sin.f64 y) (/.f64 (/.f64 x y) z)) |
(*.f64 x (/.f64 (/.f64 (sin.f64 y) z) y)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) (neg.f64 z)) x) (neg.f64 y)) |
(/.f64 (*.f64 (/.f64 x y) (neg.f64 (sin.f64 y))) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) (sin.f64 y))) (neg.f64 (*.f64 (neg.f64 z) y))) |
(/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) z)) (neg.f64 y)) |
(/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) y)) (neg.f64 z)) |
(/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 (neg.f64 z) y)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) (neg.f64 (neg.f64 y))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) y) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) z) |
(/.f64 (*.f64 (sin.f64 y) x) (*.f64 z y)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) z)) y)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) y)) z)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 z y))) |
(neg.f64 (/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) (neg.f64 y))) |
(neg.f64 (/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) (neg.f64 z))) |
(neg.f64 (/.f64 (*.f64 (sin.f64 y) x) (*.f64 (neg.f64 z) y))) |
(/.f64 (neg.f64 (neg.f64 (sin.f64 y))) (neg.f64 (*.f64 (neg.f64 z) y))) |
(/.f64 (neg.f64 (/.f64 (sin.f64 y) y)) (neg.f64 z)) |
(/.f64 (/.f64 (sin.f64 y) (neg.f64 z)) (neg.f64 y)) |
(/.f64 (neg.f64 (sin.f64 y)) (*.f64 (neg.f64 z) y)) |
(/.f64 (/.f64 (sin.f64 y) z) (neg.f64 (neg.f64 y))) |
(/.f64 (/.f64 (sin.f64 y) z) y) |
(/.f64 (/.f64 (sin.f64 y) y) z) |
(/.f64 (sin.f64 y) (*.f64 z y)) |
(neg.f64 (/.f64 (/.f64 (sin.f64 y) (neg.f64 z)) y)) |
(neg.f64 (/.f64 (neg.f64 (sin.f64 y)) (*.f64 z y))) |
(neg.f64 (/.f64 (/.f64 (sin.f64 y) z) (neg.f64 y))) |
(neg.f64 (/.f64 (sin.f64 y) (*.f64 (neg.f64 z) y))) |
(/.f64 (neg.f64 (neg.f64 (sin.f64 y))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 (sin.f64 y)) (neg.f64 z)) |
(/.f64 (sin.f64 y) z) |
(neg.f64 (/.f64 (sin.f64 y) (neg.f64 z))) |
(*.f64 (/.f64 (/.f64 x y) z) (sin.f64 y)) |
(*.f64 (/.f64 x y) (/.f64 (sin.f64 y) z)) |
(*.f64 (/.f64 x z) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
(*.f64 (/.f64 (sin.f64 y) z) (/.f64 x y)) |
(*.f64 (/.f64 (sin.f64 y) y) (/.f64 x z)) |
(*.f64 (sin.f64 y) (/.f64 (/.f64 x y) z)) |
(*.f64 x (/.f64 (/.f64 (sin.f64 y) z) y)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) (neg.f64 z)) x) (neg.f64 y)) |
(/.f64 (*.f64 (/.f64 x y) (neg.f64 (sin.f64 y))) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) (sin.f64 y))) (neg.f64 (*.f64 (neg.f64 z) y))) |
(/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) z)) (neg.f64 y)) |
(/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) y)) (neg.f64 z)) |
(/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 (neg.f64 z) y)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) (neg.f64 (neg.f64 y))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) y) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) z) |
(/.f64 (*.f64 (sin.f64 y) x) (*.f64 z y)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) z)) y)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) y)) z)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 z y))) |
(neg.f64 (/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) (neg.f64 y))) |
(neg.f64 (/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) (neg.f64 z))) |
(neg.f64 (/.f64 (*.f64 (sin.f64 y) x) (*.f64 (neg.f64 z) y))) |
(*.f64 z y) |
(*.f64 y z) |
(*.f64 (/.f64 (/.f64 x y) z) (sin.f64 y)) |
(*.f64 (/.f64 x y) (/.f64 (sin.f64 y) z)) |
(*.f64 (/.f64 x z) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
(*.f64 (/.f64 (sin.f64 y) z) (/.f64 x y)) |
(*.f64 (/.f64 (sin.f64 y) y) (/.f64 x z)) |
(*.f64 (sin.f64 y) (/.f64 (/.f64 x y) z)) |
(*.f64 x (/.f64 (/.f64 (sin.f64 y) z) y)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) (neg.f64 z)) x) (neg.f64 y)) |
(/.f64 (*.f64 (/.f64 x y) (neg.f64 (sin.f64 y))) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) (sin.f64 y))) (neg.f64 (*.f64 (neg.f64 z) y))) |
(/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) z)) (neg.f64 y)) |
(/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) y)) (neg.f64 z)) |
(/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 (neg.f64 z) y)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) (neg.f64 (neg.f64 y))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) y) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) z) |
(/.f64 (*.f64 (sin.f64 y) x) (*.f64 z y)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) z)) y)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) y)) z)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 z y))) |
(neg.f64 (/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) (neg.f64 y))) |
(neg.f64 (/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) (neg.f64 z))) |
(neg.f64 (/.f64 (*.f64 (sin.f64 y) x) (*.f64 (neg.f64 z) y))) |
(*.f64 (/.f64 x z) (sin.f64 y)) |
(*.f64 (/.f64 (sin.f64 y) z) x) |
(*.f64 (sin.f64 y) (/.f64 x z)) |
(*.f64 x (/.f64 (sin.f64 y) z)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) (sin.f64 y))) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (neg.f64 z)) |
(/.f64 (*.f64 (sin.f64 y) x) z) |
(neg.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) z))) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) z)) |
#s(approx (* x (/ (sin y) y)) (*.f64 (/.f64 (sin.f64 y) y) x)) |
#s(approx (* (sin y) x) (*.f64 (sin.f64 y) x)) |
#s(approx x x) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) z)) |
#s(approx (* x (/ (sin y) y)) (*.f64 (/.f64 (sin.f64 y) y) x)) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) z)) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) z)) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) z)) |
#s(approx (/ (* (sin y) x) z) (*.f64 (/.f64 (sin.f64 y) z) x)) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 x z)) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) z)) |
#s(approx (/ (* x (/ (sin y) y)) z) (fma.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (* x (/ (sin y) y)) z) (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx (* x (/ (sin y) y)) x) |
#s(approx (* x (/ (sin y) y)) (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x)) |
#s(approx (* x (/ (sin y) y)) (fma.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) (*.f64 y y) x)) |
#s(approx (* x (/ (sin y) y)) (fma.f64 (fma.f64 (*.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) y) y (*.f64 #s(literal -1/6 binary64) x)) (*.f64 y y) x)) |
#s(approx (* (sin y) x) (*.f64 x y)) |
#s(approx (* (sin y) x) (*.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) y)) |
#s(approx (* (sin y) x) (*.f64 (fma.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) (*.f64 y y) x) y)) |
#s(approx (* (sin y) x) (*.f64 (fma.f64 (fma.f64 (*.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) y) y (*.f64 #s(literal -1/6 binary64) x)) (*.f64 y y) x) y)) |
#s(approx (sin y) y) |
#s(approx (sin y) (*.f64 (fma.f64 (*.f64 y y) #s(literal -1/6 binary64) #s(literal 1 binary64)) y)) |
#s(approx (sin y) (*.f64 (fma.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 y y) #s(literal -1/6 binary64)) (*.f64 y y) #s(literal 1 binary64)) y)) |
#s(approx (sin y) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 y y) #s(literal 1/120 binary64)) (*.f64 y y) #s(literal -1/6 binary64)) (*.f64 y y) #s(literal 1 binary64)) y)) |
#s(approx y y) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 x z)) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) z)) |
#s(approx (/ (* x (/ (sin y) y)) z) (fma.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (* x (/ (sin y) y)) z) (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx (* x (/ (sin y) y)) x) |
#s(approx (* x (/ (sin y) y)) (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x)) |
#s(approx (* x (/ (sin y) y)) (fma.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) (*.f64 y y) x)) |
#s(approx (* x (/ (sin y) y)) (fma.f64 (fma.f64 (*.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) y) y (*.f64 #s(literal -1/6 binary64) x)) (*.f64 y y) x)) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 x z)) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) z)) |
#s(approx (/ (* x (/ (sin y) y)) z) (fma.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (* x (/ (sin y) y)) z) (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) |
#s(approx (/ (/ (sin y) z) y) (/.f64 (fma.f64 (*.f64 y y) #s(literal -1/6 binary64) #s(literal 1 binary64)) z)) |
#s(approx (/ (/ (sin y) z) y) (fma.f64 (*.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 y y) #s(literal -1/6 binary64)) z) y) y (pow.f64 z #s(literal -1 binary64)))) |
#s(approx (/ (/ (sin y) z) y) (fma.f64 (fma.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 y y) #s(literal 1/120 binary64)) z) y) y (/.f64 #s(literal -1/6 binary64) z)) (*.f64 y y) (pow.f64 z #s(literal -1 binary64)))) |
#s(approx (/ (sin y) z) (/.f64 y z)) |
#s(approx (/ (sin y) z) (*.f64 (/.f64 (fma.f64 (*.f64 y y) #s(literal -1/6 binary64) #s(literal 1 binary64)) z) y)) |
#s(approx (/ (sin y) z) (fma.f64 (*.f64 y (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 y y) #s(literal -1/6 binary64)) z)) (*.f64 y y) (/.f64 y z))) |
#s(approx (/ (sin y) z) (fma.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 y y) #s(literal 1/120 binary64)) z) y) y (/.f64 #s(literal -1/6 binary64) z)) (/.f64 y z))) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 x z)) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) z)) |
#s(approx (/ (* x (/ (sin y) y)) z) (fma.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (* x (/ (sin y) y)) z) (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx (* z y) (*.f64 z y)) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 x z)) |
#s(approx (/ (* x (/ (sin y) y)) z) (/.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) z)) |
#s(approx (/ (* x (/ (sin y) y)) z) (fma.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (* x (/ (sin y) y)) z) (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (* (sin y) x) z) (*.f64 (/.f64 x z) y)) |
#s(approx (/ (* (sin y) x) z) (*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) z) y)) |
#s(approx (/ (* (sin y) x) z) (*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z)) y)) |
#s(approx (/ (* (sin y) x) z) (*.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z)) y)) |
#s(approx (sin y) (sin.f64 y)) |
#s(approx (/ (/ (sin y) z) y) (/.f64 (/.f64 (sin.f64 y) z) y)) |
#s(approx (/ (sin y) z) (/.f64 (sin.f64 y) z)) |
#s(approx z z) |
Compiled 1 906 to 367 computations (80.7% saved)
12 alts after pruning (8 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 126 | 7 | 133 |
| Fresh | 2 | 1 | 3 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 0 | 0 |
| Total | 129 | 12 | 141 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 90.8% | (/.f64 (/.f64 (*.f64 (sin.f64 y) x) y) z) |
| ▶ | 47.6% | (/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) z) y) |
| 51.4% | (/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) y) z) | |
| ▶ | 86.3% | (/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) y) |
| ▶ | 90.8% | (/.f64 (*.f64 (/.f64 x y) (sin.f64 y)) z) |
| ✓ | 83.9% | (/.f64 (*.f64 (sin.f64 y) x) (*.f64 z y)) |
| ▶ | 48.9% | (/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 z y)) |
| ✓ | 57.9% | (/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
| ✓ | 90.7% | (*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
| 51.5% | (*.f64 (/.f64 (/.f64 #s(approx (sin y) y) z) y) x) | |
| 85.6% | (*.f64 (/.f64 (/.f64 x y) z) (sin.f64 y)) | |
| ▶ | 57.7% | (*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) x) |
Compiled 186 to 155 computations (16.7% saved)
| Inputs |
|---|
(/.f64 (*.f64 (/.f64 x y) (sin.f64 y)) z) |
(*.f64 (/.f64 x y) (sin.f64 y)) |
(/.f64 x y) |
x |
y |
(sin.f64 y) |
z |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) x) |
#s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) |
(pow.f64 z #s(literal -1 binary64)) |
#s(literal -1 binary64) |
(/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 z y)) |
(*.f64 #s(approx (sin y) y) x) |
#s(approx (sin y) y) |
(*.f64 z y) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) z) y) |
(/.f64 (*.f64 #s(approx (sin y) y) x) z) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) y) |
(*.f64 (/.f64 (sin.f64 y) z) x) |
(/.f64 (sin.f64 y) z) |
| Outputs |
|---|
#s(approx (/ (* (/ x y) (sin y)) z) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* (/ x y) (sin y)) #s(hole binary64 (/ (* x (sin y)) y))) |
#s(approx (/ x y) #s(hole binary64 (/ x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* (sin y) x) #s(hole binary64 (* x (sin y)))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (/ (* x (sin y)) z))) |
#s(approx (/ (* (/ (sin y) z) x) y) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* (/ (sin y) z) x) #s(hole binary64 (/ (* x (sin y)) z))) |
#s(approx (/ (* (/ x y) (sin y)) z) #s(hole binary64 (/ x z))) |
#s(approx (/ (* (/ x y) (sin y)) z) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (* (/ x y) (sin y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (* (/ x y) (sin y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (* (/ x y) (sin y)) #s(hole binary64 x)) |
#s(approx (* (/ x y) (sin y)) #s(hole binary64 (+ x (* -1/6 (* x (pow y 2)))))) |
#s(approx (* (/ x y) (sin y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* 1/120 (* x (pow y 2)))))))) |
#s(approx (* (/ x y) (sin y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* (pow y 2) (+ (* -1/5040 (* x (pow y 2))) (* 1/120 x)))))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (sin y) #s(hole binary64 y)) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* -1/6 (pow y 2)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (/ x z))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (/ 1 z))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* -1/6 (/ (pow y 2) z)) (/ 1 z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* (pow y 2) (- (* 1/120 (/ (pow y 2) z)) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* (pow y 2) (- (* (pow y 2) (+ (* -1/5040 (/ (pow y 2) z)) (* 1/120 (/ 1 z)))) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (/ x z))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (* (sin y) x) #s(hole binary64 (* x y))) |
#s(approx (* (sin y) x) #s(hole binary64 (* y (+ x (* -1/6 (* x (pow y 2))))))) |
#s(approx (* (sin y) x) #s(hole binary64 (* y (+ x (* (pow y 2) (+ (* -1/6 x) (* 1/120 (* x (pow y 2))))))))) |
#s(approx (* (sin y) x) #s(hole binary64 (* y (+ x (* (pow y 2) (+ (* -1/6 x) (* (pow y 2) (+ (* -1/5040 (* x (pow y 2))) (* 1/120 x))))))))) |
#s(approx (* z y) #s(hole binary64 (* y z))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (/ x z))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (/ (* x y) z))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (* y (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z))))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (* y (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z))))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (* y (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z))))) |
#s(approx (/ (* (/ (sin y) z) x) y) #s(hole binary64 (/ x z))) |
#s(approx (/ (* (/ (sin y) z) x) y) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (* (/ (sin y) z) x) y) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (* (/ (sin y) z) x) y) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (* (/ (sin y) z) x) #s(hole binary64 (/ (* x y) z))) |
#s(approx (* (/ (sin y) z) x) #s(hole binary64 (* y (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z))))) |
#s(approx (* (/ (sin y) z) x) #s(hole binary64 (* y (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z))))) |
#s(approx (* (/ (sin y) z) x) #s(hole binary64 (* y (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z))))) |
#s(approx (/ (sin y) z) #s(hole binary64 (/ y z))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* -1/6 (/ (pow y 2) z)) (/ 1 z))))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* (pow y 2) (- (* 1/120 (/ (pow y 2) z)) (* 1/6 (/ 1 z)))) (/ 1 z))))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* (pow y 2) (- (* (pow y 2) (+ (* -1/5040 (/ (pow y 2) z)) (* 1/120 (/ 1 z)))) (* 1/6 (/ 1 z)))) (/ 1 z))))) |
#s(approx (sin y) #s(hole binary64 (sin y))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (/ (sin y) (* y z)))) |
#s(approx (/ (sin y) z) #s(hole binary64 (/ (sin y) z))) |
#s(approx z #s(hole binary64 z)) |
#s(approx (pow z -1) #s(hole binary64 (/ 1 z))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 47.0ms | y | @ | 0 | ((/ (* (/ x y) (sin y)) z) (* (/ x y) (sin y)) (/ x y) x y (sin y) z (* (/ (/ (sin y) z) y) x) (/ (/ (sin y) z) y) (pow z -1) -1 (/ (* (sin y) x) (* z y)) (* (sin y) x) (sin y) (* z y) (/ (/ (* (sin y) x) z) y) (/ (* (sin y) x) z) (/ (* (/ (sin y) z) x) y) (* (/ (sin y) z) x) (/ (sin y) z)) |
| 5.0ms | x | @ | -inf | ((/ (* (/ x y) (sin y)) z) (* (/ x y) (sin y)) (/ x y) x y (sin y) z (* (/ (/ (sin y) z) y) x) (/ (/ (sin y) z) y) (pow z -1) -1 (/ (* (sin y) x) (* z y)) (* (sin y) x) (sin y) (* z y) (/ (/ (* (sin y) x) z) y) (/ (* (sin y) x) z) (/ (* (/ (sin y) z) x) y) (* (/ (sin y) z) x) (/ (sin y) z)) |
| 2.0ms | y | @ | -inf | ((/ (* (/ x y) (sin y)) z) (* (/ x y) (sin y)) (/ x y) x y (sin y) z (* (/ (/ (sin y) z) y) x) (/ (/ (sin y) z) y) (pow z -1) -1 (/ (* (sin y) x) (* z y)) (* (sin y) x) (sin y) (* z y) (/ (/ (* (sin y) x) z) y) (/ (* (sin y) x) z) (/ (* (/ (sin y) z) x) y) (* (/ (sin y) z) x) (/ (sin y) z)) |
| 2.0ms | z | @ | -inf | ((/ (* (/ x y) (sin y)) z) (* (/ x y) (sin y)) (/ x y) x y (sin y) z (* (/ (/ (sin y) z) y) x) (/ (/ (sin y) z) y) (pow z -1) -1 (/ (* (sin y) x) (* z y)) (* (sin y) x) (sin y) (* z y) (/ (/ (* (sin y) x) z) y) (/ (* (sin y) x) z) (/ (* (/ (sin y) z) x) y) (* (/ (sin y) z) x) (/ (sin y) z)) |
| 2.0ms | x | @ | inf | ((/ (* (/ x y) (sin y)) z) (* (/ x y) (sin y)) (/ x y) x y (sin y) z (* (/ (/ (sin y) z) y) x) (/ (/ (sin y) z) y) (pow z -1) -1 (/ (* (sin y) x) (* z y)) (* (sin y) x) (sin y) (* z y) (/ (/ (* (sin y) x) z) y) (/ (* (sin y) x) z) (/ (* (/ (sin y) z) x) y) (* (/ (sin y) z) x) (/ (sin y) z)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 187 | 1457 |
| 0 | 204 | 1445 |
| 1 | 779 | 1391 |
| 0 | 6295 | 1319 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (*.f64 (/.f64 x y) (sin.f64 y)) z) |
(*.f64 (/.f64 x y) (sin.f64 y)) |
(/.f64 x y) |
x |
y |
(sin.f64 y) |
z |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) x) |
#s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) |
(pow.f64 z #s(literal -1 binary64)) |
#s(literal -1 binary64) |
(/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 z y)) |
(*.f64 #s(approx (sin y) y) x) |
#s(approx (sin y) y) |
(*.f64 z y) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) z) y) |
(/.f64 (*.f64 #s(approx (sin y) y) x) z) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) y) |
(*.f64 (/.f64 (sin.f64 y) z) x) |
(/.f64 (sin.f64 y) z) |
#s(approx (/ (* (/ x y) (sin y)) z) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* (/ x y) (sin y)) #s(hole binary64 (/ (* x (sin y)) y))) |
#s(approx (/ x y) #s(hole binary64 (/ x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* (sin y) x) #s(hole binary64 (* x (sin y)))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (/ (* x (sin y)) z))) |
#s(approx (/ (* (/ (sin y) z) x) y) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* (/ (sin y) z) x) #s(hole binary64 (/ (* x (sin y)) z))) |
#s(approx (/ (* (/ x y) (sin y)) z) #s(hole binary64 (/ x z))) |
#s(approx (/ (* (/ x y) (sin y)) z) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (* (/ x y) (sin y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (* (/ x y) (sin y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (* (/ x y) (sin y)) #s(hole binary64 x)) |
#s(approx (* (/ x y) (sin y)) #s(hole binary64 (+ x (* -1/6 (* x (pow y 2)))))) |
#s(approx (* (/ x y) (sin y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* 1/120 (* x (pow y 2)))))))) |
#s(approx (* (/ x y) (sin y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* (pow y 2) (+ (* -1/5040 (* x (pow y 2))) (* 1/120 x)))))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (sin y) #s(hole binary64 y)) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* -1/6 (pow y 2)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (/ x z))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (/ 1 z))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* -1/6 (/ (pow y 2) z)) (/ 1 z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* (pow y 2) (- (* 1/120 (/ (pow y 2) z)) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* (pow y 2) (- (* (pow y 2) (+ (* -1/5040 (/ (pow y 2) z)) (* 1/120 (/ 1 z)))) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (/ x z))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (* (sin y) x) (* z y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (* (sin y) x) #s(hole binary64 (* x y))) |
#s(approx (* (sin y) x) #s(hole binary64 (* y (+ x (* -1/6 (* x (pow y 2))))))) |
#s(approx (* (sin y) x) #s(hole binary64 (* y (+ x (* (pow y 2) (+ (* -1/6 x) (* 1/120 (* x (pow y 2))))))))) |
#s(approx (* (sin y) x) #s(hole binary64 (* y (+ x (* (pow y 2) (+ (* -1/6 x) (* (pow y 2) (+ (* -1/5040 (* x (pow y 2))) (* 1/120 x))))))))) |
#s(approx (* z y) #s(hole binary64 (* y z))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (/ x z))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (/ (* (sin y) x) z) y) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (/ (* x y) z))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (* y (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z))))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (* y (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z))))) |
#s(approx (/ (* (sin y) x) z) #s(hole binary64 (* y (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z))))) |
#s(approx (/ (* (/ (sin y) z) x) y) #s(hole binary64 (/ x z))) |
#s(approx (/ (* (/ (sin y) z) x) y) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (* (/ (sin y) z) x) y) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (* (/ (sin y) z) x) y) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (* (/ (sin y) z) x) #s(hole binary64 (/ (* x y) z))) |
#s(approx (* (/ (sin y) z) x) #s(hole binary64 (* y (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z))))) |
#s(approx (* (/ (sin y) z) x) #s(hole binary64 (* y (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z))))) |
#s(approx (* (/ (sin y) z) x) #s(hole binary64 (* y (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z))))) |
#s(approx (/ (sin y) z) #s(hole binary64 (/ y z))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* -1/6 (/ (pow y 2) z)) (/ 1 z))))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* (pow y 2) (- (* 1/120 (/ (pow y 2) z)) (* 1/6 (/ 1 z)))) (/ 1 z))))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* (pow y 2) (- (* (pow y 2) (+ (* -1/5040 (/ (pow y 2) z)) (* 1/120 (/ 1 z)))) (* 1/6 (/ 1 z)))) (/ 1 z))))) |
#s(approx (sin y) #s(hole binary64 (sin y))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (/ (sin y) (* y z)))) |
#s(approx (/ (sin y) z) #s(hole binary64 (/ (sin y) z))) |
#s(approx z #s(hole binary64 z)) |
#s(approx (pow z -1) #s(hole binary64 (/ 1 z))) |
| Outputs |
|---|
(*.f64 (/.f64 (/.f64 x z) y) (sin.f64 y)) |
(*.f64 (/.f64 (sin.f64 y) y) (/.f64 x z)) |
(*.f64 (/.f64 x z) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 x y) (/.f64 (sin.f64 y) z)) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
(*.f64 (/.f64 (sin.f64 y) z) (/.f64 x y)) |
(*.f64 (sin.f64 y) (/.f64 (/.f64 x z) y)) |
(*.f64 x (/.f64 (/.f64 (sin.f64 y) z) y)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) (sin.f64 y))) (neg.f64 (*.f64 (neg.f64 y) z))) |
(/.f64 (*.f64 (neg.f64 x) (neg.f64 (sin.f64 y))) (*.f64 (neg.f64 y) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 (sin.f64 y)) (neg.f64 x)) (*.f64 (neg.f64 z) (neg.f64 y))) |
(/.f64 (*.f64 (neg.f64 (sin.f64 y)) (/.f64 x z)) (neg.f64 y)) |
(/.f64 (*.f64 (neg.f64 (sin.f64 y)) (/.f64 x y)) (neg.f64 z)) |
(/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) (neg.f64 (neg.f64 y))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) y) |
(/.f64 (*.f64 (sin.f64 y) x) (*.f64 z y)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) z) |
(neg.f64 (/.f64 (*.f64 (neg.f64 (sin.f64 y)) (/.f64 x z)) y)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 (sin.f64 y)) (/.f64 x y)) z)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 z y))) |
(neg.f64 (/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) (neg.f64 y))) |
(neg.f64 (/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) (neg.f64 z))) |
(neg.f64 (/.f64 (*.f64 (sin.f64 y) x) (*.f64 (neg.f64 y) z))) |
(*.f64 (/.f64 (sin.f64 y) y) x) |
(*.f64 (/.f64 x y) (sin.f64 y)) |
(*.f64 (sin.f64 y) (/.f64 x y)) |
(*.f64 x (/.f64 (sin.f64 y) y)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) (sin.f64 y))) (neg.f64 (neg.f64 y))) |
(/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (neg.f64 y)) |
(/.f64 (*.f64 (sin.f64 y) x) y) |
(neg.f64 (*.f64 (neg.f64 (sin.f64 y)) (/.f64 x y))) |
(/.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 y))) |
(/.f64 (neg.f64 x) (neg.f64 y)) |
(/.f64 x y) |
(neg.f64 (/.f64 (neg.f64 x) y)) |
(neg.f64 (/.f64 x (neg.f64 y))) |
x |
y |
(sin.f64 y) |
z |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) x) |
(*.f64 x #s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64)))) |
#s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) |
(*.f64 (neg.f64 (pow.f64 z #s(literal -1/2 binary64))) (neg.f64 (pow.f64 z #s(literal -1/2 binary64)))) |
(*.f64 (fabs.f64 (pow.f64 z #s(literal -1/2 binary64))) (fabs.f64 (pow.f64 z #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 z #s(literal -1/2 binary64)) (pow.f64 z #s(literal -1/2 binary64))) |
(*.f64 #s(literal 1 binary64) (pow.f64 z #s(literal -1 binary64))) |
(pow.f64 (exp.f64 (log.f64 z)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 z z) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 z #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 z #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 z))) |
(/.f64 #s(literal 1 binary64) (pow.f64 z #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) z) |
(/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) z)) |
(/.f64 #s(literal -1 binary64) (neg.f64 z)) |
(neg.f64 (/.f64 #s(literal -1 binary64) z)) |
(neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 z))) |
(exp.f64 (*.f64 (log.f64 z) #s(literal -1 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 z) #s(literal -1 binary64))) (sinh.f64 (*.f64 (log.f64 z) #s(literal -1 binary64)))) |
#s(literal -1 binary64) |
(*.f64 (/.f64 #s(approx (sin y) y) y) (/.f64 x z)) |
(*.f64 (/.f64 (/.f64 x z) y) #s(approx (sin y) y)) |
(*.f64 (/.f64 #s(approx (sin y) y) z) (/.f64 x y)) |
(*.f64 (/.f64 x z) (/.f64 #s(approx (sin y) y) y)) |
(*.f64 (/.f64 x y) (/.f64 #s(approx (sin y) y) z)) |
(*.f64 #s(approx (sin y) y) (/.f64 (/.f64 x z) y)) |
(*.f64 x (/.f64 #s(approx (sin y) y) (*.f64 z y))) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) y) z) |
(/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) z) |
(/.f64 (*.f64 (/.f64 #s(approx (sin y) y) z) (neg.f64 x)) (neg.f64 y)) |
(/.f64 (*.f64 (/.f64 #s(approx (sin y) y) z) x) y) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) #s(approx (sin y) y))) (neg.f64 (*.f64 (neg.f64 y) z))) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) (neg.f64 z)) (neg.f64 y)) |
(/.f64 (*.f64 (neg.f64 x) #s(approx (sin y) y)) (*.f64 (neg.f64 y) z)) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) z) (neg.f64 (neg.f64 y))) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) z) y) |
(/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 z y)) |
(neg.f64 (/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) (neg.f64 z)) y)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) #s(approx (sin y) y)) (*.f64 z y))) |
(neg.f64 (/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) z) (neg.f64 y))) |
(neg.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 (neg.f64 y) z))) |
(*.f64 #s(approx (sin y) y) x) |
(*.f64 x #s(approx (sin y) y)) |
#s(approx (sin y) y) |
(*.f64 z y) |
(*.f64 y z) |
(*.f64 (/.f64 #s(approx (sin y) y) y) (/.f64 x z)) |
(*.f64 (/.f64 (/.f64 x z) y) #s(approx (sin y) y)) |
(*.f64 (/.f64 #s(approx (sin y) y) z) (/.f64 x y)) |
(*.f64 (/.f64 x z) (/.f64 #s(approx (sin y) y) y)) |
(*.f64 (/.f64 x y) (/.f64 #s(approx (sin y) y) z)) |
(*.f64 #s(approx (sin y) y) (/.f64 (/.f64 x z) y)) |
(*.f64 x (/.f64 #s(approx (sin y) y) (*.f64 z y))) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) y) z) |
(/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) z) |
(/.f64 (*.f64 (/.f64 #s(approx (sin y) y) z) (neg.f64 x)) (neg.f64 y)) |
(/.f64 (*.f64 (/.f64 #s(approx (sin y) y) z) x) y) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) #s(approx (sin y) y))) (neg.f64 (*.f64 (neg.f64 y) z))) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) (neg.f64 z)) (neg.f64 y)) |
(/.f64 (*.f64 (neg.f64 x) #s(approx (sin y) y)) (*.f64 (neg.f64 y) z)) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) z) (neg.f64 (neg.f64 y))) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) z) y) |
(/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 z y)) |
(neg.f64 (/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) (neg.f64 z)) y)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) #s(approx (sin y) y)) (*.f64 z y))) |
(neg.f64 (/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) z) (neg.f64 y))) |
(neg.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 (neg.f64 y) z))) |
(*.f64 (/.f64 x z) #s(approx (sin y) y)) |
(*.f64 #s(approx (sin y) y) (/.f64 x z)) |
(*.f64 x (/.f64 #s(approx (sin y) y) z)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) #s(approx (sin y) y))) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 x) #s(approx (sin y) y)) (neg.f64 z)) |
(/.f64 (*.f64 #s(approx (sin y) y) x) z) |
(neg.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) (neg.f64 z))) |
(*.f64 (/.f64 (/.f64 x z) y) (sin.f64 y)) |
(*.f64 (/.f64 (sin.f64 y) y) (/.f64 x z)) |
(*.f64 (/.f64 x z) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 x y) (/.f64 (sin.f64 y) z)) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
(*.f64 (/.f64 (sin.f64 y) z) (/.f64 x y)) |
(*.f64 (sin.f64 y) (/.f64 (/.f64 x z) y)) |
(*.f64 x (/.f64 (/.f64 (sin.f64 y) z) y)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) (sin.f64 y))) (neg.f64 (*.f64 (neg.f64 y) z))) |
(/.f64 (*.f64 (neg.f64 x) (neg.f64 (sin.f64 y))) (*.f64 (neg.f64 y) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 (sin.f64 y)) (neg.f64 x)) (*.f64 (neg.f64 z) (neg.f64 y))) |
(/.f64 (*.f64 (neg.f64 (sin.f64 y)) (/.f64 x z)) (neg.f64 y)) |
(/.f64 (*.f64 (neg.f64 (sin.f64 y)) (/.f64 x y)) (neg.f64 z)) |
(/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) (neg.f64 (neg.f64 y))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) y) |
(/.f64 (*.f64 (sin.f64 y) x) (*.f64 z y)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) z) |
(neg.f64 (/.f64 (*.f64 (neg.f64 (sin.f64 y)) (/.f64 x z)) y)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 (sin.f64 y)) (/.f64 x y)) z)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 z y))) |
(neg.f64 (/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) (neg.f64 y))) |
(neg.f64 (/.f64 (*.f64 (/.f64 (sin.f64 y) y) x) (neg.f64 z))) |
(neg.f64 (/.f64 (*.f64 (sin.f64 y) x) (*.f64 (neg.f64 y) z))) |
(*.f64 (/.f64 x z) (sin.f64 y)) |
(*.f64 (/.f64 (sin.f64 y) z) x) |
(*.f64 (sin.f64 y) (/.f64 x z)) |
(*.f64 x (/.f64 (sin.f64 y) z)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) (sin.f64 y))) (neg.f64 (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (neg.f64 z)) |
(/.f64 (*.f64 (sin.f64 y) x) z) |
(neg.f64 (*.f64 (neg.f64 (sin.f64 y)) (/.f64 x z))) |
(/.f64 (neg.f64 (neg.f64 (sin.f64 y))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 (sin.f64 y)) (neg.f64 z)) |
(/.f64 (sin.f64 y) z) |
(neg.f64 (/.f64 (sin.f64 y) (neg.f64 z))) |
#s(approx (/ (* (/ x y) (sin y)) z) (*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x)) |
#s(approx (* (/ x y) (sin y)) (*.f64 (/.f64 (sin.f64 y) y) x)) |
#s(approx (/ x y) (/.f64 x y)) |
#s(approx x x) |
#s(approx (/ (* (/ x y) (sin y)) z) (*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x)) |
#s(approx (/ (* (/ x y) (sin y)) z) (*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x)) |
#s(approx (* (sin y) x) (*.f64 (sin.f64 y) x)) |
#s(approx (/ (* (/ x y) (sin y)) z) (*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x)) |
#s(approx (* (/ (sin y) z) x) (*.f64 (/.f64 (sin.f64 y) z) x)) |
#s(approx (/ (* (/ x y) (sin y)) z) (*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x)) |
#s(approx (* (/ (sin y) z) x) (*.f64 (/.f64 (sin.f64 y) z) x)) |
#s(approx (/ (* (/ x y) (sin y)) z) (/.f64 x z)) |
#s(approx (/ (* (/ x y) (sin y)) z) (/.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) z)) |
#s(approx (/ (* (/ x y) (sin y)) z) (fma.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (* (/ x y) (sin y)) z) (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx (* (/ x y) (sin y)) x) |
#s(approx (* (/ x y) (sin y)) (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x)) |
#s(approx (* (/ x y) (sin y)) (fma.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) (*.f64 y y) x)) |
#s(approx (* (/ x y) (sin y)) (fma.f64 (fma.f64 (*.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) y) y (*.f64 #s(literal -1/6 binary64) x)) (*.f64 y y) x)) |
#s(approx y y) |
#s(approx (sin y) y) |
#s(approx (sin y) (*.f64 (fma.f64 (*.f64 y y) #s(literal -1/6 binary64) #s(literal 1 binary64)) y)) |
#s(approx (sin y) (*.f64 (fma.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 y y) #s(literal -1/6 binary64)) (*.f64 y y) #s(literal 1 binary64)) y)) |
#s(approx (sin y) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 y y) #s(literal 1/120 binary64)) (*.f64 y y) #s(literal -1/6 binary64)) (*.f64 y y) #s(literal 1 binary64)) y)) |
#s(approx (/ (* (/ x y) (sin y)) z) (/.f64 x z)) |
#s(approx (/ (* (/ x y) (sin y)) z) (/.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) z)) |
#s(approx (/ (* (/ x y) (sin y)) z) (fma.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (* (/ x y) (sin y)) z) (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) |
#s(approx (/ (/ (sin y) z) y) (/.f64 (fma.f64 (*.f64 y y) #s(literal -1/6 binary64) #s(literal 1 binary64)) z)) |
#s(approx (/ (/ (sin y) z) y) (fma.f64 (*.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 y y) #s(literal -1/6 binary64)) z) y) y (pow.f64 z #s(literal -1 binary64)))) |
#s(approx (/ (/ (sin y) z) y) (fma.f64 (fma.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 y y) #s(literal 1/120 binary64)) z) y) y (/.f64 #s(literal -1/6 binary64) z)) (*.f64 y y) (pow.f64 z #s(literal -1 binary64)))) |
#s(approx (/ (* (/ x y) (sin y)) z) (/.f64 x z)) |
#s(approx (/ (* (/ x y) (sin y)) z) (/.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) z)) |
#s(approx (/ (* (/ x y) (sin y)) z) (fma.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (* (/ x y) (sin y)) z) (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx (* (sin y) x) (*.f64 y x)) |
#s(approx (* (sin y) x) (*.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) y)) |
#s(approx (* (sin y) x) (*.f64 (fma.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) (*.f64 y y) x) y)) |
#s(approx (* (sin y) x) (*.f64 (fma.f64 (fma.f64 (*.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) y) y (*.f64 #s(literal -1/6 binary64) x)) (*.f64 y y) x) y)) |
#s(approx (* z y) (*.f64 z y)) |
#s(approx (/ (* (/ x y) (sin y)) z) (/.f64 x z)) |
#s(approx (/ (* (/ x y) (sin y)) z) (/.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) z)) |
#s(approx (/ (* (/ x y) (sin y)) z) (fma.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (* (/ x y) (sin y)) z) (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx (* (/ (sin y) z) x) (*.f64 (/.f64 y z) x)) |
#s(approx (* (/ (sin y) z) x) (*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) z) y)) |
#s(approx (* (/ (sin y) z) x) (*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z)) y)) |
#s(approx (* (/ (sin y) z) x) (*.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z)) y)) |
#s(approx (/ (* (/ x y) (sin y)) z) (/.f64 x z)) |
#s(approx (/ (* (/ x y) (sin y)) z) (/.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) z)) |
#s(approx (/ (* (/ x y) (sin y)) z) (fma.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (* (/ x y) (sin y)) z) (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx (* (/ (sin y) z) x) (*.f64 (/.f64 y z) x)) |
#s(approx (* (/ (sin y) z) x) (*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 y y) x) #s(literal -1/6 binary64) x) z) y)) |
#s(approx (* (/ (sin y) z) x) (*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z)) y)) |
#s(approx (* (/ (sin y) z) x) (*.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 y y) x) (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z)) y)) |
#s(approx (/ (sin y) z) (/.f64 y z)) |
#s(approx (/ (sin y) z) (*.f64 (/.f64 (fma.f64 (*.f64 y y) #s(literal -1/6 binary64) #s(literal 1 binary64)) z) y)) |
#s(approx (/ (sin y) z) (fma.f64 (*.f64 y (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 y y) #s(literal -1/6 binary64)) z)) (*.f64 y y) (/.f64 y z))) |
#s(approx (/ (sin y) z) (fma.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 y y) #s(literal 1/120 binary64)) z) y) y (/.f64 #s(literal -1/6 binary64) z)) (/.f64 y z))) |
#s(approx (sin y) (sin.f64 y)) |
#s(approx (/ (/ (sin y) z) y) (/.f64 (/.f64 (sin.f64 y) z) y)) |
#s(approx (/ (sin y) z) (/.f64 (sin.f64 y) z)) |
#s(approx z z) |
#s(approx (pow z -1) (pow.f64 z #s(literal -1 binary64))) |
Compiled 2 067 to 436 computations (78.9% saved)
16 alts after pruning (8 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 141 | 7 | 148 |
| Fresh | 2 | 1 | 3 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 4 | 4 |
| Total | 144 | 16 | 160 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 90.8% | (/.f64 (/.f64 (*.f64 (sin.f64 y) x) y) z) |
| ✓ | 86.3% | (/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) y) |
| ✓ | 90.8% | (/.f64 (*.f64 (/.f64 x y) (sin.f64 y)) z) |
| ✓ | 83.9% | (/.f64 (*.f64 (sin.f64 y) x) (*.f64 z y)) |
| ▶ | 55.9% | (/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) z) |
| ✓ | 48.9% | (/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 z y)) |
| ✓ | 57.9% | (/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
| ✓ | 90.7% | (*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
| 58.5% | (*.f64 (/.f64 (/.f64 x z) y) #s(approx (sin y) y)) | |
| ▶ | 85.6% | (*.f64 (/.f64 (/.f64 x y) z) (sin.f64 y)) |
| ▶ | 50.5% | (*.f64 (/.f64 #s(approx (sin y) y) z) (/.f64 x y)) |
| 57.6% | (*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (pow.f64 z #s(literal -1/2 binary64)) #s(literal 2 binary64))) x) | |
| ▶ | 48.1% | (*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (*.f64 z z) #s(literal -1/2 binary64))) x) |
| ✓ | 57.7% | (*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) x) |
| 54.8% | (*.f64 #s(approx (/ (/ (sin y) z) y) (exp.f64 (*.f64 (log.f64 z) #s(literal -1 binary64)))) x) | |
| ▶ | 51.9% | (*.f64 x (/.f64 #s(approx (sin y) y) (*.f64 z y))) |
Compiled 252 to 209 computations (17.1% saved)
| Inputs |
|---|
(*.f64 (/.f64 (/.f64 x y) z) (sin.f64 y)) |
(/.f64 (/.f64 x y) z) |
(/.f64 x y) |
x |
y |
z |
(sin.f64 y) |
(*.f64 x (/.f64 #s(approx (sin y) y) (*.f64 z y))) |
(/.f64 #s(approx (sin y) y) (*.f64 z y)) |
#s(approx (sin y) y) |
(*.f64 z y) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (*.f64 z z) #s(literal -1/2 binary64))) x) |
#s(approx (/ (/ (sin y) z) y) (pow.f64 (*.f64 z z) #s(literal -1/2 binary64))) |
(pow.f64 (*.f64 z z) #s(literal -1/2 binary64)) |
(*.f64 z z) |
#s(literal -1/2 binary64) |
(*.f64 (/.f64 #s(approx (sin y) y) z) (/.f64 x y)) |
(/.f64 #s(approx (sin y) y) z) |
(/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) z) |
(*.f64 #s(approx (sin y) y) (/.f64 x y)) |
| Outputs |
|---|
#s(approx (* (/ (/ x y) z) (sin y)) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (/ x y) z) #s(hole binary64 (/ x (* y z)))) |
#s(approx (/ x y) #s(hole binary64 (/ x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (* x (/ (sin y) (* z y))) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* (/ (sin y) z) (/ x y)) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (* (sin y) (/ x y)) z) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* (sin y) (/ x y)) #s(hole binary64 (/ (* x (sin y)) y))) |
#s(approx (* (/ (/ x y) z) (sin y)) #s(hole binary64 (/ x z))) |
#s(approx (* (/ (/ x y) z) (sin y)) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (* (/ (/ x y) z) (sin y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (* (/ (/ x y) z) (sin y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (sin y) #s(hole binary64 y)) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* -1/6 (pow y 2)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))))) |
#s(approx (* x (/ (sin y) (* z y))) #s(hole binary64 (/ x z))) |
#s(approx (* x (/ (sin y) (* z y))) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (* x (/ (sin y) (* z y))) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (* x (/ (sin y) (* z y))) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (sin y) (* z y)) #s(hole binary64 (/ 1 z))) |
#s(approx (/ (sin y) (* z y)) #s(hole binary64 (+ (* -1/6 (/ (pow y 2) z)) (/ 1 z)))) |
#s(approx (/ (sin y) (* z y)) #s(hole binary64 (+ (* (pow y 2) (- (* 1/120 (/ (pow y 2) z)) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (/ (sin y) (* z y)) #s(hole binary64 (+ (* (pow y 2) (- (* (pow y 2) (+ (* -1/5040 (/ (pow y 2) z)) (* 1/120 (/ 1 z)))) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (* z y) #s(hole binary64 (* y z))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (/ x z))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (/ 1 z))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* -1/6 (/ (pow y 2) z)) (/ 1 z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* (pow y 2) (- (* 1/120 (/ (pow y 2) z)) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* (pow y 2) (- (* (pow y 2) (+ (* -1/5040 (/ (pow y 2) z)) (* 1/120 (/ 1 z)))) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (* (/ (sin y) z) (/ x y)) #s(hole binary64 (/ x z))) |
#s(approx (* (/ (sin y) z) (/ x y)) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (* (/ (sin y) z) (/ x y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (* (/ (sin y) z) (/ x y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (sin y) z) #s(hole binary64 (/ y z))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* -1/6 (/ (pow y 2) z)) (/ 1 z))))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* (pow y 2) (- (* 1/120 (/ (pow y 2) z)) (* 1/6 (/ 1 z)))) (/ 1 z))))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* (pow y 2) (- (* (pow y 2) (+ (* -1/5040 (/ (pow y 2) z)) (* 1/120 (/ 1 z)))) (* 1/6 (/ 1 z)))) (/ 1 z))))) |
#s(approx (/ (* (sin y) (/ x y)) z) #s(hole binary64 (/ x z))) |
#s(approx (/ (* (sin y) (/ x y)) z) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (* (sin y) (/ x y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (* (sin y) (/ x y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (* (sin y) (/ x y)) #s(hole binary64 x)) |
#s(approx (* (sin y) (/ x y)) #s(hole binary64 (+ x (* -1/6 (* x (pow y 2)))))) |
#s(approx (* (sin y) (/ x y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* 1/120 (* x (pow y 2)))))))) |
#s(approx (* (sin y) (/ x y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* (pow y 2) (+ (* -1/5040 (* x (pow y 2))) (* 1/120 x)))))))) |
#s(approx (sin y) #s(hole binary64 (sin y))) |
#s(approx (/ (sin y) (* z y)) #s(hole binary64 (/ (sin y) (* y z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (/ (sin y) (* y z)))) |
#s(approx (/ (sin y) z) #s(hole binary64 (/ (sin y) z))) |
#s(approx z #s(hole binary64 z)) |
#s(approx (pow (* z z) -1/2) #s(hole binary64 (/ 1 z))) |
#s(approx (* z z) #s(hole binary64 (pow z 2))) |
#s(approx (pow (* z z) -1/2) #s(hole binary64 (/ -1 z))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 4.0ms | z | @ | inf | ((* (/ (/ x y) z) (sin y)) (/ (/ x y) z) (/ x y) x y z (sin y) (* x (/ (sin y) (* z y))) (/ (sin y) (* z y)) (sin y) (* z y) (* (/ (/ (sin y) z) y) x) (/ (/ (sin y) z) y) (pow (* z z) -1/2) (* z z) -1/2 (* (/ (sin y) z) (/ x y)) (/ (sin y) z) (/ (* (sin y) (/ x y)) z) (* (sin y) (/ x y))) |
| 3.0ms | z | @ | -inf | ((* (/ (/ x y) z) (sin y)) (/ (/ x y) z) (/ x y) x y z (sin y) (* x (/ (sin y) (* z y))) (/ (sin y) (* z y)) (sin y) (* z y) (* (/ (/ (sin y) z) y) x) (/ (/ (sin y) z) y) (pow (* z z) -1/2) (* z z) -1/2 (* (/ (sin y) z) (/ x y)) (/ (sin y) z) (/ (* (sin y) (/ x y)) z) (* (sin y) (/ x y))) |
| 3.0ms | y | @ | -inf | ((* (/ (/ x y) z) (sin y)) (/ (/ x y) z) (/ x y) x y z (sin y) (* x (/ (sin y) (* z y))) (/ (sin y) (* z y)) (sin y) (* z y) (* (/ (/ (sin y) z) y) x) (/ (/ (sin y) z) y) (pow (* z z) -1/2) (* z z) -1/2 (* (/ (sin y) z) (/ x y)) (/ (sin y) z) (/ (* (sin y) (/ x y)) z) (* (sin y) (/ x y))) |
| 2.0ms | z | @ | 0 | ((* (/ (/ x y) z) (sin y)) (/ (/ x y) z) (/ x y) x y z (sin y) (* x (/ (sin y) (* z y))) (/ (sin y) (* z y)) (sin y) (* z y) (* (/ (/ (sin y) z) y) x) (/ (/ (sin y) z) y) (pow (* z z) -1/2) (* z z) -1/2 (* (/ (sin y) z) (/ x y)) (/ (sin y) z) (/ (* (sin y) (/ x y)) z) (* (sin y) (/ x y))) |
| 2.0ms | x | @ | -inf | ((* (/ (/ x y) z) (sin y)) (/ (/ x y) z) (/ x y) x y z (sin y) (* x (/ (sin y) (* z y))) (/ (sin y) (* z y)) (sin y) (* z y) (* (/ (/ (sin y) z) y) x) (/ (/ (sin y) z) y) (pow (* z z) -1/2) (* z z) -1/2 (* (/ (sin y) z) (/ x y)) (/ (sin y) z) (/ (* (sin y) (/ x y)) z) (* (sin y) (/ x y))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 175 | 1270 |
| 0 | 193 | 1256 |
| 1 | 746 | 1194 |
| 0 | 5971 | 1134 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 (/.f64 (/.f64 x y) z) (sin.f64 y)) |
(/.f64 (/.f64 x y) z) |
(/.f64 x y) |
x |
y |
z |
(sin.f64 y) |
(*.f64 x (/.f64 #s(approx (sin y) y) (*.f64 z y))) |
(/.f64 #s(approx (sin y) y) (*.f64 z y)) |
#s(approx (sin y) y) |
(*.f64 z y) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (*.f64 z z) #s(literal -1/2 binary64))) x) |
#s(approx (/ (/ (sin y) z) y) (pow.f64 (*.f64 z z) #s(literal -1/2 binary64))) |
(pow.f64 (*.f64 z z) #s(literal -1/2 binary64)) |
(*.f64 z z) |
#s(literal -1/2 binary64) |
(*.f64 (/.f64 #s(approx (sin y) y) z) (/.f64 x y)) |
(/.f64 #s(approx (sin y) y) z) |
(/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) z) |
(*.f64 #s(approx (sin y) y) (/.f64 x y)) |
#s(approx (* (/ (/ x y) z) (sin y)) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (/ x y) z) #s(hole binary64 (/ x (* y z)))) |
#s(approx (/ x y) #s(hole binary64 (/ x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (* x (/ (sin y) (* z y))) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* (/ (sin y) z) (/ x y)) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (/ (* (sin y) (/ x y)) z) #s(hole binary64 (/ (* x (sin y)) (* y z)))) |
#s(approx (* (sin y) (/ x y)) #s(hole binary64 (/ (* x (sin y)) y))) |
#s(approx (* (/ (/ x y) z) (sin y)) #s(hole binary64 (/ x z))) |
#s(approx (* (/ (/ x y) z) (sin y)) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (* (/ (/ x y) z) (sin y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (* (/ (/ x y) z) (sin y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (sin y) #s(hole binary64 y)) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* -1/6 (pow y 2)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* 1/120 (pow y 2)) 1/6)))))) |
#s(approx (sin y) #s(hole binary64 (* y (+ 1 (* (pow y 2) (- (* (pow y 2) (+ 1/120 (* -1/5040 (pow y 2)))) 1/6)))))) |
#s(approx (* x (/ (sin y) (* z y))) #s(hole binary64 (/ x z))) |
#s(approx (* x (/ (sin y) (* z y))) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (* x (/ (sin y) (* z y))) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (* x (/ (sin y) (* z y))) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (sin y) (* z y)) #s(hole binary64 (/ 1 z))) |
#s(approx (/ (sin y) (* z y)) #s(hole binary64 (+ (* -1/6 (/ (pow y 2) z)) (/ 1 z)))) |
#s(approx (/ (sin y) (* z y)) #s(hole binary64 (+ (* (pow y 2) (- (* 1/120 (/ (pow y 2) z)) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (/ (sin y) (* z y)) #s(hole binary64 (+ (* (pow y 2) (- (* (pow y 2) (+ (* -1/5040 (/ (pow y 2) z)) (* 1/120 (/ 1 z)))) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (* z y) #s(hole binary64 (* y z))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (/ x z))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (* (/ (/ (sin y) z) y) x) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (/ 1 z))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* -1/6 (/ (pow y 2) z)) (/ 1 z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* (pow y 2) (- (* 1/120 (/ (pow y 2) z)) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (+ (* (pow y 2) (- (* (pow y 2) (+ (* -1/5040 (/ (pow y 2) z)) (* 1/120 (/ 1 z)))) (* 1/6 (/ 1 z)))) (/ 1 z)))) |
#s(approx (* (/ (sin y) z) (/ x y)) #s(hole binary64 (/ x z))) |
#s(approx (* (/ (sin y) z) (/ x y)) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (* (/ (sin y) z) (/ x y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (* (/ (sin y) z) (/ x y)) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (/ (sin y) z) #s(hole binary64 (/ y z))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* -1/6 (/ (pow y 2) z)) (/ 1 z))))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* (pow y 2) (- (* 1/120 (/ (pow y 2) z)) (* 1/6 (/ 1 z)))) (/ 1 z))))) |
#s(approx (/ (sin y) z) #s(hole binary64 (* y (+ (* (pow y 2) (- (* (pow y 2) (+ (* -1/5040 (/ (pow y 2) z)) (* 1/120 (/ 1 z)))) (* 1/6 (/ 1 z)))) (/ 1 z))))) |
#s(approx (/ (* (sin y) (/ x y)) z) #s(hole binary64 (/ x z))) |
#s(approx (/ (* (sin y) (/ x y)) z) #s(hole binary64 (+ (* -1/6 (/ (* x (pow y 2)) z)) (/ x z)))) |
#s(approx (/ (* (sin y) (/ x y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* 1/120 (/ (* x (pow y 2)) z)))) (/ x z)))) |
#s(approx (/ (* (sin y) (/ x y)) z) #s(hole binary64 (+ (* (pow y 2) (+ (* -1/6 (/ x z)) (* (pow y 2) (+ (* -1/5040 (/ (* x (pow y 2)) z)) (* 1/120 (/ x z)))))) (/ x z)))) |
#s(approx (* (sin y) (/ x y)) #s(hole binary64 x)) |
#s(approx (* (sin y) (/ x y)) #s(hole binary64 (+ x (* -1/6 (* x (pow y 2)))))) |
#s(approx (* (sin y) (/ x y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* 1/120 (* x (pow y 2)))))))) |
#s(approx (* (sin y) (/ x y)) #s(hole binary64 (+ x (* (pow y 2) (+ (* -1/6 x) (* (pow y 2) (+ (* -1/5040 (* x (pow y 2))) (* 1/120 x)))))))) |
#s(approx (sin y) #s(hole binary64 (sin y))) |
#s(approx (/ (sin y) (* z y)) #s(hole binary64 (/ (sin y) (* y z)))) |
#s(approx (/ (/ (sin y) z) y) #s(hole binary64 (/ (sin y) (* y z)))) |
#s(approx (/ (sin y) z) #s(hole binary64 (/ (sin y) z))) |
#s(approx z #s(hole binary64 z)) |
#s(approx (pow (* z z) -1/2) #s(hole binary64 (/ 1 z))) |
#s(approx (* z z) #s(hole binary64 (pow z 2))) |
#s(approx (pow (* z z) -1/2) #s(hole binary64 (/ -1 z))) |
| Outputs |
|---|
(*.f64 (/.f64 (sin.f64 y) y) (/.f64 x z)) |
(*.f64 (/.f64 x z) (/.f64 (sin.f64 y) y)) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
(*.f64 (/.f64 (sin.f64 y) z) (/.f64 x y)) |
(*.f64 (sin.f64 y) (/.f64 (/.f64 x y) z)) |
(*.f64 (/.f64 (/.f64 x y) z) (sin.f64 y)) |
(*.f64 (/.f64 x y) (/.f64 (sin.f64 y) z)) |
(*.f64 x (/.f64 (/.f64 (sin.f64 y) z) y)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) (neg.f64 z)) x) (neg.f64 y)) |
(/.f64 (*.f64 (neg.f64 x) (/.f64 (sin.f64 y) z)) (neg.f64 y)) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) (neg.f64 x)) (neg.f64 y)) |
(/.f64 (*.f64 x (/.f64 (sin.f64 y) (neg.f64 z))) (neg.f64 y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (sin.f64 y) z) x)) (neg.f64 y)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 x) (sin.f64 y))) (neg.f64 (*.f64 (neg.f64 y) z))) |
(/.f64 (*.f64 (neg.f64 (sin.f64 y)) (neg.f64 x)) (*.f64 (neg.f64 z) (neg.f64 y))) |
(/.f64 (*.f64 (neg.f64 x) (neg.f64 (sin.f64 y))) (*.f64 (neg.f64 y) (neg.f64 z))) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) y) |
(/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 (/.f64 (neg.f64 x) y) (sin.f64 y)) (neg.f64 z)) |
(/.f64 (/.f64 (*.f64 (sin.f64 y) x) y) (neg.f64 (neg.f64 z))) |
(/.f64 (/.f64 (*.f64 (sin.f64 y) x) y) z) |
(/.f64 (*.f64 (sin.f64 y) x) (*.f64 z y)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (sin.f64 y)) (*.f64 z y))) |
(neg.f64 (/.f64 (*.f64 (/.f64 (neg.f64 x) y) (sin.f64 y)) z)) |
(neg.f64 (/.f64 (*.f64 (sin.f64 y) x) (*.f64 (neg.f64 y) z))) |
(neg.f64 (/.f64 (/.f64 (*.f64 (sin.f64 y) x) y) (neg.f64 z))) |
(/.f64 (neg.f64 (neg.f64 x)) (neg.f64 (*.f64 (neg.f64 y) z))) |
(/.f64 (/.f64 (neg.f64 x) y) (neg.f64 z)) |
(/.f64 (neg.f64 x) (*.f64 (neg.f64 y) z)) |
(/.f64 (/.f64 x z) y) |
(/.f64 (/.f64 x y) (neg.f64 (neg.f64 z))) |
(/.f64 (/.f64 x y) z) |
(/.f64 x (*.f64 z y)) |
(neg.f64 (/.f64 (/.f64 (neg.f64 x) y) z)) |
(neg.f64 (/.f64 (neg.f64 x) (*.f64 z y))) |
(neg.f64 (/.f64 (/.f64 x y) (neg.f64 z))) |
(neg.f64 (/.f64 x (*.f64 (neg.f64 y) z))) |
(/.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 y))) |
(/.f64 (neg.f64 x) (neg.f64 y)) |
(/.f64 x y) |
(neg.f64 (/.f64 (neg.f64 x) y)) |
x |
y |
z |
(sin.f64 y) |
(*.f64 (/.f64 #s(approx (sin y) y) y) (/.f64 x z)) |
(*.f64 (/.f64 x z) (/.f64 #s(approx (sin y) y) y)) |
(*.f64 (/.f64 #s(approx (sin y) y) z) (/.f64 x y)) |
(*.f64 (/.f64 (/.f64 #s(approx (sin y) y) y) z) x) |
(*.f64 #s(approx (sin y) y) (/.f64 (/.f64 x y) z)) |
(*.f64 (/.f64 (/.f64 x y) z) #s(approx (sin y) y)) |
(*.f64 (/.f64 x y) (/.f64 #s(approx (sin y) y) z)) |
(*.f64 x (/.f64 (/.f64 #s(approx (sin y) y) y) z)) |
(/.f64 (*.f64 (neg.f64 x) (/.f64 #s(approx (sin y) y) z)) (neg.f64 y)) |
(/.f64 (*.f64 (/.f64 #s(approx (sin y) y) z) (neg.f64 x)) (neg.f64 y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(approx (sin y) y) z) x)) (neg.f64 y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (neg.f64 x) y) #s(approx (sin y) y))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 (*.f64 #s(approx (sin y) y) x)) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 (neg.f64 #s(approx (sin y) y)) (neg.f64 x)) (*.f64 (neg.f64 z) (neg.f64 y))) |
(/.f64 (*.f64 (neg.f64 #s(approx (sin y) y)) x) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 #s(approx (sin y) y) (neg.f64 x)) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 (neg.f64 x) (neg.f64 #s(approx (sin y) y))) (*.f64 (neg.f64 y) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 x) #s(approx (sin y) y)) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 x (neg.f64 #s(approx (sin y) y))) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 (/.f64 #s(approx (sin y) y) z) x) y) |
(/.f64 (*.f64 (/.f64 (neg.f64 x) y) #s(approx (sin y) y)) (neg.f64 z)) |
(/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 z y)) |
(/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) z) |
(neg.f64 (/.f64 (*.f64 (/.f64 (neg.f64 x) y) #s(approx (sin y) y)) z)) |
(neg.f64 (/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) (neg.f64 z))) |
(/.f64 (/.f64 #s(approx (sin y) y) y) z) |
(/.f64 (neg.f64 (/.f64 #s(approx (sin y) y) z)) (neg.f64 y)) |
(/.f64 (neg.f64 (neg.f64 #s(approx (sin y) y))) (neg.f64 (*.f64 (neg.f64 y) z))) |
(/.f64 (neg.f64 #s(approx (sin y) y)) (*.f64 (neg.f64 y) z)) |
(/.f64 (/.f64 #s(approx (sin y) y) z) y) |
(/.f64 #s(approx (sin y) y) (*.f64 z y)) |
(neg.f64 (/.f64 (neg.f64 #s(approx (sin y) y)) (*.f64 z y))) |
(neg.f64 (/.f64 #s(approx (sin y) y) (*.f64 (neg.f64 y) z))) |
#s(approx (sin y) y) |
(*.f64 z y) |
(*.f64 y z) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) x) |
(*.f64 x #s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64)))) |
#s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) |
(*.f64 (neg.f64 (pow.f64 z #s(literal -1/2 binary64))) (neg.f64 (pow.f64 z #s(literal -1/2 binary64)))) |
(*.f64 (fabs.f64 (pow.f64 z #s(literal -1/2 binary64))) (fabs.f64 (pow.f64 z #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (neg.f64 z) #s(literal -1/2 binary64)) (pow.f64 (neg.f64 z) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (fabs.f64 z) #s(literal -1/2 binary64)) (pow.f64 (fabs.f64 z) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 z #s(literal -1/2 binary64)) (pow.f64 z #s(literal -1/2 binary64))) |
(*.f64 #s(literal 1 binary64) (pow.f64 z #s(literal -1 binary64))) |
(pow.f64 (*.f64 (*.f64 z z) (*.f64 z z)) #s(literal -1/4 binary64)) |
(pow.f64 (pow.f64 z #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 z z) #s(literal -1/2 binary64)) |
(pow.f64 z #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 z)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 z))) |
(/.f64 #s(literal 1 binary64) z) |
(/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) z)) |
(neg.f64 (/.f64 #s(literal -1 binary64) z)) |
(exp.f64 (*.f64 (log.f64 z) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 z) #s(literal 2 binary64)) #s(literal -1/2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (*.f64 (log.f64 z) #s(literal 2 binary64)) #s(literal -1/2 binary64))) (sinh.f64 (*.f64 (*.f64 (log.f64 z) #s(literal 2 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (neg.f64 (neg.f64 z)) (neg.f64 (neg.f64 z))) |
(*.f64 (neg.f64 (fabs.f64 z)) (neg.f64 (fabs.f64 z))) |
(*.f64 (fabs.f64 (fabs.f64 z)) (fabs.f64 (fabs.f64 z))) |
(*.f64 (exp.f64 (log.f64 z)) (exp.f64 (log.f64 z))) |
(*.f64 (neg.f64 z) (neg.f64 z)) |
(*.f64 (fabs.f64 z) (fabs.f64 z)) |
(*.f64 z z) |
(pow.f64 (exp.f64 (log.f64 z)) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 z) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 z) #s(literal 2 binary64)) |
(pow.f64 (*.f64 z z) #s(literal 1 binary64)) |
(pow.f64 z #s(literal 2 binary64)) |
(neg.f64 (*.f64 z (neg.f64 z))) |
(neg.f64 (*.f64 (neg.f64 z) z)) |
(fabs.f64 (*.f64 z z)) |
(exp.f64 (*.f64 (log.f64 z) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 z) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 z) #s(literal 2 binary64)))) |
#s(literal -1/2 binary64) |
(*.f64 (/.f64 #s(approx (sin y) y) y) (/.f64 x z)) |
(*.f64 (/.f64 x z) (/.f64 #s(approx (sin y) y) y)) |
(*.f64 (/.f64 #s(approx (sin y) y) z) (/.f64 x y)) |
(*.f64 (/.f64 (/.f64 #s(approx (sin y) y) y) z) x) |
(*.f64 #s(approx (sin y) y) (/.f64 (/.f64 x y) z)) |
(*.f64 (/.f64 (/.f64 x y) z) #s(approx (sin y) y)) |
(*.f64 (/.f64 x y) (/.f64 #s(approx (sin y) y) z)) |
(*.f64 x (/.f64 (/.f64 #s(approx (sin y) y) y) z)) |
(/.f64 (*.f64 (neg.f64 x) (/.f64 #s(approx (sin y) y) z)) (neg.f64 y)) |
(/.f64 (*.f64 (/.f64 #s(approx (sin y) y) z) (neg.f64 x)) (neg.f64 y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(approx (sin y) y) z) x)) (neg.f64 y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (neg.f64 x) y) #s(approx (sin y) y))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 (*.f64 #s(approx (sin y) y) x)) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 (neg.f64 #s(approx (sin y) y)) (neg.f64 x)) (*.f64 (neg.f64 z) (neg.f64 y))) |
(/.f64 (*.f64 (neg.f64 #s(approx (sin y) y)) x) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 #s(approx (sin y) y) (neg.f64 x)) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 (neg.f64 x) (neg.f64 #s(approx (sin y) y))) (*.f64 (neg.f64 y) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 x) #s(approx (sin y) y)) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 x (neg.f64 #s(approx (sin y) y))) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 (/.f64 #s(approx (sin y) y) z) x) y) |
(/.f64 (*.f64 (/.f64 (neg.f64 x) y) #s(approx (sin y) y)) (neg.f64 z)) |
(/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 z y)) |
(/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) z) |
(neg.f64 (/.f64 (*.f64 (/.f64 (neg.f64 x) y) #s(approx (sin y) y)) z)) |
(neg.f64 (/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) (neg.f64 z))) |
(/.f64 (neg.f64 (neg.f64 #s(approx (sin y) y))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 #s(approx (sin y) y)) (neg.f64 z)) |
(/.f64 #s(approx (sin y) y) z) |
(neg.f64 (/.f64 (neg.f64 #s(approx (sin y) y)) z)) |
(neg.f64 (/.f64 #s(approx (sin y) y) (neg.f64 z))) |
(*.f64 (/.f64 #s(approx (sin y) y) y) (/.f64 x z)) |
(*.f64 (/.f64 x z) (/.f64 #s(approx (sin y) y) y)) |
(*.f64 (/.f64 #s(approx (sin y) y) z) (/.f64 x y)) |
(*.f64 (/.f64 (/.f64 #s(approx (sin y) y) y) z) x) |
(*.f64 #s(approx (sin y) y) (/.f64 (/.f64 x y) z)) |
(*.f64 (/.f64 (/.f64 x y) z) #s(approx (sin y) y)) |
(*.f64 (/.f64 x y) (/.f64 #s(approx (sin y) y) z)) |
(*.f64 x (/.f64 (/.f64 #s(approx (sin y) y) y) z)) |
(/.f64 (*.f64 (neg.f64 x) (/.f64 #s(approx (sin y) y) z)) (neg.f64 y)) |
(/.f64 (*.f64 (/.f64 #s(approx (sin y) y) z) (neg.f64 x)) (neg.f64 y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(approx (sin y) y) z) x)) (neg.f64 y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (neg.f64 x) y) #s(approx (sin y) y))) (neg.f64 (neg.f64 z))) |
(/.f64 (neg.f64 (*.f64 #s(approx (sin y) y) x)) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 (neg.f64 #s(approx (sin y) y)) (neg.f64 x)) (*.f64 (neg.f64 z) (neg.f64 y))) |
(/.f64 (*.f64 (neg.f64 #s(approx (sin y) y)) x) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 #s(approx (sin y) y) (neg.f64 x)) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 (neg.f64 x) (neg.f64 #s(approx (sin y) y))) (*.f64 (neg.f64 y) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 x) #s(approx (sin y) y)) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 x (neg.f64 #s(approx (sin y) y))) (*.f64 (neg.f64 y) z)) |
(/.f64 (*.f64 (/.f64 #s(approx (sin y) y) z) x) y) |
(/.f64 (*.f64 (/.f64 (neg.f64 x) y) #s(approx (sin y) y)) (neg.f64 z)) |
(/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 z y)) |
(/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) z) |
(neg.f64 (/.f64 (*.f64 (/.f64 (neg.f64 x) y) #s(approx (sin y) y)) z)) |
(neg.f64 (/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) (neg.f64 z))) |
(*.f64 #s(approx (sin y) y) (/.f64 x y)) |
(*.f64 (/.f64 x y) #s(approx (sin y) y)) |
(/.f64 (neg.f64 (*.f64 #s(approx (sin y) y) x)) (neg.f64 y)) |
(/.f64 (*.f64 #s(approx (sin y) y) (neg.f64 x)) (neg.f64 y)) |
(/.f64 (*.f64 (neg.f64 x) #s(approx (sin y) y)) (neg.f64 y)) |
(/.f64 (*.f64 #s(approx (sin y) y) x) y) |
#s(approx (* (/ (/ x y) z) (sin y)) (*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x)) |
#s(approx (/ (/ x y) z) (/.f64 (/.f64 x y) z)) |
#s(approx (/ x y) (/.f64 x y)) |
#s(approx x x) |
#s(approx (* (/ (/ x y) z) (sin y)) (*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x)) |
#s(approx (* (/ (/ x y) z) (sin y)) (*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x)) |
#s(approx (* (/ (/ x y) z) (sin y)) (*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x)) |
#s(approx (* (/ (/ x y) z) (sin y)) (*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x)) |
#s(approx (* (sin y) (/ x y)) (/.f64 (*.f64 (sin.f64 y) x) y)) |
#s(approx (* (/ (/ x y) z) (sin y)) (/.f64 x z)) |
#s(approx (* (/ (/ x y) z) (sin y)) (/.f64 (fma.f64 (*.f64 (*.f64 y y) #s(literal -1/6 binary64)) x x) z)) |
#s(approx (* (/ (/ x y) z) (sin y)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/120 binary64) (*.f64 y y)) x (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (* (/ (/ x y) z) (sin y)) (fma.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/5040 binary64) (*.f64 y y)) x (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx y y) |
#s(approx (sin y) y) |
#s(approx (sin y) (*.f64 (fma.f64 (*.f64 y y) #s(literal -1/6 binary64) #s(literal 1 binary64)) y)) |
#s(approx (sin y) (*.f64 (fma.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 y y) #s(literal -1/6 binary64)) (*.f64 y y) #s(literal 1 binary64)) y)) |
#s(approx (sin y) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 y y) #s(literal 1/120 binary64)) (*.f64 y y) #s(literal -1/6 binary64)) (*.f64 y y) #s(literal 1 binary64)) y)) |
#s(approx (* (/ (/ x y) z) (sin y)) (/.f64 x z)) |
#s(approx (* (/ (/ x y) z) (sin y)) (/.f64 (fma.f64 (*.f64 (*.f64 y y) #s(literal -1/6 binary64)) x x) z)) |
#s(approx (* (/ (/ x y) z) (sin y)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/120 binary64) (*.f64 y y)) x (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (* (/ (/ x y) z) (sin y)) (fma.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/5040 binary64) (*.f64 y y)) x (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) |
#s(approx (/ (/ (sin y) z) y) (/.f64 (fma.f64 (*.f64 y y) #s(literal -1/6 binary64) #s(literal 1 binary64)) z)) |
#s(approx (/ (/ (sin y) z) y) (fma.f64 (*.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 y y) #s(literal -1/6 binary64)) z) y) y (pow.f64 z #s(literal -1 binary64)))) |
#s(approx (/ (/ (sin y) z) y) (fma.f64 (fma.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 y y) #s(literal 1/120 binary64)) z) y) y (/.f64 #s(literal -1/6 binary64) z)) (*.f64 y y) (pow.f64 z #s(literal -1 binary64)))) |
#s(approx (* z y) (*.f64 z y)) |
#s(approx (* (/ (/ x y) z) (sin y)) (/.f64 x z)) |
#s(approx (* (/ (/ x y) z) (sin y)) (/.f64 (fma.f64 (*.f64 (*.f64 y y) #s(literal -1/6 binary64)) x x) z)) |
#s(approx (* (/ (/ x y) z) (sin y)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/120 binary64) (*.f64 y y)) x (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (* (/ (/ x y) z) (sin y)) (fma.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/5040 binary64) (*.f64 y y)) x (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) |
#s(approx (/ (/ (sin y) z) y) (/.f64 (fma.f64 (*.f64 y y) #s(literal -1/6 binary64) #s(literal 1 binary64)) z)) |
#s(approx (/ (/ (sin y) z) y) (fma.f64 (*.f64 (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 y y) #s(literal -1/6 binary64)) z) y) y (pow.f64 z #s(literal -1 binary64)))) |
#s(approx (/ (/ (sin y) z) y) (fma.f64 (fma.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 y y) #s(literal 1/120 binary64)) z) y) y (/.f64 #s(literal -1/6 binary64) z)) (*.f64 y y) (pow.f64 z #s(literal -1 binary64)))) |
#s(approx (* (/ (/ x y) z) (sin y)) (/.f64 x z)) |
#s(approx (* (/ (/ x y) z) (sin y)) (/.f64 (fma.f64 (*.f64 (*.f64 y y) #s(literal -1/6 binary64)) x x) z)) |
#s(approx (* (/ (/ x y) z) (sin y)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/120 binary64) (*.f64 y y)) x (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (* (/ (/ x y) z) (sin y)) (fma.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/5040 binary64) (*.f64 y y)) x (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx (/ (sin y) z) (/.f64 y z)) |
#s(approx (/ (sin y) z) (*.f64 (/.f64 (fma.f64 (*.f64 y y) #s(literal -1/6 binary64) #s(literal 1 binary64)) z) y)) |
#s(approx (/ (sin y) z) (fma.f64 (*.f64 y (/.f64 (fma.f64 #s(literal 1/120 binary64) (*.f64 y y) #s(literal -1/6 binary64)) z)) (*.f64 y y) (/.f64 y z))) |
#s(approx (/ (sin y) z) (fma.f64 (*.f64 y (*.f64 y y)) (fma.f64 (*.f64 (/.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 y y) #s(literal 1/120 binary64)) z) y) y (/.f64 #s(literal -1/6 binary64) z)) (/.f64 y z))) |
#s(approx (* (/ (/ x y) z) (sin y)) (/.f64 x z)) |
#s(approx (* (/ (/ x y) z) (sin y)) (/.f64 (fma.f64 (*.f64 (*.f64 y y) #s(literal -1/6 binary64)) x x) z)) |
#s(approx (* (/ (/ x y) z) (sin y)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/120 binary64) (*.f64 y y)) x (*.f64 #s(literal -1/6 binary64) x)) z) (*.f64 y y) (/.f64 x z))) |
#s(approx (* (/ (/ x y) z) (sin y)) (fma.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/5040 binary64) (*.f64 y y)) x (*.f64 #s(literal 1/120 binary64) x)) z) (*.f64 y y) (*.f64 #s(literal -1/6 binary64) (/.f64 x z))) (*.f64 y y) (/.f64 x z))) |
#s(approx (* (sin y) (/ x y)) x) |
#s(approx (* (sin y) (/ x y)) (fma.f64 (*.f64 (*.f64 y y) #s(literal -1/6 binary64)) x x)) |
#s(approx (* (sin y) (/ x y)) (fma.f64 (fma.f64 (*.f64 #s(literal 1/120 binary64) (*.f64 y y)) x (*.f64 #s(literal -1/6 binary64) x)) (*.f64 y y) x)) |
#s(approx (* (sin y) (/ x y)) (fma.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1/5040 binary64) (*.f64 y y)) x (*.f64 #s(literal 1/120 binary64) x)) y) y (*.f64 #s(literal -1/6 binary64) x)) (*.f64 y y) x)) |
#s(approx (sin y) (sin.f64 y)) |
#s(approx (/ (/ (sin y) z) y) (/.f64 (/.f64 (sin.f64 y) z) y)) |
#s(approx (/ (/ (sin y) z) y) (/.f64 (/.f64 (sin.f64 y) z) y)) |
#s(approx (/ (sin y) z) (/.f64 (sin.f64 y) z)) |
#s(approx z z) |
#s(approx (pow (* z z) -1/2) (pow.f64 z #s(literal -1 binary64))) |
#s(approx (* z z) (*.f64 z z)) |
#s(approx (pow (* z z) -1/2) (/.f64 #s(literal -1 binary64) z)) |
Compiled 2 186 to 492 computations (77.5% saved)
17 alts after pruning (5 fresh and 12 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 157 | 2 | 159 |
| Fresh | 0 | 3 | 3 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 8 | 8 |
| Total | 158 | 17 | 175 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 90.8% | (/.f64 (/.f64 (*.f64 (sin.f64 y) x) y) z) |
| ✓ | 86.3% | (/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) y) |
| ✓ | 90.8% | (/.f64 (*.f64 (/.f64 x y) (sin.f64 y)) z) |
| ✓ | 83.9% | (/.f64 (*.f64 (sin.f64 y) x) (*.f64 z y)) |
| ✓ | 55.9% | (/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) z) |
| ✓ | 48.9% | (/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 z y)) |
| ✓ | 57.9% | (/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
| ✓ | 90.7% | (*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
| 58.5% | (*.f64 (/.f64 (/.f64 x z) y) #s(approx (sin y) y)) | |
| ✓ | 85.6% | (*.f64 (/.f64 (/.f64 x y) z) (sin.f64 y)) |
| 56.1% | (*.f64 (/.f64 (/.f64 x y) z) #s(approx (sin y) y)) | |
| 57.6% | (*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (pow.f64 z #s(literal -1/2 binary64)) #s(literal 2 binary64))) x) | |
| ✓ | 48.1% | (*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (*.f64 z z) #s(literal -1/2 binary64))) x) |
| ✓ | 57.7% | (*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) x) |
| 54.8% | (*.f64 #s(approx (/ (/ (sin y) z) y) (exp.f64 (*.f64 (log.f64 z) #s(literal -1 binary64)))) x) | |
| 14.4% | (*.f64 #s(approx (/ (/ (sin y) z) y) #s(approx (pow (* z z) -1/2) (/.f64 #s(literal -1 binary64) z))) x) | |
| ✓ | 51.9% | (*.f64 x (/.f64 #s(approx (sin y) y) (*.f64 z y))) |
Compiled 432 to 229 computations (47% saved)
| Inputs |
|---|
(/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
(*.f64 #s(approx (/ (/ (sin y) z) y) #s(approx (pow (* z z) -1/2) (/.f64 #s(literal -1 binary64) z))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) x) |
(*.f64 x (/.f64 #s(approx (sin y) y) (*.f64 z y))) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (exp.f64 (*.f64 (log.f64 z) #s(literal -1 binary64)))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (*.f64 z z) #s(literal -1/2 binary64))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (pow.f64 z #s(literal -1/2 binary64)) #s(literal 2 binary64))) x) |
(*.f64 (/.f64 #s(approx (sin y) y) z) (/.f64 x y)) |
(*.f64 (/.f64 (/.f64 x y) z) #s(approx (sin y) y)) |
(*.f64 (/.f64 (/.f64 x z) y) #s(approx (sin y) y)) |
(*.f64 (/.f64 (/.f64 #s(approx (sin y) y) z) y) x) |
(/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 z y)) |
(/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) z) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) y) z) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) z) y) |
(*.f64 (sin.f64 y) (/.f64 x (*.f64 z y))) |
(*.f64 (/.f64 (/.f64 x y) z) (sin.f64 y)) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
(/.f64 (*.f64 x (/.f64 (sin.f64 y) y)) z) |
(/.f64 (*.f64 x (/.f64 (sin.f64 y) z)) y) |
(/.f64 (*.f64 (sin.f64 y) x) (*.f64 z y)) |
(/.f64 (*.f64 (/.f64 x y) (sin.f64 y)) z) |
(/.f64 (*.f64 (/.f64 (sin.f64 y) z) x) y) |
(/.f64 (/.f64 (*.f64 (sin.f64 y) x) y) z) |
(/.f64 (/.f64 (*.f64 (sin.f64 y) x) z) y) |
| Outputs |
|---|
(*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
(/.f64 (*.f64 x (/.f64 (sin.f64 y) y)) z) |
6 calls:
| 9.0ms | z |
| 9.0ms | y |
| 8.0ms | x |
| 8.0ms | (*.f64 x (/.f64 (sin.f64 y) y)) |
| 6.0ms | (/.f64 (sin.f64 y) y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.7% | 2 | (/.f64 (sin.f64 y) y) |
| 98.7% | 2 | (*.f64 x (/.f64 (sin.f64 y) y)) |
| 98.7% | 2 | (/.f64 (*.f64 x (/.f64 (sin.f64 y) y)) z) |
| 99.6% | 2 | x |
| 97.1% | 1 | y |
| 99.7% | 2 | z |
Compiled 21 to 27 computations (-28.6% saved)
| Inputs |
|---|
(/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
(*.f64 #s(approx (/ (/ (sin y) z) y) #s(approx (pow (* z z) -1/2) (/.f64 #s(literal -1 binary64) z))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) x) |
(*.f64 x (/.f64 #s(approx (sin y) y) (*.f64 z y))) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (exp.f64 (*.f64 (log.f64 z) #s(literal -1 binary64)))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (*.f64 z z) #s(literal -1/2 binary64))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (pow.f64 z #s(literal -1/2 binary64)) #s(literal 2 binary64))) x) |
(*.f64 (/.f64 #s(approx (sin y) y) z) (/.f64 x y)) |
(*.f64 (/.f64 (/.f64 x y) z) #s(approx (sin y) y)) |
(*.f64 (/.f64 (/.f64 x z) y) #s(approx (sin y) y)) |
(*.f64 (/.f64 (/.f64 #s(approx (sin y) y) z) y) x) |
(/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 z y)) |
(/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) z) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) y) z) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) z) y) |
(*.f64 (sin.f64 y) (/.f64 x (*.f64 z y))) |
(*.f64 (/.f64 (/.f64 x y) z) (sin.f64 y)) |
(*.f64 (/.f64 (/.f64 (sin.f64 y) z) y) x) |
| Outputs |
|---|
(*.f64 (/.f64 (/.f64 x y) z) (sin.f64 y)) |
(/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
6 calls:
| 7.0ms | y |
| 7.0ms | x |
| 5.0ms | z |
| 5.0ms | (*.f64 x (/.f64 (sin.f64 y) y)) |
| 5.0ms | (/.f64 (sin.f64 y) y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.1% | 2 | y |
| 97.1% | 2 | (/.f64 (sin.f64 y) y) |
| 95.2% | 3 | (/.f64 (*.f64 x (/.f64 (sin.f64 y) y)) z) |
| 93.1% | 2 | (*.f64 x (/.f64 (sin.f64 y) y)) |
| 90.7% | 1 | x |
| 95.9% | 2 | z |
Compiled 21 to 27 computations (-28.6% saved)
| Inputs |
|---|
(/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
(*.f64 #s(approx (/ (/ (sin y) z) y) #s(approx (pow (* z z) -1/2) (/.f64 #s(literal -1 binary64) z))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) x) |
(*.f64 x (/.f64 #s(approx (sin y) y) (*.f64 z y))) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (exp.f64 (*.f64 (log.f64 z) #s(literal -1 binary64)))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (*.f64 z z) #s(literal -1/2 binary64))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (pow.f64 z #s(literal -1/2 binary64)) #s(literal 2 binary64))) x) |
(*.f64 (/.f64 #s(approx (sin y) y) z) (/.f64 x y)) |
(*.f64 (/.f64 (/.f64 x y) z) #s(approx (sin y) y)) |
(*.f64 (/.f64 (/.f64 x z) y) #s(approx (sin y) y)) |
(*.f64 (/.f64 (/.f64 #s(approx (sin y) y) z) y) x) |
(/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 z y)) |
(/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) z) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) y) z) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) z) y) |
(*.f64 (sin.f64 y) (/.f64 x (*.f64 z y))) |
| Outputs |
|---|
(*.f64 (sin.f64 y) (/.f64 x (*.f64 z y))) |
(/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
2 calls:
| 5.0ms | y |
| 4.0ms | (/.f64 (sin.f64 y) y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.8% | 2 | y |
| 96.8% | 2 | (/.f64 (sin.f64 y) y) |
Compiled 5 to 8 computations (-60% saved)
| Inputs |
|---|
(/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
(*.f64 #s(approx (/ (/ (sin y) z) y) #s(approx (pow (* z z) -1/2) (/.f64 #s(literal -1 binary64) z))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) x) |
(*.f64 x (/.f64 #s(approx (sin y) y) (*.f64 z y))) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (exp.f64 (*.f64 (log.f64 z) #s(literal -1 binary64)))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (*.f64 z z) #s(literal -1/2 binary64))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (pow.f64 z #s(literal -1/2 binary64)) #s(literal 2 binary64))) x) |
(*.f64 (/.f64 #s(approx (sin y) y) z) (/.f64 x y)) |
(*.f64 (/.f64 (/.f64 x y) z) #s(approx (sin y) y)) |
(*.f64 (/.f64 (/.f64 x z) y) #s(approx (sin y) y)) |
(*.f64 (/.f64 (/.f64 #s(approx (sin y) y) z) y) x) |
(/.f64 (*.f64 #s(approx (sin y) y) x) (*.f64 z y)) |
(/.f64 (*.f64 #s(approx (sin y) y) (/.f64 x y)) z) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) y) z) |
(/.f64 (/.f64 (*.f64 #s(approx (sin y) y) x) z) y) |
| Outputs |
|---|
(*.f64 (/.f64 (/.f64 x y) z) #s(approx (sin y) y)) |
(/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
6 calls:
| 5.0ms | y |
| 5.0ms | (*.f64 x (/.f64 (sin.f64 y) y)) |
| 4.0ms | z |
| 4.0ms | x |
| 4.0ms | (/.f64 (sin.f64 y) y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 63.1% | 2 | x |
| 67.2% | 2 | (*.f64 x (/.f64 (sin.f64 y) y)) |
| 67.6% | 2 | (/.f64 (*.f64 x (/.f64 (sin.f64 y) y)) z) |
| 64.6% | 2 | z |
| 67.6% | 2 | (/.f64 (sin.f64 y) y) |
| 67.6% | 2 | y |
Compiled 21 to 27 computations (-28.6% saved)
| Inputs |
|---|
(/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
(*.f64 #s(approx (/ (/ (sin y) z) y) #s(approx (pow (* z z) -1/2) (/.f64 #s(literal -1 binary64) z))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) x) |
(*.f64 x (/.f64 #s(approx (sin y) y) (*.f64 z y))) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (exp.f64 (*.f64 (log.f64 z) #s(literal -1 binary64)))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (*.f64 z z) #s(literal -1/2 binary64))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 (pow.f64 z #s(literal -1/2 binary64)) #s(literal 2 binary64))) x) |
(*.f64 (/.f64 #s(approx (sin y) y) z) (/.f64 x y)) |
| Outputs |
|---|
(*.f64 x (/.f64 #s(approx (sin y) y) (*.f64 z y))) |
(/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
5 calls:
| 4.0ms | z |
| 3.0ms | y |
| 2.0ms | (*.f64 x (/.f64 (sin.f64 y) y)) |
| 2.0ms | (/.f64 (sin.f64 y) y) |
| 2.0ms | (/.f64 (*.f64 x (/.f64 (sin.f64 y) y)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 63.1% | 2 | z |
| 60.8% | 2 | (*.f64 x (/.f64 (sin.f64 y) y)) |
| 63.2% | 2 | y |
| 63.2% | 2 | (/.f64 (sin.f64 y) y) |
| 63.2% | 2 | (/.f64 (*.f64 x (/.f64 (sin.f64 y) y)) z) |
Compiled 20 to 24 computations (-20% saved)
Total -28.5b remaining (-105.7%)
Threshold costs -28.5b (-105.7%)
| Inputs |
|---|
(/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
(*.f64 #s(approx (/ (/ (sin y) z) y) #s(approx (pow (* z z) -1/2) (/.f64 #s(literal -1 binary64) z))) x) |
(*.f64 #s(approx (/ (/ (sin y) z) y) (pow.f64 z #s(literal -1 binary64))) x) |
| Outputs |
|---|
(/.f64 #s(approx (* x (/ (sin y) y)) x) z) |
6 calls:
| 1.0ms | y |
| 1.0ms | z |
| 1.0ms | x |
| 1.0ms | (*.f64 x (/.f64 (sin.f64 y) y)) |
| 1.0ms | (/.f64 (*.f64 x (/.f64 (sin.f64 y) y)) z) |
| Accuracy | Segments | Branch |
|---|---|---|
| 57.9% | 1 | (*.f64 x (/.f64 (sin.f64 y) y)) |
| 57.9% | 1 | z |
| 57.9% | 1 | x |
| 57.9% | 1 | (/.f64 (*.f64 x (/.f64 (sin.f64 y) y)) z) |
| 57.9% | 1 | (/.f64 (sin.f64 y) y) |
| 57.9% | 1 | y |
Compiled 21 to 27 computations (-28.6% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 8.0ms | 4.718146327096642e-69 | 1.1794582068192662e-68 |
| 5.0ms | 80× | 0 | valid |
Compiled 91 to 93 computations (-2.2% saved)
ival-sin: 2.0ms (63.4% of total)ival-div!: 1.0ms (31.7% of total)adjust: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 9.730016586641125e-6 | 1.0 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 9.730016586641125e-6 | 1.0 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 0.0 | 4.130022285505143e-306 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 7.729573808287809e-85 | 9.345244217658202e-85 |
Compiled 11 to 13 computations (-18.2% saved)
| 1× | fuel |
Compiled 138 to 38 computations (72.5% saved)
(negabs z)
(negabs x)
(abs y)
Compiled 1 284 to 726 computations (43.5% saved)
Loading profile data...