
Time bar (total: 2.9s)
| 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% | 50% | 0.1% | 0% | 50% | 0% | 2 |
| 0% | 0% | 50% | 0.1% | 0% | 50% | 0% | 3 |
| 50% | 25% | 25% | 0.1% | 0% | 50% | 0% | 4 |
| 50% | 25% | 25% | 0.1% | 0% | 50% | 0% | 5 |
| 66.7% | 25% | 12.5% | 0.1% | 0% | 62.4% | 0% | 6 |
| 66.7% | 25% | 12.5% | 0.1% | 0% | 62.4% | 0% | 7 |
| 80% | 25% | 6.2% | 0.1% | 0% | 68.7% | 0% | 8 |
| 80% | 25% | 6.2% | 0.1% | 0% | 68.7% | 0% | 9 |
| 88.9% | 25% | 3.1% | 0.1% | 0% | 71.8% | 0% | 10 |
| 88.9% | 25% | 3.1% | 0.1% | 0% | 71.8% | 0% | 11 |
| 94.1% | 25% | 1.6% | 0.1% | 0% | 73.4% | 0% | 12 |
Compiled 22 to 15 computations (31.8% saved)
| 598.0ms | 8 255× | 0 | valid |
| 31.0ms | 505× | 0 | invalid |
| 0.0ms | 1× | 1 | valid |
ival-div!: 128.0ms (32.8% of total)ival-mult!: 123.0ms (31.5% of total)ival-sqrt: 90.0ms (23.1% of total)ival-sub!: 27.0ms (6.9% of total)ival-add!: 20.0ms (5.1% of total)adjust: 2.0ms (0.5% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 1 | 0 | - | 0 | - | (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))))) |
| 0 | 0 | - | 0 | - | (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand)) |
| 0 | 0 | - | 0 | - | (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) |
| 0 | 0 | - | 0 | - | a |
| 0 | 0 | - | 0 | - | rand |
| 0 | 0 | - | 0 | - | #s(literal 3 binary64) |
| 0 | 0 | - | 0 | - | #s(literal 1 binary64) |
| 0 | 0 | - | 0 | - | #s(literal 9 binary64) |
| 0 | 0 | - | 0 | - | (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))) |
| 0 | 0 | - | 0 | - | (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand) |
| 0 | 0 | - | 0 | - | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 0 | 0 | - | 0 | - | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
sqrt.f64 | (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))))) | oflow-rescue | 1 | 0 |
| ↳ | (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))) | overflow | 1 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 0 | 0 |
| - | 1 | 255 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 0 | 0 | 0 |
| - | 1 | 0 | 255 |
| number | freq |
|---|---|
| 0 | 255 |
| 1 | 1 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 0 | 0 | 0 |
| - | 1 | 0 | 0 |
| 66.0ms | 484× | 0 | valid |
| 3.0ms | 18× | 1 | valid |
| 1.0ms | 4× | 5 | exit |
| 1.0ms | 6× | 2 | valid |
Compiled 192 to 43 computations (77.6% saved)
ival-mult!: 25.0ms (66.4% of total)ival-sqrt: 5.0ms (13.3% of total)ival-div!: 3.0ms (8% of total)ival-sub!: 2.0ms (5.3% of total)adjust: 1.0ms (2.7% of total)ival-add!: 1.0ms (2.7% of total)Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 35 | 104 |
| 1 | 101 | 90 |
| 2 | 303 | 88 |
| 3 | 878 | 88 |
| 4 | 3634 | 88 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.9% | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
Compiled 40 to 26 computations (35% saved)
| Inputs |
|---|
(*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
(-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
a |
(/.f64 #s(literal 1 binary64) #s(literal 3 binary64)) |
#s(literal 1 binary64) |
#s(literal 3 binary64) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) |
(sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))))) |
(*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))) |
#s(literal 9 binary64) |
rand |
| Outputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))))) |
#s(approx (- a (/ 1 3)) #s(hole binary64 -1/3)) |
#s(approx (- a (/ 1 3)) #s(hole binary64 (- a 1/3))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (* 1/3 (* rand (sqrt -3))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (* 1/3 (sqrt -3)))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* -3/2 (/ a (sqrt -3))) (* 1/3 (sqrt -3))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* 1/3 (sqrt -3)) (* a (- (* -1/6 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 3/2 (/ 1 (sqrt -3)))))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* 1/3 (sqrt -3)) (* a (- (* a (+ (* -1/6 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))) (* -1/6 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (sqrt -3))))) (* 3/2 (/ 1 (sqrt -3)))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* 3 (sqrt -1/3)))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (+ (* 3/2 (/ a (sqrt -1/3))) (* 3 (sqrt -1/3))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (+ (* 3 (sqrt -1/3)) (* a (+ (* -3/8 (/ a (pow (sqrt -1/3) 3))) (* 3/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (+ (* 3 (sqrt -1/3)) (* a (+ (* a (- (* 3/16 (/ a (pow (sqrt -1/3) 5))) (* 3/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 3/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (* 9 (- a (/ 1 3))) #s(hole binary64 -3)) |
#s(approx (* 9 (- a (/ 1 3))) #s(hole binary64 (- (* 9 a) 3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))))) |
#s(approx (- a (/ 1 3)) #s(hole binary64 a)) |
#s(approx (- a (/ 1 3)) #s(hole binary64 (* a (- 1 (* 1/3 (/ 1 a)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (* 1/3 (sqrt (/ 1 a))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* 1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a)))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* 1/54 (sqrt (/ 1 (pow a 5)))) (+ (* 1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a))))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* 1/54 (sqrt (/ 1 (pow a 5)))) (+ (* 1/18 (sqrt (/ 1 (pow a 3)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (- 1/27 (* 1/36 a)))) (* 1/3 (sqrt (/ 1 a)))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* 3 (sqrt a)))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (* 3 (sqrt (/ 1 a))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (* 3 (sqrt (/ 1 a)))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (+ (* -1/144 (sqrt (/ 1 (pow a 7)))) (* 3 (sqrt (/ 1 a))))))))) |
#s(approx (* 9 (- a (/ 1 3))) #s(hole binary64 (* 9 a))) |
#s(approx (* 9 (- a (/ 1 3))) #s(hole binary64 (* a (- 9 (* 3 (/ 1 a)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))))) |
#s(approx (- a (/ 1 3)) #s(hole binary64 (* -1 (* a (- (* 1/3 (/ 1 a)) 1))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (sqrt -1) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9)))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (sqrt -1) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (sqrt -1) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9))))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (sqrt -1) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* (sqrt -1) (+ 1/27 (* -1/36 a))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (sqrt -1) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1))))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))))) |
#s(approx (* 9 (- a (/ 1 3))) #s(hole binary64 (* -1 (* a (- (* 3 (/ 1 a)) 9))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- a 1/3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 1)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx rand #s(hole binary64 rand)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 46.0ms | a | @ | inf | ((* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- a (/ 1 3)) a (/ 1 3) 1 3 (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (sqrt (* 9 (- a (/ 1 3)))) (* 9 (- a (/ 1 3))) 9 rand) |
| 5.0ms | a | @ | -inf | ((* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- a (/ 1 3)) a (/ 1 3) 1 3 (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (sqrt (* 9 (- a (/ 1 3)))) (* 9 (- a (/ 1 3))) 9 rand) |
| 3.0ms | a | @ | 0 | ((* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- a (/ 1 3)) a (/ 1 3) 1 3 (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (sqrt (* 9 (- a (/ 1 3)))) (* 9 (- a (/ 1 3))) 9 rand) |
| 2.0ms | rand | @ | 0 | ((* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- a (/ 1 3)) a (/ 1 3) 1 3 (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (sqrt (* 9 (- a (/ 1 3)))) (* 9 (- a (/ 1 3))) 9 rand) |
| 1.0ms | rand | @ | -inf | ((* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- a (/ 1 3)) a (/ 1 3) 1 3 (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (sqrt (* 9 (- a (/ 1 3)))) (* 9 (- a (/ 1 3))) 9 rand) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 454 | 3076 |
| 0 | 468 | 2587 |
| 0 | 2715 | 2432 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
(-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
a |
(/.f64 #s(literal 1 binary64) #s(literal 3 binary64)) |
#s(literal 1 binary64) |
#s(literal 3 binary64) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) |
(sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))))) |
(*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))) |
#s(literal 9 binary64) |
rand |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))))) |
#s(approx (- a (/ 1 3)) #s(hole binary64 -1/3)) |
#s(approx (- a (/ 1 3)) #s(hole binary64 (- a 1/3))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (* 1/3 (* rand (sqrt -3))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (* 1/3 (sqrt -3)))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* -3/2 (/ a (sqrt -3))) (* 1/3 (sqrt -3))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* 1/3 (sqrt -3)) (* a (- (* -1/6 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 3/2 (/ 1 (sqrt -3)))))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* 1/3 (sqrt -3)) (* a (- (* a (+ (* -1/6 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))) (* -1/6 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (sqrt -3))))) (* 3/2 (/ 1 (sqrt -3)))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* 3 (sqrt -1/3)))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (+ (* 3/2 (/ a (sqrt -1/3))) (* 3 (sqrt -1/3))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (+ (* 3 (sqrt -1/3)) (* a (+ (* -3/8 (/ a (pow (sqrt -1/3) 3))) (* 3/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (+ (* 3 (sqrt -1/3)) (* a (+ (* a (- (* 3/16 (/ a (pow (sqrt -1/3) 5))) (* 3/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 3/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (* 9 (- a (/ 1 3))) #s(hole binary64 -3)) |
#s(approx (* 9 (- a (/ 1 3))) #s(hole binary64 (- (* 9 a) 3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))))) |
#s(approx (- a (/ 1 3)) #s(hole binary64 a)) |
#s(approx (- a (/ 1 3)) #s(hole binary64 (* a (- 1 (* 1/3 (/ 1 a)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (* 1/3 (sqrt (/ 1 a))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* 1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a)))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* 1/54 (sqrt (/ 1 (pow a 5)))) (+ (* 1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a))))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* 1/54 (sqrt (/ 1 (pow a 5)))) (+ (* 1/18 (sqrt (/ 1 (pow a 3)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (- 1/27 (* 1/36 a)))) (* 1/3 (sqrt (/ 1 a)))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* 3 (sqrt a)))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (* 3 (sqrt (/ 1 a))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (* 3 (sqrt (/ 1 a)))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (+ (* -1/144 (sqrt (/ 1 (pow a 7)))) (* 3 (sqrt (/ 1 a))))))))) |
#s(approx (* 9 (- a (/ 1 3))) #s(hole binary64 (* 9 a))) |
#s(approx (* 9 (- a (/ 1 3))) #s(hole binary64 (* a (- 9 (* 3 (/ 1 a)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))))) |
#s(approx (- a (/ 1 3)) #s(hole binary64 (* -1 (* a (- (* 1/3 (/ 1 a)) 1))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (sqrt -1) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9)))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (sqrt -1) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (sqrt -1) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9))))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (sqrt -1) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* (sqrt -1) (+ 1/27 (* -1/36 a))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (sqrt -1) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1))))))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))))) |
#s(approx (* 9 (- a (/ 1 3))) #s(hole binary64 (* -1 (* a (- (* 3 (/ 1 a)) 9))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- a 1/3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 1)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx rand #s(hole binary64 rand)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))))) |
| Outputs |
|---|
(*.f64 (fma.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand #s(literal 1 binary64)) (-.f64 a #s(literal 1/3 binary64))) |
(*.f64 (-.f64 a #s(literal 1/3 binary64)) (fma.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand #s(literal 1 binary64))) |
(fma.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64) (*.f64 (-.f64 a #s(literal 1/3 binary64)) (*.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand))) |
(fma.f64 #s(literal 1 binary64) (-.f64 a #s(literal 1/3 binary64)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand) (-.f64 a #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 #s(literal 1 binary64) (-.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand) (-.f64 a #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 a #s(literal 1/3 binary64)) (*.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand))) |
(/.f64 (-.f64 (*.f64 a a) #s(literal 1/9 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal 1/27 binary64)) (fma.f64 a a (+.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))) |
(-.f64 a #s(literal 1/3 binary64)) |
a |
#s(literal 1/3 binary64) |
#s(literal 1 binary64) |
#s(literal 3 binary64) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand) (*.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand))) (-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand) (*.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand)) (*.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand))))) |
(fma.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand #s(literal 1 binary64)) |
(fma.f64 rand (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64))) rand)) |
(+.f64 (*.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand)) |
(*.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand) |
(*.f64 rand (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) rand) (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) |
(pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) |
(pow.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) |
(*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)) |
(*.f64 #s(literal 9 binary64) (-.f64 a #s(literal 1/3 binary64))) |
#s(literal 9 binary64) |
rand |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (+.f64 (fma.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (+.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) (fma.f64 (fma.f64 (*.f64 rand (/.f64 #s(literal 81/4 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/18 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (+.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) (fma.f64 (fma.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) (fma.f64 (fma.f64 (*.f64 rand (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/18 binary64) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 #s(literal 81/4 binary64) rand)) (sqrt.f64 #s(literal -3 binary64)))) a (/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 #s(literal 81/4 binary64) rand)) (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (- a (/ 1 3)) #s(literal -1/3 binary64)) |
#s(approx (- a (/ 1 3)) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx a a) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (*.f64 a (/.f64 rand (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 rand a) #s(literal 81/4 binary64)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/6 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (fma.f64 a (*.f64 rand (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 rand (/.f64 #s(literal 81/4 binary64) (sqrt.f64 #s(literal -3 binary64)))))) a (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (fma.f64 (*.f64 a (/.f64 rand (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 rand a) #s(literal 81/4 binary64)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/6 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (fma.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (fma.f64 a (*.f64 rand (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 rand (/.f64 #s(literal 81/4 binary64) (sqrt.f64 #s(literal -3 binary64)))))) a (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (fma.f64 (/.f64 a (sqrt.f64 #s(literal -3 binary64))) #s(literal -3/2 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64)))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 #s(literal 81/4 binary64) a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 #s(literal 3/2 binary64) (sqrt.f64 #s(literal -3 binary64)))) a (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64)))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 a (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/6 binary64) (/.f64 #s(literal -27/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) a) (/.f64 #s(literal 3/2 binary64) (sqrt.f64 #s(literal -3 binary64)))) a (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64)))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 3 binary64))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) (fma.f64 (/.f64 a (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 3/2 binary64) (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 3 binary64)))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) (fma.f64 (fma.f64 (/.f64 a (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64))) #s(literal -3/8 binary64) (/.f64 #s(literal 3/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) a (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 3 binary64)))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) (fma.f64 (fma.f64 (fma.f64 (/.f64 a (pow.f64 #s(literal -1/3 binary64) #s(literal 5/2 binary64))) #s(literal 3/16 binary64) (*.f64 #s(literal -3/8 binary64) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal -3 binary64)))) a (/.f64 #s(literal 3/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) a (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 3 binary64)))) |
#s(approx (* 9 (- a (/ 1 3))) #s(literal -3 binary64)) |
#s(approx (* 9 (- a (/ 1 3))) (-.f64 (*.f64 #s(literal 9 binary64) a) #s(literal 3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64)))) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) #s(literal -1/54 binary64) (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64)))))) #s(literal 1 binary64)) a)) |
#s(approx (- a (/ 1 3)) a) |
#s(approx (- a (/ 1 3)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) a)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64)))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64)) rand) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/6 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64))))) #s(literal 1 binary64))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64)) rand) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/6 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64)))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64)))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (fma.f64 #s(literal 1/54 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (fma.f64 #s(literal 1/54 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 1/18 binary64) (fma.f64 (*.f64 (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64)) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/6 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64)))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) (*.f64 (sqrt.f64 a) #s(literal 3 binary64))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) (*.f64 (fma.f64 #s(literal -1/2 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 3 binary64))) a)) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) (*.f64 (fma.f64 #s(literal -1/2 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) (fma.f64 #s(literal -1/24 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 3 binary64)))) a)) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) (*.f64 (fma.f64 #s(literal -1/2 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) (fma.f64 #s(literal -1/24 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) (fma.f64 #s(literal -1/144 binary64) (sqrt.f64 (pow.f64 a #s(literal -7 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 3 binary64))))) a)) |
#s(approx (* 9 (- a (/ 1 3))) (*.f64 #s(literal 9 binary64) a)) |
#s(approx (* 9 (- a (/ 1 3))) (*.f64 (-.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) a)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) a) #s(literal 1/3 binary64) (neg.f64 (fma.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)))) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) #s(literal -1/6 binary64) (*.f64 (fma.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) #s(literal -1/3 binary64))) a) #s(literal -1 binary64) (neg.f64 (fma.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)))) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) #s(literal -1/3 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/18 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) (*.f64 rand #s(literal 1/3 binary64)) (fma.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)) (*.f64 (*.f64 #s(literal 1/18 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) (*.f64 rand #s(literal 1/3 binary64))))) a))) a) #s(literal -1 binary64) (neg.f64 (fma.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)))) a))) |
#s(approx (- a (/ 1 3)) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64)) a))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (fma.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) (*.f64 rand #s(literal 1/3 binary64)) (*.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) (*.f64 rand #s(literal 1/3 binary64)) (fma.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) (*.f64 rand #s(literal 1/3 binary64)) (*.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (*.f64 #s(literal 1/18 binary64) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) (*.f64 rand #s(literal 1/3 binary64)) (*.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))))) #s(literal 1 binary64))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (*.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (fma.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) (*.f64 rand #s(literal 1/3 binary64)) (*.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (fma.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) (*.f64 rand #s(literal 1/3 binary64)) (fma.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) (*.f64 rand #s(literal 1/3 binary64)) (*.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)))))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (*.f64 #s(literal 1/18 binary64) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) (*.f64 rand #s(literal 1/3 binary64)) (*.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 1/3 binary64)) #s(literal -1/6 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64)))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 1/3 binary64)) #s(literal -1/6 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) #s(literal 1/3 binary64)) #s(literal -1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))))) |
#s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (fma.f64 (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64))) (sqrt.f64 #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) #s(literal 1/18 binary64))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 1/3 binary64)) #s(literal -1/6 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) (neg.f64 (*.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 3 binary64)) #s(literal 1/6 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 3 binary64))) a))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) #s(literal 3 binary64)) #s(literal -1/72 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 3 binary64)) #s(literal 1/6 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 3 binary64)))) a))) |
#s(approx (sqrt (* 9 (- a (/ 1 3)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) #s(literal 3 binary64)) #s(literal -1/72 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -7 binary64))) #s(literal 3 binary64)) #s(literal 1/432 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 3 binary64)) #s(literal 1/6 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 3 binary64))))) a))) |
#s(approx (* 9 (- a (/ 1 3))) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 9 binary64)) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) a) #s(literal 1/3 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(literal 1 binary64)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) #s(literal 1 binary64))) |
#s(approx (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))))) |
#s(approx rand rand) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64) (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand)) rand)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) #s(literal 1/3 binary64) (pow.f64 rand #s(literal -1 binary64))) rand)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1/3 binary64) (neg.f64 (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand))) rand))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (neg.f64 (*.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) #s(literal -1/3 binary64)) (pow.f64 rand #s(literal -1 binary64))) rand))) |
Compiled 4 240 to 666 computations (84.3% saved)
12 alts after pruning (12 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 118 | 12 | 130 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 119 | 12 | 131 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.9% | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) rand) (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))))) |
| 98.8% | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) #s(approx (- a (/ 1 3)) a)))) rand))) | |
| 99.3% | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (* 9 (- a (/ 1 3)))) (*.f64 (fma.f64 #s(literal -1/2 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 3 binary64))) a))) rand))) | |
| 98.7% | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) rand))) | |
| ▶ | 40.1% | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) #s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))))) |
| ▶ | 99.8% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) a) #s(literal 1/3 binary64))) |
| ▶ | 60.3% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
| ▶ | 97.2% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
| 97.2% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) a)) | |
| 79.7% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64) (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand)) rand)) | |
| 99.3% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64)))) #s(literal 1 binary64)) a)) | |
| 40.1% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))) |
Compiled 740 to 510 computations (31.1% saved)
| Inputs |
|---|
(*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) rand) (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))))) |
(-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
a |
(/.f64 #s(literal 1 binary64) #s(literal 3 binary64)) |
#s(literal 1 binary64) |
#s(literal 3 binary64) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) rand) (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) rand) (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) |
(*.f64 #s(literal 1 binary64) rand) |
rand |
(sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) |
(*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)) |
(-.f64 a #s(literal 1/3 binary64)) |
#s(literal 1/3 binary64) |
#s(literal 9 binary64) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) a) #s(literal 1/3 binary64))) |
(-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) a) #s(literal 1/3 binary64)) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) a) |
(*.f64 #s(literal 1/3 binary64) rand) |
(sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
(*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) |
(fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 a)) |
(sqrt.f64 a) |
(*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) #s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) rand) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) |
| Outputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))))) |
#s(approx (- a (/ 1 3)) #s(hole binary64 -1/3)) |
#s(approx (- a (/ 1 3)) #s(hole binary64 (- a 1/3))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* 1/3 (* rand (sqrt -3))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* 3 (sqrt -1/3)))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (+ (* 3/2 (/ a (sqrt -1/3))) (* 3 (sqrt -1/3))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (+ (* 3 (sqrt -1/3)) (* a (+ (* -3/8 (/ a (pow (sqrt -1/3) 3))) (* 3/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (+ (* 3 (sqrt -1/3)) (* a (+ (* a (- (* 3/16 (/ a (pow (sqrt -1/3) 5))) (* 3/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 3/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 -3)) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (- (* 9 a) 3))) |
#s(approx (- a 1/3) #s(hole binary64 -1/3)) |
#s(approx (- a 1/3) #s(hole binary64 (- a 1/3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (* 1/3 (* rand (sqrt -1/3))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))) 1/3))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* 1/3 (* rand (sqrt -1/3))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (sqrt -1/3))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3)))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (+ a (* 1/3 (* (sqrt a) rand))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (/ (+ a (* 1/3 (* (sqrt a) rand))) a))) |
#s(approx (* (/ 1 (sqrt a)) rand) #s(hole binary64 (* (sqrt (/ 1 a)) rand))) |
#s(approx (/ 1 (sqrt a)) #s(hole binary64 (sqrt (/ 1 a)))) |
#s(approx (sqrt a) #s(hole binary64 (sqrt a))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (* 1/3 (* rand (sqrt -3))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (sqrt -3))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt -3) (* -9/2 (/ a (sqrt -3)))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt -3) (* a (- (* -1/2 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 9/2 (/ 1 (sqrt -3)))))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt -3) (* a (- (* a (+ (* -1/2 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))) (* -1/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (sqrt -3))))) (* 9/2 (/ 1 (sqrt -3)))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))))) |
#s(approx (- a (/ 1 3)) #s(hole binary64 a)) |
#s(approx (- a (/ 1 3)) #s(hole binary64 (* a (- 1 (* 1/3 (/ 1 a)))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* 3 (sqrt a)))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (* 3 (sqrt (/ 1 a))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (* 3 (sqrt (/ 1 a)))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (+ (* -1/144 (sqrt (/ 1 (pow a 7)))) (* 3 (sqrt (/ 1 a))))))))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (* 9 a))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (* a (- 9 (* 3 (/ 1 a)))))) |
#s(approx (- a 1/3) #s(hole binary64 a)) |
#s(approx (- a 1/3) #s(hole binary64 (* a (- 1 (* 1/3 (/ 1 a)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (- (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) (* 1/3 (/ 1 a)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ 1 a)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) (* 1/3 (/ 1 a)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (sqrt a))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5))))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7)))))))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (sqrt (/ 1 a)))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt (/ 1 a)) (* 1/6 (sqrt (/ 1 (pow a 3))))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (* 1/6 (sqrt (/ 1 (pow a 3)))))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* 1/2 (* (sqrt (/ 1 (pow a 7))) (- 1/27 (* 1/36 a))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))))) |
#s(approx (- a (/ 1 3)) #s(hole binary64 (* -1 (* a (- (* 1/3 (/ 1 a)) 1))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1))))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (* -1 (* a (- (* 3 (/ 1 a)) 9))))) |
#s(approx (- a 1/3) #s(hole binary64 (* -1 (* a (- (* 1/3 (/ 1 a)) 1))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (+ (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/3 (/ 1 a))) 1))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (- (* -1 (/ (+ (* -1/216 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/18 (* (sqrt a) (* rand (pow (sqrt -1) 2))))) a)) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))) 1))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* (sqrt a) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))))) |
#s(approx (sqrt a) #s(hole binary64 (* -1 (* (sqrt a) (pow (sqrt -1) 2))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/54 (* (sqrt a) rand)) (* 1/6 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3))))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/18 (sqrt (/ 1 (pow a 5)))))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt (/ 1 a)) (+ (* -1 (/ (+ (* 1/18 (sqrt a)) (* 1/2 (* (sqrt (/ 1 a)) (+ 1/27 (* -1/36 a))))) (pow a 3))) (* -1/6 (sqrt (/ 1 (pow a 3)))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (- a 1/3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 1)) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx (* 1 rand) #s(hole binary64 rand)) |
#s(approx rand #s(hole binary64 rand)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- a 1/3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- a 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 a)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ a (* 1/3 (* rand (sqrt (- a 1/3))))))) |
#s(approx (* 1/3 rand) #s(hole binary64 (* 1/3 rand))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 a)) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 1)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 1)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* rand (+ (* 1/3 (sqrt a)) (/ a rand))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (* -1 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 9.0ms | a | @ | -inf | ((* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) (- a (/ 1 3)) a (/ 1 3) 1 3 (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (* 1 rand) rand (sqrt (* (- a 1/3) 9)) (* (- a 1/3) 9) (- a 1/3) 1/3 9 (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (* 1/3 rand) (sqrt (- a 1/3)) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (* (/ 1 (sqrt a)) rand) (/ 1 (sqrt a)) (sqrt a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (/ 1 (sqrt (- a 1/3)))) |
| 7.0ms | a | @ | inf | ((* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) (- a (/ 1 3)) a (/ 1 3) 1 3 (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (* 1 rand) rand (sqrt (* (- a 1/3) 9)) (* (- a 1/3) 9) (- a 1/3) 1/3 9 (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (* 1/3 rand) (sqrt (- a 1/3)) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (* (/ 1 (sqrt a)) rand) (/ 1 (sqrt a)) (sqrt a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (/ 1 (sqrt (- a 1/3)))) |
| 3.0ms | a | @ | 0 | ((* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) (- a (/ 1 3)) a (/ 1 3) 1 3 (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (* 1 rand) rand (sqrt (* (- a 1/3) 9)) (* (- a 1/3) 9) (- a 1/3) 1/3 9 (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (* 1/3 rand) (sqrt (- a 1/3)) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (* (/ 1 (sqrt a)) rand) (/ 1 (sqrt a)) (sqrt a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (/ 1 (sqrt (- a 1/3)))) |
| 3.0ms | rand | @ | -inf | ((* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) (- a (/ 1 3)) a (/ 1 3) 1 3 (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (* 1 rand) rand (sqrt (* (- a 1/3) 9)) (* (- a 1/3) 9) (- a 1/3) 1/3 9 (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (* 1/3 rand) (sqrt (- a 1/3)) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (* (/ 1 (sqrt a)) rand) (/ 1 (sqrt a)) (sqrt a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (/ 1 (sqrt (- a 1/3)))) |
| 3.0ms | rand | @ | 0 | ((* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) (- a (/ 1 3)) a (/ 1 3) 1 3 (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (* 1 rand) rand (sqrt (* (- a 1/3) 9)) (* (- a 1/3) 9) (- a 1/3) 1/3 9 (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (* 1/3 rand) (sqrt (- a 1/3)) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (* (/ 1 (sqrt a)) rand) (/ 1 (sqrt a)) (sqrt a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (/ 1 (sqrt (- a 1/3)))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 776 | 7037 |
| 0 | 817 | 5973 |
| 0 | 4344 | 5727 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) rand) (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))))) |
(-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
a |
(/.f64 #s(literal 1 binary64) #s(literal 3 binary64)) |
#s(literal 1 binary64) |
#s(literal 3 binary64) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) rand) (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) rand) (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) |
(*.f64 #s(literal 1 binary64) rand) |
rand |
(sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) |
(*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)) |
(-.f64 a #s(literal 1/3 binary64)) |
#s(literal 1/3 binary64) |
#s(literal 9 binary64) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) a) #s(literal 1/3 binary64))) |
(-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) a) #s(literal 1/3 binary64)) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) a) |
(*.f64 #s(literal 1/3 binary64) rand) |
(sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
(*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) |
(fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 a)) |
(sqrt.f64 a) |
(*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) #s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) rand) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))))) |
#s(approx (- a (/ 1 3)) #s(hole binary64 -1/3)) |
#s(approx (- a (/ 1 3)) #s(hole binary64 (- a 1/3))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* 1/3 (* rand (sqrt -3))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* 3 (sqrt -1/3)))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (+ (* 3/2 (/ a (sqrt -1/3))) (* 3 (sqrt -1/3))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (+ (* 3 (sqrt -1/3)) (* a (+ (* -3/8 (/ a (pow (sqrt -1/3) 3))) (* 3/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (+ (* 3 (sqrt -1/3)) (* a (+ (* a (- (* 3/16 (/ a (pow (sqrt -1/3) 5))) (* 3/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 3/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 -3)) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (- (* 9 a) 3))) |
#s(approx (- a 1/3) #s(hole binary64 -1/3)) |
#s(approx (- a 1/3) #s(hole binary64 (- a 1/3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (* 1/3 (* rand (sqrt -1/3))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))) 1/3))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* 1/3 (* rand (sqrt -1/3))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (sqrt -1/3))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3)))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (+ a (* 1/3 (* (sqrt a) rand))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (/ (+ a (* 1/3 (* (sqrt a) rand))) a))) |
#s(approx (* (/ 1 (sqrt a)) rand) #s(hole binary64 (* (sqrt (/ 1 a)) rand))) |
#s(approx (/ 1 (sqrt a)) #s(hole binary64 (sqrt (/ 1 a)))) |
#s(approx (sqrt a) #s(hole binary64 (sqrt a))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (* 1/3 (* rand (sqrt -3))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (sqrt -3))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt -3) (* -9/2 (/ a (sqrt -3)))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt -3) (* a (- (* -1/2 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 9/2 (/ 1 (sqrt -3)))))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt -3) (* a (- (* a (+ (* -1/2 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))) (* -1/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (sqrt -3))))) (* 9/2 (/ 1 (sqrt -3)))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))))) |
#s(approx (- a (/ 1 3)) #s(hole binary64 a)) |
#s(approx (- a (/ 1 3)) #s(hole binary64 (* a (- 1 (* 1/3 (/ 1 a)))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* 3 (sqrt a)))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (* 3 (sqrt (/ 1 a))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (* 3 (sqrt (/ 1 a)))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (+ (* -1/144 (sqrt (/ 1 (pow a 7)))) (* 3 (sqrt (/ 1 a))))))))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (* 9 a))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (* a (- 9 (* 3 (/ 1 a)))))) |
#s(approx (- a 1/3) #s(hole binary64 a)) |
#s(approx (- a 1/3) #s(hole binary64 (* a (- 1 (* 1/3 (/ 1 a)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (- (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) (* 1/3 (/ 1 a)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ 1 a)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) (* 1/3 (/ 1 a)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (sqrt a))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5))))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7)))))))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (sqrt (/ 1 a)))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt (/ 1 a)) (* 1/6 (sqrt (/ 1 (pow a 3))))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (* 1/6 (sqrt (/ 1 (pow a 3)))))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* 1/2 (* (sqrt (/ 1 (pow a 7))) (- 1/27 (* 1/36 a))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))))) |
#s(approx (- a (/ 1 3)) #s(hole binary64 (* -1 (* a (- (* 1/3 (/ 1 a)) 1))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1))))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (* -1 (* a (- (* 3 (/ 1 a)) 9))))) |
#s(approx (- a 1/3) #s(hole binary64 (* -1 (* a (- (* 1/3 (/ 1 a)) 1))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (+ (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/3 (/ 1 a))) 1))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (- (* -1 (/ (+ (* -1/216 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/18 (* (sqrt a) (* rand (pow (sqrt -1) 2))))) a)) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))) 1))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* (sqrt a) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))))) |
#s(approx (sqrt a) #s(hole binary64 (* -1 (* (sqrt a) (pow (sqrt -1) 2))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/54 (* (sqrt a) rand)) (* 1/6 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3))))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/18 (sqrt (/ 1 (pow a 5)))))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) #s(hole binary64 (+ (sqrt (/ 1 a)) (+ (* -1 (/ (+ (* 1/18 (sqrt a)) (* 1/2 (* (sqrt (/ 1 a)) (+ 1/27 (* -1/36 a))))) (pow a 3))) (* -1/6 (sqrt (/ 1 (pow a 3)))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (- a 1/3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 1)) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx (* 1 rand) #s(hole binary64 rand)) |
#s(approx rand #s(hole binary64 rand)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- a 1/3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- a 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 a)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ a (* 1/3 (* rand (sqrt (- a 1/3))))))) |
#s(approx (* 1/3 rand) #s(hole binary64 (* 1/3 rand))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 a)) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 1)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 1)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* rand (+ (* 1/3 (sqrt a)) (/ a rand))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9))))) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (+ 1 (/ (* 1 rand) (sqrt (* (- a 1/3) 9)))) #s(hole binary64 (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (* -1 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand)))))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(hole binary64 (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))))) |
| Outputs |
|---|
(*.f64 (+.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64)) (-.f64 a #s(literal 1/3 binary64))) |
(*.f64 (-.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64) (*.f64 (-.f64 a #s(literal 1/3 binary64)) (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (-.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) (-.f64 a #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 #s(literal 1 binary64) (-.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) (-.f64 a #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 a #s(literal 1/3 binary64)) (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))))) |
(/.f64 (-.f64 (*.f64 a a) #s(literal 1/9 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal 1/27 binary64)) (fma.f64 a a (+.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))) |
(-.f64 a #s(literal 1/3 binary64)) |
a |
#s(literal 1/3 binary64) |
#s(literal 1 binary64) |
#s(literal 3 binary64) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))))) (-.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))))) (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))))))) |
(fma.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand #s(literal 1 binary64)) |
(fma.f64 rand (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64))) rand)) |
(+.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))))) |
(*.f64 (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) rand) |
(*.f64 rand (pow.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))))) |
(/.f64 (neg.f64 rand) (neg.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))))) |
(/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) |
rand |
rand |
(*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) |
(pow.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) |
(*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)) |
(*.f64 #s(literal 9 binary64) (-.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 a a) #s(literal 1/9 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal 1/27 binary64)) (fma.f64 a a (+.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))) |
(-.f64 a #s(literal 1/3 binary64)) |
#s(literal 1/3 binary64) |
#s(literal 9 binary64) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) rand) (-.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) rand) a) (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) rand) a)) #s(literal 1/9 binary64)) (+.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) rand) a) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) rand) a) #s(literal 3 binary64)) #s(literal 1/27 binary64)) (fma.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) rand) a) (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) rand) a) (+.f64 #s(literal 1/9 binary64) (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) rand) a) #s(literal 1/3 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64) (-.f64 a #s(literal 1/3 binary64))) |
(fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) rand) (-.f64 a #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (-.f64 a #s(literal 1/3 binary64))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) (-.f64 a #s(literal 1/3 binary64))) |
(-.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) rand) a) #s(literal 1/3 binary64)) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)) (-.f64 a #s(literal 1/3 binary64))) |
(+.f64 a (-.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) (*.f64 a a)) (-.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)))) (-.f64 a (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 a #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)) (-.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)) a)))) |
(/.f64 (+.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (fma.f64 a a (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) (*.f64 a (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64) a) |
(fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) rand) a) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) a) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) a) |
(-.f64 a (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)) a) |
(+.f64 a (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) |
(*.f64 #s(literal 1/3 binary64) rand) |
(*.f64 rand #s(literal 1/3 binary64)) |
(pow.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64)) |
(sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
(*.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) |
(*.f64 a (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) a (*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) a)) |
(fma.f64 a #s(literal 1 binary64) (*.f64 a (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) a)) |
(+.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 a (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) (-.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) #s(literal 1 binary64))))) |
(fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand #s(literal 1 binary64)) |
(fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) (*.f64 #s(literal 1/3 binary64) rand) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 rand (sqrt.f64 a)) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (/.f64 rand (sqrt.f64 a)))) |
(+.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) rand) |
(*.f64 rand (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) |
(/.f64 rand (sqrt.f64 a)) |
(pow.f64 (pow.f64 a #s(literal -1 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 a))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 a)) |
(sqrt.f64 (pow.f64 a #s(literal -1 binary64))) |
(pow.f64 a #s(literal 1/2 binary64)) |
(sqrt.f64 a) |
(*.f64 #s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 1/3 binary64) rand))) (-.f64 a #s(literal 1/3 binary64))) |
(*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 1/3 binary64) rand)))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 1/3 binary64) rand))) |
(*.f64 (*.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) rand) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (*.f64 #s(literal 1/3 binary64) rand) (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) rand)) |
(/.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) rand) #s(literal 1 binary64)) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) |
(pow.f64 (pow.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) |
(sqrt.f64 (pow.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (+.f64 (fma.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (+.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) (fma.f64 (fma.f64 (*.f64 rand (/.f64 #s(literal 81/4 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/18 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (+.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) (fma.f64 (fma.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) (fma.f64 (fma.f64 (*.f64 rand (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/18 binary64) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 #s(literal 81/4 binary64) rand)) (sqrt.f64 #s(literal -3 binary64)))) a (/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 #s(literal 81/4 binary64) rand)) (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (- a (/ 1 3)) #s(literal -1/3 binary64)) |
#s(approx (- a (/ 1 3)) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx a a) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (*.f64 a (/.f64 rand (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 rand a) #s(literal 81/4 binary64)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/6 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (fma.f64 a (*.f64 rand (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 rand (/.f64 #s(literal 81/4 binary64) (sqrt.f64 #s(literal -3 binary64)))))) a (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (fma.f64 (*.f64 a (/.f64 rand (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 rand a) #s(literal 81/4 binary64)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/6 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (fma.f64 a (*.f64 rand (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 rand (/.f64 #s(literal 81/4 binary64) (sqrt.f64 #s(literal -3 binary64)))))) a (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (sqrt (* (- a 1/3) 9)) (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 3 binary64))) |
#s(approx (sqrt (* (- a 1/3) 9)) (fma.f64 (/.f64 a (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 3/2 binary64) (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 3 binary64)))) |
#s(approx (sqrt (* (- a 1/3) 9)) (fma.f64 (fma.f64 (/.f64 a (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64))) #s(literal -3/8 binary64) (/.f64 #s(literal 3/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) a (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 3 binary64)))) |
#s(approx (sqrt (* (- a 1/3) 9)) (fma.f64 (fma.f64 (fma.f64 (/.f64 a (pow.f64 #s(literal -1/3 binary64) #s(literal 5/2 binary64))) #s(literal 3/16 binary64) (*.f64 #s(literal -3/8 binary64) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal -3 binary64)))) a (/.f64 #s(literal 3/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) a (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 3 binary64)))) |
#s(approx (* (- a 1/3) 9) #s(literal -3 binary64)) |
#s(approx (* (- a 1/3) 9) (-.f64 (*.f64 #s(literal 9 binary64) a) #s(literal 3 binary64))) |
#s(approx (- a (/ 1 3)) #s(literal -1/3 binary64)) |
#s(approx (- a (/ 1 3)) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (+.f64 (fma.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (+.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) (fma.f64 (fma.f64 (*.f64 rand (/.f64 #s(literal 81/4 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/18 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (+.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) (fma.f64 (fma.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) (fma.f64 (fma.f64 (*.f64 rand (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/18 binary64) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 #s(literal 81/4 binary64) rand)) (sqrt.f64 #s(literal -3 binary64)))) a (/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 #s(literal 81/4 binary64) rand)) (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64)) #s(literal 1/3 binary64))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (-.f64 (fma.f64 (fma.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/6 binary64) #s(literal 1 binary64)) a (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1/3 binary64))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (-.f64 (fma.f64 (+.f64 (fma.f64 (*.f64 a (/.f64 rand (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64)))) #s(literal -1/24 binary64) (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/6 binary64))) #s(literal 1 binary64)) a (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1/3 binary64))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (-.f64 (fma.f64 (+.f64 (fma.f64 (fma.f64 (*.f64 a (/.f64 rand (pow.f64 #s(literal -1/3 binary64) #s(literal 5/2 binary64)))) #s(literal 1/48 binary64) (*.f64 (/.f64 rand (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64))) #s(literal -1/24 binary64))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/6 binary64))) #s(literal 1 binary64)) a (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (fma.f64 (fma.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/6 binary64) #s(literal 1 binary64)) a (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (fma.f64 (+.f64 (fma.f64 (*.f64 a (/.f64 rand (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64)))) #s(literal -1/24 binary64) (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/6 binary64))) #s(literal 1 binary64)) a (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (fma.f64 (+.f64 (fma.f64 (fma.f64 (*.f64 a (/.f64 rand (pow.f64 #s(literal -1/3 binary64) #s(literal 5/2 binary64)))) #s(literal 1/48 binary64) (*.f64 (/.f64 rand (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64))) #s(literal -1/24 binary64))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/6 binary64))) #s(literal 1 binary64)) a (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (sqrt (- a 1/3)) (sqrt.f64 #s(literal -1/3 binary64))) |
#s(approx (sqrt (- a 1/3)) (fma.f64 (/.f64 a (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) |
#s(approx (sqrt (- a 1/3)) (fma.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 a (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) a (sqrt.f64 #s(literal -1/3 binary64)))) |
#s(approx (sqrt (- a 1/3)) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/16 binary64) (/.f64 a (pow.f64 #s(literal -1/3 binary64) #s(literal 5/2 binary64))) (*.f64 #s(literal -1/8 binary64) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal -3 binary64)))) a (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) a (sqrt.f64 #s(literal -1/3 binary64)))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a)) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a) a)) |
#s(approx (* (/ 1 (sqrt a)) rand) (/.f64 rand (sqrt.f64 a))) |
#s(approx (/ 1 (sqrt a)) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) |
#s(approx (sqrt a) (sqrt.f64 a)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (*.f64 a (/.f64 rand (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 rand a) #s(literal 81/4 binary64)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/6 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (fma.f64 a (*.f64 rand (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 rand (/.f64 #s(literal 81/4 binary64) (sqrt.f64 #s(literal -3 binary64)))))) a (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (fma.f64 (*.f64 a (/.f64 rand (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 rand a) #s(literal 81/4 binary64)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/6 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (fma.f64 a (*.f64 rand (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 rand (/.f64 #s(literal 81/4 binary64) (sqrt.f64 #s(literal -3 binary64)))))) a (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (/ 1 (sqrt (- a 1/3))) (sqrt.f64 #s(literal -3 binary64))) |
#s(approx (/ 1 (sqrt (- a 1/3))) (fma.f64 (/.f64 a (sqrt.f64 #s(literal -3 binary64))) #s(literal -9/2 binary64) (sqrt.f64 #s(literal -3 binary64)))) |
#s(approx (/ 1 (sqrt (- a 1/3))) (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 81/4 binary64) a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 #s(literal 9/2 binary64) (sqrt.f64 #s(literal -3 binary64)))) a (sqrt.f64 #s(literal -3 binary64)))) |
#s(approx (/ 1 (sqrt (- a 1/3))) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 a (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64) (/.f64 #s(literal -81/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) a) (/.f64 #s(literal 9/2 binary64) (sqrt.f64 #s(literal -3 binary64)))) a (sqrt.f64 #s(literal -3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) #s(literal -1/54 binary64) (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))))) #s(literal 1 binary64)) a)) |
#s(approx (- a (/ 1 3)) a) |
#s(approx (- a (/ 1 3)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) a)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64)) rand) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/6 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))))) #s(literal 1 binary64))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64)) rand) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/6 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))))) |
#s(approx (sqrt (* (- a 1/3) 9)) (*.f64 (sqrt.f64 a) #s(literal 3 binary64))) |
#s(approx (sqrt (* (- a 1/3) 9)) (*.f64 (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/2 binary64) (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 3 binary64))) a)) |
#s(approx (sqrt (* (- a 1/3) 9)) (*.f64 (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) #s(literal -1/24 binary64) (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 3 binary64)))) a)) |
#s(approx (sqrt (* (- a 1/3) 9)) (*.f64 (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) #s(literal -1/24 binary64) (fma.f64 #s(literal -1/144 binary64) (sqrt.f64 (pow.f64 a #s(literal -7 binary64))) (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 3 binary64))))) a)) |
#s(approx (* (- a 1/3) 9) (*.f64 #s(literal 9 binary64) a)) |
#s(approx (* (- a 1/3) 9) (*.f64 (-.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) a)) a)) |
#s(approx (- a (/ 1 3)) a) |
#s(approx (- a (/ 1 3)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) #s(literal -1/54 binary64) (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))))) #s(literal 1 binary64)) a)) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (*.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (*.f64 (-.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) a)) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (*.f64 (-.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) a)) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (*.f64 (-.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (fma.f64 #s(literal -1/216 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) a)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (fma.f64 #s(literal -1/216 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) #s(literal 1 binary64)) a)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (fma.f64 #s(literal -1/216 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -7 binary64))) rand) #s(literal -1/1296 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))))) #s(literal 1 binary64)) a)) |
#s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) |
#s(approx (sqrt (- a 1/3)) (*.f64 (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) a)) |
#s(approx (sqrt (- a 1/3)) (*.f64 (+.f64 (fma.f64 #s(literal -1/72 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) a)) |
#s(approx (sqrt (- a 1/3)) (*.f64 (+.f64 (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64) (fma.f64 #s(literal -1/432 binary64) (sqrt.f64 (pow.f64 a #s(literal -7 binary64))) (*.f64 #s(literal -1/72 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) a)) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64)) rand) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/6 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))))) #s(literal 1 binary64))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64)) rand) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/6 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) |
#s(approx (/ 1 (sqrt (- a 1/3))) (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 1/6 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)))) |
#s(approx (/ 1 (sqrt (- a 1/3))) (+.f64 (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) #s(literal 1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 1/6 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)))) |
#s(approx (/ 1 (sqrt (- a 1/3))) (+.f64 (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) #s(literal 1/18 binary64) (fma.f64 (*.f64 (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64)) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 1/6 binary64)))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) a) #s(literal 1/3 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)))) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) #s(literal -1/3 binary64))) a) #s(literal -1 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)))) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) #s(literal -1/3 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/18 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (fma.f64 (*.f64 #s(literal 1/18 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 a)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64)))))) a))) a) #s(literal -1 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)))) a))) |
#s(approx (- a (/ 1 3)) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64)) a))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal -1/6 binary64) (fma.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/18 binary64)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64)))))) #s(literal 1 binary64))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64)))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (fma.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal -1/6 binary64) (fma.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)))))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/18 binary64)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) (neg.f64 (*.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
#s(approx (sqrt (* (- a 1/3) 9)) (neg.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 3 binary64)) #s(literal 1/6 binary64) (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 3 binary64))) a))) |
#s(approx (sqrt (* (- a 1/3) 9)) (neg.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) #s(literal 3 binary64)) #s(literal -1/72 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 3 binary64)) #s(literal 1/6 binary64) (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 3 binary64)))) a))) |
#s(approx (sqrt (* (- a 1/3) 9)) (neg.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) #s(literal 3 binary64)) #s(literal -1/72 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -7 binary64))) #s(literal 3 binary64)) #s(literal 1/432 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 3 binary64)) #s(literal 1/6 binary64) (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 3 binary64))))) a))) |
#s(approx (* (- a 1/3) 9) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 9 binary64)) a))) |
#s(approx (- a (/ 1 3)) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64)) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) a) #s(literal 1/3 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)))) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) #s(literal -1/3 binary64))) a) #s(literal -1 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)))) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) #s(literal -1/3 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/18 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (fma.f64 (*.f64 #s(literal 1/18 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 a)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64)))))) a))) a) #s(literal -1 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)))) a))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -1 binary64)) #s(literal 1/3 binary64)) #s(literal 1 binary64)) a))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (neg.f64 (*.f64 (fma.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -1 binary64)) #s(literal 1/3 binary64) (-.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64))) a))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (neg.f64 (*.f64 (-.f64 (fma.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -1 binary64)) #s(literal 1/3 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -1 binary64)) #s(literal -1/18 binary64)) #s(literal 1/3 binary64)) a))) #s(literal 1 binary64)) a))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (neg.f64 (*.f64 (-.f64 (fma.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -1 binary64)) #s(literal 1/3 binary64) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal -1 binary64)) #s(literal 1/18 binary64) (*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -1 binary64)) #s(literal -1/216 binary64))) a)) #s(literal 1/3 binary64)) a))) #s(literal 1 binary64)) a))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -1 binary64)) #s(literal 1/3 binary64)) #s(literal 1 binary64)) a))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1 binary64) rand) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal 1/18 binary64) (-.f64 (*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -1 binary64)) #s(literal 1/3 binary64)) #s(literal 1 binary64))) a))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1 binary64) rand) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) #s(literal -1/216 binary64) (fma.f64 (*.f64 (*.f64 #s(literal -1 binary64) rand) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal 1/18 binary64) (-.f64 (*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -1 binary64)) #s(literal 1/3 binary64)) #s(literal 1 binary64)))) a))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (neg.f64 (*.f64 (-.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1 binary64) rand) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) #s(literal -1/216 binary64) (fma.f64 (*.f64 (*.f64 #s(literal -1 binary64) rand) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/1296 binary64) (fma.f64 (*.f64 (*.f64 #s(literal -1 binary64) rand) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal 1/18 binary64) (*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -1 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64)) a))) |
#s(approx (sqrt (- a 1/3)) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 a)))) |
#s(approx (sqrt (- a 1/3)) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal 1/6 binary64) (*.f64 #s(literal -1 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)))) a))) |
#s(approx (sqrt (- a 1/3)) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) #s(literal -1/72 binary64) (fma.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal 1/6 binary64) (*.f64 #s(literal -1 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))))) a))) |
#s(approx (sqrt (- a 1/3)) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) #s(literal -1/72 binary64) (fma.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/432 binary64) (fma.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal 1/6 binary64) (*.f64 #s(literal -1 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)))))) a))) |
#s(approx (sqrt a) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 a)))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal -1/6 binary64) (fma.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))))) #s(literal 1 binary64))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/18 binary64)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64)))))) #s(literal 1 binary64))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) #s(literal -1/54 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (fma.f64 (/.f64 (fma.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64))) #s(literal 1/6 binary64) (*.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 a) rand))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))))) |
#s(approx (/ 1 (sqrt (- a 1/3))) (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)))) |
#s(approx (/ 1 (sqrt (- a 1/3))) (+.f64 (fma.f64 #s(literal -1/18 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)))) |
#s(approx (/ 1 (sqrt (- a 1/3))) (+.f64 (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64)) (*.f64 (sqrt.f64 a) #s(literal 1/18 binary64))) (pow.f64 a #s(literal 3 binary64))))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) rand) (-.f64 a #s(literal 1/3 binary64)))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(literal 1 binary64)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
#s(approx (/ (* 1 rand) (sqrt (* (- a 1/3) 9))) (*.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 1/3 binary64) rand))) |
#s(approx (* 1 rand) rand) |
#s(approx (* 1 rand) rand) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) rand) (-.f64 a #s(literal 1/3 binary64)))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) rand) (-.f64 a #s(literal 1/3 binary64)))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) a) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) rand) a)) |
#s(approx (* 1/3 rand) (*.f64 #s(literal 1/3 binary64) rand)) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(literal 1 binary64)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) #s(literal 1 binary64)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
#s(approx (* (* 1/3 rand) (/ 1 (sqrt (- a 1/3)))) (*.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 1/3 binary64) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64) (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand)) rand)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 1/3 binary64) rand))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (fma.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) #s(literal 1/3 binary64) (pow.f64 rand #s(literal -1 binary64))) rand)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64) (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand)) rand)) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64) (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand)) rand)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64) (/.f64 a rand)) rand)) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand)) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (fma.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64) (pow.f64 rand #s(literal -1 binary64))) rand)) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 1/3 binary64) rand))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (fma.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) #s(literal 1/3 binary64) (pow.f64 rand #s(literal -1 binary64))) rand)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1/3 binary64) (neg.f64 (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand))) rand))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (neg.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) (pow.f64 rand #s(literal -1 binary64))) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1/3 binary64) (neg.f64 (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand))) rand))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (neg.f64 (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1/3 binary64) (neg.f64 (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand))) rand))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (neg.f64 (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1/3 binary64) (neg.f64 (/.f64 a rand))) rand))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (neg.f64 (*.f64 (fma.f64 (sqrt.f64 a) #s(literal -1/3 binary64) (neg.f64 (/.f64 a rand))) rand))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (neg.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal -1/3 binary64)) (pow.f64 rand #s(literal -1 binary64))) rand))) |
#s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (neg.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) (pow.f64 rand #s(literal -1 binary64))) rand))) |
Compiled 11 604 to 1 298 computations (88.8% saved)
15 alts after pruning (14 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 291 | 12 | 303 |
| Fresh | 5 | 2 | 7 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 0 | 0 |
| Total | 300 | 15 | 315 |
| Status | Accuracy | Program |
|---|---|---|
| 98.7% | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) rand))) | |
| ▶ | 99.9% | (*.f64 (-.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 40.1% | (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))))) | |
| ▶ | 97.2% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 a #s(literal 1 binary64) (*.f64 a (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))))) |
| 98.7% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) a) #s(literal 1/3 binary64))) | |
| 99.3% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) #s(literal 1/3 binary64))) | |
| ✓ | 60.3% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
| 97.1% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) | |
| 39.8% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) | |
| ▶ | 40.1% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))) |
| ▶ | 39.0% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) a)) |
| 96.9% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) | |
| 77.1% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand))) | |
| 38.7% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) | |
| ▶ | 58.8% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
Compiled 976 to 652 computations (33.2% saved)
| Inputs |
|---|
(*.f64 (-.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(-.f64 a #s(literal 1/3 binary64)) |
a |
#s(literal 1/3 binary64) |
(+.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64)) |
(/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) |
rand |
(sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) |
(*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)) |
#s(literal 9 binary64) |
#s(literal 1 binary64) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) rand) |
(sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) a)) |
(*.f64 #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) a) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
(*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) |
(/.f64 rand (sqrt.f64 a)) |
(sqrt.f64 a) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 a #s(literal 1 binary64) (*.f64 a (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))))) |
(fma.f64 a #s(literal 1 binary64) (*.f64 a (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) |
(*.f64 a (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
| Outputs |
|---|
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))))) |
#s(approx (- a 1/3) #s(hole binary64 -1/3)) |
#s(approx (- a 1/3) #s(hole binary64 (- a 1/3))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* 1/3 (* rand (sqrt -3))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* 3 (sqrt -1/3)))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (+ (* 3/2 (/ a (sqrt -1/3))) (* 3 (sqrt -1/3))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (+ (* 3 (sqrt -1/3)) (* a (+ (* -3/8 (/ a (pow (sqrt -1/3) 3))) (* 3/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (+ (* 3 (sqrt -1/3)) (* a (+ (* a (- (* 3/16 (/ a (pow (sqrt -1/3) 5))) (* 3/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 3/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 -3)) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (- (* 9 a) 3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (+ a (* 1/3 (* (sqrt a) rand))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* 1/3 (* rand (sqrt -1/3))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (+ (* 1/6 (/ (* a rand) (sqrt -1/3))) (* 1/3 (* rand (sqrt -1/3)))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3)))))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5)))))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (sqrt -1/3))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3)))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (/ (+ a (* 1/3 (* (sqrt a) rand))) a))) |
#s(approx (* (/ rand (sqrt a)) 1/3) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (/ rand (sqrt a)) #s(hole binary64 (* (sqrt (/ 1 a)) rand))) |
#s(approx (sqrt a) #s(hole binary64 (sqrt a))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (+ a (* 1/3 (* (sqrt a) rand))))) |
#s(approx (* a (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))))) |
#s(approx (- a 1/3) #s(hole binary64 a)) |
#s(approx (- a 1/3) #s(hole binary64 (* a (- 1 (* 1/3 (/ 1 a)))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* 3 (sqrt a)))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (* 3 (sqrt (/ 1 a))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (* 3 (sqrt (/ 1 a)))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (+ (* -1/144 (sqrt (/ 1 (pow a 7)))) (* 3 (sqrt (/ 1 a))))))))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (* 9 a))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (* a (- 9 (* 3 (/ 1 a)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (sqrt a))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5))))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7)))))))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))))) |
#s(approx (- a 1/3) #s(hole binary64 (* -1 (* a (- (* 1/3 (/ 1 a)) 1))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1))))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (* -1 (* a (- (* 3 (/ 1 a)) 9))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* -1 (* a (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* (sqrt a) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))))) |
#s(approx (sqrt a) #s(hole binary64 (* -1 (* (sqrt a) (pow (sqrt -1) 2))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* -1 (* a (- (* -1/3 (* (sqrt (/ 1 a)) rand)) 1))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (- a 1/3))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 1)) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx rand #s(hole binary64 rand)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- a 1/3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 a)) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (* 1/3 rand) #s(hole binary64 (* 1/3 rand))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 1)) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 a)) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* rand (+ (* 1/3 (sqrt a)) (/ a rand))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* rand (+ (* 1/3 (sqrt a)) (/ a rand))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (* -1 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand)))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 21.0ms | a | @ | -inf | ((* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (- a 1/3) a 1/3 (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (/ rand (sqrt (* (- a 1/3) 9))) rand (sqrt (* (- a 1/3) 9)) (* (- a 1/3) 9) 9 1 (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (* 1/3 rand) (sqrt (- a 1/3))) (* 1/3 rand) (sqrt (- a 1/3)) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (* (/ rand (sqrt a)) 1/3) (/ rand (sqrt a)) (sqrt a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (* a (* (/ rand (sqrt a)) 1/3))) |
| 3.0ms | rand | @ | -inf | ((* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (- a 1/3) a 1/3 (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (/ rand (sqrt (* (- a 1/3) 9))) rand (sqrt (* (- a 1/3) 9)) (* (- a 1/3) 9) 9 1 (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (* 1/3 rand) (sqrt (- a 1/3))) (* 1/3 rand) (sqrt (- a 1/3)) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (* (/ rand (sqrt a)) 1/3) (/ rand (sqrt a)) (sqrt a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (* a (* (/ rand (sqrt a)) 1/3))) |
| 3.0ms | rand | @ | 0 | ((* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (- a 1/3) a 1/3 (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (/ rand (sqrt (* (- a 1/3) 9))) rand (sqrt (* (- a 1/3) 9)) (* (- a 1/3) 9) 9 1 (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (* 1/3 rand) (sqrt (- a 1/3))) (* 1/3 rand) (sqrt (- a 1/3)) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (* (/ rand (sqrt a)) 1/3) (/ rand (sqrt a)) (sqrt a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (* a (* (/ rand (sqrt a)) 1/3))) |
| 3.0ms | rand | @ | inf | ((* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (- a 1/3) a 1/3 (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (/ rand (sqrt (* (- a 1/3) 9))) rand (sqrt (* (- a 1/3) 9)) (* (- a 1/3) 9) 9 1 (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (* 1/3 rand) (sqrt (- a 1/3))) (* 1/3 rand) (sqrt (- a 1/3)) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (* (/ rand (sqrt a)) 1/3) (/ rand (sqrt a)) (sqrt a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (* a (* (/ rand (sqrt a)) 1/3))) |
| 2.0ms | a | @ | 0 | ((* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (- a 1/3) a 1/3 (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (/ rand (sqrt (* (- a 1/3) 9))) rand (sqrt (* (- a 1/3) 9)) (* (- a 1/3) 9) 9 1 (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (* 1/3 rand) (sqrt (- a 1/3))) (* 1/3 rand) (sqrt (- a 1/3)) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (* (/ rand (sqrt a)) 1/3) (/ rand (sqrt a)) (sqrt a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (* a (* (/ rand (sqrt a)) 1/3))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 620 | 4891 |
| 0 | 645 | 4403 |
| 0 | 3448 | 4168 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 (-.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(-.f64 a #s(literal 1/3 binary64)) |
a |
#s(literal 1/3 binary64) |
(+.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64)) |
(/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) |
rand |
(sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) |
(*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)) |
#s(literal 9 binary64) |
#s(literal 1 binary64) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) rand) |
(sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) a)) |
(*.f64 #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) a) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
(*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) |
(/.f64 rand (sqrt.f64 a)) |
(sqrt.f64 a) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 a #s(literal 1 binary64) (*.f64 a (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))))) |
(fma.f64 a #s(literal 1 binary64) (*.f64 a (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) |
(*.f64 a (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))))) |
#s(approx (- a 1/3) #s(hole binary64 -1/3)) |
#s(approx (- a 1/3) #s(hole binary64 (- a 1/3))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* 1/3 (* rand (sqrt -3))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* 3 (sqrt -1/3)))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (+ (* 3/2 (/ a (sqrt -1/3))) (* 3 (sqrt -1/3))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (+ (* 3 (sqrt -1/3)) (* a (+ (* -3/8 (/ a (pow (sqrt -1/3) 3))) (* 3/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (+ (* 3 (sqrt -1/3)) (* a (+ (* a (- (* 3/16 (/ a (pow (sqrt -1/3) 5))) (* 3/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 3/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 -3)) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (- (* 9 a) 3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (+ a (* 1/3 (* (sqrt a) rand))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* 1/3 (* rand (sqrt -1/3))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (+ (* 1/6 (/ (* a rand) (sqrt -1/3))) (* 1/3 (* rand (sqrt -1/3)))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3)))))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5)))))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (sqrt -1/3))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3)))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (/ (+ a (* 1/3 (* (sqrt a) rand))) a))) |
#s(approx (* (/ rand (sqrt a)) 1/3) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (/ rand (sqrt a)) #s(hole binary64 (* (sqrt (/ 1 a)) rand))) |
#s(approx (sqrt a) #s(hole binary64 (sqrt a))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (+ a (* 1/3 (* (sqrt a) rand))))) |
#s(approx (* a (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))))) |
#s(approx (- a 1/3) #s(hole binary64 a)) |
#s(approx (- a 1/3) #s(hole binary64 (* a (- 1 (* 1/3 (/ 1 a)))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* 3 (sqrt a)))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (* 3 (sqrt (/ 1 a))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (* 3 (sqrt (/ 1 a)))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (+ (* -1/144 (sqrt (/ 1 (pow a 7)))) (* 3 (sqrt (/ 1 a))))))))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (* 9 a))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (* a (- 9 (* 3 (/ 1 a)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (sqrt a))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5))))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7)))))))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))))) |
#s(approx (- a 1/3) #s(hole binary64 (* -1 (* a (- (* 1/3 (/ 1 a)) 1))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1))))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))))) |
#s(approx (* (- a 1/3) 9) #s(hole binary64 (* -1 (* a (- (* 3 (/ 1 a)) 9))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* -1 (* a (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* (sqrt a) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))))) |
#s(approx (sqrt a) #s(hole binary64 (* -1 (* (sqrt a) (pow (sqrt -1) 2))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* -1 (* a (- (* -1/3 (* (sqrt (/ 1 a)) rand)) 1))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (- a 1/3))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 1)) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx rand #s(hole binary64 rand)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- a 1/3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 a)) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (* 1/3 rand) #s(hole binary64 (* 1/3 rand))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 1)) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 a)) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* rand (+ (* 1/3 (sqrt a)) (/ a rand))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* rand (+ (* 1/3 (sqrt a)) (/ a rand))))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(hole binary64 (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(hole binary64 (* -1 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand)))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))))) |
| Outputs |
|---|
(*.f64 (+.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64)) (-.f64 a #s(literal 1/3 binary64))) |
(*.f64 (-.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) (-.f64 a #s(literal 1/3 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (-.f64 a #s(literal 1/3 binary64)) (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) (-.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1 binary64) (-.f64 a #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))))) (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 a a) #s(literal 1/9 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal 1/27 binary64)) (fma.f64 a a (+.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))) |
(-.f64 a #s(literal 1/3 binary64)) |
a |
#s(literal 1/3 binary64) |
(/.f64 (-.f64 (*.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))))) #s(literal 1 binary64)) (-.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (pow.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64))))) |
(+.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))))) |
(/.f64 (neg.f64 rand) (neg.f64 (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))))) |
(/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) |
rand |
(*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) |
(pow.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64))) |
(*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)) |
(*.f64 #s(literal 9 binary64) (-.f64 a #s(literal 1/3 binary64))) |
#s(literal 9 binary64) |
#s(literal 1 binary64) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 rand #s(literal 1/3 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64)) |
(*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 rand #s(literal 1/3 binary64))) |
(*.f64 (*.f64 rand #s(literal 1/3 binary64)) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand)) |
(*.f64 rand #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) rand) |
(pow.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64)) |
(sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) a)) |
(*.f64 #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) a) |
(*.f64 a #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
(*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 rand (sqrt.f64 a))) |
(/.f64 (*.f64 rand #s(literal 1/3 binary64)) (sqrt.f64 a)) |
(/.f64 (neg.f64 rand) (neg.f64 (sqrt.f64 a))) |
(/.f64 rand (sqrt.f64 a)) |
(pow.f64 a #s(literal 1/2 binary64)) |
(sqrt.f64 a) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64) a)) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64)) (*.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64)))) (-.f64 a (*.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (fma.f64 a a (-.f64 (*.f64 (*.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64)) (*.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64))) (*.f64 a (*.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64)))))) |
(fma.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64) a) |
(fma.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) a a) |
(fma.f64 a (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) a) |
(fma.f64 a #s(literal 1 binary64) (*.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64))) |
(-.f64 a (*.f64 (neg.f64 a) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64)) a) |
(+.f64 a (*.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) a) |
(*.f64 a (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (fma.f64 (+.f64 (fma.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (fma.f64 (+.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) (fma.f64 (fma.f64 (*.f64 rand (/.f64 #s(literal 81/4 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/18 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (fma.f64 (+.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) (fma.f64 (fma.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) (fma.f64 (fma.f64 (*.f64 rand (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/18 binary64) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 #s(literal 81/4 binary64) rand)) (sqrt.f64 #s(literal -3 binary64)))) a (/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 #s(literal 81/4 binary64) rand)) (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (- a 1/3) #s(literal -1/3 binary64)) |
#s(approx (- a 1/3) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx a a) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (+.f64 (fma.f64 (*.f64 a (/.f64 rand (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (+.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 rand a) #s(literal 81/4 binary64)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/6 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (+.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (fma.f64 a (*.f64 rand (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 rand (/.f64 #s(literal 81/4 binary64) (sqrt.f64 #s(literal -3 binary64)))))) a (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) (fma.f64 (*.f64 a (/.f64 rand (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 rand a) #s(literal 81/4 binary64)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/6 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (fma.f64 a (*.f64 rand (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 rand (/.f64 #s(literal 81/4 binary64) (sqrt.f64 #s(literal -3 binary64)))))) a (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (sqrt (* (- a 1/3) 9)) (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 3 binary64))) |
#s(approx (sqrt (* (- a 1/3) 9)) (fma.f64 (/.f64 a (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 3/2 binary64) (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 3 binary64)))) |
#s(approx (sqrt (* (- a 1/3) 9)) (fma.f64 (fma.f64 (/.f64 a (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64))) #s(literal -3/8 binary64) (/.f64 #s(literal 3/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) a (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 3 binary64)))) |
#s(approx (sqrt (* (- a 1/3) 9)) (fma.f64 (fma.f64 (fma.f64 (/.f64 a (pow.f64 #s(literal -1/3 binary64) #s(literal 5/2 binary64))) #s(literal 3/16 binary64) (*.f64 #s(literal -3/8 binary64) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal -3 binary64)))) a (/.f64 #s(literal 3/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) a (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 3 binary64)))) |
#s(approx (* (- a 1/3) 9) #s(literal -3 binary64)) |
#s(approx (* (- a 1/3) 9) (-.f64 (*.f64 #s(literal 9 binary64) a) #s(literal 3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (+.f64 (fma.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (+.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) (fma.f64 (fma.f64 (*.f64 rand (/.f64 #s(literal 81/4 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/18 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (+.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) (fma.f64 (fma.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) (fma.f64 (fma.f64 (*.f64 rand (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/18 binary64) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 #s(literal 81/4 binary64) rand)) (sqrt.f64 #s(literal -3 binary64)))) a (/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 #s(literal 81/4 binary64) rand)) (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a)) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) (fma.f64 (*.f64 a (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64)))) #s(literal 1/6 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) (fma.f64 (fma.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/6 binary64) (/.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 rand a)) (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64)))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) (fma.f64 (fma.f64 (fma.f64 (*.f64 a (/.f64 rand (pow.f64 #s(literal -1/3 binary64) #s(literal 5/2 binary64)))) #s(literal 1/48 binary64) (*.f64 (/.f64 rand (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64))) #s(literal -1/24 binary64))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/6 binary64))) a (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (sqrt (- a 1/3)) (sqrt.f64 #s(literal -1/3 binary64))) |
#s(approx (sqrt (- a 1/3)) (fma.f64 (/.f64 a (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) |
#s(approx (sqrt (- a 1/3)) (fma.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 a (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) a (sqrt.f64 #s(literal -1/3 binary64)))) |
#s(approx (sqrt (- a 1/3)) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/16 binary64) (/.f64 a (pow.f64 #s(literal -1/3 binary64) #s(literal 5/2 binary64))) (*.f64 #s(literal -1/8 binary64) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal -3 binary64)))) a (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) a (sqrt.f64 #s(literal -1/3 binary64)))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) rand) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a) a)) |
#s(approx (* (/ rand (sqrt a)) 1/3) (*.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) rand) #s(literal 1/3 binary64))) |
#s(approx (/ rand (sqrt a)) (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) rand)) |
#s(approx (sqrt a) (sqrt.f64 a)) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a)) |
#s(approx (* a (* (/ rand (sqrt a)) 1/3)) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (*.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand #s(literal 1 binary64)) a)) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (*.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64)))) #s(literal 1 binary64)) a)) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) #s(literal -1/54 binary64) (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64)))))) #s(literal 1 binary64)) a)) |
#s(approx (- a 1/3) a) |
#s(approx (- a 1/3) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) a)) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand #s(literal 1 binary64))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (+.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64))) #s(literal 1 binary64))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (+.f64 (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64)))) #s(literal 1 binary64))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (+.f64 (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64)) rand) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/6 binary64) (*.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) rand) #s(literal 1/3 binary64))))) #s(literal 1 binary64))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) rand) #s(literal 1/3 binary64))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64)))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64)) rand) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/6 binary64) (*.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) rand) #s(literal 1/3 binary64)))))) |
#s(approx (sqrt (* (- a 1/3) 9)) (*.f64 (sqrt.f64 a) #s(literal 3 binary64))) |
#s(approx (sqrt (* (- a 1/3) 9)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 3 binary64))) a)) |
#s(approx (sqrt (* (- a 1/3) 9)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) #s(literal -1/24 binary64) (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 3 binary64)))) a)) |
#s(approx (sqrt (* (- a 1/3) 9)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) #s(literal -1/24 binary64) (fma.f64 #s(literal -1/144 binary64) (sqrt.f64 (pow.f64 a #s(literal -7 binary64))) (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 3 binary64))))) a)) |
#s(approx (* (- a 1/3) 9) (*.f64 #s(literal 9 binary64) a)) |
#s(approx (* (- a 1/3) 9) (*.f64 (-.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) a)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (*.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64)))) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) #s(literal -1/54 binary64) (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64)))))) #s(literal 1 binary64)) a)) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand #s(literal 1 binary64)) a)) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) (*.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand (*.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand))) a)) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) (*.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand (*.f64 #s(literal -1/216 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand)))) a)) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) (*.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (fma.f64 #s(literal -1/216 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -7 binary64))) rand) #s(literal -1/1296 binary64))))) a)) |
#s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) |
#s(approx (sqrt (- a 1/3)) (*.f64 (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) a)) |
#s(approx (sqrt (- a 1/3)) (*.f64 (+.f64 (fma.f64 #s(literal -1/72 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) a)) |
#s(approx (sqrt (- a 1/3)) (*.f64 (+.f64 (fma.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64) (fma.f64 #s(literal -1/432 binary64) (sqrt.f64 (pow.f64 a #s(literal -7 binary64))) (*.f64 #s(literal -1/72 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) a)) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand #s(literal 1 binary64))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) rand #s(literal 1 binary64)) a)) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (*.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) a)) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) a) #s(literal 1/3 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)))) a))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) #s(literal -1/3 binary64))) a) #s(literal -1 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)))) a))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) #s(literal -1/3 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/18 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (fma.f64 (*.f64 #s(literal 1/18 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 a)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64)))))) a))) a) #s(literal -1 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)))) a))) |
#s(approx (- a 1/3) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64)) a))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (+.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))))) #s(literal 1 binary64))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (+.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal -1/6 binary64) (fma.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))))) #s(literal 1 binary64))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (*.f64 #s(literal 1/18 binary64) (sqrt.f64 a)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64)))))) #s(literal 1 binary64))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64)))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) (fma.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal -1/6 binary64) (fma.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)))))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (fma.f64 #s(literal -1/36 binary64) a #s(literal 1/27 binary64))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (*.f64 #s(literal 1/18 binary64) (sqrt.f64 a)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal -1/6 binary64)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))))))) |
#s(approx (sqrt (* (- a 1/3) 9)) (neg.f64 (*.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
#s(approx (sqrt (* (- a 1/3) 9)) (neg.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 3 binary64)) #s(literal 1/6 binary64) (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 3 binary64))) a))) |
#s(approx (sqrt (* (- a 1/3) 9)) (neg.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) #s(literal 3 binary64)) #s(literal -1/72 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 3 binary64)) #s(literal 1/6 binary64) (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 3 binary64)))) a))) |
#s(approx (sqrt (* (- a 1/3) 9)) (neg.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) #s(literal 3 binary64)) #s(literal -1/72 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -7 binary64))) #s(literal 3 binary64)) #s(literal 1/432 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) #s(literal 3 binary64)) #s(literal 1/6 binary64) (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 3 binary64))))) a))) |
#s(approx (* (- a 1/3) 9) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 9 binary64)) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) a) #s(literal 1/3 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)))) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) #s(literal -1/3 binary64))) a) #s(literal -1 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)))) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)) #s(literal -1/3 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/18 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (fma.f64 (*.f64 #s(literal 1/18 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 a)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64)))))) a))) a) #s(literal -1 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1 binary64)))) a))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) (*.f64 (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) (neg.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) (*.f64 #s(literal -1 binary64) rand) (*.f64 (*.f64 (*.f64 #s(literal -1 binary64) rand) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal 1/18 binary64))) a))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1 binary64) rand) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) #s(literal -1/216 binary64) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) (*.f64 #s(literal -1 binary64) rand) (*.f64 (*.f64 (*.f64 #s(literal -1 binary64) rand) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal 1/18 binary64)))) a))) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1 binary64) rand) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) #s(literal -1/216 binary64) (fma.f64 (*.f64 (*.f64 #s(literal -1 binary64) rand) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/1296 binary64) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64)) (*.f64 #s(literal -1 binary64) rand) (*.f64 (*.f64 (*.f64 #s(literal -1 binary64) rand) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal 1/18 binary64))))) a))) |
#s(approx (sqrt (- a 1/3)) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 a)))) |
#s(approx (sqrt (- a 1/3)) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal 1/6 binary64) (*.f64 #s(literal -1 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)))) a))) |
#s(approx (sqrt (- a 1/3)) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) #s(literal -1/72 binary64) (fma.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal 1/6 binary64) (*.f64 #s(literal -1 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64))))) a))) |
#s(approx (sqrt (- a 1/3)) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) #s(literal -1/72 binary64) (fma.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/432 binary64) (fma.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64)))) #s(literal 1/6 binary64) (*.f64 #s(literal -1 binary64) (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)))))) a))) |
#s(approx (sqrt a) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 a)))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) rand) #s(literal -1/3 binary64)) #s(literal 1 binary64)) a))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (-.f64 (fma.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64) a) #s(literal 1/3 binary64))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) #s(literal 1 binary64)) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) rand) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
#s(approx (/ rand (sqrt (* (- a 1/3) 9))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) rand) #s(literal 1/3 binary64))) |
#s(approx rand rand) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64) a) #s(literal 1/3 binary64))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a) |
#s(approx (* (* 1/3 rand) (sqrt (- a 1/3))) (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 rand #s(literal 1/3 binary64)))) |
#s(approx (* 1/3 rand) (*.f64 rand #s(literal 1/3 binary64))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) #s(literal 1 binary64)) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) a) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 rand #s(literal 1/3 binary64)))) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64) (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand)) rand)) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) rand) #s(literal 1/3 binary64))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) #s(literal 1/3 binary64) (pow.f64 rand #s(literal -1 binary64))) rand)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 rand #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64) (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand)) rand)) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand)) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (fma.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal 1/3 binary64) (pow.f64 rand #s(literal -1 binary64))) rand)) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand)) |
#s(approx (* (- a 1/3) (+ (/ rand (sqrt (* (- a 1/3) 9))) 1)) (neg.f64 (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1/3 binary64) (neg.f64 (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand))) rand))) |
#s(approx (+ (/ rand (sqrt (* (- a 1/3) 9))) 1) (neg.f64 (*.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64)))) #s(literal -1/3 binary64)) (pow.f64 rand #s(literal -1 binary64))) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal -1/3 binary64) (neg.f64 (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand))) rand))) |
#s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (sqrt.f64 a) (neg.f64 (/.f64 a rand))) rand))) |
#s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (neg.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) #s(literal -1/3 binary64)) (pow.f64 rand #s(literal -1 binary64))) rand))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (sqrt.f64 a) (neg.f64 (/.f64 a rand))) rand))) |
Compiled 8 950 to 974 computations (89.1% saved)
16 alts after pruning (12 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 245 | 8 | 253 |
| Fresh | 5 | 4 | 9 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 1 | 1 |
| Total | 252 | 16 | 268 |
| Status | Accuracy | Program |
|---|---|---|
| 98.7% | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) rand))) | |
| 98.8% | (*.f64 (-.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (sqrt.f64 (*.f64 #s(approx (- a 1/3) a) #s(literal 9 binary64)))) #s(literal 1 binary64))) | |
| 96.9% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64) a)) | |
| ▶ | 98.7% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) a) #s(literal 1/3 binary64))) |
| ▶ | 99.3% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) #s(literal 1/3 binary64))) |
| ✓ | 60.3% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
| 39.8% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) | |
| ✓ | 40.1% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))) |
| 40.1% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 #s(approx (- a 1/3) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) a))))) | |
| 39.0% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 #s(approx (- a 1/3) a)))) | |
| 39.0% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (/.f64 (*.f64 rand #s(literal 1/3 binary64)) (sqrt.f64 a))) a)) | |
| ✓ | 39.0% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) a)) |
| ▶ | 96.9% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
| ▶ | 77.1% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand))) |
| ▶ | 38.7% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
| ✓ | 58.8% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
Compiled 970 to 649 computations (33.1% saved)
| Inputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) #s(literal 1/3 binary64))) |
(-.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) #s(literal 1/3 binary64)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) |
(*.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a) |
(+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
#s(literal -1/18 binary64) |
(*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) |
(sqrt.f64 (pow.f64 a #s(literal -3 binary64))) |
(pow.f64 a #s(literal -3 binary64)) |
a |
#s(literal -3 binary64) |
rand |
(*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) |
(/.f64 rand (sqrt.f64 a)) |
(sqrt.f64 a) |
#s(literal 1/3 binary64) |
#s(literal 1 binary64) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)) |
(*.f64 (sqrt.f64 a) rand) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a)) |
(fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) a) #s(literal 1/3 binary64))) |
(-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) a) #s(literal 1/3 binary64)) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) rand) #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) a) |
(*.f64 #s(literal 1/3 binary64) rand) |
#s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand)) |
(*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand) |
(fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) |
(/.f64 a rand) |
| Outputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (* 1/3 (* rand (sqrt -1/3))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))) 1/3))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* 1/3 (* rand (sqrt -1/3))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* -1/18 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (/ (+ (* -1/18 (* (sqrt a) rand)) (* 1/3 (* (sqrt (pow a 3)) rand))) a))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (/ (+ (* -1/18 (* (sqrt a) rand)) (* a (+ a (* 1/3 (* (sqrt a) rand))))) a))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (/ (+ (* -1/18 (* (sqrt a) rand)) (* 1/3 (* (sqrt (pow a 3)) rand))) (pow a 2)))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (/ (+ (* -1/18 (* (sqrt a) rand)) (* a (+ a (* 1/3 (* (sqrt a) rand))))) (pow a 2)))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (/ (+ (* -1/18 (* (sqrt a) rand)) (* 1/3 (* (sqrt (pow a 3)) rand))) (pow a 2)))) |
#s(approx (* (sqrt (pow a -3)) rand) #s(hole binary64 (* (sqrt (/ 1 (pow a 3))) rand))) |
#s(approx (sqrt (pow a -3)) #s(hole binary64 (sqrt (/ 1 (pow a 3))))) |
#s(approx (pow a -3) #s(hole binary64 (/ 1 (pow a 3)))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (* (/ rand (sqrt a)) 1/3) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (/ rand (sqrt a)) #s(hole binary64 (* (sqrt (/ 1 a)) rand))) |
#s(approx (sqrt a) #s(hole binary64 (sqrt a))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (+ a (* 1/3 (* (sqrt a) rand))))) |
#s(approx (* (* (sqrt a) rand) 1/3) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (* (sqrt a) rand) #s(hole binary64 (* (sqrt a) rand))) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) #s(hole binary64 (+ a (* 1/3 (* (sqrt a) rand))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (sqrt -1/3))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3)))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) #s(hole binary64 (+ a (* 1/3 (* (sqrt a) rand))))) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) #s(hole binary64 (* 1/3 (sqrt a)))) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) #s(hole binary64 (+ (* 1/3 (sqrt a)) (/ a rand)))) |
#s(approx (/ a rand) #s(hole binary64 (/ a rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (- (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) (* 1/3 (/ 1 a)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ 1 a)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) (* 1/3 (/ 1 a)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (sqrt a))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5))))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7)))))))))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) #s(hole binary64 (* a (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))))) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) #s(hole binary64 (* a (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (+ (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/3 (/ 1 a))) 1))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (- (* -1 (/ (+ (* -1/216 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/18 (* (sqrt a) (* rand (pow (sqrt -1) 2))))) a)) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))) 1))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2))))))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (* (sqrt (pow a -3)) rand) #s(hole binary64 (* -1 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))))) |
#s(approx (sqrt (pow a -3)) #s(hole binary64 (* -1 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))))) |
#s(approx (sqrt a) #s(hole binary64 (* -1 (* (sqrt a) (pow (sqrt -1) 2))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* -1 (* a (- (* -1/3 (* (sqrt (/ 1 a)) rand)) 1))))) |
#s(approx (* (* (sqrt a) rand) 1/3) #s(hole binary64 (* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt a) rand) #s(hole binary64 (* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2)))))) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) #s(hole binary64 (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* (sqrt a) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) #s(hole binary64 (* -1 (* a (* rand (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand))))))) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) #s(hole binary64 (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- a 1/3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- a 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 a)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ a (* 1/3 (* rand (sqrt (- a 1/3))))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 a)) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (+ a (* a (* rand (+ (* -1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a))))))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 1)) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (+ 1 (* rand (+ (* -1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a)))))))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (* rand (+ (* -1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a))))))) |
#s(approx rand #s(hole binary64 rand)) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 a)) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) #s(hole binary64 a)) |
#s(approx (* 1/3 rand) #s(hole binary64 (* 1/3 rand))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) #s(hole binary64 a)) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) #s(hole binary64 (/ a rand))) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) #s(hole binary64 (/ (+ a (* 1/3 (* (sqrt a) rand))) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* a (* rand (+ (* -1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a)))))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* rand (+ (* a (+ (* -1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a))))) (/ a rand))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (* rand (+ (* -1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a))))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (* rand (+ (* -1/18 (sqrt (/ 1 (pow a 3)))) (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* rand (+ (* 1/3 (sqrt a)) (/ a rand))))) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) #s(hole binary64 (* rand (+ (* 1/3 (sqrt a)) (/ a rand))))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) #s(hole binary64 (* rand (+ (* 1/3 (sqrt a)) (/ a rand))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* -1 (* a (* rand (+ (* -1/3 (sqrt (/ 1 a))) (* 1/18 (sqrt (/ 1 (pow a 3)))))))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* a (+ (* -1/3 (sqrt (/ 1 a))) (* 1/18 (sqrt (/ 1 (pow a 3))))))))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (* -1 (* rand (+ (* -1/3 (sqrt (/ 1 a))) (* 1/18 (sqrt (/ 1 (pow a 3))))))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (* -1 (* rand (- (+ (* -1/3 (sqrt (/ 1 a))) (* 1/18 (sqrt (/ 1 (pow a 3))))) (/ 1 rand)))))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (* -1 (* rand (+ (* -1/3 (sqrt (/ 1 a))) (* 1/18 (sqrt (/ 1 (pow a 3))))))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))))) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 34.0ms | a | @ | -inf | ((* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) -1/18 (* (sqrt (pow a -3)) rand) (sqrt (pow a -3)) (pow a -3) a -3 rand (* (/ rand (sqrt a)) 1/3) (/ rand (sqrt a)) (sqrt a) 1/3 1 (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (* (* (sqrt a) rand) 1/3) (* (sqrt a) rand) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (+ (* (* (sqrt a) rand) 1/3) a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (* 1/3 rand) (sqrt (- a 1/3)) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) (+ (* (sqrt a) 1/3) (/ a rand)) (/ a rand)) |
| 10.0ms | rand | @ | 0 | ((* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) -1/18 (* (sqrt (pow a -3)) rand) (sqrt (pow a -3)) (pow a -3) a -3 rand (* (/ rand (sqrt a)) 1/3) (/ rand (sqrt a)) (sqrt a) 1/3 1 (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (* (* (sqrt a) rand) 1/3) (* (sqrt a) rand) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (+ (* (* (sqrt a) rand) 1/3) a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (* 1/3 rand) (sqrt (- a 1/3)) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) (+ (* (sqrt a) 1/3) (/ a rand)) (/ a rand)) |
| 5.0ms | rand | @ | -inf | ((* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) -1/18 (* (sqrt (pow a -3)) rand) (sqrt (pow a -3)) (pow a -3) a -3 rand (* (/ rand (sqrt a)) 1/3) (/ rand (sqrt a)) (sqrt a) 1/3 1 (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (* (* (sqrt a) rand) 1/3) (* (sqrt a) rand) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (+ (* (* (sqrt a) rand) 1/3) a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (* 1/3 rand) (sqrt (- a 1/3)) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) (+ (* (sqrt a) 1/3) (/ a rand)) (/ a rand)) |
| 4.0ms | rand | @ | inf | ((* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) -1/18 (* (sqrt (pow a -3)) rand) (sqrt (pow a -3)) (pow a -3) a -3 rand (* (/ rand (sqrt a)) 1/3) (/ rand (sqrt a)) (sqrt a) 1/3 1 (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (* (* (sqrt a) rand) 1/3) (* (sqrt a) rand) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (+ (* (* (sqrt a) rand) 1/3) a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (* 1/3 rand) (sqrt (- a 1/3)) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) (+ (* (sqrt a) 1/3) (/ a rand)) (/ a rand)) |
| 4.0ms | a | @ | 0 | ((* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) -1/18 (* (sqrt (pow a -3)) rand) (sqrt (pow a -3)) (pow a -3) a -3 rand (* (/ rand (sqrt a)) 1/3) (/ rand (sqrt a)) (sqrt a) 1/3 1 (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (* (* (sqrt a) rand) 1/3) (* (sqrt a) rand) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (+ (* (* (sqrt a) rand) 1/3) a) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (* 1/3 rand) (sqrt (- a 1/3)) (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) (+ (* (sqrt a) 1/3) (/ a rand)) (/ a rand)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 599 | 4702 |
| 0 | 633 | 4216 |
| 0 | 3358 | 3974 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) #s(literal 1/3 binary64))) |
(-.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) #s(literal 1/3 binary64)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) |
(*.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a) |
(+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
#s(literal -1/18 binary64) |
(*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) |
(sqrt.f64 (pow.f64 a #s(literal -3 binary64))) |
(pow.f64 a #s(literal -3 binary64)) |
a |
#s(literal -3 binary64) |
rand |
(*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) |
(/.f64 rand (sqrt.f64 a)) |
(sqrt.f64 a) |
#s(literal 1/3 binary64) |
#s(literal 1 binary64) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)) |
(*.f64 (sqrt.f64 a) rand) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a)) |
(fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) a) #s(literal 1/3 binary64))) |
(-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) a) #s(literal 1/3 binary64)) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) rand) #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) a) |
(*.f64 #s(literal 1/3 binary64) rand) |
#s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand)) |
(*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand) |
(fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) |
(/.f64 a rand) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (* 1/3 (* rand (sqrt -1/3))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))) 1/3))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* 1/3 (* rand (sqrt -1/3))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* -1/18 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (/ (+ (* -1/18 (* (sqrt a) rand)) (* 1/3 (* (sqrt (pow a 3)) rand))) a))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (/ (+ (* -1/18 (* (sqrt a) rand)) (* a (+ a (* 1/3 (* (sqrt a) rand))))) a))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (/ (+ (* -1/18 (* (sqrt a) rand)) (* 1/3 (* (sqrt (pow a 3)) rand))) (pow a 2)))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (/ (+ (* -1/18 (* (sqrt a) rand)) (* a (+ a (* 1/3 (* (sqrt a) rand))))) (pow a 2)))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (/ (+ (* -1/18 (* (sqrt a) rand)) (* 1/3 (* (sqrt (pow a 3)) rand))) (pow a 2)))) |
#s(approx (* (sqrt (pow a -3)) rand) #s(hole binary64 (* (sqrt (/ 1 (pow a 3))) rand))) |
#s(approx (sqrt (pow a -3)) #s(hole binary64 (sqrt (/ 1 (pow a 3))))) |
#s(approx (pow a -3) #s(hole binary64 (/ 1 (pow a 3)))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (* (/ rand (sqrt a)) 1/3) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (/ rand (sqrt a)) #s(hole binary64 (* (sqrt (/ 1 a)) rand))) |
#s(approx (sqrt a) #s(hole binary64 (sqrt a))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (+ a (* 1/3 (* (sqrt a) rand))))) |
#s(approx (* (* (sqrt a) rand) 1/3) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (* (sqrt a) rand) #s(hole binary64 (* (sqrt a) rand))) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) #s(hole binary64 (+ a (* 1/3 (* (sqrt a) rand))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (sqrt -1/3))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3)))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3)))))))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) #s(hole binary64 (* 1/3 (* (sqrt a) rand)))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) #s(hole binary64 (+ a (* 1/3 (* (sqrt a) rand))))) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) #s(hole binary64 (* 1/3 (sqrt a)))) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) #s(hole binary64 (+ (* 1/3 (sqrt a)) (/ a rand)))) |
#s(approx (/ a rand) #s(hole binary64 (/ a rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (- (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) (* 1/3 (/ 1 a)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ 1 a)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) (* 1/3 (/ 1 a)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) #s(hole binary64 (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (sqrt a))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5))))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7)))))))))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) #s(hole binary64 (* a (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))))) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) #s(hole binary64 (* a (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (+ (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/3 (/ 1 a))) 1))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (- (* -1 (/ (+ (* -1/216 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/18 (* (sqrt a) (* rand (pow (sqrt -1) 2))))) a)) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) 1))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* a (- (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))) 1))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2))))))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
#s(approx (* (sqrt (pow a -3)) rand) #s(hole binary64 (* -1 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))))) |
#s(approx (sqrt (pow a -3)) #s(hole binary64 (* -1 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))))) |
#s(approx (sqrt a) #s(hole binary64 (* -1 (* (sqrt a) (pow (sqrt -1) 2))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* -1 (* a (- (* -1/3 (* (sqrt (/ 1 a)) rand)) 1))))) |
#s(approx (* (* (sqrt a) rand) 1/3) #s(hole binary64 (* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt a) rand) #s(hole binary64 (* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2)))))) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) #s(hole binary64 (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* (sqrt a) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (- a 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) #s(hole binary64 (* -1 (* a (* rand (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand))))))) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) #s(hole binary64 (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- a 1/3))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- a 1/3))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 a)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (+ a (* 1/3 (* rand (sqrt (- a 1/3))))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 a)) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (+ a (* a (* rand (+ (* -1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a))))))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 1)) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (+ 1 (* rand (+ (* -1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a)))))))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (* rand (+ (* -1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a))))))) |
#s(approx rand #s(hole binary64 rand)) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 a)) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) #s(hole binary64 a)) |
#s(approx (* 1/3 rand) #s(hole binary64 (* 1/3 rand))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) #s(hole binary64 a)) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) #s(hole binary64 (/ a rand))) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) #s(hole binary64 (/ (+ a (* 1/3 (* (sqrt a) rand))) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* 1/3 (* rand (sqrt (- a 1/3)))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* rand (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* a (* rand (+ (* -1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a)))))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* rand (+ (* a (+ (* -1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a))))) (/ a rand))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (* rand (+ (* -1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a))))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (* rand (+ (* -1/18 (sqrt (/ 1 (pow a 3)))) (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* rand (+ (* 1/3 (sqrt a)) (/ a rand))))) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) #s(hole binary64 (* rand (+ (* 1/3 (sqrt a)) (/ a rand))))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) #s(hole binary64 (* rand (+ (* 1/3 (sqrt a)) (/ a rand))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt (- a 1/3)))))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* -1 (* a (* rand (+ (* -1/3 (sqrt (/ 1 a))) (* 1/18 (sqrt (/ 1 (pow a 3)))))))))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* a (+ (* -1/3 (sqrt (/ 1 a))) (* 1/18 (sqrt (/ 1 (pow a 3))))))))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (* -1 (* rand (+ (* -1/3 (sqrt (/ 1 a))) (* 1/18 (sqrt (/ 1 (pow a 3))))))))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(hole binary64 (* -1 (* rand (- (+ (* -1/3 (sqrt (/ 1 a))) (* 1/18 (sqrt (/ 1 (pow a 3))))) (/ 1 rand)))))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) #s(hole binary64 (* -1 (* rand (+ (* -1/3 (sqrt (/ 1 a))) (* 1/18 (sqrt (/ 1 (pow a 3))))))))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))))) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) #s(hole binary64 (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))))) |
| Outputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) a)) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) a)) #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) a))) #s(literal 1/9 binary64)) (+.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) a)) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (pow.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) a)) #s(literal 3 binary64)) #s(literal 1/27 binary64)) (fma.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) a)) #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) a)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) a)) #s(literal 1/3 binary64))))) |
(-.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) a)) #s(literal 1/3 binary64)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) a)) |
(*.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) a) |
(*.f64 a (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) #s(literal 1 binary64)) (-.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64))))) |
(fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64) (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
(fma.f64 #s(literal -1/18 binary64) (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64)) (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
(+.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64)) (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64))) (*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) (-.f64 (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64)) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64)) (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) (*.f64 (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64)) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)))))) |
(fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
(fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64))) |
(fma.f64 #s(literal -1/18 binary64) (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 rand (sqrt.f64 a)) (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64))) |
(-.f64 (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64)) (*.f64 (neg.f64 (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64))) |
(+.f64 (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64)) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) |
(+.f64 (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64))) |
#s(literal -1/18 binary64) |
(*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) |
(*.f64 rand (pow.f64 a #s(literal -3/2 binary64))) |
(pow.f64 (pow.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 a #s(literal -3/2 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3/2 binary64))) |
(sqrt.f64 (pow.f64 a #s(literal -3 binary64))) |
(*.f64 (pow.f64 a #s(literal -3/2 binary64)) (pow.f64 a #s(literal -3/2 binary64))) |
(pow.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal -1 binary64)) |
(pow.f64 a #s(literal -3 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 a) #s(literal -3 binary64))) |
a |
#s(literal -3 binary64) |
rand |
(*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 rand (sqrt.f64 a))) |
(/.f64 (*.f64 rand #s(literal 1/3 binary64)) (sqrt.f64 a)) |
(/.f64 (neg.f64 rand) (neg.f64 (sqrt.f64 a))) |
(/.f64 rand (sqrt.f64 a)) |
(pow.f64 a #s(literal 1/2 binary64)) |
(sqrt.f64 a) |
#s(literal 1/3 binary64) |
#s(literal 1 binary64) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)) |
(*.f64 (sqrt.f64 a) (*.f64 rand #s(literal 1/3 binary64))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 a) rand)) |
(*.f64 (sqrt.f64 a) rand) |
(*.f64 rand (sqrt.f64 a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a)) |
(/.f64 (-.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) (-.f64 a (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64))) (*.f64 a a)) (-.f64 (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)) a)) |
(/.f64 (+.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (fma.f64 a a (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64))) (*.f64 a (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 a #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)) (-.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)) a)))) |
(fma.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand a) |
(fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a) |
(fma.f64 (sqrt.f64 a) (*.f64 rand #s(literal 1/3 binary64)) a) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 a) rand) a) |
(-.f64 a (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 a) rand))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)) a) |
(+.f64 a (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)) (-.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)) a) (fma.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)) a)) #s(literal 1/9 binary64)) (+.f64 (fma.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)) a) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)) a) #s(literal 3 binary64)) #s(literal 1/27 binary64)) (fma.f64 (fma.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)) a) (fma.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)) a) (+.f64 #s(literal 1/9 binary64) (*.f64 (fma.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)) a) #s(literal 1/3 binary64))))) |
(fma.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)) (-.f64 a #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 rand #s(literal 1/3 binary64)) #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (-.f64 a #s(literal 1/3 binary64))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 rand #s(approx (sqrt (- a 1/3)) (sqrt.f64 a))) (-.f64 a #s(literal 1/3 binary64))) |
(-.f64 (fma.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)) a) #s(literal 1/3 binary64)) |
(+.f64 (*.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64))) (-.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64))) (*.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)))) (*.f64 a a)) (-.f64 (*.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64))) a)) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64))) #s(literal 3 binary64)) (pow.f64 a #s(literal 3 binary64))) (fma.f64 (*.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64))) (*.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64))) (-.f64 (*.f64 a a) (*.f64 (*.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64))) a)))) |
(fma.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)) a) |
(fma.f64 (*.f64 rand #s(literal 1/3 binary64)) #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) a) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 rand #s(approx (sqrt (- a 1/3)) (sqrt.f64 a))) a) |
(+.f64 (*.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64))) a) |
(+.f64 a (*.f64 #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) (*.f64 rand #s(literal 1/3 binary64)))) |
(*.f64 rand #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) rand) |
#s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand)) |
(*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand) |
(*.f64 rand (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand))) |
(fma.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand (*.f64 (/.f64 a rand) rand)) |
(fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) (*.f64 (/.f64 a rand) rand)) |
(fma.f64 (sqrt.f64 a) (*.f64 rand #s(literal 1/3 binary64)) (*.f64 (/.f64 a rand) rand)) |
(fma.f64 rand (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) (*.f64 rand (/.f64 a rand))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 a) rand) (*.f64 (/.f64 a rand) rand)) |
(+.f64 (*.f64 rand (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64))) (*.f64 rand (/.f64 a rand))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)) (*.f64 (/.f64 a rand) rand)) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64))) (*.f64 (/.f64 a rand) (/.f64 a rand))) (-.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) (/.f64 a rand))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 a rand) #s(literal 3 binary64))) (fma.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) (-.f64 (*.f64 (/.f64 a rand) (/.f64 a rand)) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) (/.f64 a rand))))) |
(fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) |
(fma.f64 #s(literal 1/3 binary64) (sqrt.f64 a) (/.f64 a rand)) |
(+.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) (/.f64 a rand)) |
(+.f64 (/.f64 a rand) (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 a) (neg.f64 rand)) |
(/.f64 a rand) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (+.f64 (fma.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (+.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) (fma.f64 (fma.f64 (*.f64 rand (/.f64 #s(literal 81/4 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/18 binary64) (*.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (+.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) (fma.f64 (fma.f64 #s(literal -3/2 binary64) (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) (fma.f64 (fma.f64 (*.f64 rand (/.f64 #s(literal 405/8 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/18 binary64) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 #s(literal 81/4 binary64) rand)) (sqrt.f64 #s(literal -3 binary64)))) a (/.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 #s(literal 81/4 binary64) rand)) (sqrt.f64 #s(literal -3 binary64))))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) a (*.f64 (fma.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) #s(literal -1/3 binary64)))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64)) #s(literal 1/3 binary64))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (-.f64 (fma.f64 (fma.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/6 binary64) #s(literal 1 binary64)) a (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1/3 binary64))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (-.f64 (fma.f64 (+.f64 (fma.f64 (*.f64 a (/.f64 rand (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64)))) #s(literal -1/24 binary64) (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/6 binary64))) #s(literal 1 binary64)) a (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1/3 binary64))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (-.f64 (fma.f64 (+.f64 (fma.f64 (fma.f64 (*.f64 a (/.f64 rand (pow.f64 #s(literal -1/3 binary64) #s(literal 5/2 binary64)))) #s(literal 1/48 binary64) (*.f64 (/.f64 rand (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64))) #s(literal -1/24 binary64))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/6 binary64))) #s(literal 1 binary64)) a (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64))) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (fma.f64 (fma.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/6 binary64) #s(literal 1 binary64)) a (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (fma.f64 (+.f64 (fma.f64 (*.f64 a (/.f64 rand (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64)))) #s(literal -1/24 binary64) (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/6 binary64))) #s(literal 1 binary64)) a (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (fma.f64 (+.f64 (fma.f64 (fma.f64 (*.f64 a (/.f64 rand (pow.f64 #s(literal -1/3 binary64) #s(literal 5/2 binary64)))) #s(literal 1/48 binary64) (*.f64 (/.f64 rand (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64))) #s(literal -1/24 binary64))) a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/6 binary64))) #s(literal 1 binary64)) a (*.f64 (*.f64 (sqrt.f64 #s(literal -1/3 binary64)) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal -1/18 binary64))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (/.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3/2 binary64)) rand) #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal -1/18 binary64))) a)) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (/.f64 (fma.f64 (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a) a (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal -1/18 binary64))) a)) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (/.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3/2 binary64)) rand) #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal -1/18 binary64))) (*.f64 a a))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (/.f64 (fma.f64 (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a) a (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal -1/18 binary64))) (*.f64 a a))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1/18 binary64))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) (/.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3/2 binary64)) rand) #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal -1/18 binary64))) (*.f64 a a))) |
#s(approx (* (sqrt (pow a -3)) rand) (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand)) |
#s(approx (sqrt (pow a -3)) (pow.f64 a #s(literal -3/2 binary64))) |
#s(approx (pow a -3) (pow.f64 a #s(literal -3 binary64))) |
#s(approx a a) |
#s(approx (* (/ rand (sqrt a)) 1/3) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64))) |
#s(approx (/ rand (sqrt a)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand)) |
#s(approx (sqrt a) (sqrt.f64 a)) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a)) |
#s(approx (* (* (sqrt a) rand) 1/3) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64))) |
#s(approx (* (sqrt a) rand) (*.f64 (sqrt.f64 a) rand)) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a)) |
#s(approx (sqrt (- a 1/3)) (sqrt.f64 #s(literal -1/3 binary64))) |
#s(approx (sqrt (- a 1/3)) (fma.f64 (/.f64 a (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) |
#s(approx (sqrt (- a 1/3)) (fma.f64 (fma.f64 (/.f64 a (pow.f64 #s(literal -1/3 binary64) #s(literal 3/2 binary64))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) a (sqrt.f64 #s(literal -1/3 binary64)))) |
#s(approx (sqrt (- a 1/3)) (fma.f64 (fma.f64 (fma.f64 (/.f64 a (pow.f64 #s(literal -1/3 binary64) #s(literal 5/2 binary64))) #s(literal 1/16 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal -3 binary64)))) a (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) a (sqrt.f64 #s(literal -1/3 binary64)))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a)) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64))) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand))) |
#s(approx (/ a rand) (/.f64 a rand)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal 1/18 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64)))) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) #s(literal -1/54 binary64) (fma.f64 #s(literal 1/54 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal 1/18 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64)))))) #s(literal 1 binary64)) a)) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (*.f64 (-.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) a)) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (*.f64 (-.f64 (fma.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) rand #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) a)) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (*.f64 (-.f64 (+.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64)) rand (*.f64 #s(literal -1/216 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand)))) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) a)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (fma.f64 (*.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) rand) a a)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (+.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64)) rand (*.f64 #s(literal -1/216 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand)))) #s(literal 1 binary64)) a)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (+.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) rand (fma.f64 #s(literal -1/216 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) rand) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64)) rand (*.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -7 binary64))) rand) #s(literal -1/1296 binary64))))) #s(literal 1 binary64)) a)) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (fma.f64 (*.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) rand) a a)) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (fma.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) rand #s(literal 1 binary64))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) (*.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) rand)) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) |
#s(approx (sqrt (- a 1/3)) (*.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/6 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) a)) |
#s(approx (sqrt (- a 1/3)) (*.f64 (+.f64 (fma.f64 #s(literal -1/72 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64))) (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) a)) |
#s(approx (sqrt (- a 1/3)) (*.f64 (+.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/6 binary64) (fma.f64 #s(literal -1/432 binary64) (sqrt.f64 (pow.f64 a #s(literal -7 binary64))) (*.f64 #s(literal -1/72 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) a)) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) (*.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64) (pow.f64 rand #s(literal -1 binary64))) rand) a)) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64) (pow.f64 rand #s(literal -1 binary64))) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) a) #s(literal 1/3 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)))) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) #s(literal -1/3 binary64))) a) #s(literal -1 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)))) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) #s(literal -1/3 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/18 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (fma.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 a)) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (*.f64 #s(literal 1/18 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64)))))) a))) a) #s(literal -1 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (sqrt.f64 #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)))) a))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal -1 binary64)) #s(literal 1/3 binary64)) #s(literal 1 binary64)) a))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (neg.f64 (*.f64 (-.f64 (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/3 binary64) a)) #s(literal 1 binary64)) a))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (neg.f64 (*.f64 (-.f64 (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal -1 binary64)) #s(literal 1/3 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal -1 binary64)) #s(literal -1/18 binary64)) #s(literal 1/3 binary64)) a))) #s(literal 1 binary64)) a))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (neg.f64 (*.f64 (-.f64 (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal -1 binary64)) #s(literal 1/3 binary64) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal -1 binary64)) #s(literal 1/18 binary64) (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal -1 binary64)) #s(literal -1/216 binary64))) a)) #s(literal 1/3 binary64)) a))) #s(literal 1 binary64)) a))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal -1 binary64)) #s(literal 1/3 binary64)) #s(literal 1 binary64)) a))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1 binary64)) #s(literal 1/18 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal -1 binary64)) #s(literal 1/3 binary64)) #s(literal 1 binary64))) a))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1 binary64) rand) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) #s(literal -1/216 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1 binary64)) #s(literal 1/18 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal -1 binary64)) #s(literal 1/3 binary64)) #s(literal 1 binary64)))) a))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (neg.f64 (*.f64 (-.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1 binary64) rand) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) #s(literal -1/216 binary64) (fma.f64 (*.f64 (*.f64 #s(literal -1 binary64) rand) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/1296 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1 binary64)) #s(literal 1/18 binary64) (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal -1 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64)) a))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (neg.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64)) (*.f64 #s(literal -1 binary64) rand) (neg.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)))) a))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (+.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1 binary64)) #s(literal 1/18 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) (fma.f64 (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1 binary64)) #s(literal 1/18 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (sqrt (pow a -3)) rand) (neg.f64 (*.f64 (*.f64 (pow.f64 a #s(literal -3/2 binary64)) rand) #s(literal -1 binary64)))) |
#s(approx (sqrt (pow a -3)) (neg.f64 (*.f64 #s(literal -1 binary64) (pow.f64 a #s(literal -3/2 binary64))))) |
#s(approx (sqrt a) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 a)))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal -1/3 binary64)) #s(literal 1 binary64)) a))) |
#s(approx (* (* (sqrt a) rand) 1/3) (*.f64 (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (* (sqrt a) rand) (neg.f64 (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal -1 binary64)))) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal -1 binary64)) #s(literal 1/3 binary64)) #s(literal 1 binary64)) a))) |
#s(approx (sqrt (- a 1/3)) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 a)))) |
#s(approx (sqrt (- a 1/3)) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (pow.f64 a #s(literal -3/2 binary64))) #s(literal 1/6 binary64) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)))) a))) |
#s(approx (sqrt (- a 1/3)) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) #s(literal -1/72 binary64) (fma.f64 (*.f64 #s(literal -1 binary64) (pow.f64 a #s(literal -3/2 binary64))) #s(literal 1/6 binary64) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))))) a))) |
#s(approx (sqrt (- a 1/3)) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 a #s(literal -5 binary64)))) #s(literal -1/72 binary64) (fma.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 a #s(literal -7 binary64)))) #s(literal 1/432 binary64) (fma.f64 (*.f64 #s(literal -1 binary64) (pow.f64 a #s(literal -3/2 binary64))) #s(literal 1/6 binary64) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)))))) a))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) (neg.f64 (*.f64 (*.f64 rand a) (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) #s(literal 1/3 binary64)) (pow.f64 rand #s(literal -1 binary64)))))) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) #s(literal 1/3 binary64)) (pow.f64 rand #s(literal -1 binary64))) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 rand #s(literal 1/3 binary64)) (-.f64 a #s(literal 1/3 binary64)))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 rand #s(literal 1/3 binary64)) (-.f64 a #s(literal 1/3 binary64)))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) a) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (*.f64 rand #s(literal 1/3 binary64)) a)) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) a) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (fma.f64 (*.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) rand) a a)) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) #s(literal 1 binary64)) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (fma.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) rand #s(literal 1 binary64))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) (*.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) rand)) |
#s(approx rand rand) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) a) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) a) |
#s(approx (* 1/3 rand) (*.f64 rand #s(literal 1/3 binary64))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) a) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (/.f64 a rand)) |
#s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a) rand)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64) (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand)) rand)) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64) (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand)) rand)) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64) (/.f64 a rand)) rand)) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (*.f64 (*.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) rand) a)) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (*.f64 (fma.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) a (/.f64 a rand)) rand)) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (*.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) rand)) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (*.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal -1/18 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64) (pow.f64 rand #s(literal -1 binary64)))) rand)) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand)) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand)) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand))) rand))) |
#s(approx (- (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) 1/3) (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand))) rand))) |
#s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 a rand))) rand))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (neg.f64 (*.f64 (*.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal 1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal -1/3 binary64))) rand) a))) |
#s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (neg.f64 (*.f64 (fma.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal 1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal -1/3 binary64))) a (neg.f64 (/.f64 a rand))) rand))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (neg.f64 (*.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal 1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal -1/3 binary64))) rand))) |
#s(approx (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) (neg.f64 (*.f64 (-.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal 1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal -1/3 binary64))) (pow.f64 rand #s(literal -1 binary64))) rand))) |
#s(approx (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) (neg.f64 (*.f64 (fma.f64 (pow.f64 a #s(literal -3/2 binary64)) #s(literal 1/18 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal -1/3 binary64))) rand))) |
#s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (sqrt.f64 a) (neg.f64 (/.f64 a rand))) rand))) |
#s(approx (+ (* (* (sqrt a) rand) 1/3) a) (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (sqrt.f64 a) (neg.f64 (/.f64 a rand))) rand))) |
#s(approx (* (+ (* (sqrt a) 1/3) (/ a rand)) rand) (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (sqrt.f64 a) (neg.f64 (/.f64 a rand))) rand))) |
Compiled 15 122 to 1 401 computations (90.7% saved)
19 alts after pruning (12 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 290 | 5 | 295 |
| Fresh | 0 | 7 | 7 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 4 | 4 |
| Total | 292 | 19 | 311 |
| Status | Accuracy | Program |
|---|---|---|
| 98.7% | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) rand))) | |
| 98.8% | (*.f64 (-.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (sqrt.f64 (*.f64 #s(approx (- a 1/3) a) #s(literal 9 binary64)))) #s(literal 1 binary64))) | |
| 96.9% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64) a)) | |
| 45.3% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (/.f64 (fma.f64 (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a) a (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal -1/18 binary64))) a))) #s(literal 1/3 binary64))) | |
| ✓ | 60.3% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
| 39.8% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) | |
| ✓ | 40.1% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))) |
| 40.1% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 #s(approx (- a 1/3) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) a))))) | |
| 39.0% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 #s(approx (- a 1/3) a)))) | |
| 39.0% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (/.f64 (*.f64 rand #s(literal 1/3 binary64)) (sqrt.f64 a))) a)) | |
| ✓ | 39.0% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) a)) |
| ✓ | 96.9% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
| 97.2% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand a))) | |
| 97.2% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (sqrt.f64 a) (*.f64 rand #s(literal 1/3 binary64)) a))) | |
| ✓ | 77.1% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand))) |
| ✓ | 38.7% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
| 39.0% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand))) | |
| 38.7% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 #s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (/.f64 a rand)) rand))) | |
| ✓ | 58.8% | #s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
Compiled 2 032 to 671 computations (67% saved)
| Inputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 #s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (/.f64 a rand)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 #s(approx (- a 1/3) a)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (sqrt.f64 a) (*.f64 rand #s(literal 1/3 binary64)) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) a) #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) a) #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (/.f64 (*.f64 rand #s(literal 1/3 binary64)) (sqrt.f64 a))) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 a #s(literal 1 binary64) (*.f64 a (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))))) |
(*.f64 (-.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (sqrt.f64 (*.f64 #s(approx (- a 1/3) a) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64) (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand)) rand)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 #s(approx (- a 1/3) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) a))))) |
(*.f64 (-.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) #s(approx (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(approx (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) rand))) |
(*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) #s(approx (- a (/ 1 3)) a)))) rand))) |
(*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) rand) (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) #s(approx (* (+ (+ (* -1/18 (* (sqrt (pow a -3)) rand)) (* (/ rand (sqrt a)) 1/3)) 1) a) (/.f64 (fma.f64 (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a) a (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal -1/18 binary64))) a))) #s(literal 1/3 binary64))) |
(*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 #s(approx (+ (* (* 1/3 rand) (sqrt (- a 1/3))) a) (*.f64 (+.f64 (fma.f64 #s(literal -1/18 binary64) (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) #s(literal 1 binary64)) a)) #s(literal 1/3 binary64))) |
(*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (* 9 (- a (/ 1 3)))) (*.f64 (fma.f64 #s(literal -1/2 binary64) (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 3 binary64))) a))) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a) #s(literal -1/3 binary64) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 a #s(literal -3 binary64))) rand) #s(literal 1/18 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64)))) #s(literal 1 binary64)) a)) |
| Outputs |
|---|
(*.f64 (-.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (sqrt.f64 (*.f64 (-.f64 a #s(literal 1/3 binary64)) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
4 calls:
| 56.0ms | a |
| 10.0ms | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 10.0ms | rand |
| 9.0ms | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.9% | 1 | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 99.9% | 1 | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| 99.9% | 1 | a |
| 99.9% | 1 | rand |
Compiled 27 to 23 computations (14.8% saved)
| Inputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 #s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (/.f64 a rand)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 #s(approx (- a 1/3) a)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (sqrt.f64 a) (*.f64 rand #s(literal 1/3 binary64)) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) a) #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) a) #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 #s(approx (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) (/.f64 (*.f64 rand #s(literal 1/3 binary64)) (sqrt.f64 a))) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 (*.f64 a (/.f64 rand (sqrt.f64 a))) #s(literal 1/3 binary64) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 rand #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (fma.f64 a #s(literal 1 binary64) (*.f64 a (*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64))))) |
(*.f64 (-.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (sqrt.f64 (*.f64 #s(approx (- a 1/3) a) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (fma.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64) (/.f64 (-.f64 a #s(literal 1/3 binary64)) rand)) rand)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 #s(approx (- a 1/3) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) a))))) |
| Outputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) a) #s(literal 1/3 binary64))) |
4 calls:
| 45.0ms | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 7.0ms | rand |
| 7.0ms | a |
| 7.0ms | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.8% | 1 | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 99.8% | 1 | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| 99.8% | 1 | a |
| 99.8% | 1 | rand |
Compiled 27 to 23 computations (14.8% saved)
| Inputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 #s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (/.f64 a rand)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 #s(approx (- a 1/3) a)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (sqrt.f64 a) (*.f64 rand #s(literal 1/3 binary64)) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) a) #s(literal 1/3 binary64))) |
| Outputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) rand) #s(approx (sqrt (- a 1/3)) (sqrt.f64 a)) a) #s(literal 1/3 binary64))) |
4 calls:
| 4.0ms | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 4.0ms | rand |
| 4.0ms | a |
| 4.0ms | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.7% | 1 | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 98.7% | 1 | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| 98.7% | 1 | a |
| 98.7% | 1 | rand |
Compiled 27 to 23 computations (14.8% saved)
| Inputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 #s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (/.f64 a rand)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 #s(approx (- a 1/3) a)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (sqrt.f64 a) (*.f64 rand #s(literal 1/3 binary64)) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 (sqrt.f64 (-.f64 a #s(literal 1/3 binary64))) rand) #s(literal 1/3 binary64))) |
| Outputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand a))) |
4 calls:
| 4.0ms | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 4.0ms | rand |
| 4.0ms | a |
| 4.0ms | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.2% | 1 | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 97.2% | 1 | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| 97.2% | 1 | a |
| 97.2% | 1 | rand |
Compiled 27 to 23 computations (14.8% saved)
| Inputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 #s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (/.f64 a rand)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 #s(approx (- a 1/3) a)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (sqrt.f64 a) (*.f64 rand #s(literal 1/3 binary64)) a))) |
| Outputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (fma.f64 (sqrt.f64 a) (*.f64 rand #s(literal 1/3 binary64)) a))) |
4 calls:
| 16.0ms | rand |
| 3.0ms | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 3.0ms | a |
| 3.0ms | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.2% | 1 | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 97.2% | 1 | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| 97.2% | 1 | a |
| 97.2% | 1 | rand |
Compiled 27 to 23 computations (14.8% saved)
| Inputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 #s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (/.f64 a rand)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 #s(approx (- a 1/3) a)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
| Outputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (fma.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64) a))) |
4 calls:
| 3.0ms | rand |
| 3.0ms | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| 3.0ms | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 3.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.9% | 1 | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 96.9% | 1 | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| 96.9% | 1 | a |
| 96.9% | 1 | rand |
Compiled 27 to 23 computations (14.8% saved)
| Inputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 #s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (/.f64 a rand)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 #s(approx (- a 1/3) a)))) |
| Outputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (*.f64 (*.f64 #s(literal 1/3 binary64) rand) (sqrt.f64 #s(approx (- a 1/3) a)))) |
4 calls:
| 8.0ms | a |
| 3.0ms | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 2.0ms | rand |
| 2.0ms | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.7% | 3 | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| 92.4% | 3 | rand |
| 64.2% | 3 | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 64.2% | 3 | a |
Compiled 27 to 23 computations (14.8% saved)
| Inputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 #s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (/.f64 a rand)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
| Outputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand))) |
1 calls:
| 2.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.4% | 3 | rand |
Compiled 1 to 2 computations (-100% saved)
| Inputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 #s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (/.f64 a rand)) rand))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
| Outputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) (*.f64 (*.f64 (sqrt.f64 a) rand) #s(literal 1/3 binary64)))) |
1 calls:
| 2.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.1% | 3 | rand |
Compiled 1 to 2 computations (-100% saved)
| Inputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (+ (* a 1) (* a (* (/ rand (sqrt a)) 1/3))) (*.f64 #s(approx (+ (* (sqrt a) 1/3) (/ a rand)) (/.f64 a rand)) rand))) |
| Outputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) (-.f64 a #s(literal 1/3 binary64))) |
4 calls:
| 2.0ms | a |
| 2.0ms | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 2.0ms | rand |
| 1.0ms | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 60.3% | 1 | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 60.3% | 1 | a |
| 60.3% | 1 | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| 60.3% | 1 | rand |
Compiled 27 to 23 computations (14.8% saved)
Total 0.0b remaining (0%)
Threshold costs 0b (0%)
| Inputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
| Outputs |
|---|
#s(approx (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) #s(approx (* (+ (* (* (/ 1 (sqrt a)) rand) 1/3) 1) a) a)) |
4 calls:
| 22.0ms | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| 1.0ms | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 1.0ms | a |
| 1.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 58.8% | 1 | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| 58.8% | 1 | rand |
| 58.8% | 1 | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 58.8% | 1 | a |
Compiled 27 to 23 computations (14.8% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 35.0ms | 3.417323001025885e+91 | 3.855443593062424e+122 |
| 13.0ms | -5.2726881181891446e+75 | -2.085246200572396e+70 |
| 16.0ms | 320× | 0 | valid |
Compiled 1 204 to 843 computations (30% saved)
ival-mult!: 4.0ms (41.1% of total)ival-sqrt: 3.0ms (30.8% of total)ival-div!: 2.0ms (20.6% of total)ival-sub!: 1.0ms (10.3% of total)ival-add!: 1.0ms (10.3% of total)adjust: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 3.417323001025885e+91 | 3.855443593062424e+122 |
| 1.0ms | -5.2726881181891446e+75 | -2.085246200572396e+70 |
Compiled 1 303 to 898 computations (31.1% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 3.417323001025885e+91 | 3.855443593062424e+122 |
| 1.0ms | -5.2726881181891446e+75 | -2.085246200572396e+70 |
Compiled 1 303 to 898 computations (31.1% saved)
| 1× | fuel |
Compiled 590 to 81 computations (86.3% saved)
Compiled 1 220 to 188 computations (84.6% saved)
Loading profile data...