
Time bar (total: 9.6s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 1 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 2 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 3 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 4 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 5 |
| 25% | 24.9% | 74.8% | 0.2% | 0% | 0% | 0% | 6 |
| 25% | 24.9% | 74.8% | 0.2% | 0% | 0% | 0% | 7 |
| 25% | 24.9% | 74.8% | 0.2% | 0% | 0% | 0% | 8 |
| 37.5% | 37.4% | 62.3% | 0.2% | 0% | 0% | 0% | 9 |
| 40.6% | 40.5% | 59.2% | 0.2% | 0% | 0% | 0% | 10 |
| 51.7% | 48.3% | 45.2% | 0.2% | 0% | 6.2% | 0% | 11 |
| 51.7% | 48.3% | 45.2% | 0.2% | 0% | 6.2% | 0% | 12 |
Compiled 16 to 14 computations (12.5% saved)
| 813.0ms | 8 256× | 0 | valid |
| 215.0ms | 2 071× | 0 | invalid |
ival-mult: 408.0ms (61.6% of total)ival-sqrt: 103.0ms (15.6% of total)ival-div: 94.0ms (14.2% of total)ival-sub: 43.0ms (6.5% of total)ival-true: 7.0ms (1.1% of total)ival-assert: 4.0ms (0.6% of total)adjust: 3.0ms (0.5% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 109 | 0 | - | 1 | (1.477487523179858e+131 6.739255405497244e-53 -3.2716267103492737e-194 -3.658335069606176e-207 4.449402264766276e-108) | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
| 41 | 1 | (-1144.967612970756 -8.952209574181717e-232 1.2719955806107196e-295 -5.433662240330726e-141 1.725075819322109e-260) | 1 | (1.881206997601234e-48 2.4924554175751434e-84 -1.2315790523143366e-190 4.055377883607358e-190 -3.820381332714694e-212) | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 17 | 0 | - | 1 | (-8.833744160482587e-49 1.793801333591597e-274 3.561093329032146e+305 -8.082187280721031e+247 1.8259374706059562e-16) | (*.f64 (*.f64 x y) z) |
| 3 | 0 | - | 0 | - | (-.f64 (*.f64 z z) (*.f64 t a)) |
| 0 | 0 | - | 0 | - | a |
| 0 | 0 | - | 0 | - | t |
| 0 | 0 | - | 0 | - | z |
| 0 | 0 | - | 0 | - | (*.f64 x y) |
| 0 | 0 | - | 0 | - | (*.f64 z z) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | (*.f64 t a) |
| 0 | 0 | - | 0 | - | x |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
sqrt.f64 | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) | oflow-rescue | 98 | 0 |
| ↳ | (-.f64 (*.f64 z z) (*.f64 t a)) | overflow | 98 | |
| ↳ | (*.f64 t a) | overflow | 24 | |
| ↳ | (*.f64 z z) | overflow | 78 | |
/.f64 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | o/n | 34 | 0 |
| ↳ | (*.f64 x y) | overflow | 33 | |
| ↳ | (*.f64 (*.f64 x y) z) | overflow | 57 | |
sqrt.f64 | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) | uflow-rescue | 10 | 0 |
| ↳ | (-.f64 (*.f64 z z) (*.f64 t a)) | underflow | 10 | |
| ↳ | (*.f64 t a) | underflow | 36 | |
| ↳ | (*.f64 z z) | underflow | 43 | |
*.f64 | (*.f64 (*.f64 x y) z) | n*o | 9 | 0 |
/.f64 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | u/n | 7 | 0 |
| ↳ | (*.f64 x y) | underflow | 21 | |
| ↳ | (*.f64 (*.f64 x y) z) | underflow | 28 | |
*.f64 | (*.f64 (*.f64 x y) z) | n*u | 7 | 0 |
-.f64 | (-.f64 (*.f64 z z) (*.f64 t a)) | nan-rescue | 3 | 0 |
| ↳ | (*.f64 z z) | overflow | 78 | |
| ↳ | (*.f64 t a) | overflow | 24 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 107 | 1 |
| - | 19 | 129 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 107 | 0 | 1 |
| - | 19 | 0 | 129 |
| number | freq |
|---|---|
| 0 | 130 |
| 1 | 85 |
| 2 | 40 |
| 3 | 1 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 49.0ms | 512× | 0 | valid |
Compiled 114 to 40 computations (64.9% saved)
ival-mult: 15.0ms (57% of total)ival-sqrt: 4.0ms (15.2% of total)ival-sub: 3.0ms (11.4% of total)ival-div: 3.0ms (11.4% of total)ival-true: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 94 | 299 |
| 1 | 234 | 299 |
| 2 | 604 | 299 |
| 3 | 1333 | 299 |
| 4 | 2595 | 299 |
| 5 | 3181 | 299 |
| 6 | 3335 | 299 |
| 7 | 3358 | 299 |
| 8 | 3362 | 299 |
| 9 | 3362 | 299 |
| 10 | 3429 | 299 |
| 0 | 12 | 14 |
| 0 | 19 | 14 |
| 1 | 33 | 14 |
| 2 | 71 | 14 |
| 3 | 133 | 14 |
| 4 | 192 | 14 |
| 5 | 274 | 14 |
| 6 | 382 | 14 |
| 7 | 491 | 14 |
| 8 | 510 | 14 |
| 0 | 510 | 14 |
| 1× | iter limit |
| 1× | saturated |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| Outputs |
|---|
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 z (*.f64 y x)) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(negabs x)
(negabs y)
(negabs z)
(sort x y)
(sort t a)
Compiled 14 to 12 computations (14.3% saved)
Compiled 0 to 5 computations (-∞% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 59.7% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
Compiled 14 to 12 computations (14.3% saved)
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) | |
| cost-diff | 0 | (*.f64 x y) | |
| cost-diff | 0 | (*.f64 (*.f64 x y) z) | |
| cost-diff | 0 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 48 |
| 0 | 19 | 48 |
| 1 | 33 | 48 |
| 2 | 71 | 48 |
| 3 | 133 | 48 |
| 4 | 192 | 48 |
| 5 | 274 | 48 |
| 6 | 382 | 48 |
| 7 | 491 | 48 |
| 8 | 510 | 48 |
| 0 | 510 | 48 |
| 1× | iter limit |
| 1× | saturated |
| 1× | iter limit |
| Inputs |
|---|
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(*.f64 (*.f64 x y) z) |
(*.f64 x y) |
x |
y |
z |
(sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
(-.f64 (*.f64 z z) (*.f64 t a)) |
(*.f64 z z) |
(*.f64 t a) |
t |
a |
| Outputs |
|---|
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 z (*.f64 y x)) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(*.f64 (*.f64 x y) z) |
(*.f64 z (*.f64 y x)) |
(*.f64 x y) |
(*.f64 y x) |
x |
y |
z |
(sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
(sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) |
(-.f64 (*.f64 z z) (*.f64 t a)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(*.f64 z z) |
(*.f64 t a) |
(*.f64 a t) |
t |
a |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 0.6054687500000001 | (-.f64 (*.f64 z z) (*.f64 t a)) | |
| accuracy | 4.083350477807224 | (*.f64 (*.f64 x y) z) | |
| accuracy | 9.740444684381176 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| accuracy | 25.30800635048702 | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
| 29.0ms | 256× | 0 | valid |
Compiled 50 to 14 computations (72% saved)
ival-mult: 6.0ms (55.7% of total)ival-sqrt: 2.0ms (18.6% of total)ival-sub: 1.0ms (9.3% of total)ival-div: 1.0ms (9.3% of total)ival-true: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(*.f64 (*.f64 x y) z) |
(*.f64 x y) |
(sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
(-.f64 (*.f64 z z) (*.f64 t a)) |
| Outputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* (* x y) z) #s(hole binary64 (* x (* y z)))) |
#s(approx (* x y) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a t)))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (- (pow z 2) (* a t)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (pow z 2))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 z))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (+ (* -1 (* a t)) (pow z 2)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* t (- (/ (pow z 2) t) a)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* a (- (/ (pow z 2) a) t)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))))) |
15 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 28.0ms | t | @ | -inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (- (* z z) (* t a))) |
| 5.0ms | y | @ | 0 | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (- (* z z) (* t a))) |
| 5.0ms | z | @ | 0 | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (- (* z z) (* t a))) |
| 3.0ms | t | @ | inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (- (* z z) (* t a))) |
| 3.0ms | x | @ | 0 | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (- (* z z) (* t a))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 567 | 3185 |
| 1 | 1813 | 3108 |
| 0 | 8268 | 3005 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* (* x y) z) #s(hole binary64 (* x (* y z)))) |
#s(approx (* x y) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a t)))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (- (pow z 2) (* a t)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (pow z 2))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 z))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (+ (* -1 (* a t)) (pow z 2)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* t (- (/ (pow z 2) t) a)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* a (- (/ (pow z 2) a) t)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))))) |
| Outputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (* (* x y) z) #s(hole binary64 (* x (* y z)))) |
#s(approx (* (* x y) z) (*.f64 (*.f64 z y) x)) |
#s(approx (* x y) #s(hole binary64 (* x y))) |
#s(approx (* x y) (*.f64 y x)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (sqrt.f64 #s(literal -1 binary64))) y (*.f64 (*.f64 (*.f64 z z) #s(literal -1/2 binary64)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 y x)) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64))))) z)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (sqrt.f64 #s(literal -1 binary64))) y (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) x) (/.f64 y (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 a t))) (fma.f64 x (/.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) y) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z)) y) x) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 z z))) (*.f64 z z))) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 z z) #s(literal -1 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 z z) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal 1/16 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) #s(literal -1/8 binary64))) (*.f64 z z) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a t)))) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a)) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (- (pow z 2) (* a t)))) |
#s(approx (- (* z z) (* t a)) (fma.f64 (neg.f64 t) a (*.f64 z z))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) z) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) x) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) a) a) (*.f64 #s(literal -3/4 binary64) y)) (pow.f64 z #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) z) (*.f64 y x)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) a) a) (*.f64 #s(literal -3/4 binary64) y)) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) #s(literal -3/4 binary64)) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64))) y) (pow.f64 z #s(literal 6 binary64))))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) z) (*.f64 y x)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) z) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 z #s(literal -1/2 binary64)) (*.f64 (/.f64 t z) (/.f64 a z)) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a a)) (/.f64 (*.f64 t t) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64))) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a a)) (/.f64 (*.f64 t t) (pow.f64 z #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) (/.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) (pow.f64 z #s(literal 6 binary64))))) z z)) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (pow z 2))) |
#s(approx (- (* z z) (* t a)) (*.f64 z z)) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))))) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 y) x)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) z)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 y x) t) z) (/.f64 a z)) (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 (*.f64 a a) #s(literal -3/4 binary64))) (*.f64 y x)) (pow.f64 z #s(literal 4 binary64))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) z) (*.f64 #s(literal 1/2 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) a) a) (*.f64 #s(literal -3/4 binary64) y)) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) #s(literal -3/4 binary64)) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64))) y) (pow.f64 z #s(literal 6 binary64))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 z))) |
#s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 z) (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 z) (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a a)) (/.f64 (*.f64 t t) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (neg.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a a)) (/.f64 (*.f64 t t) (pow.f64 z #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) (/.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) (pow.f64 z #s(literal 6 binary64))))) z z))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (*.f64 (*.f64 y x) t) (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) (*.f64 #s(literal -3/4 binary64) (*.f64 z z)))) (*.f64 (/.f64 (*.f64 a x) z) (/.f64 y z)))) t (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 t #s(literal -1/2 binary64)) (fma.f64 (*.f64 (*.f64 t x) (*.f64 (*.f64 z z) y)) (fma.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) (*.f64 #s(literal -3/4 binary64) a)) (*.f64 z z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 a #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) (*.f64 #s(literal -3/4 binary64) (*.f64 z z))) (*.f64 y x))) (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 y x) a) z))) t (*.f64 y x))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a a)) (/.f64 t (pow.f64 z #s(literal 3 binary64))) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 a #s(literal 3 binary64))) (/.f64 t (pow.f64 z #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a a)) (pow.f64 z #s(literal 3 binary64)))) t (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z)) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (+ (* -1 (* a t)) (pow z 2)))) |
#s(approx (- (* z z) (* t a)) (fma.f64 (neg.f64 t) a (*.f64 z z))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) x) (/.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) x) (/.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64)))))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 #s(literal -1/4 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) (pow.f64 a #s(literal 3 binary64))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) z) (sqrt.f64 #s(literal -1 binary64))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))) t)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) t)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 7 binary64)))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))) t)) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* t (- (/ (pow z 2) t) a)))) |
#s(approx (- (* z z) (* t a)) (*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x)) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x)) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 y x)) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) z)) y (fma.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 y x)) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 a t)) (*.f64 y x)) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) (pow.f64 a #s(literal 3 binary64))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) (*.f64 (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 y x)) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (pow.f64 t #s(literal 3 binary64)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 a t)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 t) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 t) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 t) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64)))) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 7 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))))) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) (fma.f64 (/.f64 (*.f64 z z) t) #s(literal -1 binary64) a))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (*.f64 (*.f64 y x) a) (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) (*.f64 #s(literal -3/4 binary64) (*.f64 z z)))) (*.f64 (/.f64 (*.f64 t x) z) (/.f64 y z)))) a (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 a #s(literal -1/2 binary64)) (fma.f64 (*.f64 (*.f64 a x) (*.f64 (*.f64 z z) y)) (fma.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) (*.f64 #s(literal -3/4 binary64) t)) (*.f64 z z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 t #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) (*.f64 #s(literal -3/4 binary64) (*.f64 z z))) (*.f64 y x))) (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 y x) t) z))) a (*.f64 y x))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 t t) a) (pow.f64 z #s(literal 3 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) a) (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 t t)) (pow.f64 z #s(literal 3 binary64)))) a (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) x) (/.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64)))))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 #s(literal -1/4 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) (pow.f64 t #s(literal 3 binary64))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) z) (sqrt.f64 #s(literal -1 binary64))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) a)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))) a)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 t #s(literal 5 binary64)))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) a)) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* a (- (/ (pow z 2) a) t)))) |
#s(approx (- (* z z) (* t a)) (*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) z)) y (fma.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 y x)) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 y x)) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 t a)) (*.f64 y x)) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) (pow.f64 t #s(literal 3 binary64))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z)))) (pow.f64 a #s(literal 3 binary64)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 t #s(literal 5 binary64)))) (*.f64 (pow.f64 z #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))))) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) (fma.f64 (/.f64 (*.f64 z z) a) #s(literal -1 binary64) t))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 37 |
| 0 | 19 | 37 |
| 1 | 206 | 37 |
| 2 | 2650 | 37 |
| 0 | 8687 | 35 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(*.f64 (*.f64 x y) z) |
(*.f64 x y) |
(sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
(-.f64 (*.f64 z z) (*.f64 t a)) |
| Outputs |
|---|
(*.f64 (/.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (/.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) #s(literal 2 binary64)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (/.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) #s(literal 2 binary64)) (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (cbrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 (/.f64 z (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (/.f64 (*.f64 y x) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 (/.f64 z (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (/.f64 (*.f64 y x) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (/.f64 z (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 (/.f64 (*.f64 y x) (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (/.f64 z (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 (/.f64 x (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (/.f64 (*.f64 z y) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 (/.f64 x (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (/.f64 (*.f64 z y) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 (neg.f64 (sqrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) (neg.f64 (sqrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))))) |
(*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) (*.f64 y x)) |
(*.f64 (sqrt.f64 (*.f64 y x)) (*.f64 (sqrt.f64 (*.f64 y x)) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 (sqrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (sqrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (/.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 y x)) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 (cbrt.f64 (/.f64 (pow.f64 (*.f64 z (*.f64 y x)) #s(literal 2 binary64)) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (cbrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 (cbrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (cbrt.f64 (/.f64 (pow.f64 (*.f64 z (*.f64 y x)) #s(literal 2 binary64)) (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 z (/.f64 (*.f64 y x) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 (*.f64 y x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 y (*.f64 x (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 x (/.f64 (*.f64 z y) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 x (*.f64 y (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(pow.f64 (pow.f64 (sqrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(pow.f64 (pow.f64 (sqrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (*.f64 (cbrt.f64 #s(literal 2 binary64)) (cbrt.f64 #s(literal 2 binary64)))) (cbrt.f64 #s(literal 2 binary64))) |
(pow.f64 (pow.f64 (cbrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(pow.f64 (pow.f64 (cbrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (*.f64 (cbrt.f64 #s(literal 3 binary64)) (cbrt.f64 #s(literal 3 binary64)))) (cbrt.f64 #s(literal 3 binary64))) |
(pow.f64 (sqrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (/.f64 (pow.f64 (*.f64 z (*.f64 y x)) #s(literal 2 binary64)) (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1/2 binary64)) |
(pow.f64 (cbrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 z (*.f64 y x)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(/.f64 (/.f64 (*.f64 z (*.f64 y x)) (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(/.f64 (*.f64 z (*.f64 y x)) (neg.f64 (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(/.f64 (*.f64 z (*.f64 y x)) (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) |
(neg.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(cbrt.f64 (/.f64 (pow.f64 (*.f64 z (*.f64 y x)) #s(literal 3 binary64)) (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 3/2 binary64)))) |
(cbrt.f64 (pow.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) #s(literal 3 binary64))) |
(sqrt.f64 (/.f64 (pow.f64 (*.f64 z (*.f64 y x)) #s(literal 2 binary64)) (fma.f64 (neg.f64 t) a (*.f64 z z)))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) #s(literal 3 binary64))) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (log.f64 (cbrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(+.f64 (log.f64 (sqrt.f64 (exp.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))))) (log.f64 (sqrt.f64 (exp.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (exp.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) (cbrt.f64 (exp.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))))) (log.f64 (cbrt.f64 (exp.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (log.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) (sinh.f64 (log.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))))) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) (/.f64 (pow.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) #s(literal 2 binary64)) (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))))) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) (cbrt.f64 (/.f64 (pow.f64 (*.f64 z (*.f64 y x)) #s(literal 2 binary64)) (fma.f64 (neg.f64 t) a (*.f64 z z)))))) |
(log.f64 (pow.f64 (exp.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (*.f64 y x))) |
(log.f64 (/.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))))) |
(log.f64 (exp.f64 (/.f64 (*.f64 z (*.f64 y x)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 (*.f64 z (sqrt.f64 (*.f64 y x))) (sqrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 z (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 z x) y) |
(*.f64 (*.f64 (*.f64 y x) (sqrt.f64 z)) (sqrt.f64 z)) |
(*.f64 (*.f64 (*.f64 y x) (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (cbrt.f64 z)) |
(*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) #s(literal 2 binary64))) (cbrt.f64 (*.f64 z (*.f64 y x)))) |
(*.f64 (neg.f64 x) (*.f64 z y)) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 z (*.f64 y x)))) (neg.f64 (sqrt.f64 (*.f64 z (*.f64 y x))))) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 z (*.f64 y x)))) (sqrt.f64 (*.f64 z (*.f64 y x)))) |
(*.f64 (neg.f64 (*.f64 y x)) z) |
(*.f64 (*.f64 z y) x) |
(*.f64 (sqrt.f64 z) (*.f64 (sqrt.f64 z) (*.f64 y x))) |
(*.f64 (sqrt.f64 (*.f64 y x)) (*.f64 (sqrt.f64 (*.f64 y x)) z)) |
(*.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (neg.f64 (sqrt.f64 (*.f64 z (*.f64 y x))))) |
(*.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 (*.f64 z (*.f64 y x)))) |
(*.f64 (sqrt.f64 x) (*.f64 (sqrt.f64 x) (*.f64 z y))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 y x)) z)) |
(*.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (cbrt.f64 z) (*.f64 y x))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) #s(literal 2 binary64)) (neg.f64 (cbrt.f64 (*.f64 z (*.f64 y x))))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) #s(literal 2 binary64)) (cbrt.f64 (*.f64 z (*.f64 y x)))) |
(*.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) (pow.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 x) #s(literal 2 binary64)) (*.f64 (cbrt.f64 x) (*.f64 z y))) |
(*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 y x))) |
(*.f64 z (neg.f64 (*.f64 y x))) |
(*.f64 z (*.f64 y x)) |
(*.f64 (*.f64 y x) z) |
(*.f64 y (*.f64 x z)) |
(*.f64 x (neg.f64 (*.f64 z y))) |
(*.f64 x (*.f64 z y)) |
(pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (*.f64 (cbrt.f64 #s(literal 2 binary64)) (cbrt.f64 #s(literal 2 binary64)))) (cbrt.f64 #s(literal 2 binary64))) |
(pow.f64 (pow.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(pow.f64 (pow.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) (*.f64 (cbrt.f64 #s(literal 3 binary64)) (cbrt.f64 #s(literal 3 binary64)))) (cbrt.f64 #s(literal 3 binary64))) |
(pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 z (*.f64 y x)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (pow.f64 (*.f64 z (*.f64 y x)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) #s(literal 3 binary64)) |
(pow.f64 (*.f64 z (*.f64 y x)) #s(literal 1 binary64)) |
(neg.f64 (*.f64 z (*.f64 y x))) |
(cbrt.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 z #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 z (*.f64 y x)) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 z (*.f64 y x)) #s(literal 2 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 y x))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 z (*.f64 y x)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (*.f64 z (*.f64 y x)) #s(literal 3 binary64))) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (log.f64 (cbrt.f64 (*.f64 z (*.f64 y x)))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 z (*.f64 y x))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 z (*.f64 y x)))) |
(+.f64 (log.f64 (sqrt.f64 (pow.f64 (pow.f64 (exp.f64 x) z) y))) (log.f64 (sqrt.f64 (pow.f64 (pow.f64 (exp.f64 x) z) y)))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 x) z) y)) (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 x) z) y)))) (log.f64 (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 x) z) y)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (*.f64 z (*.f64 y x))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (*.f64 z (*.f64 y x))) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 z (*.f64 y x)))) (sinh.f64 (log.f64 (*.f64 z (*.f64 y x))))) |
(log.f64 (pow.f64 (exp.f64 (sqrt.f64 (*.f64 y x))) (*.f64 z (sqrt.f64 (*.f64 y x))))) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 (*.f64 y x))) (*.f64 z (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64))))) |
(log.f64 (pow.f64 (exp.f64 y) (*.f64 z x))) |
(log.f64 (pow.f64 (exp.f64 (sqrt.f64 z)) (*.f64 (*.f64 y x) (sqrt.f64 z)))) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 z)) (*.f64 (*.f64 y x) (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))))) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 (*.f64 z (*.f64 y x)))) (neg.f64 (pow.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) #s(literal 2 binary64))))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 z) y) (neg.f64 x))) |
(log.f64 (pow.f64 (exp.f64 (sqrt.f64 (*.f64 z (*.f64 y x)))) (neg.f64 (sqrt.f64 (*.f64 z (*.f64 y x)))))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 z) #s(literal -1 binary64)) (neg.f64 (*.f64 y x)))) |
(log.f64 (pow.f64 (exp.f64 z) (neg.f64 (*.f64 y x)))) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 (*.f64 z (*.f64 y x)))) (pow.f64 (cbrt.f64 (*.f64 z (*.f64 y x))) #s(literal 2 binary64)))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 z) #s(literal -1 binary64)) (*.f64 y x))) |
(log.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (pow.f64 (exp.f64 x) z) y) #s(literal -1 binary64)))) |
(log.f64 (pow.f64 (pow.f64 (pow.f64 (exp.f64 x) z) y) #s(literal -1 binary64))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 x) z) y)) |
(*.f64 (*.f64 y (sqrt.f64 x)) (sqrt.f64 x)) |
(*.f64 (*.f64 y (pow.f64 (cbrt.f64 x) #s(literal 2 binary64))) (cbrt.f64 x)) |
(*.f64 (*.f64 x (sqrt.f64 y)) (sqrt.f64 y)) |
(*.f64 (*.f64 x (pow.f64 (cbrt.f64 y) #s(literal 2 binary64))) (cbrt.f64 y)) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 y x))) (neg.f64 (sqrt.f64 (*.f64 y x)))) |
(*.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (*.f64 y x))) |
(*.f64 (sqrt.f64 y) (*.f64 (sqrt.f64 y) x)) |
(*.f64 (sqrt.f64 x) (*.f64 (sqrt.f64 x) y)) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 y x))) |
(*.f64 (cbrt.f64 (*.f64 y x)) (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 y) #s(literal 2 binary64)) (*.f64 (cbrt.f64 y) x)) |
(*.f64 (pow.f64 (cbrt.f64 x) #s(literal 2 binary64)) (*.f64 (cbrt.f64 x) y)) |
(*.f64 #s(literal 1 binary64) (*.f64 y x)) |
(*.f64 y x) |
(*.f64 x y) |
(pow.f64 (pow.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(pow.f64 (pow.f64 (sqrt.f64 (*.f64 y x)) (*.f64 (cbrt.f64 #s(literal 2 binary64)) (cbrt.f64 #s(literal 2 binary64)))) (cbrt.f64 #s(literal 2 binary64))) |
(pow.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(pow.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) (*.f64 (cbrt.f64 #s(literal 3 binary64)) (cbrt.f64 #s(literal 3 binary64)))) (cbrt.f64 #s(literal 3 binary64))) |
(pow.f64 (sqrt.f64 (*.f64 y x)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 y x) #s(literal 1 binary64)) |
(cbrt.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 y x))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 3 binary64) (log.f64 (*.f64 y x))) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (log.f64 (cbrt.f64 (*.f64 y x))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 y x)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 y x))) |
(+.f64 (log.f64 (sqrt.f64 (pow.f64 (exp.f64 y) x))) (log.f64 (sqrt.f64 (pow.f64 (exp.f64 y) x)))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (pow.f64 (exp.f64 y) x)) (cbrt.f64 (pow.f64 (exp.f64 y) x)))) (log.f64 (cbrt.f64 (pow.f64 (exp.f64 y) x)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (*.f64 y x)) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 y x))) (sinh.f64 (log.f64 (*.f64 y x)))) |
(log.f64 (pow.f64 (exp.f64 (sqrt.f64 x)) (*.f64 y (sqrt.f64 x)))) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 x)) (*.f64 y (pow.f64 (cbrt.f64 x) #s(literal 2 binary64))))) |
(log.f64 (pow.f64 (exp.f64 (sqrt.f64 y)) (*.f64 x (sqrt.f64 y)))) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 y)) (*.f64 x (pow.f64 (cbrt.f64 y) #s(literal 2 binary64))))) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 (*.f64 y x))) (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)))) |
(log.f64 (pow.f64 (exp.f64 y) x)) |
(*.f64 (neg.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (neg.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(*.f64 (sqrt.f64 (pow.f64 (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 2 binary64))) (sqrt.f64 (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) |
(*.f64 #s(literal 1 binary64) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) |
(pow.f64 (pow.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(pow.f64 (pow.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) (*.f64 (cbrt.f64 #s(literal 2 binary64)) (cbrt.f64 #s(literal 2 binary64)))) (cbrt.f64 #s(literal 2 binary64))) |
(pow.f64 (pow.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(pow.f64 (pow.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) (*.f64 (cbrt.f64 #s(literal 3 binary64)) (cbrt.f64 #s(literal 3 binary64)))) (cbrt.f64 #s(literal 3 binary64))) |
(pow.f64 (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) (sqrt.f64 #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) |
(pow.f64 (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 #s(literal 1/2 binary64)))) (cbrt.f64 #s(literal 1/2 binary64))) |
(pow.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 3 binary64)) #s(literal 1/6 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 3/2 binary64)) |
(pow.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) #s(literal 3 binary64)) |
(pow.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/2 binary64)) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 z #s(literal 4 binary64)) (pow.f64 (*.f64 a t) #s(literal 2 binary64)))) (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)) (pow.f64 z #s(literal 4 binary64))))) |
(cbrt.f64 (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 3/2 binary64))) |
(sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) |
(fabs.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) |
(hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z) |
(hypot.f64 z (sqrt.f64 (*.f64 (neg.f64 t) a))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (log.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) #s(literal 3 binary64))) |
(exp.f64 (/.f64 (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1/2 binary64))) |
(exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(+.f64 (log.f64 (sqrt.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) (log.f64 (sqrt.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (cbrt.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))))) (log.f64 (cbrt.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))))) |
(+.f64 (cosh.f64 (/.f64 (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 2 binary64))) (sinh.f64 (/.f64 (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1/2 binary64))) (sinh.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1/2 binary64)))) |
(+.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(log.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 (*.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z) (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 (+.f64 z (sqrt.f64 (*.f64 a t))) (-.f64 z (sqrt.f64 (*.f64 a t)))) |
(*.f64 (*.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) (*.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 (pow.f64 (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 2 binary64)) (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) |
(*.f64 (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (*.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (pow.f64 (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 2 binary64))) |
(*.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z))) |
(*.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) |
(pow.f64 (pow.f64 (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 2 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) |
(pow.f64 (pow.f64 (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 #s(literal 1/2 binary64)))) (cbrt.f64 #s(literal 1/2 binary64))) |
(pow.f64 (pow.f64 (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(pow.f64 (pow.f64 (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (*.f64 (cbrt.f64 #s(literal 3 binary64)) (cbrt.f64 #s(literal 3 binary64)))) (cbrt.f64 #s(literal 3 binary64))) |
(pow.f64 (pow.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(pow.f64 (pow.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z) (*.f64 (cbrt.f64 #s(literal 2 binary64)) (cbrt.f64 #s(literal 2 binary64)))) (cbrt.f64 #s(literal 2 binary64))) |
(pow.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) #s(literal 4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 3/2 binary64)) #s(literal 2/3 binary64)) |
(pow.f64 (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 3 binary64)) |
(pow.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) #s(literal 6 binary64)) |
(pow.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1 binary64)) |
(/.f64 (+.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64))) (+.f64 (pow.f64 z #s(literal 4 binary64)) (-.f64 (pow.f64 (*.f64 a t) #s(literal 2 binary64)) (*.f64 (*.f64 z z) (*.f64 (neg.f64 t) a))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 z #s(literal 4 binary64)) (pow.f64 (*.f64 a t) #s(literal 2 binary64)))) (neg.f64 (fma.f64 a t (*.f64 z z)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)) (pow.f64 z #s(literal 4 binary64))))) |
(/.f64 (-.f64 (pow.f64 z #s(literal 4 binary64)) (pow.f64 (*.f64 a t) #s(literal 2 binary64))) (fma.f64 a t (*.f64 z z))) |
(/.f64 (-.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) (fma.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)) (pow.f64 z #s(literal 4 binary64)))) |
(fma.f64 (*.f64 (neg.f64 t) (sqrt.f64 a)) (sqrt.f64 a) (*.f64 z z)) |
(fma.f64 (*.f64 (neg.f64 t) (pow.f64 (cbrt.f64 a) #s(literal 2 binary64))) (cbrt.f64 a) (*.f64 z z)) |
(fma.f64 (*.f64 z (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (cbrt.f64 z) (*.f64 (neg.f64 (sqrt.f64 (*.f64 a t))) (sqrt.f64 (*.f64 a t)))) |
(fma.f64 (*.f64 z (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (cbrt.f64 z) (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 a t)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 a t)))) |
(fma.f64 (*.f64 z (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (cbrt.f64 z) (*.f64 (neg.f64 a) t)) |
(fma.f64 (*.f64 z (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (cbrt.f64 z) (*.f64 (neg.f64 t) a)) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) (sqrt.f64 (*.f64 (neg.f64 t) a)) (*.f64 z z)) |
(fma.f64 (*.f64 z (sqrt.f64 z)) (sqrt.f64 z) (*.f64 (neg.f64 (sqrt.f64 (*.f64 a t))) (sqrt.f64 (*.f64 a t)))) |
(fma.f64 (*.f64 z (sqrt.f64 z)) (sqrt.f64 z) (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 a t)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 a t)))) |
(fma.f64 (*.f64 z (sqrt.f64 z)) (sqrt.f64 z) (*.f64 (neg.f64 a) t)) |
(fma.f64 (*.f64 z (sqrt.f64 z)) (sqrt.f64 z) (*.f64 (neg.f64 t) a)) |
(fma.f64 (*.f64 (cbrt.f64 (*.f64 (neg.f64 t) a)) (cbrt.f64 (*.f64 (neg.f64 t) a))) (cbrt.f64 (*.f64 (neg.f64 t) a)) (*.f64 z z)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(fma.f64 (sqrt.f64 z) (*.f64 (sqrt.f64 z) z) (*.f64 (neg.f64 (sqrt.f64 (*.f64 a t))) (sqrt.f64 (*.f64 a t)))) |
(fma.f64 (sqrt.f64 z) (*.f64 (sqrt.f64 z) z) (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 a t)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 a t)))) |
(fma.f64 (sqrt.f64 z) (*.f64 (sqrt.f64 z) z) (*.f64 (neg.f64 a) t)) |
(fma.f64 (sqrt.f64 z) (*.f64 (sqrt.f64 z) z) (*.f64 (neg.f64 t) a)) |
(fma.f64 (pow.f64 (cbrt.f64 z) #s(literal 4 binary64)) (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (neg.f64 (sqrt.f64 (*.f64 a t))) (sqrt.f64 (*.f64 a t)))) |
(fma.f64 (pow.f64 (cbrt.f64 z) #s(literal 4 binary64)) (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 a t)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 a t)))) |
(fma.f64 (pow.f64 (cbrt.f64 z) #s(literal 4 binary64)) (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (neg.f64 a) t)) |
(fma.f64 (pow.f64 (cbrt.f64 z) #s(literal 4 binary64)) (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (neg.f64 t) a)) |
(fma.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (cbrt.f64 z) z) (*.f64 (neg.f64 (sqrt.f64 (*.f64 a t))) (sqrt.f64 (*.f64 a t)))) |
(fma.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (cbrt.f64 z) z) (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 a t)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 a t)))) |
(fma.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (cbrt.f64 z) z) (*.f64 (neg.f64 a) t)) |
(fma.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (cbrt.f64 z) z) (*.f64 (neg.f64 t) a)) |
(fma.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (pow.f64 (cbrt.f64 z) #s(literal 4 binary64)) (*.f64 (neg.f64 (sqrt.f64 (*.f64 a t))) (sqrt.f64 (*.f64 a t)))) |
(fma.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (pow.f64 (cbrt.f64 z) #s(literal 4 binary64)) (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 a t)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 a t)))) |
(fma.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (pow.f64 (cbrt.f64 z) #s(literal 4 binary64)) (*.f64 (neg.f64 a) t)) |
(fma.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (pow.f64 (cbrt.f64 z) #s(literal 4 binary64)) (*.f64 (neg.f64 t) a)) |
(fma.f64 #s(literal 1 binary64) (*.f64 z z) (*.f64 (neg.f64 (sqrt.f64 (*.f64 a t))) (sqrt.f64 (*.f64 a t)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 z z) (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 a t)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 a t)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 z z) (*.f64 (neg.f64 a) t)) |
(fma.f64 #s(literal 1 binary64) (*.f64 z z) (*.f64 (neg.f64 t) a)) |
(fma.f64 a (neg.f64 t) (*.f64 z z)) |
(fma.f64 z z (*.f64 (neg.f64 (sqrt.f64 (*.f64 a t))) (sqrt.f64 (*.f64 a t)))) |
(fma.f64 z z (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 a t)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 a t)))) |
(fma.f64 z z (*.f64 (neg.f64 a) t)) |
(fma.f64 z z (*.f64 (neg.f64 t) a)) |
(cbrt.f64 (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 2 binary64))) |
(-.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (fma.f64 a t (*.f64 z z))) (/.f64 (pow.f64 (*.f64 a t) #s(literal 2 binary64)) (fma.f64 a t (*.f64 z z)))) |
(-.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (fma.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)) (pow.f64 z #s(literal 4 binary64)))) (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (fma.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)) (pow.f64 z #s(literal 4 binary64))))) |
(-.f64 (*.f64 z z) (*.f64 (neg.f64 (neg.f64 t)) a)) |
(-.f64 (*.f64 z z) (*.f64 a t)) |
(exp.f64 (*.f64 (*.f64 #s(literal 3 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) |
(+.f64 (log.f64 (sqrt.f64 (exp.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) (log.f64 (sqrt.f64 (exp.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (exp.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (cbrt.f64 (exp.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))))) (log.f64 (cbrt.f64 (exp.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (sinh.f64 (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(+.f64 (*.f64 (neg.f64 t) a) (*.f64 z z)) |
(+.f64 (*.f64 z z) (*.f64 (neg.f64 (sqrt.f64 (*.f64 a t))) (sqrt.f64 (*.f64 a t)))) |
(+.f64 (*.f64 z z) (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 a t)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 a t)))) |
(+.f64 (*.f64 z z) (*.f64 (neg.f64 a) t)) |
(+.f64 (*.f64 z z) (*.f64 (neg.f64 t) a)) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (*.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z) (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))))) |
(log.f64 (pow.f64 (exp.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (*.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))))) |
(log.f64 (pow.f64 (exp.f64 (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) #s(literal -1 binary64)) (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (pow.f64 (cbrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 2 binary64)))) |
(log.f64 (*.f64 (pow.f64 (exp.f64 a) (neg.f64 t)) (pow.f64 (exp.f64 z) z))) |
(log.f64 (exp.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) |
Compiled 9 649 to 1 561 computations (83.8% saved)
16 alts after pruning (16 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 354 | 16 | 370 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 355 | 16 | 371 |
| Status | Accuracy | Program |
|---|---|---|
| 54.2% | (/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (*.f64 (cbrt.f64 #s(literal 2 binary64)) (cbrt.f64 #s(literal 2 binary64)))) (cbrt.f64 #s(literal 2 binary64))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| ▶ | 55.4% | (/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| ▶ | 57.5% | (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 57.5% | (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| 49.9% | (/.f64 (*.f64 (*.f64 x y) z) (pow.f64 (pow.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 #s(literal 3 binary64)))) | |
| 48.8% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (fma.f64 (*.f64 (neg.f64 t) (sqrt.f64 a)) (sqrt.f64 a) (*.f64 z z)))) | |
| ▶ | 44.3% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z))))) |
| 32.2% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a)))) | |
| 56.7% | (/.f64 (*.f64 (*.f64 x y) z) (exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64)))) | |
| 64.1% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z))) | |
| ▶ | 62.3% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
| 60.5% | (*.f64 y (*.f64 x (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) | |
| 53.7% | (*.f64 x (/.f64 (*.f64 z y) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) | |
| 60.6% | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) z) (*.f64 y x))) | |
| 57.1% | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x))) | |
| ▶ | 72.5% | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
Compiled 644 to 504 computations (21.7% saved)
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (sqrt.f64 (*.f64 z (*.f64 y x))) | |
| cost-diff | 0 | (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) | |
| cost-diff | 0 | (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) | |
| cost-diff | 0 | (/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| cost-diff | 0 | (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z)))) | |
| cost-diff | 0 | (*.f64 x y) | |
| cost-diff | 0 | (*.f64 (*.f64 x y) z) | |
| cost-diff | 0 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z))))) | |
| cost-diff | 0 | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) | |
| cost-diff | 0 | (*.f64 z y) | |
| cost-diff | 0 | (*.f64 (*.f64 z y) x) | |
| cost-diff | 0 | (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| cost-diff | 0 | #s(approx (sqrt (- (* z z) (* t a))) z) | |
| cost-diff | 0 | (*.f64 x y) | |
| cost-diff | 0 | (*.f64 (*.f64 x y) z) | |
| cost-diff | 0 | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| cost-diff | 0 | (*.f64 y x) | |
| cost-diff | 0 | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 41 | 317 |
| 0 | 67 | 317 |
| 1 | 111 | 317 |
| 2 | 232 | 317 |
| 3 | 532 | 317 |
| 4 | 1703 | 317 |
| 5 | 7665 | 317 |
| 0 | 8043 | 317 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y x) |
y |
x |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (*.f64 x y) z) |
(*.f64 x y) |
x |
y |
z |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(*.f64 (*.f64 z y) x) |
(*.f64 z y) |
z |
y |
x |
(sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
(-.f64 (*.f64 z z) (*.f64 t a)) |
(*.f64 z z) |
(*.f64 t a) |
t |
a |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z))))) |
(*.f64 (*.f64 x y) z) |
(*.f64 x y) |
x |
y |
z |
(sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z)))) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z))) |
(*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z)) |
(neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) |
(fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64)) |
(/.f64 t z) |
t |
(/.f64 a z) |
a |
#s(literal -1 binary64) |
(*.f64 z z) |
(/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) |
(sqrt.f64 (*.f64 z (*.f64 y x))) |
(*.f64 z (*.f64 y x)) |
z |
(*.f64 y x) |
y |
x |
(sqrt.f64 #s(literal 2 binary64)) |
#s(literal 2 binary64) |
(sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
(-.f64 (*.f64 z z) (*.f64 t a)) |
(*.f64 z z) |
(*.f64 t a) |
t |
a |
| Outputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y x) |
y |
x |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (/.f64 y #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z x)) |
(*.f64 (*.f64 x y) z) |
(*.f64 (*.f64 z y) x) |
(*.f64 x y) |
(*.f64 y x) |
x |
y |
z |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(*.f64 (*.f64 z y) x) |
(*.f64 z y) |
z |
y |
x |
(sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
(sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) |
(-.f64 (*.f64 z z) (*.f64 t a)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(*.f64 z z) |
(*.f64 t a) |
(*.f64 a t) |
t |
a |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (*.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64)) z) (neg.f64 z))))) |
(*.f64 (*.f64 x y) z) |
(*.f64 (*.f64 z y) x) |
(*.f64 x y) |
(*.f64 y x) |
x |
y |
z |
(sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z)))) |
(sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (*.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64)) z) (neg.f64 z)))) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z))) |
#s(approx (- (* z z) (* t a)) (*.f64 (*.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64)) z) (neg.f64 z))) |
(*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z)) |
(*.f64 (*.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64)) z) (neg.f64 z)) |
(neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) |
(neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) |
(fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64)) |
(fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64)) |
(/.f64 t z) |
t |
(/.f64 a z) |
a |
#s(literal -1 binary64) |
(*.f64 z z) |
(/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(pow.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) |
(pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64))) |
(sqrt.f64 (*.f64 z (*.f64 y x))) |
(sqrt.f64 (*.f64 (*.f64 z y) x)) |
(*.f64 z (*.f64 y x)) |
(*.f64 (*.f64 z y) x) |
z |
(*.f64 y x) |
y |
x |
(sqrt.f64 #s(literal 2 binary64)) |
#s(literal 2 binary64) |
(sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
(sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) |
(-.f64 (*.f64 z z) (*.f64 t a)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(*.f64 z z) |
(*.f64 t a) |
(*.f64 a t) |
t |
a |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 5.471340025651635 | (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) | |
| accuracy | 9.740444684381176 | (/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| accuracy | 18.214828022761953 | (sqrt.f64 (*.f64 z (*.f64 y x))) | |
| accuracy | 25.30800635048702 | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) | |
| accuracy | 4.083350477807224 | (*.f64 (*.f64 x y) z) | |
| accuracy | 9.740444684381176 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z))))) | |
| accuracy | 10.827035545290242 | (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z)) | |
| accuracy | 25.30800635048702 | (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z)))) | |
| accuracy | 0.6054687500000001 | (-.f64 (*.f64 z z) (*.f64 t a)) | |
| accuracy | 5.802316629230811 | (*.f64 (*.f64 z y) x) | |
| accuracy | 9.740444684381176 | (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| accuracy | 25.30800635048702 | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) | |
| accuracy | 0.0 | (*.f64 x y) | |
| accuracy | 4.083350477807224 | (*.f64 (*.f64 x y) z) | |
| accuracy | 9.740444684381176 | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| accuracy | 20.579888199805435 | #s(approx (sqrt (- (* z z) (* t a))) z) | |
| accuracy | 0.0 | (*.f64 y x) | |
| accuracy | 17.59634788358956 | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
| 125.0ms | 256× | 0 | valid |
Compiled 272 to 32 computations (88.2% saved)
ival-sqrt: 43.0ms (50.8% of total)ival-mult: 15.0ms (17.7% of total)ival-div: 12.0ms (14.2% of total)ival-pow: 11.0ms (13% of total)ival-add: 1.0ms (1.2% of total)ival-sub: 1.0ms (1.2% of total)ival-neg: 1.0ms (1.2% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y x) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (*.f64 x y) z) |
(*.f64 x y) |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(*.f64 (*.f64 z y) x) |
(*.f64 z y) |
(sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z))))) |
(sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z)))) |
(/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) |
(sqrt.f64 (*.f64 z (*.f64 y x))) |
(-.f64 (*.f64 z z) (*.f64 t a)) |
(*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z)) |
| Outputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx (* (* x y) z) #s(hole binary64 (* x (* y z)))) |
#s(approx (* x y) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* (* z y) x) #s(hole binary64 (* x (* y z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (log (sqrt (* x (* y z)))) (sqrt 2))))) |
#s(approx (sqrt (* z (* y x))) #s(hole binary64 (sqrt (* x (* y z))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* y z) x))) (* -1 (log (/ 1 x)))))) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* y z) x))) (* -1 (log (/ 1 x)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (sqrt (/ (* y z) x))) (* -1 (log (/ 1 x)))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* y z) x)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 x)))))) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* y z) x)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 x)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (* (sqrt (/ (* y z) x)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 x)))))))) |
#s(approx (sqrt (* z (* y x))) #s(hole binary64 (* -1 (* (sqrt (* x (* y z))) (pow (sqrt -1) 2))))) |
#s(approx (* z y) #s(hole binary64 (* y z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x z) y))) (* -1 (log (/ 1 y)))))) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x z) y))) (* -1 (log (/ 1 y)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (sqrt (/ (* x z) y))) (* -1 (log (/ 1 y)))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x z) y)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 y)))))) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x z) y)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 y)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (* (sqrt (/ (* x z) y)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 y)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* (pow z 2) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4)))))) (sqrt -1))))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a t)))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (- (pow z 2) (* a t)))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* -1 (* a t)))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (+ (* -1 (* a t)) (pow z 2)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))))) (pow z 2)))) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))))) (pow z 2))))) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))))) (pow z 2)))))) z))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (pow z 2))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (pow z 2))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 z))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))))) (pow z 2)))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))))) (pow z 2))))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))))) (pow z 2)))))) z)))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))))) (pow z 3))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))) (* 1/2 (/ (* a (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (pow z 3))))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (pow z 3))) (* t (+ (* -1/2 (* t (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z)))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (+ (* -1 (* a t)) (pow z 2)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* (pow z 2) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* (pow z 4) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* (pow z 2) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* (pow z 4) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* t (- (/ (pow z 2) t) a)))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* t (+ (* -1 a) (/ (pow z 2) t))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 4) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* (pow z 4) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* -1 (* t (+ a (* -1 (/ (pow z 2) t))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))) (* 1/2 (/ (* t (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (pow z 3))))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (pow z 3))) (* a (+ (* -1/2 (* a (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* (pow z 2) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* (pow z 4) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* a (- (/ (pow z 2) a) t)))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* a (+ (* -1 t) (/ (pow z 2) a))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* (pow z 4) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (* 1/2 (* (sqrt (/ t a)) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* -1 (* a (+ t (* -1 (/ (pow z 2) a))))))) |
15 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 115.0ms | x | @ | 0 | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* y x) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (* z y) (sqrt (- (* z z) (* t a))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (sqrt (- (* z z) (* t a))) (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt (* z (* y x))) (- (* z z) (* t a)) (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z))) |
| 114.0ms | x | @ | -inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* y x) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (* z y) (sqrt (- (* z z) (* t a))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (sqrt (- (* z z) (* t a))) (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt (* z (* y x))) (- (* z z) (* t a)) (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z))) |
| 94.0ms | x | @ | inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* y x) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (* z y) (sqrt (- (* z z) (* t a))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (sqrt (- (* z z) (* t a))) (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt (* z (* y x))) (- (* z z) (* t a)) (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z))) |
| 94.0ms | z | @ | inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* y x) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (* z y) (sqrt (- (* z z) (* t a))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (sqrt (- (* z z) (* t a))) (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt (* z (* y x))) (- (* z z) (* t a)) (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z))) |
| 62.0ms | y | @ | inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* y x) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (* z y) (sqrt (- (* z z) (* t a))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (sqrt (- (* z z) (* t a))) (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt (* z (* y x))) (- (* z z) (* t a)) (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 918 | 8477 |
| 1 | 2921 | 8072 |
| 0 | 8438 | 7858 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx (* (* x y) z) #s(hole binary64 (* x (* y z)))) |
#s(approx (* x y) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* (* z y) x) #s(hole binary64 (* x (* y z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (log (sqrt (* x (* y z)))) (sqrt 2))))) |
#s(approx (sqrt (* z (* y x))) #s(hole binary64 (sqrt (* x (* y z))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* y z) x))) (* -1 (log (/ 1 x)))))) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* y z) x))) (* -1 (log (/ 1 x)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (sqrt (/ (* y z) x))) (* -1 (log (/ 1 x)))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* y z) x)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 x)))))) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* y z) x)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 x)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (* (sqrt (/ (* y z) x)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 x)))))))) |
#s(approx (sqrt (* z (* y x))) #s(hole binary64 (* -1 (* (sqrt (* x (* y z))) (pow (sqrt -1) 2))))) |
#s(approx (* z y) #s(hole binary64 (* y z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x z) y))) (* -1 (log (/ 1 y)))))) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x z) y))) (* -1 (log (/ 1 y)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (sqrt (/ (* x z) y))) (* -1 (log (/ 1 y)))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x z) y)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 y)))))) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x z) y)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 y)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (* (sqrt (/ (* x z) y)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 y)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* (pow z 2) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4)))))) (sqrt -1))))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a t)))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (- (pow z 2) (* a t)))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* -1 (* a t)))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (+ (* -1 (* a t)) (pow z 2)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))))) (pow z 2)))) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))))) (pow z 2))))) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))))) (pow z 2)))))) z))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (pow z 2))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (pow z 2))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 z))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))))) (pow z 2)))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))))) (pow z 2))))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))))) (pow z 2)))))) z)))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))))) (pow z 3))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))) (* 1/2 (/ (* a (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (pow z 3))))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (pow z 3))) (* t (+ (* -1/2 (* t (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z)))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (+ (* -1 (* a t)) (pow z 2)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* (pow z 2) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* (pow z 4) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* (pow z 2) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* (pow z 4) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* t (- (/ (pow z 2) t) a)))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* t (+ (* -1 a) (/ (pow z 2) t))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 4) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* (pow z 4) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* -1 (* t (+ a (* -1 (/ (pow z 2) t))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))) (* 1/2 (/ (* t (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (pow z 3))))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (pow z 3))) (* a (+ (* -1/2 (* a (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* (pow z 2) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* (pow z 4) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* a (- (/ (pow z 2) a) t)))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* a (+ (* -1 t) (/ (pow z 2) a))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* (pow z 4) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (* 1/2 (* (sqrt (/ t a)) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* -1 (* a (+ t (* -1 (/ (pow z 2) a))))))) |
| Outputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx (* y x) (*.f64 y x)) |
#s(approx (* (* x y) z) #s(hole binary64 (* x (* y z)))) |
#s(approx (* (* z y) x) (*.f64 (*.f64 z y) x)) |
#s(approx (* x y) #s(hole binary64 (* x y))) |
#s(approx (* y x) (*.f64 y x)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (* (* z y) x) #s(hole binary64 (* x (* y z)))) |
#s(approx (* (* z y) x) (*.f64 (*.f64 z y) x)) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (log (sqrt (* x (* y z)))) (sqrt 2))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64)))) |
#s(approx (sqrt (* z (* y x))) #s(hole binary64 (sqrt (* x (* y z))))) |
#s(approx (sqrt (* z (* y x))) (sqrt.f64 (*.f64 (*.f64 z y) x))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* y z) x))) (* -1 (log (/ 1 x)))))) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (*.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 x)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 z y) x))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* y z) x))) (* -1 (log (/ 1 x)))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 x)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 z y) x)))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (sqrt (/ (* y z) x))) (* -1 (log (/ 1 x)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) (pow.f64 (exp.f64 (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (neg.f64 (log.f64 x)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 z y) x)))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* y z) x)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 x)))))) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (*.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) x))) (log.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 (*.f64 z y) x)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* y z) x)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 x)))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) x))) (log.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 (*.f64 z y) x))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (* (sqrt (/ (* y z) x)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 x)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) (pow.f64 (exp.f64 (sqrt.f64 #s(literal 2 binary64))) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) x))) (log.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 (*.f64 z y) x))))))) |
#s(approx (sqrt (* z (* y x))) #s(hole binary64 (* -1 (* (sqrt (* x (* y z))) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (* z (* y x))) (*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 1 binary64))) |
#s(approx (* z y) #s(hole binary64 (* y z))) |
#s(approx (* z y) (*.f64 z y)) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x z) y))) (* -1 (log (/ 1 y)))))) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (*.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 y)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 z x) y))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x z) y))) (* -1 (log (/ 1 y)))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 y)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 z x) y)))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (sqrt (/ (* x z) y))) (* -1 (log (/ 1 y)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) (pow.f64 (exp.f64 (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (neg.f64 (log.f64 y)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 z x) y)))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x z) y)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 y)))))) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (*.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) y))) (log.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 z x) y)) #s(literal -1 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x z) y)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 y)))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) y))) (log.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 z x) y)) #s(literal -1 binary64)))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (* (sqrt (/ (* x z) y)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 y)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) (pow.f64 (exp.f64 (sqrt.f64 #s(literal 2 binary64))) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) y))) (log.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 z x) y)) #s(literal -1 binary64)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z)) y) x) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 z z) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1 binary64)) #s(literal -1/8 binary64))) (*.f64 z z) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z)) y) x) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -1 binary64)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* (pow z 2) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 z z) (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (*.f64 z z)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4)))))) (sqrt -1))))))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (*.f64 z z)) (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a t)))) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (- (pow z 2) (* a t)))) |
#s(approx (- (* z z) (* t a)) (fma.f64 (neg.f64 a) t (*.f64 z z))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* -1 (* a t)))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) (*.f64 (neg.f64 a) t)) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (+ (* -1 (* a t)) (pow z 2)))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) t) (pow.f64 (*.f64 (neg.f64 a) t) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) z) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (*.f64 a (/.f64 t z)) #s(literal 1 binary64)) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (*.f64 a (/.f64 t z)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64))) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (*.f64 a (/.f64 t z)) #s(literal 1 binary64)) (fma.f64 (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64)))) z)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) t) (pow.f64 (*.f64 (neg.f64 a) t) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (/.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 y x) z))))) z)) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))))) (pow z 2)))) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (/.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 a t) (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)))))) z) (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)))))) z)) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))))) (pow z 2))))) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (/.f64 (+.f64 (fma.f64 (*.f64 (*.f64 a (/.f64 t z)) (/.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 y x) z))))) z)) #s(literal 1/2 binary64) (*.f64 (*.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 y x) z))))) (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64))) (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)))))) z)) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))))) (pow z 2)))))) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (/.f64 (+.f64 (fma.f64 (*.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 y x) z))))) (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 a (/.f64 t z)) (/.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 y x) z))))) z)) #s(literal 1/2 binary64) (*.f64 (*.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 y x) z))))) (/.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) t) (pow.f64 (*.f64 (neg.f64 a) t) #s(literal 3 binary64))) (pow.f64 z #s(literal 6 binary64)))) #s(literal -1/2 binary64)))) (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)))))) z)) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (sqrt (/ (* x y) z))) (* -1 (log (/ 1 z)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) (pow.f64 (exp.f64 (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (pow z 2))) |
#s(approx (- (* z z) (* t a)) (*.f64 z z)) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))))) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (pow z 2))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) (*.f64 z z)) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 y) x)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (fma.f64 #s(literal 1/2 binary64) (fma.f64 x (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) y) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) t) (pow.f64 (*.f64 (neg.f64 a) t) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64)))) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 z))) |
#s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 z) (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (*.f64 a (/.f64 t z)) #s(literal 1 binary64)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 z) (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (*.f64 a (/.f64 t z)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 z) (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (*.f64 a (/.f64 t z)) #s(literal 1 binary64)) (fma.f64 (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 y) x)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (fma.f64 #s(literal 1/2 binary64) (fma.f64 x (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) y) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) t) (pow.f64 (*.f64 (neg.f64 a) t) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64)))) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (/.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) z))) (log.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)) #s(literal -1 binary64))))) (neg.f64 z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))))) (pow z 2)))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (/.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 a t) (pow.f64 (exp.f64 #s(literal 2 binary64)) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) z))) (log.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)) #s(literal -1 binary64)))))) z) (pow.f64 (exp.f64 #s(literal 2 binary64)) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) z))) (log.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)) #s(literal -1 binary64)))))) (neg.f64 z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))))) (pow z 2))))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (/.f64 (+.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 a t) (pow.f64 (exp.f64 #s(literal 2 binary64)) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) z))) (log.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)) #s(literal -1 binary64)))))) z) (*.f64 (*.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) z))) (log.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)) #s(literal -1 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64))) (pow.f64 (exp.f64 #s(literal 2 binary64)) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) z))) (log.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)) #s(literal -1 binary64)))))) (neg.f64 z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))))) (pow z 2)))))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (/.f64 (+.f64 (fma.f64 (*.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) z))) (log.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)) #s(literal -1 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 a t) (pow.f64 (exp.f64 #s(literal 2 binary64)) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) z))) (log.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)) #s(literal -1 binary64)))))) z) (*.f64 (*.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) z))) (log.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)) #s(literal -1 binary64))))) (/.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) t) (pow.f64 (*.f64 (neg.f64 a) t) #s(literal 3 binary64))) (pow.f64 z #s(literal 6 binary64)))) #s(literal -1/2 binary64)))) (pow.f64 (exp.f64 #s(literal 2 binary64)) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) z))) (log.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)) #s(literal -1 binary64)))))) (neg.f64 z))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) #s(hole binary64 (exp (* (pow (sqrt 2) 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))))) |
#s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) z))) (log.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)) #s(literal -1 binary64)))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) #s(hole binary64 (exp (* (sqrt 2) (+ (log (* (sqrt (/ (* x y) z)) (pow (sqrt -1) 2))) (* -1 (log (/ -1 z)))))))) |
#s(approx (pow (sqrt (* z (* y x))) (sqrt 2)) (pow.f64 (exp.f64 (sqrt.f64 #s(literal 2 binary64))) (+.f64 (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) z))) (log.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)) #s(literal -1 binary64)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 a #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z))) t (*.f64 y x))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 a (/.f64 t z)) #s(literal -1/2 binary64) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 t (pow.f64 z #s(literal 3 binary64)))) #s(literal -1/8 binary64) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 t (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a a)) (pow.f64 z #s(literal 3 binary64)))) t (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 y x))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 a #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z))) t (*.f64 y x))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) z)) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))))) (pow z 3))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 a t) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (pow.f64 z #s(literal 3 binary64))) #s(literal 1/2 binary64) (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))) (* 1/2 (/ (* a (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (pow z 3))))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 a (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (pow.f64 z #s(literal 3 binary64)))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) z))) t (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (pow z 3))) (* t (+ (* -1/2 (* t (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t z) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 a #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64)))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) z))) t (*.f64 (*.f64 a (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (pow.f64 z #s(literal 3 binary64)))) #s(literal 1/2 binary64))) t (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) z))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (+ (* -1 (* a t)) (pow z 2)))) |
#s(approx (- (* z z) (* t a)) (fma.f64 (neg.f64 a) t (*.f64 z z))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))) t)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) t)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 7 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))) t)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* (pow z 2) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* (pow z 4) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 z z) (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* (pow z 2) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* (pow z 4) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 z z) (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -1 binary64))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* t (- (/ (pow z 2) t) a)))) |
#s(approx (- (* z z) (* t a)) (*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t)) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* t (+ (* -1 a) (/ (pow z 2) t))))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) (*.f64 (fma.f64 #s(literal -1 binary64) a (/.f64 (*.f64 z z) t)) t)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 a t)) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 a t)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 t) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 t) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 t) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 7 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 a t)) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 4) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* (pow z 4) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 a t)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (pow.f64 z #s(literal 4 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))))) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (*.f64 z z) t) a)))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* -1 (* t (+ a (* -1 (/ (pow z 2) t))))))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) (*.f64 (neg.f64 t) (fma.f64 (/.f64 (*.f64 z z) t) #s(literal -1 binary64) a))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 t #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z))) a (*.f64 y x))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 t t) a) (pow.f64 z #s(literal 3 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 t #s(literal 3 binary64)) a) (pow.f64 z #s(literal 5 binary64))) #s(literal -1/16 binary64) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 t t)) (pow.f64 z #s(literal 3 binary64)))) a (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 y x))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 t #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z))) a (*.f64 y x))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))) (* 1/2 (/ (* t (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (pow z 3))))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 t (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (pow.f64 z #s(literal 3 binary64)))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) z))) a (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) z))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (pow z 3))) (* a (+ (* -1/2 (* a (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* z (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))))) (/ (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) z)))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a z) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 t #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64)))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) z))) a (*.f64 (*.f64 t (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (pow.f64 z #s(literal 3 binary64)))) #s(literal 1/2 binary64))) a (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) z))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) a)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))) a)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 t #s(literal 5 binary64)))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) a)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* (pow z 2) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* (pow z 4) (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2)))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1)))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 z z) (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* a (- (/ (pow z 2) a) t)))) |
#s(approx (- (* z z) (* t a)) (*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a)) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* a (+ (* -1 t) (/ (pow z 2) a))))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) (*.f64 (fma.f64 #s(literal -1 binary64) t (/.f64 (*.f64 z z) a)) a)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 t #s(literal 5 binary64)))) (*.f64 (pow.f64 z #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* (pow z 4) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (* 1/2 (* (sqrt (/ t a)) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* (exp (* (log (sqrt (* x (* y z)))) (pow (sqrt 2) 2))) (sqrt -1))))))) |
#s(approx (/ (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (pow.f64 z #s(literal 4 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))))) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (*.f64 z z) a) t)))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) #s(hole binary64 (* -1 (* a (+ t (* -1 (/ (pow z 2) a))))))) |
#s(approx (* (neg (+ (* (/ t z) (/ a z)) -1)) (* z z)) (*.f64 (neg.f64 a) (fma.f64 (/.f64 (*.f64 z z) a) #s(literal -1 binary64) t))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 41 | 203 |
| 0 | 67 | 195 |
| 0 | 640 | 195 |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y x) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (*.f64 x y) z) |
(*.f64 x y) |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(*.f64 (*.f64 z y) x) |
(*.f64 z y) |
(sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z))))) |
(sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z)))) |
(/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) |
(sqrt.f64 (*.f64 z (*.f64 y x))) |
(-.f64 (*.f64 z z) (*.f64 t a)) |
(*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z)) |
| Outputs |
|---|
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (*.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1 binary64)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(cbrt.f64 (*.f64 (*.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(exp.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(log.f64 (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 (cbrt.f64 (*.f64 y x)) (cbrt.f64 (*.f64 y x))) (cbrt.f64 (*.f64 y x))) |
(*.f64 y x) |
(*.f64 x y) |
(pow.f64 (*.f64 y x) #s(literal 1 binary64)) |
(cbrt.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 y x)) (*.f64 y x))) |
(exp.f64 (log.f64 (*.f64 y x))) |
(log.f64 (exp.f64 (*.f64 y x))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z)))) (sqrt.f64 (*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z))))) |
(*.f64 (*.f64 (cbrt.f64 (*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z)))) (cbrt.f64 (*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z))))) (cbrt.f64 (*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z))))) |
(*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z))) |
(pow.f64 (*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 z y) x)) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(cbrt.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z))) (*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z)))) (*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z))))) |
(exp.f64 (log.f64 (*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z))))) |
(log.f64 (exp.f64 (*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z))))) |
(*.f64 (*.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 (*.f64 (*.f64 z y) x))) (cbrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (*.f64 z y) x) |
(*.f64 (*.f64 y x) z) |
(*.f64 z (*.f64 y x)) |
(*.f64 x (*.f64 z y)) |
(pow.f64 (*.f64 (*.f64 z y) x) #s(literal 1 binary64)) |
(cbrt.f64 (*.f64 (*.f64 (*.f64 (*.f64 z y) x) (*.f64 (*.f64 z y) x)) (*.f64 (*.f64 z y) x))) |
(exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) |
(log.f64 (exp.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 (cbrt.f64 (*.f64 y x)) (cbrt.f64 (*.f64 y x))) (cbrt.f64 (*.f64 y x))) |
(*.f64 y x) |
(*.f64 x y) |
(pow.f64 (*.f64 y x) #s(literal 1 binary64)) |
(cbrt.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 y x)) (*.f64 y x))) |
(exp.f64 (log.f64 (*.f64 y x))) |
(log.f64 (exp.f64 (*.f64 y x))) |
(*.f64 (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (*.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(pow.f64 #s(approx (sqrt (- (* z z) (* t a))) z) #s(literal 1 binary64)) |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(cbrt.f64 (*.f64 (*.f64 #s(approx (sqrt (- (* z z) (* t a))) z) #s(approx (sqrt (- (* z z) (* t a))) z)) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(exp.f64 (log.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(log.f64 (exp.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (cbrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) (cbrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(pow.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 z y) x)) (neg.f64 (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
(exp.f64 (log.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
(log.f64 (exp.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
(*.f64 (*.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 (*.f64 (*.f64 z y) x))) (cbrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (*.f64 z y) x) |
(*.f64 (*.f64 y x) z) |
(*.f64 z (*.f64 y x)) |
(*.f64 x (*.f64 z y)) |
(pow.f64 (*.f64 (*.f64 z y) x) #s(literal 1 binary64)) |
(cbrt.f64 (*.f64 (*.f64 (*.f64 (*.f64 z y) x) (*.f64 (*.f64 z y) x)) (*.f64 (*.f64 z y) x))) |
(exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) |
(log.f64 (exp.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (sqrt.f64 (*.f64 z y)) (sqrt.f64 (*.f64 z y))) |
(*.f64 (*.f64 (cbrt.f64 (*.f64 z y)) (cbrt.f64 (*.f64 z y))) (cbrt.f64 (*.f64 z y))) |
(*.f64 z y) |
(*.f64 y z) |
(pow.f64 (*.f64 z y) #s(literal 1 binary64)) |
(cbrt.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 z y)) (*.f64 z y))) |
(exp.f64 (log.f64 (*.f64 z y))) |
(log.f64 (exp.f64 (*.f64 z y))) |
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) (sqrt.f64 (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(*.f64 (*.f64 (cbrt.f64 (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) (cbrt.f64 (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (cbrt.f64 (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(pow.f64 (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)) #s(literal 1/2 binary64)) |
(cbrt.f64 (*.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))) |
(exp.f64 (log.f64 (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(log.f64 (exp.f64 (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(*.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))))) (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))))))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))))) (cbrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))))))) (cbrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))))))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))))) |
(pow.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 z y) x)) (neg.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))))) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))))) (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))))) (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))))))) |
(exp.f64 (log.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))))))) |
(log.f64 (exp.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))))))) |
(*.f64 (sqrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))))) (sqrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))))) |
(*.f64 (*.f64 (cbrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))))) (cbrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))))) (cbrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))))) |
(pow.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))) #s(literal 1 binary64)) |
(pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))) #s(literal 1/2 binary64)) |
(cbrt.f64 (*.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))))) |
(sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))) |
(exp.f64 (log.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))))) |
(log.f64 (exp.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))))) |
(*.f64 (sqrt.f64 (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (sqrt.f64 (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (cbrt.f64 (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) (cbrt.f64 (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
(pow.f64 (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (neg.f64 (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
(exp.f64 (log.f64 (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
(log.f64 (exp.f64 (/.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
(*.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64))) (pow.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64)))) |
(*.f64 (sqrt.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (sqrt.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)))) |
(*.f64 (*.f64 (cbrt.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (cbrt.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)))) (cbrt.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)))) |
(pow.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) |
(cbrt.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)))) |
(exp.f64 (log.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) |
(log.f64 (exp.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64)))) |
(*.f64 (sqrt.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (*.f64 (cbrt.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64)))) (cbrt.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64))))) (cbrt.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(pow.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64))) |
(pow.f64 (*.f64 (*.f64 z y) x) (/.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64))) |
(cbrt.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64)))) (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(exp.f64 (log.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (sqrt.f64 #s(literal 2 binary64)))) |
(log.f64 (exp.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (sqrt.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (sqrt.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 (cbrt.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (cbrt.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) (cbrt.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (*.f64 z y) x) #s(literal 1/2 binary64)) |
(cbrt.f64 (*.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(sqrt.f64 (*.f64 (*.f64 z y) x)) |
(exp.f64 (log.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(log.f64 (exp.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (*.f64 (cbrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))) (cbrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) (cbrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) |
(*.f64 (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) |
(pow.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 a t) (*.f64 a t))) (fma.f64 z z (*.f64 a t))) |
(/.f64 (-.f64 (pow.f64 (*.f64 z z) #s(literal 3 binary64)) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) (fma.f64 (*.f64 z z) (*.f64 z z) (fma.f64 (*.f64 a t) (*.f64 a t) (*.f64 (*.f64 z z) (*.f64 a t))))) |
(fma.f64 (neg.f64 z) (neg.f64 z) (*.f64 (neg.f64 t) a)) |
(fma.f64 (fabs.f64 z) (fabs.f64 z) (*.f64 (neg.f64 t) a)) |
(fma.f64 (sqrt.f64 (*.f64 z z)) (sqrt.f64 (*.f64 z z)) (*.f64 (neg.f64 t) a)) |
(fma.f64 (*.f64 (cbrt.f64 (*.f64 z z)) (cbrt.f64 (*.f64 z z))) (cbrt.f64 (*.f64 z z)) (*.f64 (neg.f64 t) a)) |
(fma.f64 z z (*.f64 (neg.f64 t) a)) |
(cbrt.f64 (*.f64 (*.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)) (fma.f64 z z (*.f64 (neg.f64 t) a))) (fma.f64 z z (*.f64 (neg.f64 t) a)))) |
(-.f64 (*.f64 z z) (*.f64 a t)) |
(exp.f64 (log.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) |
(+.f64 (*.f64 z z) (*.f64 (neg.f64 t) a)) |
(log.f64 (exp.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) |
(*.f64 (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) z) z) |
(*.f64 (sqrt.f64 (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))) (sqrt.f64 (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))) |
(*.f64 (*.f64 (cbrt.f64 (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))) (cbrt.f64 (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))) (cbrt.f64 (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))) |
(*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)) |
(*.f64 (*.f64 z z) (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64)))) |
(pow.f64 (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)) #s(literal 1 binary64)) |
(neg.f64 (*.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64)) (*.f64 z z))) |
(cbrt.f64 (*.f64 (*.f64 (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z))) (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))) |
(exp.f64 (log.f64 (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))) |
(log.f64 (exp.f64 (*.f64 (neg.f64 (fma.f64 (/.f64 a z) (/.f64 t z) #s(literal -1 binary64))) (*.f64 z z)))) |
Compiled 12 220 to 1 356 computations (88.9% saved)
21 alts after pruning (19 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 303 | 13 | 316 |
| Fresh | 5 | 6 | 11 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 0 | 0 |
| Total | 311 | 21 | 332 |
| Status | Accuracy | Program |
|---|---|---|
| 54.2% | (/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (*.f64 (cbrt.f64 #s(literal 2 binary64)) (cbrt.f64 #s(literal 2 binary64)))) (cbrt.f64 #s(literal 2 binary64))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| 30.7% | (/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) | |
| 33.6% | (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) | |
| ▶ | 53.5% | (/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
| 57.5% | (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| 32.2% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a)))) | |
| 56.7% | (/.f64 (*.f64 (*.f64 x y) z) (exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64)))) | |
| 64.1% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 a (/.f64 t z)) #s(literal -1/2 binary64) z))) | |
| ✓ | 62.3% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
| 53.7% | (/.f64 (exp.f64 (*.f64 (log.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| ▶ | 51.4% | (/.f64 (exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(approx (sqrt (- (* z z) (* t a))) z)) |
| 49.7% | (/.f64 #s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)))))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| 59.3% | (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) | |
| ▶ | 62.4% | (*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
| ▶ | 57.4% | (*.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
| ▶ | 72.1% | (*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
| 60.5% | (*.f64 y (*.f64 x (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) | |
| 53.7% | (*.f64 x (/.f64 (*.f64 z y) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) | |
| 68.1% | (exp.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) | |
| 57.1% | #s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x))) | |
| ✓ | 72.5% | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
Compiled 860 to 639 computations (25.7% saved)
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (*.f64 (*.f64 z y) x) | |
| cost-diff | 0 | (log.f64 (*.f64 (*.f64 z y) x)) | |
| cost-diff | 0 | (/.f64 (exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| cost-diff | 2 | (exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) | |
| cost-diff | 0 | (*.f64 (*.f64 z y) x) | |
| cost-diff | 0 | (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) | |
| cost-diff | 0 | (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) | |
| cost-diff | 17 | (*.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) | |
| cost-diff | 0 | (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))) | |
| cost-diff | 0 | (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) | |
| cost-diff | 0 | (*.f64 y x) | |
| cost-diff | 0 | (*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) | |
| cost-diff | 0 | #s(approx (sqrt (- (* z z) (* t a))) z) | |
| cost-diff | 0 | (*.f64 z y) | |
| cost-diff | 0 | (*.f64 (*.f64 z y) x) | |
| cost-diff | 0 | (/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| cost-diff | 0 | (*.f64 y x) | |
| cost-diff | 0 | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) | |
| cost-diff | 0 | (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) | |
| cost-diff | 6 | (*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 32 | 317 |
| 0 | 50 | 275 |
| 1 | 92 | 275 |
| 2 | 193 | 275 |
| 3 | 319 | 275 |
| 4 | 644 | 275 |
| 5 | 3184 | 275 |
| 0 | 8482 | 275 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y x) |
y |
x |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (*.f64 z y) x) |
(*.f64 z y) |
z |
y |
x |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(*.f64 y x) |
y |
x |
(/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) |
z |
(sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))) |
(fma.f64 z z (*.f64 (neg.f64 t) a)) |
(*.f64 (neg.f64 t) a) |
(neg.f64 t) |
t |
a |
(*.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
(sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) |
(*.f64 (*.f64 z y) x) |
(*.f64 z y) |
z |
y |
x |
(sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))) |
(fma.f64 z z (*.f64 (neg.f64 t) a)) |
(*.f64 (neg.f64 t) a) |
(neg.f64 t) |
t |
a |
(/.f64 (exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) |
(log.f64 (*.f64 (*.f64 z y) x)) |
(*.f64 (*.f64 z y) x) |
(*.f64 z y) |
z |
y |
x |
#s(approx (sqrt (- (* z z) (* t a))) z) |
| Outputs |
|---|
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y x) |
y |
x |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (/.f64 y #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z x)) |
(*.f64 (*.f64 z y) x) |
(*.f64 z y) |
z |
y |
x |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) |
(*.f64 y x) |
y |
x |
(/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) |
(/.f64 z (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) |
z |
(sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))) |
(sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) |
(fma.f64 z z (*.f64 (neg.f64 t) a)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(*.f64 (neg.f64 t) a) |
(neg.f64 t) |
t |
a |
(*.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) |
(sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) |
(*.f64 (*.f64 z y) x) |
(*.f64 z y) |
z |
y |
x |
(sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))) |
(sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) |
(fma.f64 z z (*.f64 (neg.f64 t) a)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(*.f64 (neg.f64 t) a) |
(neg.f64 t) |
t |
a |
(/.f64 (exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (/.f64 y #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z x)) |
(exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (*.f64 z y) x) |
(log.f64 (*.f64 (*.f64 z y) x)) |
(*.f64 (*.f64 z y) x) |
(*.f64 z y) |
z |
y |
x |
#s(approx (sqrt (- (* z z) (* t a))) z) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 5.802316629230811 | (*.f64 (*.f64 z y) x) | |
| accuracy | 9.740444684381176 | (/.f64 (exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| accuracy | 20.579888199805435 | #s(approx (sqrt (- (* z z) (* t a))) z) | |
| accuracy | 20.71434058626067 | (log.f64 (*.f64 (*.f64 z y) x)) | |
| accuracy | 5.802316629230811 | (*.f64 (*.f64 z y) x) | |
| accuracy | 9.740444684381176 | (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) | |
| accuracy | 13.265007548108727 | (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) | |
| accuracy | 25.30800635048702 | (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))) | |
| accuracy | 0.10546875 | (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) | |
| accuracy | 0.7538979928166807 | (fma.f64 z z (*.f64 (neg.f64 t) a)) | |
| accuracy | 2.670072106317611 | (*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) | |
| accuracy | 25.30800635048702 | (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))) | |
| accuracy | 0.0 | (*.f64 z y) | |
| accuracy | 5.802316629230811 | (*.f64 (*.f64 z y) x) | |
| accuracy | 9.740444684381176 | (/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| accuracy | 20.579888199805435 | #s(approx (sqrt (- (* z z) (* t a))) z) | |
| accuracy | 0.0 | (*.f64 y x) | |
| accuracy | 0.36556625976844204 | (*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) | |
| accuracy | 13.265007548108727 | (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) | |
| accuracy | 17.59634788358956 | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
| 170.0ms | 256× | 0 | valid |
Compiled 305 to 35 computations (88.5% saved)
ival-mult: 52.0ms (62.8% of total)ival-sqrt: 11.0ms (13.3% of total)ival-div: 10.0ms (12.1% of total)ival-log: 4.0ms (4.8% of total)ival-sub: 2.0ms (2.4% of total)ival-add: 1.0ms (1.2% of total)ival->: 1.0ms (1.2% of total)ival-neg: 1.0ms (1.2% of total)ival-then: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y x) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (*.f64 z y) x) |
(*.f64 z y) |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) |
(sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))) |
(*.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
(sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) |
(exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) |
(/.f64 (exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(log.f64 (*.f64 (*.f64 z y) x)) |
(fma.f64 z z (*.f64 (neg.f64 t) a)) |
| Outputs |
|---|
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow (/ 1 (- (pow z 2) (* a t))) 1/4) (sqrt (* x (* y z)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* (* z y) x) #s(hole binary64 (* x (* y z)))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (pow (/ 1 (+ (* -1 (* a t)) (pow z 2))) 1/4) (sqrt (* x (* y z)))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))))) |
#s(approx (exp (log (* (* z y) x))) #s(hole binary64 (* x (* y z)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log x) (log (* y z))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* y z)) (* -1 (log (/ 1 x)))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* -1 (* (* x (* y (* z (pow (sqrt -1) 2)))) (sqrt (/ 1 (- (pow z 2) (* a t)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* (pow (/ 1 (- (pow z 2) (* a t))) 1/4) (* (sqrt (* x (* y z))) (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* -1 (* (* x (* y (* z (pow (sqrt -1) 2)))) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* -1 (* (pow (/ 1 (+ (* -1 (* a t)) (pow z 2))) 1/4) (* (sqrt (* x (* y z))) (pow (sqrt -1) 2)))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* -1 (* y z))) (* -1 (log (/ -1 x)))))) |
#s(approx (* z y) #s(hole binary64 (* y z))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log y) (log (* x z))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* x z)) (* -1 (log (/ 1 y)))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* -1 (* x z))) (* -1 (log (/ -1 y)))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z)))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 5/32 (* (pow (/ -1 (* (pow a 9) (pow t 9))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y z))))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y z))))) (* (pow z 2) (+ (* 15/128 (* (pow (/ -1 (* (pow a 13) (pow t 13))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* 5/32 (* (pow (/ -1 (* (pow a 9) (pow t 9))) 1/4) (sqrt (* x (* y z))))))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* z (sqrt -1))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (sqrt -1)) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (sqrt -1)))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (sqrt -1)) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (sqrt -1)))))))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 5/32 (* (pow (/ -1 (* (pow a 9) (pow t 9))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y z))))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y z))))) (* (pow z 2) (+ (* 15/128 (* (pow (/ -1 (* (pow a 13) (pow t 13))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* 5/32 (* (pow (/ -1 (* (pow a 9) (pow t 9))) 1/4) (sqrt (* x (* y z))))))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log z) (log (* x y))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* -1 (* a t)))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (+ (* -1 (* a t)) (pow z 2)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* x y))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (sqrt (* x y)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (* (sqrt (* x y)) (/ 1 z)))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (+ (* (sqrt (* x y)) (/ 1 z)) (* (sqrt (* x y)) (/ (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2)))) (pow z 5)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (+ (* (sqrt (* x y)) (/ 1 z)) (+ (* (sqrt (* x y)) (/ (+ (* 1/2880 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/384 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))))) (* 1/384 (* (pow a 3) (pow t 3))))) (pow z 7))) (* (sqrt (* x y)) (/ (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2)))) (pow z 5))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* x y))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 1)) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))) (pow z 4))) (* 1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))) (pow z 4))) (+ (* -1/2 (/ (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))) (pow z 6))) (* 1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 z)) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* x y))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (sqrt (* x y)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (* (sqrt (* x y)) (/ 1 z)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (+ (* (sqrt (* x y)) (/ 1 z)) (* (sqrt (* x y)) (/ (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2)))) (pow z 5)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (+ (* (sqrt (* x y)) (/ 1 z)) (+ (* (sqrt (* x y)) (/ (+ (* 1/2880 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/384 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))))) (* 1/384 (* (pow a 3) (pow t 3))))) (pow z 7))) (* (sqrt (* x y)) (/ (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2)))) (pow z 5))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* x y)) (* -1 (log (/ 1 z)))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (pow z 2))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* x (* y (pow (sqrt -1) 2))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (sqrt (* x y)) (sqrt -1)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y)))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/2880 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/384 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))))) (* 1/384 (* (pow a 3) (pow t 3)))))) (pow z 7)))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y))))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 z))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 -1)) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (- (* -1/2 (/ (* a t) (pow z 2))) 1))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (- (+ (* -1/2 (/ (* a t) (pow z 2))) (* 1/2 (/ (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))) (pow z 4)))) 1))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (- (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* 1/2 (/ (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))) (pow z 4))) (* 1/2 (/ (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))) (pow z 6))))) 1))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 z))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* x (* y (pow (sqrt -1) 2))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (sqrt (* x y)) (sqrt -1)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y)))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/2880 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/384 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))))) (* 1/384 (* (pow a 3) (pow t 3)))))) (pow z 7)))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y))))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* -1 (* x y))) (* -1 (log (/ -1 z)))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow 1 1/4) (sqrt (* x y))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (pow 1 1/4) (* (/ (* a t) (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* t (+ (* 1/4 (* (pow 1 1/4) (* (/ a (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (* (* t (+ (* 1/32 (/ (pow a 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))))) (sqrt (* x y)))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* t (+ (* 1/4 (* (pow 1 1/4) (* (/ a (pow z 2)) (sqrt (* x y))))) (* t (+ (* (pow 1 1/4) (* (sqrt (* x y)) (+ (* 1/32 (/ (pow a 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4)))))))) (* (pow 1 1/4) (* (* t (+ (* 1/384 (/ (pow a 3) (pow z 6))) (+ (* 1/32 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))) (pow z 2))) (* 1/24 (+ (* -6 (/ (pow a 3) (pow z 6))) (+ (* 2 (/ (pow a 3) (pow z 6))) (* 6 (/ (pow a 3) (pow z 6))))))))) (sqrt (* x y)))))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (* t (+ (* -1/2 (* t (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))) (* 1/2 (/ a (pow z 2)))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (* t (+ (* 1/2 (/ a (pow z 2))) (* t (+ (* -1/2 (* t (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))) (* -1/2 (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (pow 1 1/4) (sqrt (* x y))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (pow 1 1/4) (* (/ (* a t) (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* t (+ (* 1/4 (* (pow 1 1/4) (* (/ a (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (* (* t (+ (* 1/32 (/ (pow a 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))))) (sqrt (* x y)))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* t (+ (* 1/4 (* (pow 1 1/4) (* (/ a (pow z 2)) (sqrt (* x y))))) (* t (+ (* (pow 1 1/4) (* (sqrt (* x y)) (+ (* 1/32 (/ (pow a 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4)))))))) (* (pow 1 1/4) (* (* t (+ (* 1/384 (/ (pow a 3) (pow z 6))) (+ (* 1/32 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))) (pow z 2))) (* 1/24 (+ (* -6 (/ (pow a 3) (pow z 6))) (+ (* 2 (/ (pow a 3) (pow z 6))) (* 6 (/ (pow a 3) (pow z 6))))))))) (sqrt (* x y)))))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (sqrt (* x (* y z)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))) (+ (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/384 (/ (pow z 6) (pow a 3))) (+ (* 1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (* 1/24 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* 2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) (pow t 3)) (sqrt (* x (* y z)))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (sqrt (* x (* y z))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 3) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 3) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 5) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 3) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 5) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (sqrt (* x (* y z)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))) (+ (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/384 (/ (pow z 6) (pow a 3))) (+ (* 1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (* 1/24 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* 2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) (pow t 3)) (sqrt (* x (* y z)))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (sqrt (* x (* y z))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* t (+ (* -1 a) (/ (pow z 2) t))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) t) (sqrt (* x (* y z))))) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (sqrt (* x (* y (pow z 5))))))) t)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* -1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (+ (* -1/384 (/ (pow z 6) (pow a 3))) (* 1/24 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* -2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) t) (sqrt (* x (* y z))))) (* (sqrt (* x (* y z))) (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))))) t)) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (sqrt (* x (* y (pow z 5))))))) t)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 3) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 3) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 5) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* (pow z 5) (sqrt -1))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 3) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) t) (sqrt (* x (* y z))))) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (sqrt (* x (* y (pow z 5))))))) t)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* -1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (+ (* -1/384 (/ (pow z 6) (pow a 3))) (* 1/24 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* -2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) t) (sqrt (* x (* y z))))) (* (sqrt (* x (* y z))) (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))))) t)) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (sqrt (* x (* y (pow z 5))))))) t)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* -1 (* t (+ a (* -1 (/ (pow z 2) t))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* a (+ (* 1/4 (* (pow 1 1/4) (* (/ t (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (* (* a (+ (* 1/32 (/ (pow t 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))))) (sqrt (* x y)))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* a (+ (* 1/4 (* (pow 1 1/4) (* (/ t (pow z 2)) (sqrt (* x y))))) (* a (+ (* (pow 1 1/4) (* (sqrt (* x y)) (+ (* 1/32 (/ (pow t 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4)))))))) (* (pow 1 1/4) (* (* a (+ (* 1/384 (/ (pow t 3) (pow z 6))) (+ (* 1/32 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))) (pow z 2))) (* 1/24 (+ (* -6 (/ (pow t 3) (pow z 6))) (+ (* 2 (/ (pow t 3) (pow z 6))) (* 6 (/ (pow t 3) (pow z 6))))))))) (sqrt (* x y)))))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (* a (+ (* -1/2 (* a (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))) (* 1/2 (/ t (pow z 2)))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (* a (+ (* 1/2 (/ t (pow z 2))) (* a (+ (* -1/2 (* a (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))) (* -1/2 (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* a (+ (* 1/4 (* (pow 1 1/4) (* (/ t (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (* (* a (+ (* 1/32 (/ (pow t 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))))) (sqrt (* x y)))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* a (+ (* 1/4 (* (pow 1 1/4) (* (/ t (pow z 2)) (sqrt (* x y))))) (* a (+ (* (pow 1 1/4) (* (sqrt (* x y)) (+ (* 1/32 (/ (pow t 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4)))))))) (* (pow 1 1/4) (* (* a (+ (* 1/384 (/ (pow t 3) (pow z 6))) (+ (* 1/32 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))) (pow z 2))) (* 1/24 (+ (* -6 (/ (pow t 3) (pow z 6))) (+ (* 2 (/ (pow t 3) (pow z 6))) (* 6 (/ (pow t 3) (pow z 6))))))))) (sqrt (* x y)))))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (sqrt (* x (* y z)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))) (+ (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/384 (/ (pow z 6) (pow t 3))) (+ (* 1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (* 1/24 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* 2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) (pow a 3)) (sqrt (* x (* y z)))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (sqrt (* x (* y z))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 3) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 5) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (sqrt (* x (* y z)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))) (+ (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/384 (/ (pow z 6) (pow t 3))) (+ (* 1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (* 1/24 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* 2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) (pow a 3)) (sqrt (* x (* y z)))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (sqrt (* x (* y z))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* a (+ (* -1 t) (/ (pow z 2) a))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) a) (sqrt (* x (* y z))))) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (sqrt (* x (* y (pow z 5))))))) a)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* -1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (+ (* -1/384 (/ (pow z 6) (pow t 3))) (* 1/24 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* -2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) a) (sqrt (* x (* y z))))) (* (sqrt (* x (* y z))) (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))))) a)) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (sqrt (* x (* y (pow z 5))))))) a)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* (pow z 5) (sqrt -1)))) (* 1/2 (* (sqrt (/ t a)) (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 3) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) a) (sqrt (* x (* y z))))) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (sqrt (* x (* y (pow z 5))))))) a)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* -1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (+ (* -1/384 (/ (pow z 6) (pow t 3))) (* 1/24 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* -2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) a) (sqrt (* x (* y z))))) (* (sqrt (* x (* y z))) (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))))) a)) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (sqrt (* x (* y (pow z 5))))))) a)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* -1 (* a (+ t (* -1 (/ (pow z 2) a))))))) |
15 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 229.0ms | t | @ | -inf | ((* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* y x) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (* z y) (sqrt (- (* z z) (* t a))) (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) (/ z (sqrt (+ (* z z) (* (neg t) a)))) (sqrt (+ (* z z) (* (neg t) a))) (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) (exp (log (* (* z y) x))) (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (log (* (* z y) x)) (+ (* z z) (* (neg t) a))) |
| 83.0ms | x | @ | 0 | ((* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* y x) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (* z y) (sqrt (- (* z z) (* t a))) (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) (/ z (sqrt (+ (* z z) (* (neg t) a)))) (sqrt (+ (* z z) (* (neg t) a))) (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) (exp (log (* (* z y) x))) (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (log (* (* z y) x)) (+ (* z z) (* (neg t) a))) |
| 59.0ms | y | @ | 0 | ((* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* y x) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (* z y) (sqrt (- (* z z) (* t a))) (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) (/ z (sqrt (+ (* z z) (* (neg t) a)))) (sqrt (+ (* z z) (* (neg t) a))) (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) (exp (log (* (* z y) x))) (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (log (* (* z y) x)) (+ (* z z) (* (neg t) a))) |
| 56.0ms | x | @ | inf | ((* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* y x) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (* z y) (sqrt (- (* z z) (* t a))) (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) (/ z (sqrt (+ (* z z) (* (neg t) a)))) (sqrt (+ (* z z) (* (neg t) a))) (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) (exp (log (* (* z y) x))) (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (log (* (* z y) x)) (+ (* z z) (* (neg t) a))) |
| 52.0ms | z | @ | -inf | ((* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* y x) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (* z y) (sqrt (- (* z z) (* t a))) (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) (/ z (sqrt (+ (* z z) (* (neg t) a)))) (sqrt (+ (* z z) (* (neg t) a))) (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) (exp (log (* (* z y) x))) (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (log (* (* z y) x)) (+ (* z z) (* (neg t) a))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1415 | 21811 |
| 1 | 4286 | 21437 |
| 0 | 9096 | 20746 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow (/ 1 (- (pow z 2) (* a t))) 1/4) (sqrt (* x (* y z)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* (* z y) x) #s(hole binary64 (* x (* y z)))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (pow (/ 1 (+ (* -1 (* a t)) (pow z 2))) 1/4) (sqrt (* x (* y z)))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))))) |
#s(approx (exp (log (* (* z y) x))) #s(hole binary64 (* x (* y z)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log x) (log (* y z))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* y z)) (* -1 (log (/ 1 x)))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* -1 (* (* x (* y (* z (pow (sqrt -1) 2)))) (sqrt (/ 1 (- (pow z 2) (* a t)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* (pow (/ 1 (- (pow z 2) (* a t))) 1/4) (* (sqrt (* x (* y z))) (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* -1 (* (* x (* y (* z (pow (sqrt -1) 2)))) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* -1 (* (pow (/ 1 (+ (* -1 (* a t)) (pow z 2))) 1/4) (* (sqrt (* x (* y z))) (pow (sqrt -1) 2)))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* -1 (* y z))) (* -1 (log (/ -1 x)))))) |
#s(approx (* z y) #s(hole binary64 (* y z))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log y) (log (* x z))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* x z)) (* -1 (log (/ 1 y)))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* -1 (* x z))) (* -1 (log (/ -1 y)))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z)))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 5/32 (* (pow (/ -1 (* (pow a 9) (pow t 9))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y z))))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y z))))) (* (pow z 2) (+ (* 15/128 (* (pow (/ -1 (* (pow a 13) (pow t 13))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* 5/32 (* (pow (/ -1 (* (pow a 9) (pow t 9))) 1/4) (sqrt (* x (* y z))))))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* z (sqrt -1))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (sqrt -1)) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (sqrt -1)))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (sqrt -1)) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (sqrt -1)))))))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 5/32 (* (pow (/ -1 (* (pow a 9) (pow t 9))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y z))))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y z))))) (* (pow z 2) (+ (* 15/128 (* (pow (/ -1 (* (pow a 13) (pow t 13))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* 5/32 (* (pow (/ -1 (* (pow a 9) (pow t 9))) 1/4) (sqrt (* x (* y z))))))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log z) (log (* x y))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* -1 (* a t)))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (+ (* -1 (* a t)) (pow z 2)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* x y))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (sqrt (* x y)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (* (sqrt (* x y)) (/ 1 z)))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (+ (* (sqrt (* x y)) (/ 1 z)) (* (sqrt (* x y)) (/ (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2)))) (pow z 5)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (+ (* (sqrt (* x y)) (/ 1 z)) (+ (* (sqrt (* x y)) (/ (+ (* 1/2880 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/384 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))))) (* 1/384 (* (pow a 3) (pow t 3))))) (pow z 7))) (* (sqrt (* x y)) (/ (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2)))) (pow z 5))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* x y))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 1)) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))) (pow z 4))) (* 1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))) (pow z 4))) (+ (* -1/2 (/ (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))) (pow z 6))) (* 1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 z)) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* x y))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (sqrt (* x y)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (* (sqrt (* x y)) (/ 1 z)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (+ (* (sqrt (* x y)) (/ 1 z)) (* (sqrt (* x y)) (/ (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2)))) (pow z 5)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (+ (* (sqrt (* x y)) (/ 1 z)) (+ (* (sqrt (* x y)) (/ (+ (* 1/2880 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/384 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))))) (* 1/384 (* (pow a 3) (pow t 3))))) (pow z 7))) (* (sqrt (* x y)) (/ (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2)))) (pow z 5))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* x y)) (* -1 (log (/ 1 z)))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (pow z 2))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* x (* y (pow (sqrt -1) 2))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (sqrt (* x y)) (sqrt -1)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y)))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/2880 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/384 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))))) (* 1/384 (* (pow a 3) (pow t 3)))))) (pow z 7)))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y))))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 z))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 -1)) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (- (* -1/2 (/ (* a t) (pow z 2))) 1))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (- (+ (* -1/2 (/ (* a t) (pow z 2))) (* 1/2 (/ (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))) (pow z 4)))) 1))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (- (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* 1/2 (/ (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))) (pow z 4))) (* 1/2 (/ (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))) (pow z 6))))) 1))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 z))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* x (* y (pow (sqrt -1) 2))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (sqrt (* x y)) (sqrt -1)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y)))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/2880 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/384 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))))) (* 1/384 (* (pow a 3) (pow t 3)))))) (pow z 7)))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y))))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* -1 (* x y))) (* -1 (log (/ -1 z)))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow 1 1/4) (sqrt (* x y))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (pow 1 1/4) (* (/ (* a t) (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* t (+ (* 1/4 (* (pow 1 1/4) (* (/ a (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (* (* t (+ (* 1/32 (/ (pow a 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))))) (sqrt (* x y)))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* t (+ (* 1/4 (* (pow 1 1/4) (* (/ a (pow z 2)) (sqrt (* x y))))) (* t (+ (* (pow 1 1/4) (* (sqrt (* x y)) (+ (* 1/32 (/ (pow a 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4)))))))) (* (pow 1 1/4) (* (* t (+ (* 1/384 (/ (pow a 3) (pow z 6))) (+ (* 1/32 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))) (pow z 2))) (* 1/24 (+ (* -6 (/ (pow a 3) (pow z 6))) (+ (* 2 (/ (pow a 3) (pow z 6))) (* 6 (/ (pow a 3) (pow z 6))))))))) (sqrt (* x y)))))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (* t (+ (* -1/2 (* t (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))) (* 1/2 (/ a (pow z 2)))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (* t (+ (* 1/2 (/ a (pow z 2))) (* t (+ (* -1/2 (* t (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))) (* -1/2 (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (pow 1 1/4) (sqrt (* x y))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (pow 1 1/4) (* (/ (* a t) (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* t (+ (* 1/4 (* (pow 1 1/4) (* (/ a (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (* (* t (+ (* 1/32 (/ (pow a 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))))) (sqrt (* x y)))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* t (+ (* 1/4 (* (pow 1 1/4) (* (/ a (pow z 2)) (sqrt (* x y))))) (* t (+ (* (pow 1 1/4) (* (sqrt (* x y)) (+ (* 1/32 (/ (pow a 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4)))))))) (* (pow 1 1/4) (* (* t (+ (* 1/384 (/ (pow a 3) (pow z 6))) (+ (* 1/32 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))) (pow z 2))) (* 1/24 (+ (* -6 (/ (pow a 3) (pow z 6))) (+ (* 2 (/ (pow a 3) (pow z 6))) (* 6 (/ (pow a 3) (pow z 6))))))))) (sqrt (* x y)))))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (sqrt (* x (* y z)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))) (+ (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/384 (/ (pow z 6) (pow a 3))) (+ (* 1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (* 1/24 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* 2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) (pow t 3)) (sqrt (* x (* y z)))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (sqrt (* x (* y z))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 3) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 3) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 5) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 3) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 5) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (sqrt (* x (* y z)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))) (+ (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/384 (/ (pow z 6) (pow a 3))) (+ (* 1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (* 1/24 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* 2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) (pow t 3)) (sqrt (* x (* y z)))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (sqrt (* x (* y z))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* t (+ (* -1 a) (/ (pow z 2) t))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) t) (sqrt (* x (* y z))))) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (sqrt (* x (* y (pow z 5))))))) t)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* -1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (+ (* -1/384 (/ (pow z 6) (pow a 3))) (* 1/24 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* -2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) t) (sqrt (* x (* y z))))) (* (sqrt (* x (* y z))) (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))))) t)) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (sqrt (* x (* y (pow z 5))))))) t)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 3) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 3) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 5) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* (pow z 5) (sqrt -1))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 3) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) t) (sqrt (* x (* y z))))) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (sqrt (* x (* y (pow z 5))))))) t)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* -1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (+ (* -1/384 (/ (pow z 6) (pow a 3))) (* 1/24 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* -2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) t) (sqrt (* x (* y z))))) (* (sqrt (* x (* y z))) (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))))) t)) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (sqrt (* x (* y (pow z 5))))))) t)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* -1 (* t (+ a (* -1 (/ (pow z 2) t))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* a (+ (* 1/4 (* (pow 1 1/4) (* (/ t (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (* (* a (+ (* 1/32 (/ (pow t 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))))) (sqrt (* x y)))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* a (+ (* 1/4 (* (pow 1 1/4) (* (/ t (pow z 2)) (sqrt (* x y))))) (* a (+ (* (pow 1 1/4) (* (sqrt (* x y)) (+ (* 1/32 (/ (pow t 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4)))))))) (* (pow 1 1/4) (* (* a (+ (* 1/384 (/ (pow t 3) (pow z 6))) (+ (* 1/32 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))) (pow z 2))) (* 1/24 (+ (* -6 (/ (pow t 3) (pow z 6))) (+ (* 2 (/ (pow t 3) (pow z 6))) (* 6 (/ (pow t 3) (pow z 6))))))))) (sqrt (* x y)))))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (* a (+ (* -1/2 (* a (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))) (* 1/2 (/ t (pow z 2)))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (* a (+ (* 1/2 (/ t (pow z 2))) (* a (+ (* -1/2 (* a (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))) (* -1/2 (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* a (+ (* 1/4 (* (pow 1 1/4) (* (/ t (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (* (* a (+ (* 1/32 (/ (pow t 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))))) (sqrt (* x y)))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* a (+ (* 1/4 (* (pow 1 1/4) (* (/ t (pow z 2)) (sqrt (* x y))))) (* a (+ (* (pow 1 1/4) (* (sqrt (* x y)) (+ (* 1/32 (/ (pow t 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4)))))))) (* (pow 1 1/4) (* (* a (+ (* 1/384 (/ (pow t 3) (pow z 6))) (+ (* 1/32 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))) (pow z 2))) (* 1/24 (+ (* -6 (/ (pow t 3) (pow z 6))) (+ (* 2 (/ (pow t 3) (pow z 6))) (* 6 (/ (pow t 3) (pow z 6))))))))) (sqrt (* x y)))))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (sqrt (* x (* y z)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))) (+ (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/384 (/ (pow z 6) (pow t 3))) (+ (* 1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (* 1/24 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* 2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) (pow a 3)) (sqrt (* x (* y z)))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (sqrt (* x (* y z))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 3) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 5) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (sqrt (* x (* y z)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))) (+ (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/384 (/ (pow z 6) (pow t 3))) (+ (* 1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (* 1/24 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* 2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) (pow a 3)) (sqrt (* x (* y z)))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (sqrt (* x (* y z))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* a (+ (* -1 t) (/ (pow z 2) a))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) a) (sqrt (* x (* y z))))) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (sqrt (* x (* y (pow z 5))))))) a)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* -1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (+ (* -1/384 (/ (pow z 6) (pow t 3))) (* 1/24 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* -2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) a) (sqrt (* x (* y z))))) (* (sqrt (* x (* y z))) (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))))) a)) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (sqrt (* x (* y (pow z 5))))))) a)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* (pow z 5) (sqrt -1)))) (* 1/2 (* (sqrt (/ t a)) (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 3) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) a) (sqrt (* x (* y z))))) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (sqrt (* x (* y (pow z 5))))))) a)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* -1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (+ (* -1/384 (/ (pow z 6) (pow t 3))) (* 1/24 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* -2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) a) (sqrt (* x (* y z))))) (* (sqrt (* x (* y z))) (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))))) a)) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (sqrt (* x (* y (pow z 5))))))) a)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* -1 (* a (+ t (* -1 (/ (pow z 2) a))))))) |
| Outputs |
|---|
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow (/ 1 (- (pow z 2) (* a t))) 1/4) (sqrt (* x (* y z)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx (* y x) (*.f64 y x)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (* (* z y) x) #s(hole binary64 (* x (* y z)))) |
#s(approx (exp (log (* (* z y) x))) (*.f64 (*.f64 z y) x)) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (pow (/ 1 (+ (* -1 (* a t)) (pow z 2))) 1/4) (sqrt (* x (* y z)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (exp (log (* (* z y) x))) #s(hole binary64 (* x (* y z)))) |
#s(approx (exp (log (* (* z y) x))) (*.f64 (*.f64 z y) x)) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log x) (log (* y z))))) |
#s(approx (log (* (* z y) x)) (+.f64 (log.f64 (*.f64 z y)) (log.f64 x))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* y z)) (* -1 (log (/ 1 x)))))) |
#s(approx (log (* (* z y) x)) (-.f64 (log.f64 (*.f64 z y)) (*.f64 (log.f64 x) #s(literal -1 binary64)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* -1 (* (* x (* y (* z (pow (sqrt -1) 2)))) (sqrt (/ 1 (- (pow z 2) (* a t)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 (*.f64 (*.f64 (neg.f64 y) z) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* (pow (/ 1 (- (pow z 2) (* a t))) 1/4) (* (sqrt (* x (* y z))) (pow (sqrt -1) 2)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x))) #s(literal 1 binary64))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* -1 (* (* x (* y (* z (pow (sqrt -1) 2)))) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 (*.f64 (*.f64 (neg.f64 y) z) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* -1 (* (pow (/ 1 (+ (* -1 (* a t)) (pow z 2))) 1/4) (* (sqrt (* x (* y z))) (pow (sqrt -1) 2)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x))) #s(literal 1 binary64))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* -1 (* y z))) (* -1 (log (/ -1 x)))))) |
#s(approx (log (* (* z y) x)) (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal -1 binary64) (log.f64 (*.f64 (neg.f64 y) z)))) |
#s(approx (* z y) #s(hole binary64 (* y z))) |
#s(approx (* z y) (*.f64 z y)) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log y) (log (* x z))))) |
#s(approx (log (* (* z y) x)) (+.f64 (log.f64 (*.f64 z x)) (log.f64 y))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* x z)) (* -1 (log (/ 1 y)))))) |
#s(approx (log (* (* z y) x)) (-.f64 (log.f64 (*.f64 z x)) (*.f64 (log.f64 y) #s(literal -1 binary64)))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* -1 (* x z))) (* -1 (log (/ -1 y)))))) |
#s(approx (log (* (* z y) x)) (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) y)) #s(literal -1 binary64) (log.f64 (*.f64 (neg.f64 x) z)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z)) y) x) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a t)) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))) #s(literal 1/4 binary64))) #s(literal 1/4 binary64) (*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a t)) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 5/32 (* (pow (/ -1 (* (pow a 9) (pow t 9))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y z))))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x))) #s(literal 1/4 binary64) (*.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 9 binary64))) (pow.f64 t #s(literal 9 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x))) #s(literal 5/32 binary64))) (*.f64 z z) (*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a t)) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y z))))) (* (pow z 2) (+ (* 15/128 (* (pow (/ -1 (* (pow a 13) (pow t 13))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* 5/32 (* (pow (/ -1 (* (pow a 9) (pow t 9))) 1/4) (sqrt (* x (* y z))))))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 (*.f64 (*.f64 z y) x)) (*.f64 (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 9 binary64))) (pow.f64 t #s(literal 9 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x))) #s(literal 5/32 binary64) (*.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 13 binary64))) (pow.f64 t #s(literal 13 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x))) #s(literal 15/128 binary64))) (*.f64 z z))) (*.f64 z z) (*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a t)) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z)) y) x) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z)) y) x) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 z z) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1 binary64)) #s(literal -1/8 binary64))) (*.f64 z z) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z)) y) x) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* z (sqrt -1))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (sqrt.f64 #s(literal -1 binary64)))) z)) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (sqrt -1)) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (sqrt -1)))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) #s(literal 1 binary64))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (sqrt.f64 #s(literal -1 binary64)))) z)) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (sqrt -1)) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (sqrt -1)))))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z)) (*.f64 (sqrt.f64 (*.f64 a t)) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z))) (*.f64 z z) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) (sqrt.f64 #s(literal -1 binary64)))) z)) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 z z) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1 binary64)) #s(literal -1/8 binary64))) (*.f64 z z) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z)) y) x) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a t)) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))) #s(literal 1/4 binary64))) #s(literal 1/4 binary64) (*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a t)) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 5/32 (* (pow (/ -1 (* (pow a 9) (pow t 9))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y z))))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x))) #s(literal 1/4 binary64) (*.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 9 binary64))) (pow.f64 t #s(literal 9 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x))) #s(literal 5/32 binary64))) (*.f64 z z) (*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a t)) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 1/4 (* (pow (/ -1 (* (pow a 5) (pow t 5))) 1/4) (sqrt (* x (* y z))))) (* (pow z 2) (+ (* 15/128 (* (pow (/ -1 (* (pow a 13) (pow t 13))) 1/4) (sqrt (* x (* y (pow z 5)))))) (* 5/32 (* (pow (/ -1 (* (pow a 9) (pow t 9))) 1/4) (sqrt (* x (* y z))))))))) (* (pow (/ -1 (* a t)) 1/4) (sqrt (* x (* y z))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 (*.f64 (*.f64 z y) x)) (*.f64 (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 9 binary64))) (pow.f64 t #s(literal 9 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x))) #s(literal 5/32 binary64) (*.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 13 binary64))) (pow.f64 t #s(literal 13 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x))) #s(literal 15/128 binary64))) (*.f64 z z))) (*.f64 z z) (*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a t)) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (*.f64 z y) x))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z)) y) x) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z)) y) x) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log z) (log (* x y))))) |
#s(approx (log (* (* z y) x)) (+.f64 (log.f64 (*.f64 y x)) (log.f64 z))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* -1 (* a t)))) |
#s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a)) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (+ (* -1 (* a t)) (pow z 2)))) |
#s(approx (+ (* z z) (* (neg t) a)) (fma.f64 (neg.f64 t) a (*.f64 z z))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* x y))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (sqrt (* x y)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt.f64 (*.f64 y x))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (* (sqrt (* x y)) (/ 1 z)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (fma.f64 (*.f64 (*.f64 a (/.f64 t (pow.f64 z #s(literal 3 binary64)))) (sqrt.f64 (*.f64 y x))) #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal 1 binary64) z) (sqrt.f64 (*.f64 y x)))) z)) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (+ (* (sqrt (* x y)) (/ 1 z)) (* (sqrt (* x y)) (/ (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2)))) (pow z 5)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 a (/.f64 t (pow.f64 z #s(literal 3 binary64))))) (sqrt.f64 (*.f64 y x)) (*.f64 (sqrt.f64 (*.f64 y x)) (+.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 (fma.f64 #s(literal 1/32 binary64) (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) #s(literal 1/96 binary64))) (pow.f64 z #s(literal 5 binary64)))))) z)) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (+ (* (sqrt (* x y)) (/ 1 z)) (+ (* (sqrt (* x y)) (/ (+ (* 1/2880 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/384 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))))) (* 1/384 (* (pow a 3) (pow t 3))))) (pow z 7))) (* (sqrt (* x y)) (/ (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2)))) (pow z 5))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 a (/.f64 t (pow.f64 z #s(literal 3 binary64))))) (sqrt.f64 (*.f64 y x)) (fma.f64 (/.f64 #s(literal 1 binary64) z) (sqrt.f64 (*.f64 y x)) (*.f64 (sqrt.f64 (*.f64 y x)) (+.f64 (/.f64 (fma.f64 #s(literal 1/384 binary64) (fma.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) (*.f64 (fma.f64 #s(literal -720 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (*.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) #s(literal 960 binary64))) #s(literal 1/2880 binary64))) (pow.f64 z #s(literal 7 binary64))) (/.f64 (fma.f64 #s(literal 1/32 binary64) (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) #s(literal 1/96 binary64))) (pow.f64 z #s(literal 5 binary64))))))) z)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) z) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64))) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (fma.f64 (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64)))) z)) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* x y))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x)))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 1)) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(literal 1 binary64)) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))) (pow z 4))) (* 1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a t) z))) #s(literal 1 binary64))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))) (pow z 4))) (+ (* -1/2 (/ (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))) (pow z 6))) (* 1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a t) z)))) #s(literal 1 binary64))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) z) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) z)) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64))) z)) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (fma.f64 (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64)))) z)) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* x y))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x)))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (sqrt (* x y)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt.f64 (*.f64 y x))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (* (sqrt (* x y)) (/ 1 z)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (fma.f64 (*.f64 (*.f64 a (/.f64 t (pow.f64 z #s(literal 3 binary64)))) (sqrt.f64 (*.f64 y x))) #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal 1 binary64) z) (sqrt.f64 (*.f64 y x)))) z)) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (+ (* (sqrt (* x y)) (/ 1 z)) (* (sqrt (* x y)) (/ (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2)))) (pow z 5)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 a (/.f64 t (pow.f64 z #s(literal 3 binary64))))) (sqrt.f64 (*.f64 y x)) (*.f64 (sqrt.f64 (*.f64 y x)) (+.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 (fma.f64 #s(literal 1/32 binary64) (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) #s(literal 1/96 binary64))) (pow.f64 z #s(literal 5 binary64)))))) z)) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* z (+ (* 1/4 (* (/ (* a t) (pow z 3)) (sqrt (* x y)))) (+ (* (sqrt (* x y)) (/ 1 z)) (+ (* (sqrt (* x y)) (/ (+ (* 1/2880 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/384 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))))) (* 1/384 (* (pow a 3) (pow t 3))))) (pow z 7))) (* (sqrt (* x y)) (/ (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2)))) (pow z 5))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 a (/.f64 t (pow.f64 z #s(literal 3 binary64))))) (sqrt.f64 (*.f64 y x)) (fma.f64 (/.f64 #s(literal 1 binary64) z) (sqrt.f64 (*.f64 y x)) (*.f64 (sqrt.f64 (*.f64 y x)) (+.f64 (/.f64 (fma.f64 #s(literal 1/384 binary64) (fma.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) (*.f64 (fma.f64 #s(literal -720 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (*.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) #s(literal 960 binary64))) #s(literal 1/2880 binary64))) (pow.f64 z #s(literal 7 binary64))) (/.f64 (fma.f64 #s(literal 1/32 binary64) (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) #s(literal 1/96 binary64))) (pow.f64 z #s(literal 5 binary64))))))) z)) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x)))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* x y)) (* -1 (log (/ 1 z)))))) |
#s(approx (log (* (* z y) x)) (-.f64 (log.f64 (*.f64 y x)) (*.f64 (log.f64 z) #s(literal -1 binary64)))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (pow z 2))) |
#s(approx (+ (* z z) (* (neg t) a)) (*.f64 z z)) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))))) |
#s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* x (* y (pow (sqrt -1) 2))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 y) x)) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 a t) z) (/.f64 (*.f64 (neg.f64 y) x) z)) #s(literal 1/2 binary64) (*.f64 (neg.f64 y) x))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) y) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 a t) z) (/.f64 (*.f64 (neg.f64 y) x) z)) #s(literal 1/2 binary64) (*.f64 (neg.f64 y) x)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) y) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) y) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 a t) z) (/.f64 (*.f64 (neg.f64 y) x) z)) #s(literal 1/2 binary64) (*.f64 (neg.f64 y) x))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (sqrt (* x y)) (sqrt -1)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 #s(literal -1 binary64)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (neg.f64 z) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) t) a) (pow.f64 z #s(literal 3 binary64))) (sqrt.f64 (*.f64 y x))) #s(literal -1/4 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 z))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y)))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (neg.f64 z) (fma.f64 (neg.f64 (sqrt.f64 (*.f64 y x))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) z) (fma.f64 (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) t) a) (pow.f64 z #s(literal 3 binary64)))) (sqrt.f64 (*.f64 y x)) (*.f64 (neg.f64 (sqrt.f64 (*.f64 y x))) (/.f64 (*.f64 (fma.f64 #s(literal 1/32 binary64) (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) #s(literal 1/96 binary64))) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 z #s(literal 5 binary64)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/2880 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/384 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))))) (* 1/384 (* (pow a 3) (pow t 3)))))) (pow z 7)))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y))))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (neg.f64 z) (fma.f64 (neg.f64 (sqrt.f64 (*.f64 y x))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) z) (fma.f64 (neg.f64 (sqrt.f64 (*.f64 y x))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal 1/384 binary64) (fma.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) (*.f64 (fma.f64 #s(literal -720 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (*.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) #s(literal 960 binary64))) #s(literal 1/2880 binary64))) (pow.f64 z #s(literal 7 binary64)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) t) a) (pow.f64 z #s(literal 3 binary64)))) (sqrt.f64 (*.f64 y x)) (*.f64 (neg.f64 (sqrt.f64 (*.f64 y x))) (/.f64 (*.f64 (fma.f64 #s(literal 1/32 binary64) (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) #s(literal 1/96 binary64))) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 z #s(literal 5 binary64))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 y) x)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (fma.f64 #s(literal 1/2 binary64) (fma.f64 x (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) y) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64)))) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 y) x)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (fma.f64 #s(literal 1/2 binary64) (fma.f64 x (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) y) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64)))) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 z))) |
#s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 z) (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 z) (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 z) (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (fma.f64 (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64)))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 y) x)) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z)))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (fma.f64 #s(literal 1/2 binary64) (fma.f64 x (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) y) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64)))) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 -1)) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(literal -1 binary64)) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (- (* -1/2 (/ (* a t) (pow z 2))) 1))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (-.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z)) #s(literal 1 binary64))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (- (+ (* -1/2 (/ (* a t) (pow z 2))) (* 1/2 (/ (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))) (pow z 4)))) 1))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z))) #s(literal 1 binary64))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (- (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* 1/2 (/ (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))) (pow z 4))) (* 1/2 (/ (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))) (pow z 6))))) 1))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (-.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64))) (/.f64 (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64))) (pow.f64 z #s(literal 6 binary64)))))) #s(literal 1 binary64))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 z))) |
#s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 z) (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 z) (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 z) (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (fma.f64 (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64)))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (* x (* y (pow (sqrt -1) 2))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 y) x)) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 a t) z) (/.f64 (*.f64 (neg.f64 y) x) z)) #s(literal 1/2 binary64) (*.f64 (neg.f64 y) x))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) y) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 a t) z) (/.f64 (*.f64 (neg.f64 y) x) z)) #s(literal 1/2 binary64) (*.f64 (neg.f64 y) x)))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) y) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) y) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 a t) z) (/.f64 (*.f64 (neg.f64 y) x) z)) #s(literal 1/2 binary64) (*.f64 (neg.f64 y) x))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (sqrt (* x y)) (sqrt -1)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 #s(literal -1 binary64)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (neg.f64 z) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) t) a) (pow.f64 z #s(literal 3 binary64))) (sqrt.f64 (*.f64 y x))) #s(literal -1/4 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 z))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y)))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (neg.f64 z) (fma.f64 (neg.f64 (sqrt.f64 (*.f64 y x))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) z) (fma.f64 (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) t) a) (pow.f64 z #s(literal 3 binary64)))) (sqrt.f64 (*.f64 y x)) (*.f64 (neg.f64 (sqrt.f64 (*.f64 y x))) (/.f64 (*.f64 (fma.f64 #s(literal 1/32 binary64) (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) #s(literal 1/96 binary64))) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 z #s(literal 5 binary64)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (sqrt (* x y)) (/ (sqrt -1) z))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/2880 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/384 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))))) (* 1/384 (* (pow a 3) (pow t 3)))))) (pow z 7)))) (+ (* -1 (* (sqrt (* x y)) (/ (* (sqrt -1) (+ (* 1/96 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/32 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/4 (* (/ (* a (* t (sqrt -1))) (pow z 3)) (sqrt (* x y))))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (neg.f64 z) (fma.f64 (neg.f64 (sqrt.f64 (*.f64 y x))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) z) (fma.f64 (neg.f64 (sqrt.f64 (*.f64 y x))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal 1/384 binary64) (fma.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) (*.f64 (fma.f64 #s(literal -720 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (*.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) #s(literal 960 binary64))) #s(literal 1/2880 binary64))) (pow.f64 z #s(literal 7 binary64)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) t) a) (pow.f64 z #s(literal 3 binary64)))) (sqrt.f64 (*.f64 y x)) (*.f64 (neg.f64 (sqrt.f64 (*.f64 y x))) (/.f64 (*.f64 (fma.f64 #s(literal 1/32 binary64) (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) #s(literal 1/96 binary64))) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 z #s(literal 5 binary64))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 y) x)) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z)))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (fma.f64 #s(literal 1/2 binary64) (fma.f64 x (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) y) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64)))) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 y) x)) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 y) x (fma.f64 #s(literal 1/2 binary64) (fma.f64 x (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) y) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64)))) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (log (* (* z y) x)) #s(hole binary64 (+ (log (* -1 (* x y))) (* -1 (log (/ -1 z)))))) |
#s(approx (log (* (* z y) x)) (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) z)) #s(literal -1 binary64) (log.f64 (*.f64 (neg.f64 y) x)))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 y x))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 a #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z))) t (*.f64 y x))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow 1 1/4) (sqrt (* x y))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (sqrt.f64 (*.f64 y x)) #s(literal 1 binary64))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (pow 1 1/4) (* (/ (* a t) (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (/.f64 t z) (/.f64 a z)) (sqrt.f64 (*.f64 y x))) (*.f64 (sqrt.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* t (+ (* 1/4 (* (pow 1 1/4) (* (/ a (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (* (* t (+ (* 1/32 (/ (pow a 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))))) (sqrt (* x y)))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (fma.f64 (*.f64 t (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64)))) (sqrt.f64 (*.f64 y x)))) #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 a (*.f64 z z)) (sqrt.f64 (*.f64 y x))))) t (*.f64 (sqrt.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* t (+ (* 1/4 (* (pow 1 1/4) (* (/ a (pow z 2)) (sqrt (* x y))))) (* t (+ (* (pow 1 1/4) (* (sqrt (* x y)) (+ (* 1/32 (/ (pow a 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4)))))))) (* (pow 1 1/4) (* (* t (+ (* 1/384 (/ (pow a 3) (pow z 6))) (+ (* 1/32 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))) (pow z 2))) (* 1/24 (+ (* -6 (/ (pow a 3) (pow z 6))) (+ (* 2 (/ (pow a 3) (pow z 6))) (* 6 (/ (pow a 3) (pow z 6))))))))) (sqrt (* x y)))))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64)))) (sqrt.f64 (*.f64 y x)) (*.f64 (*.f64 (fma.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal 1/384 binary64) (fma.f64 (fma.f64 #s(literal -6 binary64) (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal 8 binary64))) #s(literal 1/24 binary64) (*.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) z) (/.f64 a z)) #s(literal 1/32 binary64)))) t) (sqrt.f64 (*.f64 y x))))) t (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 a (*.f64 z z)) (sqrt.f64 (*.f64 y x))))) t (*.f64 (sqrt.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 a #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z))) t (*.f64 y x))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 y x))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 a #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z))) t (*.f64 y x))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 (*.f64 a t) z) #s(literal -1/2 binary64) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 t (pow.f64 z #s(literal 3 binary64)))) #s(literal -1/8 binary64) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 t (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a a)) (pow.f64 z #s(literal 3 binary64)))) t (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z)) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 y x))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 a #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z))) t (*.f64 y x))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (* t (+ (* -1/2 (* t (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))) (* 1/2 (/ a (pow z 2)))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 a z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)))) t #s(literal 1 binary64))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (* t (+ (* 1/2 (/ a (pow z 2))) (* t (+ (* -1/2 (* t (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))) (* -1/2 (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t (*.f64 z z)) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 a #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)))) t (*.f64 (/.f64 a (*.f64 z z)) #s(literal 1/2 binary64))) t #s(literal 1 binary64))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 (*.f64 a t) z) #s(literal -1/2 binary64) z)) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 t (pow.f64 z #s(literal 3 binary64)))) #s(literal -1/8 binary64) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z)) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 t (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a a)) (pow.f64 z #s(literal 3 binary64)))) t (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z)) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 y x))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 a #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z))) t (*.f64 y x))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (pow 1 1/4) (sqrt (* x y))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (sqrt.f64 (*.f64 y x)) #s(literal 1 binary64))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (pow 1 1/4) (* (/ (* a t) (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (/.f64 t z) (/.f64 a z)) (sqrt.f64 (*.f64 y x))) (*.f64 (sqrt.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* t (+ (* 1/4 (* (pow 1 1/4) (* (/ a (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (* (* t (+ (* 1/32 (/ (pow a 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))))) (sqrt (* x y)))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (fma.f64 (*.f64 t (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64)))) (sqrt.f64 (*.f64 y x)))) #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 a (*.f64 z z)) (sqrt.f64 (*.f64 y x))))) t (*.f64 (sqrt.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* t (+ (* 1/4 (* (pow 1 1/4) (* (/ a (pow z 2)) (sqrt (* x y))))) (* t (+ (* (pow 1 1/4) (* (sqrt (* x y)) (+ (* 1/32 (/ (pow a 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4)))))))) (* (pow 1 1/4) (* (* t (+ (* 1/384 (/ (pow a 3) (pow z 6))) (+ (* 1/32 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))) (pow z 2))) (* 1/24 (+ (* -6 (/ (pow a 3) (pow z 6))) (+ (* 2 (/ (pow a 3) (pow z 6))) (* 6 (/ (pow a 3) (pow z 6))))))))) (sqrt (* x y)))))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64)))) (sqrt.f64 (*.f64 y x)) (*.f64 (*.f64 (fma.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal 1/384 binary64) (fma.f64 (fma.f64 #s(literal -6 binary64) (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal 8 binary64))) #s(literal 1/24 binary64) (*.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) z) (/.f64 a z)) #s(literal 1/32 binary64)))) t) (sqrt.f64 (*.f64 y x))))) t (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 a (*.f64 z z)) (sqrt.f64 (*.f64 y x))))) t (*.f64 (sqrt.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 y x))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 a #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z))) t (*.f64 y x))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 y x))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 a #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z))) t (*.f64 y x))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (*.f64 (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) a) (/.f64 (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) t)) #s(literal 1/4 binary64) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (sqrt.f64 (*.f64 (*.f64 z y) x))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (sqrt (* x (* y z)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (*.f64 a t))) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) a))) (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a))))) t) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) t) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (sqrt.f64 (*.f64 (*.f64 z y) x)))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))) (+ (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/384 (/ (pow z 6) (pow a 3))) (+ (* 1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (* 1/24 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* 2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) (pow t 3)) (sqrt (* x (* y z)))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (sqrt (* x (* y z))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (*.f64 a t))) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (sqrt.f64 (*.f64 (*.f64 z y) x)) (*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (/.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/384 binary64) (fma.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) #s(literal -6 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) #s(literal 8 binary64))) #s(literal 1/24 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) (*.f64 z z)) a) #s(literal 1/32 binary64)))) (pow.f64 t #s(literal 3 binary64))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (/.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) a))) (*.f64 t t)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))) t)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) t)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 7 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))) t)) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 3) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 3) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 5) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 3) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 5) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1)))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) z) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 z (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))) t)) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) t)) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 7 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))) t)) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (*.f64 (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) a) (/.f64 (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) t)) #s(literal 1/4 binary64) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (sqrt.f64 (*.f64 (*.f64 z y) x))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (sqrt (* x (* y z)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (*.f64 a t))) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) a))) (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a))))) t) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) t) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (sqrt.f64 (*.f64 (*.f64 z y) x)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t)))))) (+ (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/384 (/ (pow z 6) (pow a 3))) (+ (* 1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (* 1/24 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* 2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) (pow t 3)) (sqrt (* x (* y z)))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (sqrt (* x (* y z))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (*.f64 a t))) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (sqrt.f64 (*.f64 (*.f64 z y) x)) (*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (/.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/384 binary64) (fma.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) #s(literal -6 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) #s(literal 8 binary64))) #s(literal 1/24 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) (*.f64 z z)) a) #s(literal 1/32 binary64)))) (pow.f64 t #s(literal 3 binary64))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (/.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) a))) (*.f64 t t)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* t (+ (* -1 a) (/ (pow z 2) t))))) |
#s(approx (+ (* z z) (* (neg t) a)) (*.f64 (fma.f64 #s(literal -1 binary64) a (/.f64 (*.f64 z z) t)) t)) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 a t)) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (*.f64 (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) t) (/.f64 (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) a)) #s(literal 1/4 binary64) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (sqrt.f64 (*.f64 (*.f64 z y) x))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) t) (sqrt (* x (* y z))))) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (sqrt (* x (* y (pow z 5))))))) t)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) a) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x))) #s(literal -1/4 binary64) (/.f64 (*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) a))))) t)) (neg.f64 t)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* -1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (+ (* -1/384 (/ (pow z 6) (pow a 3))) (* 1/24 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* -2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) t) (sqrt (* x (* y z))))) (* (sqrt (* x (* y z))) (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))))) t)) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (sqrt (* x (* y (pow z 5))))))) t)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) a)) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) (/.f64 (fma.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (/.f64 (fma.f64 #s(literal -1/32 binary64) (/.f64 (*.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) (*.f64 z z)) a) (fma.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) #s(literal -6 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) #s(literal 4 binary64))) #s(literal 1/24 binary64) (/.f64 (*.f64 #s(literal -1/384 binary64) (pow.f64 z #s(literal 6 binary64))) (pow.f64 a #s(literal 3 binary64))))) t)) (*.f64 (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) a)))) (sqrt.f64 (*.f64 (*.f64 z y) x)))) (neg.f64 t))) (neg.f64 t)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 a t)) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 a t)) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 a t)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))) (neg.f64 t))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) (neg.f64 t))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 7 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))) (neg.f64 t))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 a t)) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 3) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (pow.f64 z #s(literal 3 binary64))) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 3) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 5) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* (pow z 5) (sqrt -1))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 3) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) (sqrt.f64 (/.f64 a t)) (*.f64 (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (pow.f64 z #s(literal 5 binary64))) (sqrt.f64 #s(literal -1 binary64))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (pow.f64 z #s(literal 3 binary64))) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 a t)))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))) (neg.f64 t))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) (neg.f64 t))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 7 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))) (neg.f64 t))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 a t)) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (*.f64 (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) t) (/.f64 (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) a)) #s(literal 1/4 binary64) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (sqrt.f64 (*.f64 (*.f64 z y) x))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) t) (sqrt (* x (* y z))))) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (sqrt (* x (* y (pow z 5))))))) t)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) a) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x))) #s(literal -1/4 binary64) (/.f64 (*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) a))))) t)) (neg.f64 t)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* -1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (+ (* -1/384 (/ (pow z 6) (pow a 3))) (* 1/24 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* -2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) t) (sqrt (* x (* y z))))) (* (sqrt (* x (* y z))) (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow a 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))))) t)) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (sqrt (* x (* y (pow z 5))))))) t)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) a)) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) (/.f64 (fma.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (/.f64 (fma.f64 #s(literal -1/32 binary64) (/.f64 (*.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) (*.f64 z z)) a) (fma.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) #s(literal -6 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) #s(literal 4 binary64))) #s(literal 1/24 binary64) (/.f64 (*.f64 #s(literal -1/384 binary64) (pow.f64 z #s(literal 6 binary64))) (pow.f64 a #s(literal 3 binary64))))) t)) (*.f64 (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) a)))) (sqrt.f64 (*.f64 (*.f64 z y) x)))) (neg.f64 t))) (neg.f64 t)))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 a t)) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 a t)) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* -1 (* t (+ a (* -1 (/ (pow z 2) t))))))) |
#s(approx (+ (* z z) (* (neg t) a)) (*.f64 (fma.f64 (/.f64 (*.f64 z z) t) #s(literal -1 binary64) a) (neg.f64 t))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 y x))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 t #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z))) a (*.f64 y x))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* a (+ (* 1/4 (* (pow 1 1/4) (* (/ t (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (* (* a (+ (* 1/32 (/ (pow t 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))))) (sqrt (* x y)))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (fma.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64)))) (sqrt.f64 (*.f64 y x)))) #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 t (*.f64 z z)) (sqrt.f64 (*.f64 y x))))) a (*.f64 (sqrt.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* a (+ (* 1/4 (* (pow 1 1/4) (* (/ t (pow z 2)) (sqrt (* x y))))) (* a (+ (* (pow 1 1/4) (* (sqrt (* x y)) (+ (* 1/32 (/ (pow t 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4)))))))) (* (pow 1 1/4) (* (* a (+ (* 1/384 (/ (pow t 3) (pow z 6))) (+ (* 1/32 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))) (pow z 2))) (* 1/24 (+ (* -6 (/ (pow t 3) (pow z 6))) (+ (* 2 (/ (pow t 3) (pow z 6))) (* 6 (/ (pow t 3) (pow z 6))))))))) (sqrt (* x y)))))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64)))) (sqrt.f64 (*.f64 y x)) (*.f64 (*.f64 (fma.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal 1/384 binary64) (fma.f64 (fma.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -6 binary64) (*.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal 8 binary64))) #s(literal 1/24 binary64) (*.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) z) (/.f64 t z)) #s(literal 1/32 binary64)))) a) (sqrt.f64 (*.f64 y x))))) a (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 t (*.f64 z z)) (sqrt.f64 (*.f64 y x))))) a (*.f64 (sqrt.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 t #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z))) a (*.f64 y x))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 y x))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 t #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z))) a (*.f64 y x))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 t t) a) (pow.f64 z #s(literal 3 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 t #s(literal 3 binary64)) a) (pow.f64 z #s(literal 5 binary64))) #s(literal -1/16 binary64) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 t t)) (pow.f64 z #s(literal 3 binary64)))) a (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z)) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 y x))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 t #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z))) a (*.f64 y x))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (* a (+ (* -1/2 (* a (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))) (* 1/2 (/ t (pow z 2)))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 t z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)))) a #s(literal 1 binary64))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ 1 (* a (+ (* 1/2 (/ t (pow z 2))) (* a (+ (* -1/2 (* a (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))) (* -1/2 (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a (*.f64 z z)) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 t #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)))) a (*.f64 (/.f64 t (*.f64 z z)) #s(literal 1/2 binary64))) a #s(literal 1 binary64))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 t t) a) (pow.f64 z #s(literal 3 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z)) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 t #s(literal 3 binary64)) a) (pow.f64 z #s(literal 5 binary64))) #s(literal -1/16 binary64) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 t t)) (pow.f64 z #s(literal 3 binary64)))) a (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z)) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 y x))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 t #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z))) a (*.f64 y x))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* a (+ (* 1/4 (* (pow 1 1/4) (* (/ t (pow z 2)) (sqrt (* x y))))) (* (pow 1 1/4) (* (* a (+ (* 1/32 (/ (pow t 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))))) (sqrt (* x y)))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (fma.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64)))) (sqrt.f64 (*.f64 y x)))) #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 t (*.f64 z z)) (sqrt.f64 (*.f64 y x))))) a (*.f64 (sqrt.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* a (+ (* 1/4 (* (pow 1 1/4) (* (/ t (pow z 2)) (sqrt (* x y))))) (* a (+ (* (pow 1 1/4) (* (sqrt (* x y)) (+ (* 1/32 (/ (pow t 2) (pow z 4))) (* 1/8 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4)))))))) (* (pow 1 1/4) (* (* a (+ (* 1/384 (/ (pow t 3) (pow z 6))) (+ (* 1/32 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))) (pow z 2))) (* 1/24 (+ (* -6 (/ (pow t 3) (pow z 6))) (+ (* 2 (/ (pow t 3) (pow z 6))) (* 6 (/ (pow t 3) (pow z 6))))))))) (sqrt (* x y)))))))) (* (pow 1 1/4) (sqrt (* x y)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) #s(literal 1/8 binary64) (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64)))) (sqrt.f64 (*.f64 y x)) (*.f64 (*.f64 (fma.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal 1/384 binary64) (fma.f64 (fma.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -6 binary64) (*.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal 8 binary64))) #s(literal 1/24 binary64) (*.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) z) (/.f64 t z)) #s(literal 1/32 binary64)))) a) (sqrt.f64 (*.f64 y x))))) a (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 t (*.f64 z z)) (sqrt.f64 (*.f64 y x))))) a (*.f64 (sqrt.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 y x))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 t #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z))) a (*.f64 y x))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 y x))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (/.f64 (neg.f64 (pow.f64 t #s(literal 3 binary64))) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z))) a (*.f64 y x))) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (sqrt (* x (* y z)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (*.f64 a t))) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) t))) (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t))))) a) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) a) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (sqrt.f64 (*.f64 (*.f64 z y) x)))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))) (+ (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/384 (/ (pow z 6) (pow t 3))) (+ (* 1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (* 1/24 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* 2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) (pow a 3)) (sqrt (* x (* y z)))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (sqrt (* x (* y z))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (*.f64 a t))) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (sqrt.f64 (*.f64 (*.f64 z y) x)) (*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (/.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) #s(literal 1/384 binary64) (fma.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) #s(literal -6 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) #s(literal 8 binary64))) #s(literal 1/24 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) (*.f64 z z)) t) #s(literal 1/32 binary64)))) (pow.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) t))) a) (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) a))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) a)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))) a)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 t #s(literal 5 binary64)))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) a)) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 3) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 5) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1)))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 z (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) a)) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))) a)) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 t #s(literal 5 binary64)))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) a)) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (sqrt (* x (* y z)))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (*.f64 a t))) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) t))) (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t))))) a) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) a) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (sqrt.f64 (*.f64 (*.f64 z y) x)))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* 1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (sqrt (* x (* y (pow z 5)))))) (+ (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a)))))) (+ (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/384 (/ (pow z 6) (pow t 3))) (+ (* 1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (* 1/24 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* 2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) (pow a 3)) (sqrt (* x (* y z)))) (* (/ (* (exp (* 1/4 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (sqrt (* x (* y z))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (*.f64 a t))) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (sqrt.f64 (*.f64 (*.f64 z y) x)) (*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (/.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) #s(literal 1/384 binary64) (fma.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) #s(literal -6 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) #s(literal 8 binary64))) #s(literal 1/24 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) (*.f64 z z)) t) #s(literal 1/32 binary64)))) (pow.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) t))) a) (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) a))))))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* a (+ (* -1 t) (/ (pow z 2) a))))) |
#s(approx (+ (* z z) (* (neg t) a)) (*.f64 (fma.f64 #s(literal -1 binary64) t (/.f64 (*.f64 z z) a)) a)) |
#s(approx (* (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) a) (sqrt (* x (* y z))))) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (sqrt (* x (* y (pow z 5))))))) a)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) t) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x))) #s(literal -1/4 binary64) (/.f64 (*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) t))) (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))))) a)) (neg.f64 a)))) |
#s(approx (sqrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* -1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (+ (* -1/384 (/ (pow z 6) (pow t 3))) (* 1/24 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* -2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) a) (sqrt (* x (* y z))))) (* (sqrt (* x (* y z))) (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))))) a)) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (sqrt (* x (* y (pow z 5))))))) a)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) t)) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) (/.f64 (fma.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) (*.f64 z z)) t) #s(literal -1/32 binary64) (fma.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) #s(literal -6 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) #s(literal 4 binary64))) #s(literal 1/24 binary64) (/.f64 (*.f64 #s(literal -1/384 binary64) (pow.f64 z #s(literal 6 binary64))) (pow.f64 t #s(literal 3 binary64))))) a)) (*.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) t))) (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a))))) (sqrt.f64 (*.f64 (*.f64 z y) x)))) (neg.f64 a))) (neg.f64 a)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 t #s(literal 5 binary64)))) (*.f64 (pow.f64 z #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))))) |
#s(approx (* (* y x) (/ z (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* (pow z 5) (sqrt -1)))) (* 1/2 (* (sqrt (/ t a)) (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 3) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* z (sqrt -1))))))) |
#s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (pow.f64 z #s(literal 5 binary64))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (pow.f64 z #s(literal 3 binary64))) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))))) |
#s(approx (sqrt (+ (* z z) (* (neg t) a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 t #s(literal 5 binary64)))) (*.f64 (pow.f64 z #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))))) |
#s(approx (* (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) a) (sqrt (* x (* y z))))) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (sqrt (* x (* y (pow z 5))))))) a)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) t) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x))) #s(literal -1/4 binary64) (/.f64 (*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) t))) (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))))) a)) (neg.f64 a)))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* -1/32 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (+ (* -1/384 (/ (pow z 6) (pow t 3))) (* 1/24 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* -2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) a) (sqrt (* x (* y z))))) (* (sqrt (* x (* y z))) (* (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/32 (/ (pow z 4) (pow t 2))) (* 1/8 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))))) a)) (* -1/4 (* (/ (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (sqrt (* x (* y (pow z 5))))))) a)) (* (sqrt (* x (* y z))) (exp (* 1/4 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) t)) (sqrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x)) (/.f64 (fma.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) (*.f64 z z)) t) #s(literal -1/32 binary64) (fma.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) #s(literal -6 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) #s(literal 4 binary64))) #s(literal 1/24 binary64) (/.f64 (*.f64 #s(literal -1/384 binary64) (pow.f64 z #s(literal 6 binary64))) (pow.f64 t #s(literal 3 binary64))))) a)) (*.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) #s(literal 1/8 binary64) (*.f64 (/.f64 #s(literal 1/32 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) t))) (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a))))) (sqrt.f64 (*.f64 (*.f64 z y) x)))) (neg.f64 a))) (neg.f64 a)))) |
#s(approx (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (exp (log (* (* z y) x))) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (+ (* z z) (* (neg t) a)) #s(hole binary64 (* -1 (* a (+ t (* -1 (/ (pow z 2) a))))))) |
#s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 a) (fma.f64 (/.f64 (*.f64 z z) a) #s(literal -1 binary64) t))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 32 | 243 |
| 0 | 50 | 201 |
| 1 | 544 | 188 |
| 2 | 5389 | 188 |
| 0 | 9334 | 176 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y x) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (*.f64 z y) x) |
(*.f64 z y) |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) |
(sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))) |
(*.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
(sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))) |
(exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) |
(/.f64 (exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(log.f64 (*.f64 (*.f64 z y) x)) |
(fma.f64 z z (*.f64 (neg.f64 t) a)) |
| Outputs |
|---|
(*.f64 (*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (cbrt.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64))) (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64)) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (*.f64 (cbrt.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 3 binary64)) |
(pow.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) |
(pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1 binary64)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(neg.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(cbrt.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 2 binary64))) |
(fabs.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(+.f64 (log.f64 (sqrt.f64 (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) (log.f64 (sqrt.f64 (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (cbrt.f64 (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))))) (log.f64 (cbrt.f64 (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (sinh.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(log.f64 (/.f64 #s(literal 1 binary64) (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(log.f64 (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (neg.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (cbrt.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (neg.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64))) (neg.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64)))) |
(*.f64 (neg.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64))) (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64))) |
(*.f64 (fabs.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (fabs.f64 (cbrt.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))))) |
(*.f64 (sqrt.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64))) (sqrt.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (pow.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64)) (neg.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64)) (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64))) |
(*.f64 (cbrt.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (neg.f64 (cbrt.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))))) |
(*.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (cbrt.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 (cbrt.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) #s(literal 3 binary64)) |
(pow.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1 binary64)) |
(pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/2 binary64)) |
(neg.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(cbrt.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 3/2 binary64))) |
(sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(fabs.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(exp.f64 (/.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1/2 binary64))) |
(exp.f64 (log.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(+.f64 (log.f64 (sqrt.f64 (exp.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))))) (log.f64 (sqrt.f64 (exp.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (exp.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) (cbrt.f64 (exp.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))))) (log.f64 (cbrt.f64 (exp.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))))) |
(+.f64 (cosh.f64 (/.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64))) (sinh.f64 (/.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1/2 binary64))) (sinh.f64 (*.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1/2 binary64)))) |
(+.f64 (cosh.f64 (log.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) (sinh.f64 (log.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))))) |
(log.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (exp.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))))) |
(log.f64 (/.f64 #s(literal 1 binary64) (exp.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))))) |
(log.f64 (exp.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (cbrt.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64))) (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/4 binary64)) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (*.f64 (cbrt.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 3 binary64)) |
(pow.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) |
(pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1 binary64)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(neg.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(cbrt.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 2 binary64))) |
(fabs.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(+.f64 (log.f64 (sqrt.f64 (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) (log.f64 (sqrt.f64 (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (cbrt.f64 (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))))) (log.f64 (cbrt.f64 (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (sinh.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(log.f64 (/.f64 #s(literal 1 binary64) (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(log.f64 (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (*.f64 y (sqrt.f64 x)) (sqrt.f64 x)) |
(*.f64 (*.f64 y (pow.f64 (cbrt.f64 x) #s(literal 2 binary64))) (cbrt.f64 x)) |
(*.f64 (*.f64 x (sqrt.f64 y)) (sqrt.f64 y)) |
(*.f64 (*.f64 x (pow.f64 (cbrt.f64 y) #s(literal 2 binary64))) (cbrt.f64 y)) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 y x))) (neg.f64 (sqrt.f64 (*.f64 y x)))) |
(*.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (*.f64 y x))) |
(*.f64 (sqrt.f64 y) (*.f64 (sqrt.f64 y) x)) |
(*.f64 (sqrt.f64 x) (*.f64 (sqrt.f64 x) y)) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 y x))) |
(*.f64 (cbrt.f64 (*.f64 y x)) (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 y) #s(literal 2 binary64)) (*.f64 (cbrt.f64 y) x)) |
(*.f64 (pow.f64 (cbrt.f64 x) #s(literal 2 binary64)) (*.f64 (cbrt.f64 x) y)) |
(*.f64 y x) |
(*.f64 x y) |
(pow.f64 (sqrt.f64 (*.f64 y x)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 y x) #s(literal 1 binary64)) |
(cbrt.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 y x)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 y x))) |
(+.f64 (log.f64 (sqrt.f64 (pow.f64 (exp.f64 y) x))) (log.f64 (sqrt.f64 (pow.f64 (exp.f64 y) x)))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (pow.f64 (exp.f64 y) x)) (cbrt.f64 (pow.f64 (exp.f64 y) x)))) (log.f64 (cbrt.f64 (pow.f64 (exp.f64 y) x)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (*.f64 y x)) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 y x))) (sinh.f64 (log.f64 (*.f64 y x)))) |
(log.f64 (pow.f64 (exp.f64 y) x)) |
(*.f64 (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)))) |
(*.f64 (/.f64 (*.f64 z y) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 x (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 y x) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 z (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 z (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 z (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 z (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 (*.f64 y x) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 x (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 x (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 x (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 (*.f64 z y) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)))) (neg.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))))) |
(*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) |
(*.f64 (sqrt.f64 (*.f64 z y)) (*.f64 (sqrt.f64 (*.f64 z y)) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 z y)) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)))) |
(*.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) (pow.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) #s(literal 2 binary64))) |
(*.f64 (*.f64 z y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 z (/.f64 (*.f64 y x) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 z (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(pow.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(neg.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) |
(cbrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (- (* z z) (* t a))) z) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)))) |
(+.f64 (log.f64 (sqrt.f64 (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))))) (log.f64 (sqrt.f64 (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))))) (log.f64 (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) #s(literal 1 binary64)))) |
(+.f64 (/.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(approx (sqrt (- (* z z) (* t a))) z)) (/.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)))) (sinh.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))))) |
(log.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 (*.f64 z y) (sqrt.f64 x)) (sqrt.f64 x)) |
(*.f64 (*.f64 (*.f64 z y) (pow.f64 (cbrt.f64 x) #s(literal 2 binary64))) (cbrt.f64 x)) |
(*.f64 (*.f64 (*.f64 y x) (sqrt.f64 z)) (sqrt.f64 z)) |
(*.f64 (*.f64 (*.f64 y x) (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (cbrt.f64 z)) |
(*.f64 (*.f64 z (sqrt.f64 (*.f64 y x))) (sqrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 z (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 z x) y) |
(*.f64 (*.f64 x (sqrt.f64 (*.f64 z y))) (sqrt.f64 (*.f64 z y))) |
(*.f64 (*.f64 x (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 z y))) |
(*.f64 (*.f64 x z) y) |
(*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (sqrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (neg.f64 x) (*.f64 z y)) |
(*.f64 (neg.f64 (*.f64 y x)) z) |
(*.f64 (neg.f64 (*.f64 z y)) x) |
(*.f64 (sqrt.f64 z) (*.f64 (sqrt.f64 z) (*.f64 y x))) |
(*.f64 (sqrt.f64 (*.f64 y x)) (*.f64 (sqrt.f64 (*.f64 y x)) z)) |
(*.f64 (sqrt.f64 (*.f64 z y)) (*.f64 (sqrt.f64 (*.f64 z y)) x)) |
(*.f64 (sqrt.f64 x) (*.f64 (sqrt.f64 x) (*.f64 z y))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 y x)) z)) |
(*.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (cbrt.f64 z) (*.f64 y x))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (neg.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 z y)) x)) |
(*.f64 (pow.f64 (cbrt.f64 x) #s(literal 2 binary64)) (*.f64 (cbrt.f64 x) (*.f64 z y))) |
(*.f64 (*.f64 z y) (neg.f64 x)) |
(*.f64 (*.f64 z y) x) |
(*.f64 (*.f64 y x) z) |
(*.f64 z (neg.f64 (*.f64 y x))) |
(*.f64 z (*.f64 y x)) |
(*.f64 y (*.f64 z x)) |
(*.f64 y (*.f64 x z)) |
(*.f64 x (neg.f64 (*.f64 z y))) |
(*.f64 x (*.f64 z y)) |
(pow.f64 (exp.f64 (sqrt.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (sqrt.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(pow.f64 (exp.f64 (pow.f64 (cbrt.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 2 binary64))) (cbrt.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (*.f64 z y) x) #s(literal 1 binary64)) |
(/.f64 (+.f64 (pow.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 3 binary64)) (pow.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 3 binary64))) (fma.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (-.f64 (*.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (*.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x))))))) |
(/.f64 #s(literal 1 binary64) (exp.f64 (neg.f64 (log.f64 (*.f64 (*.f64 z y) x))))) |
(neg.f64 (*.f64 (*.f64 z y) x)) |
(fma.f64 (sqrt.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (sqrt.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(fma.f64 (sqrt.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (sqrt.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(fma.f64 (*.f64 (cbrt.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (cbrt.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x))))) (cbrt.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(fma.f64 (*.f64 (cbrt.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (cbrt.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))))) (cbrt.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 z y) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 z #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 (*.f64 z y) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 z y) x)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) |
(+.f64 (log.f64 (sqrt.f64 (pow.f64 (exp.f64 z) (*.f64 y x)))) (log.f64 (sqrt.f64 (pow.f64 (exp.f64 z) (*.f64 y x))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (pow.f64 (exp.f64 z) (*.f64 y x))) (cbrt.f64 (pow.f64 (exp.f64 z) (*.f64 y x))))) (log.f64 (cbrt.f64 (pow.f64 (exp.f64 z) (*.f64 y x))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (*.f64 (*.f64 z y) x)) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (*.f64 (*.f64 z y) x)) #s(literal 1 binary64)))) |
(+.f64 (neg.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (sinh.f64 (neg.f64 (log.f64 (*.f64 (*.f64 z y) x))))) |
(+.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(log.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 z) (*.f64 y x))))) |
(log.f64 (*.f64 (exp.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (exp.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))))) |
(log.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 z) (*.f64 y x)))) |
(log.f64 (pow.f64 (exp.f64 z) (*.f64 y x))) |
(*.f64 (*.f64 z (sqrt.f64 y)) (sqrt.f64 y)) |
(*.f64 (*.f64 z (pow.f64 (cbrt.f64 y) #s(literal 2 binary64))) (cbrt.f64 y)) |
(*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) |
(*.f64 (*.f64 y (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (cbrt.f64 z)) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 z y))) (neg.f64 (sqrt.f64 (*.f64 z y)))) |
(*.f64 (sqrt.f64 z) (*.f64 (sqrt.f64 z) y)) |
(*.f64 (sqrt.f64 y) (*.f64 (sqrt.f64 y) z)) |
(*.f64 (sqrt.f64 (*.f64 z y)) (sqrt.f64 (*.f64 z y))) |
(*.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (cbrt.f64 z) y)) |
(*.f64 (pow.f64 (cbrt.f64 y) #s(literal 2 binary64)) (*.f64 (cbrt.f64 y) z)) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 z y))) |
(*.f64 (cbrt.f64 (*.f64 z y)) (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64))) |
(*.f64 z y) |
(*.f64 y z) |
(pow.f64 (sqrt.f64 (*.f64 z y)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 z y) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 z y) #s(literal 1 binary64)) |
(cbrt.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 z #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 z y) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 z y) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 z y)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 z y))) |
(+.f64 (log.f64 (sqrt.f64 (pow.f64 (exp.f64 z) y))) (log.f64 (sqrt.f64 (pow.f64 (exp.f64 z) y)))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (pow.f64 (exp.f64 z) y)) (cbrt.f64 (pow.f64 (exp.f64 z) y)))) (log.f64 (cbrt.f64 (pow.f64 (exp.f64 z) y)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (*.f64 z y)) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (*.f64 z y)) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 z y))) (sinh.f64 (log.f64 (*.f64 z y)))) |
(log.f64 (pow.f64 (exp.f64 z) y)) |
(*.f64 (neg.f64 (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (neg.f64 (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64)) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) |
(pow.f64 (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 #s(approx (sqrt (- (* z z) (* t a))) z) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 3 binary64)) |
(pow.f64 #s(approx (sqrt (- (* z z) (* t a))) z) #s(literal 1 binary64)) |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(cbrt.f64 (pow.f64 #s(approx (sqrt (- (* z z) (* t a))) z) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 #s(approx (sqrt (- (* z z) (* t a))) z) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(+.f64 (log.f64 (sqrt.f64 (exp.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) (log.f64 (sqrt.f64 (exp.f64 #s(approx (sqrt (- (* z z) (* t a))) z))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (exp.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (cbrt.f64 (exp.f64 #s(approx (sqrt (- (* z z) (* t a))) z))))) (log.f64 (cbrt.f64 (exp.f64 #s(approx (sqrt (- (* z z) (* t a))) z))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (log.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (sinh.f64 (log.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(log.f64 (exp.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (cbrt.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(*.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (sqrt.f64 (*.f64 y x))) (sqrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) y) x) |
(*.f64 (*.f64 (*.f64 y x) (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (*.f64 (*.f64 y x) (pow.f64 (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 2 binary64))) (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(*.f64 (/.f64 (*.f64 z y) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 x (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (*.f64 y x) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 z (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 z (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 z (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 (*.f64 y x) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 z (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 y x) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (*.f64 z y) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 x (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 x (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 (*.f64 z y) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 x (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 z y) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64))) (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 z y)) |
(*.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) x) y) |
(*.f64 (sqrt.f64 (*.f64 y x)) (*.f64 (sqrt.f64 (*.f64 y x)) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (*.f64 (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (*.f64 y x))) |
(*.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(*.f64 (sqrt.f64 y) (*.f64 (sqrt.f64 y) (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) x))) |
(*.f64 (sqrt.f64 (*.f64 z y)) (*.f64 (sqrt.f64 (*.f64 z y)) (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 y x)) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (pow.f64 (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (*.f64 y x))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(*.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (*.f64 (cbrt.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(*.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (pow.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 y) #s(literal 2 binary64)) (*.f64 (cbrt.f64 y) (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) x))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 z y)) (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) |
(*.f64 (*.f64 z y) (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (*.f64 y x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 z (/.f64 (*.f64 y x) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 z (*.f64 y (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 y (*.f64 z (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 y (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) x)) |
(*.f64 x (/.f64 (*.f64 z y) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 x (*.f64 y (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(pow.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64)) (fma.f64 a t (*.f64 z z))) #s(literal 1/2 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 3 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (*.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (sqrt.f64 (*.f64 (*.f64 z y) x))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (*.f64 (*.f64 z y) x) (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) |
(neg.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) |
(cbrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64)) (pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 3/2 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 3 binary64))) |
(sqrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64)) (fma.f64 a t (*.f64 z z)))) |
(fabs.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(+.f64 (log.f64 (sqrt.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) (log.f64 (sqrt.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))))) (log.f64 (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 1 binary64)))) |
(+.f64 (/.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (/.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (sinh.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(log.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (sqrt.f64 z) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (sqrt.f64 z) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 (cbrt.f64 z) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (neg.f64 (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (neg.f64 (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) |
(*.f64 (sqrt.f64 z) (/.f64 (sqrt.f64 z) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (pow.f64 (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 2 binary64)) (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (pow.f64 (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (/.f64 (cbrt.f64 z) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(pow.f64 (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 1 binary64)) |
(/.f64 (/.f64 z (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (/.f64 z (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 z (neg.f64 (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(/.f64 z (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) |
(neg.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(cbrt.f64 (/.f64 (pow.f64 z #s(literal 3 binary64)) (pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 3/2 binary64)))) |
(cbrt.f64 (pow.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 3 binary64))) |
(sqrt.f64 (/.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(+.f64 (log.f64 (sqrt.f64 (exp.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) (log.f64 (sqrt.f64 (exp.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (exp.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (cbrt.f64 (exp.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))))) (log.f64 (cbrt.f64 (exp.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (log.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (sinh.f64 (log.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) |
(log.f64 (/.f64 #s(literal 1 binary64) (exp.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) |
(log.f64 (exp.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (neg.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (neg.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (sqrt.f64 (pow.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))) #s(literal 2 binary64))) (sqrt.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))))) |
(*.f64 (pow.f64 (pow.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))) #s(literal 2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) |
(*.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(pow.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 3 binary64)) |
(pow.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 1/2 binary64)) |
(/.f64 (hypot.f64 (pow.f64 (*.f64 a t) #s(literal 3/2 binary64)) (pow.f64 z #s(literal 3 binary64))) (hypot.f64 (fma.f64 a t (*.f64 z z)) (*.f64 z (sqrt.f64 (*.f64 a t))))) |
(/.f64 (fma.f64 a t (*.f64 z z)) (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) |
(cbrt.f64 (pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 3/2 binary64))) |
(sqrt.f64 (fma.f64 a t (*.f64 z z))) |
(fabs.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 a t))) z) |
(hypot.f64 (sqrt.f64 (*.f64 a t)) z) |
(hypot.f64 z (neg.f64 (sqrt.f64 (*.f64 a t)))) |
(hypot.f64 z (sqrt.f64 (*.f64 a t))) |
(exp.f64 (/.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 1/2 binary64))) |
(exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(+.f64 (log.f64 (sqrt.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (log.f64 (sqrt.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (cbrt.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) (log.f64 (cbrt.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) |
(+.f64 (cosh.f64 (/.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 2 binary64))) (sinh.f64 (/.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 1/2 binary64))) (sinh.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 1/2 binary64)))) |
(+.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(log.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (cbrt.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(*.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (sqrt.f64 (*.f64 y x))) (sqrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) y) x) |
(*.f64 (*.f64 (*.f64 y x) (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (*.f64 (*.f64 y x) (pow.f64 (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 2 binary64))) (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(*.f64 (/.f64 (*.f64 z y) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 x (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (*.f64 y x) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 z (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 z (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 z (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 (*.f64 y x) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 z (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 y x) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (*.f64 z y) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 x (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 x (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 (*.f64 z y) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 x (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 z y) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64))) (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 z y)) |
(*.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) x) y) |
(*.f64 (sqrt.f64 (*.f64 y x)) (*.f64 (sqrt.f64 (*.f64 y x)) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (*.f64 (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (*.f64 y x))) |
(*.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(*.f64 (sqrt.f64 y) (*.f64 (sqrt.f64 y) (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) x))) |
(*.f64 (sqrt.f64 (*.f64 z y)) (*.f64 (sqrt.f64 (*.f64 z y)) (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 y x)) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (pow.f64 (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (*.f64 y x))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(*.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (*.f64 (cbrt.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(*.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (pow.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 y) #s(literal 2 binary64)) (*.f64 (cbrt.f64 y) (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) x))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 z y)) (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) |
(*.f64 (*.f64 z y) (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (*.f64 y x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 z (/.f64 (*.f64 y x) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 z (*.f64 y (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 y (*.f64 z (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 y (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) x)) |
(*.f64 x (/.f64 (*.f64 z y) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 x (*.f64 y (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(pow.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64)) (fma.f64 a t (*.f64 z z))) #s(literal 1/2 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 3 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (*.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (sqrt.f64 (*.f64 (*.f64 z y) x))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (*.f64 (*.f64 z y) x) (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) |
(neg.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) |
(cbrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64)) (pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 3/2 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 3 binary64))) |
(sqrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64)) (fma.f64 a t (*.f64 z z)))) |
(fabs.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(+.f64 (log.f64 (sqrt.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) (log.f64 (sqrt.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))))) (log.f64 (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 1 binary64)))) |
(+.f64 (/.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (/.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (sinh.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(log.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (neg.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (cbrt.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(*.f64 (neg.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64))) (neg.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64)))) |
(*.f64 (neg.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64))) (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64))) |
(*.f64 (fabs.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (fabs.f64 (cbrt.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))))) |
(*.f64 (sqrt.f64 (pow.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 2 binary64))) (sqrt.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(*.f64 (pow.f64 (pow.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sqrt.f64 (*.f64 y x))) |
(*.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64)) (neg.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64)) (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 y) (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) x))) |
(*.f64 (sqrt.f64 y) (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) x) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 z y)) (sqrt.f64 (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (sqrt.f64 (*.f64 z y)) (pow.f64 (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 1/2 binary64))) |
(*.f64 (cbrt.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(*.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (neg.f64 (cbrt.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))))) |
(*.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (cbrt.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(pow.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64)) (fma.f64 a t (*.f64 z z))) #s(literal 1/4 binary64)) |
(pow.f64 (cbrt.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) #s(literal 3 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/2 binary64)) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (neg.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (neg.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(neg.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(cbrt.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 3/2 binary64))) |
(sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) |
(fabs.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(exp.f64 (/.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 1/2 binary64))) |
(exp.f64 (log.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(+.f64 (log.f64 (sqrt.f64 (exp.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))))) (log.f64 (sqrt.f64 (exp.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (exp.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) (cbrt.f64 (exp.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))))) (log.f64 (cbrt.f64 (exp.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))))) |
(+.f64 (cosh.f64 (/.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 2 binary64))) (sinh.f64 (/.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 1/2 binary64))) (sinh.f64 (*.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 1/2 binary64)))) |
(+.f64 (cosh.f64 (log.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) (sinh.f64 (log.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))))) |
(log.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (exp.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))))) |
(log.f64 (/.f64 #s(literal 1 binary64) (exp.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))))) |
(log.f64 (exp.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (cbrt.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(*.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (sqrt.f64 (*.f64 y x))) (sqrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) y) x) |
(*.f64 (*.f64 (*.f64 y x) (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (*.f64 (*.f64 y x) (pow.f64 (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 2 binary64))) (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(*.f64 (/.f64 (*.f64 z y) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 x (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (*.f64 y x) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 z (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 z (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 z (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 (*.f64 y x) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 z (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 y x) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (*.f64 z y) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 x (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 x (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 (*.f64 z y) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 x (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 z y) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64))) (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 z y)) |
(*.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) x) y) |
(*.f64 (sqrt.f64 (*.f64 y x)) (*.f64 (sqrt.f64 (*.f64 y x)) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (*.f64 (sqrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (*.f64 y x))) |
(*.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1/4 binary64)) (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(*.f64 (sqrt.f64 y) (*.f64 (sqrt.f64 y) (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) x))) |
(*.f64 (sqrt.f64 (*.f64 z y)) (*.f64 (sqrt.f64 (*.f64 z y)) (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 y x)) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (pow.f64 (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (*.f64 y x))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(*.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (*.f64 (cbrt.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(*.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (pow.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 y) #s(literal 2 binary64)) (*.f64 (cbrt.f64 y) (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) x))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 z y)) (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) |
(*.f64 (*.f64 z y) (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (*.f64 y x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 z (/.f64 (*.f64 y x) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 z (*.f64 y (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 y (*.f64 z (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 y (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) x)) |
(*.f64 x (/.f64 (*.f64 z y) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 x (*.f64 y (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(pow.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64)) (fma.f64 a t (*.f64 z z))) #s(literal 1/2 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 3 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (*.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (sqrt.f64 (*.f64 (*.f64 z y) x))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (*.f64 (*.f64 z y) x) (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) |
(neg.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) |
(cbrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64)) (pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 3/2 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 3 binary64))) |
(sqrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64)) (fma.f64 a t (*.f64 z z)))) |
(fabs.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(+.f64 (log.f64 (sqrt.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) (log.f64 (sqrt.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))))) (log.f64 (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 1 binary64)))) |
(+.f64 (/.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (/.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (sinh.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(log.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (*.f64 (*.f64 z y) (sqrt.f64 x)) (sqrt.f64 x)) |
(*.f64 (*.f64 (*.f64 z y) (pow.f64 (cbrt.f64 x) #s(literal 2 binary64))) (cbrt.f64 x)) |
(*.f64 (*.f64 (*.f64 y x) (sqrt.f64 z)) (sqrt.f64 z)) |
(*.f64 (*.f64 (*.f64 y x) (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (cbrt.f64 z)) |
(*.f64 (*.f64 z (sqrt.f64 (*.f64 y x))) (sqrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 z (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 z x) y) |
(*.f64 (*.f64 x (sqrt.f64 (*.f64 z y))) (sqrt.f64 (*.f64 z y))) |
(*.f64 (*.f64 x (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 z y))) |
(*.f64 (*.f64 x z) y) |
(*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (sqrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (neg.f64 x) (*.f64 z y)) |
(*.f64 (neg.f64 (*.f64 y x)) z) |
(*.f64 (neg.f64 (*.f64 z y)) x) |
(*.f64 (sqrt.f64 z) (*.f64 (sqrt.f64 z) (*.f64 y x))) |
(*.f64 (sqrt.f64 (*.f64 y x)) (*.f64 (sqrt.f64 (*.f64 y x)) z)) |
(*.f64 (sqrt.f64 (*.f64 z y)) (*.f64 (sqrt.f64 (*.f64 z y)) x)) |
(*.f64 (sqrt.f64 x) (*.f64 (sqrt.f64 x) (*.f64 z y))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 y x)) z)) |
(*.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (cbrt.f64 z) (*.f64 y x))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (neg.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 z y)) x)) |
(*.f64 (pow.f64 (cbrt.f64 x) #s(literal 2 binary64)) (*.f64 (cbrt.f64 x) (*.f64 z y))) |
(*.f64 (*.f64 z y) (neg.f64 x)) |
(*.f64 (*.f64 z y) x) |
(*.f64 (*.f64 y x) z) |
(*.f64 z (neg.f64 (*.f64 y x))) |
(*.f64 z (*.f64 y x)) |
(*.f64 y (*.f64 z x)) |
(*.f64 y (*.f64 x z)) |
(*.f64 x (neg.f64 (*.f64 z y))) |
(*.f64 x (*.f64 z y)) |
(pow.f64 (exp.f64 (sqrt.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (sqrt.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(pow.f64 (exp.f64 (pow.f64 (cbrt.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 2 binary64))) (cbrt.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (*.f64 z y) x) #s(literal 1 binary64)) |
(/.f64 (+.f64 (pow.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 3 binary64)) (pow.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 3 binary64))) (fma.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (-.f64 (*.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (*.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x))))))) |
(/.f64 #s(literal 1 binary64) (exp.f64 (neg.f64 (log.f64 (*.f64 (*.f64 z y) x))))) |
(neg.f64 (*.f64 (*.f64 z y) x)) |
(fma.f64 (sqrt.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (sqrt.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(fma.f64 (sqrt.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (sqrt.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(fma.f64 (*.f64 (cbrt.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (cbrt.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x))))) (cbrt.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(fma.f64 (*.f64 (cbrt.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (cbrt.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))))) (cbrt.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 z y) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 z #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 (*.f64 z y) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 z y) x)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) |
(+.f64 (log.f64 (sqrt.f64 (pow.f64 (exp.f64 z) (*.f64 y x)))) (log.f64 (sqrt.f64 (pow.f64 (exp.f64 z) (*.f64 y x))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (pow.f64 (exp.f64 z) (*.f64 y x))) (cbrt.f64 (pow.f64 (exp.f64 z) (*.f64 y x))))) (log.f64 (cbrt.f64 (pow.f64 (exp.f64 z) (*.f64 y x))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (*.f64 (*.f64 z y) x)) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (*.f64 (*.f64 z y) x)) #s(literal 1 binary64)))) |
(+.f64 (neg.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (sinh.f64 (neg.f64 (log.f64 (*.f64 (*.f64 z y) x))))) |
(+.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(log.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 z) (*.f64 y x))))) |
(log.f64 (*.f64 (exp.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (exp.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x)))))) |
(log.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 z) (*.f64 y x)))) |
(log.f64 (pow.f64 (exp.f64 z) (*.f64 y x))) |
(*.f64 (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)))) |
(*.f64 (/.f64 (*.f64 z y) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 x (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 y x) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 z (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 z (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 z (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 z (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 (*.f64 y x) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 x (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 x (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 x (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 (*.f64 z y) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)))) (neg.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))))) |
(*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) |
(*.f64 (sqrt.f64 (*.f64 z y)) (*.f64 (sqrt.f64 (*.f64 z y)) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 z y)) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)))) |
(*.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) (pow.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) #s(literal 2 binary64))) |
(*.f64 (*.f64 z y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 z (/.f64 (*.f64 y x) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 z (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(pow.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(neg.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) |
(cbrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (- (* z z) (* t a))) z) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)))) |
(+.f64 (log.f64 (sqrt.f64 (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))))) (log.f64 (sqrt.f64 (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))))) (log.f64 (cbrt.f64 (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))) #s(literal 1 binary64)))) |
(+.f64 (/.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(approx (sqrt (- (* z z) (* t a))) z)) (/.f64 (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)))) (sinh.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y))))) |
(log.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (neg.f64 (sqrt.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (neg.f64 (sqrt.f64 (log.f64 (*.f64 (*.f64 z y) x))))) |
(*.f64 (sqrt.f64 (log.f64 (*.f64 (*.f64 z y) x))) (sqrt.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (pow.f64 (cbrt.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 2 binary64)) (cbrt.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (cbrt.f64 (log.f64 (*.f64 (*.f64 z y) x))) (pow.f64 (cbrt.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 2 binary64))) |
(*.f64 #s(literal 1 binary64) (log.f64 (*.f64 (*.f64 z y) x))) |
(pow.f64 (sqrt.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (log.f64 (*.f64 (*.f64 z y) x)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 3 binary64)) |
(pow.f64 (log.f64 (*.f64 (*.f64 z y) x)) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 (log.f64 (*.f64 z y)) (log.f64 (*.f64 z y))) (*.f64 (log.f64 x) (log.f64 x))) (log.f64 (/.f64 (*.f64 z y) x))) |
(/.f64 (+.f64 (pow.f64 (log.f64 (*.f64 z y)) #s(literal 3 binary64)) (pow.f64 (log.f64 x) #s(literal 3 binary64))) (fma.f64 (log.f64 (*.f64 z y)) (log.f64 (*.f64 z y)) (-.f64 (*.f64 (log.f64 x) (log.f64 x)) (*.f64 (log.f64 (*.f64 z y)) (log.f64 x))))) |
(fma.f64 (sqrt.f64 (log.f64 y)) (sqrt.f64 (log.f64 y)) (log.f64 (*.f64 z x))) |
(fma.f64 (sqrt.f64 (log.f64 y)) (sqrt.f64 (log.f64 y)) (log.f64 (*.f64 x z))) |
(fma.f64 (sqrt.f64 (log.f64 (*.f64 z y))) (sqrt.f64 (log.f64 (*.f64 z y))) (log.f64 (neg.f64 x))) |
(fma.f64 (sqrt.f64 (log.f64 (*.f64 z y))) (sqrt.f64 (log.f64 (*.f64 z y))) (log.f64 x)) |
(fma.f64 (sqrt.f64 (log.f64 (*.f64 y x))) (sqrt.f64 (log.f64 (*.f64 y x))) (log.f64 z)) |
(fma.f64 (sqrt.f64 (log.f64 z)) (sqrt.f64 (log.f64 z)) (log.f64 (neg.f64 (*.f64 y x)))) |
(fma.f64 (sqrt.f64 (log.f64 z)) (sqrt.f64 (log.f64 z)) (log.f64 (*.f64 y x))) |
(fma.f64 (sqrt.f64 (log.f64 x)) (sqrt.f64 (log.f64 x)) (log.f64 (neg.f64 (*.f64 z y)))) |
(fma.f64 (sqrt.f64 (log.f64 x)) (sqrt.f64 (log.f64 x)) (log.f64 (*.f64 z y))) |
(fma.f64 (*.f64 (cbrt.f64 (log.f64 y)) (cbrt.f64 (log.f64 y))) (cbrt.f64 (log.f64 y)) (log.f64 (*.f64 z x))) |
(fma.f64 (*.f64 (cbrt.f64 (log.f64 y)) (cbrt.f64 (log.f64 y))) (cbrt.f64 (log.f64 y)) (log.f64 (*.f64 x z))) |
(fma.f64 (*.f64 (cbrt.f64 (log.f64 (*.f64 z y))) (cbrt.f64 (log.f64 (*.f64 z y)))) (cbrt.f64 (log.f64 (*.f64 z y))) (log.f64 (neg.f64 x))) |
(fma.f64 (*.f64 (cbrt.f64 (log.f64 (*.f64 z y))) (cbrt.f64 (log.f64 (*.f64 z y)))) (cbrt.f64 (log.f64 (*.f64 z y))) (log.f64 x)) |
(fma.f64 (*.f64 (cbrt.f64 (log.f64 (*.f64 y x))) (cbrt.f64 (log.f64 (*.f64 y x)))) (cbrt.f64 (log.f64 (*.f64 y x))) (log.f64 z)) |
(fma.f64 (*.f64 (cbrt.f64 (log.f64 z)) (cbrt.f64 (log.f64 z))) (cbrt.f64 (log.f64 z)) (log.f64 (neg.f64 (*.f64 y x)))) |
(fma.f64 (*.f64 (cbrt.f64 (log.f64 z)) (cbrt.f64 (log.f64 z))) (cbrt.f64 (log.f64 z)) (log.f64 (*.f64 y x))) |
(fma.f64 (*.f64 (cbrt.f64 (log.f64 x)) (cbrt.f64 (log.f64 x))) (cbrt.f64 (log.f64 x)) (log.f64 (neg.f64 (*.f64 z y)))) |
(fma.f64 (*.f64 (cbrt.f64 (log.f64 x)) (cbrt.f64 (log.f64 x))) (cbrt.f64 (log.f64 x)) (log.f64 (*.f64 z y))) |
(fma.f64 #s(literal 1 binary64) (log.f64 z) (log.f64 (neg.f64 (*.f64 y x)))) |
(fma.f64 #s(literal 1 binary64) (log.f64 z) (log.f64 (*.f64 y x))) |
(fma.f64 #s(literal 1 binary64) (log.f64 (*.f64 y x)) (log.f64 z)) |
(fma.f64 #s(literal 1 binary64) (log.f64 y) (log.f64 (*.f64 z x))) |
(fma.f64 #s(literal 1 binary64) (log.f64 y) (log.f64 (*.f64 x z))) |
(fma.f64 #s(literal 1 binary64) (log.f64 x) (log.f64 (neg.f64 (*.f64 z y)))) |
(fma.f64 #s(literal 1 binary64) (log.f64 x) (log.f64 (*.f64 z y))) |
(fma.f64 #s(literal 1 binary64) (log.f64 (*.f64 z y)) (log.f64 (neg.f64 x))) |
(fma.f64 #s(literal 1 binary64) (log.f64 (*.f64 z y)) (log.f64 x)) |
(cbrt.f64 (pow.f64 (log.f64 (*.f64 (*.f64 z y) x)) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (log.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(+.f64 (log.f64 (*.f64 (*.f64 z y) (sqrt.f64 x))) (log.f64 (sqrt.f64 x))) |
(+.f64 (log.f64 (*.f64 (*.f64 z y) (pow.f64 (cbrt.f64 x) #s(literal 2 binary64)))) (log.f64 (cbrt.f64 x))) |
(+.f64 (log.f64 (*.f64 (*.f64 y x) (sqrt.f64 z))) (log.f64 (sqrt.f64 z))) |
(+.f64 (log.f64 (*.f64 (*.f64 y x) (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)))) (log.f64 (cbrt.f64 z))) |
(+.f64 (log.f64 (*.f64 z (sqrt.f64 (*.f64 y x)))) (log.f64 (sqrt.f64 (*.f64 y x)))) |
(+.f64 (log.f64 (*.f64 z (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)))) (log.f64 (cbrt.f64 (*.f64 y x)))) |
(+.f64 (log.f64 (*.f64 x (sqrt.f64 (*.f64 z y)))) (log.f64 (sqrt.f64 (*.f64 z y)))) |
(+.f64 (log.f64 (*.f64 x (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)))) (log.f64 (cbrt.f64 (*.f64 z y)))) |
(+.f64 (log.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)))) (log.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)))) |
(+.f64 (log.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) (log.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))))) |
(+.f64 (log.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) (log.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(+.f64 (log.f64 (neg.f64 x)) (log.f64 (*.f64 z y))) |
(+.f64 (log.f64 (neg.f64 (*.f64 y x))) (log.f64 z)) |
(+.f64 (log.f64 (*.f64 z x)) (log.f64 y)) |
(+.f64 (log.f64 (*.f64 x z)) (log.f64 y)) |
(+.f64 (log.f64 (neg.f64 (*.f64 z y))) (log.f64 x)) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 1 binary64)))) |
(+.f64 (log.f64 (sqrt.f64 (*.f64 z y))) (log.f64 (*.f64 (sqrt.f64 (*.f64 z y)) x))) |
(+.f64 (log.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64))) (log.f64 (*.f64 (cbrt.f64 (*.f64 z y)) x))) |
(+.f64 (log.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (log.f64 (*.f64 (cbrt.f64 z) (*.f64 y x)))) |
(+.f64 (log.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (log.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))))) |
(+.f64 (log.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (log.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(+.f64 (log.f64 (cbrt.f64 (*.f64 (*.f64 z y) x))) (log.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)))) |
(+.f64 (log.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (log.f64 (neg.f64 (cbrt.f64 (*.f64 (*.f64 z y) x))))) |
(+.f64 (log.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (log.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)))) |
(+.f64 (log.f64 (sqrt.f64 (*.f64 y x))) (log.f64 (*.f64 (sqrt.f64 (*.f64 y x)) z))) |
(+.f64 (log.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64))) (log.f64 (*.f64 (cbrt.f64 (*.f64 y x)) z))) |
(+.f64 (log.f64 (sqrt.f64 z)) (log.f64 (*.f64 (sqrt.f64 z) (*.f64 y x)))) |
(+.f64 (log.f64 (sqrt.f64 x)) (log.f64 (*.f64 (sqrt.f64 x) (*.f64 z y)))) |
(+.f64 (log.f64 (pow.f64 (cbrt.f64 x) #s(literal 2 binary64))) (log.f64 (*.f64 (cbrt.f64 x) (*.f64 z y)))) |
(+.f64 (cosh.f64 (log.f64 (log.f64 (*.f64 (*.f64 z y) x)))) (sinh.f64 (log.f64 (log.f64 (*.f64 (*.f64 z y) x))))) |
(+.f64 (log.f64 z) (log.f64 (neg.f64 (*.f64 y x)))) |
(+.f64 (log.f64 z) (log.f64 (*.f64 y x))) |
(+.f64 (log.f64 (*.f64 y x)) (log.f64 z)) |
(+.f64 (log.f64 y) (log.f64 (*.f64 z x))) |
(+.f64 (log.f64 y) (log.f64 (*.f64 x z))) |
(+.f64 (log.f64 x) (log.f64 (neg.f64 (*.f64 z y)))) |
(+.f64 (log.f64 x) (log.f64 (*.f64 z y))) |
(+.f64 (log.f64 (*.f64 z y)) (log.f64 (neg.f64 x))) |
(+.f64 (log.f64 (*.f64 z y)) (log.f64 x)) |
(log.f64 (*.f64 (*.f64 z y) x)) |
(*.f64 (*.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (+.f64 z (sqrt.f64 (*.f64 a t))) (-.f64 z (sqrt.f64 (*.f64 a t)))) |
(*.f64 (*.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (pow.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))) #s(literal 2 binary64)) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) |
(*.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))) (*.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))) (pow.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))) #s(literal 2 binary64))) |
(*.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z) (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) |
(pow.f64 (pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3 binary64)) |
(pow.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 1 binary64)) |
(/.f64 (-.f64 (pow.f64 (*.f64 a t) #s(literal 2 binary64)) (pow.f64 z #s(literal 4 binary64))) (fma.f64 a t (*.f64 z z))) |
(/.f64 (neg.f64 (pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 2 binary64))) (neg.f64 (fma.f64 a t (*.f64 z z)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)) (pow.f64 z #s(literal 4 binary64))))) |
(/.f64 (pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 2 binary64)) (fma.f64 a t (*.f64 z z))) |
(/.f64 (-.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 a t) #s(literal 2 binary64)) (-.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 z z) a) t)))) |
(/.f64 (-.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) (fma.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)) (pow.f64 z #s(literal 4 binary64)))) |
(fma.f64 (*.f64 z (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (cbrt.f64 z) (*.f64 a t)) |
(fma.f64 (*.f64 a (sqrt.f64 t)) (sqrt.f64 t) (*.f64 z z)) |
(fma.f64 (*.f64 a (pow.f64 (cbrt.f64 t) #s(literal 2 binary64))) (cbrt.f64 t) (*.f64 z z)) |
(fma.f64 (*.f64 t (sqrt.f64 a)) (sqrt.f64 a) (*.f64 z z)) |
(fma.f64 (*.f64 t (pow.f64 (cbrt.f64 a) #s(literal 2 binary64))) (cbrt.f64 a) (*.f64 z z)) |
(fma.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 a t)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 a t)) (*.f64 z z)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(fma.f64 (neg.f64 (sqrt.f64 (*.f64 a t))) (neg.f64 (sqrt.f64 (*.f64 a t))) (*.f64 z z)) |
(fma.f64 (neg.f64 (sqrt.f64 (*.f64 a t))) (sqrt.f64 (*.f64 a t)) (*.f64 z z)) |
(fma.f64 (*.f64 z (sqrt.f64 z)) (sqrt.f64 z) (*.f64 a t)) |
(fma.f64 (sqrt.f64 z) (*.f64 (sqrt.f64 z) z) (*.f64 a t)) |
(fma.f64 (sqrt.f64 t) (*.f64 (sqrt.f64 t) a) (*.f64 z z)) |
(fma.f64 (sqrt.f64 (*.f64 a t)) (neg.f64 (sqrt.f64 (*.f64 a t))) (*.f64 z z)) |
(fma.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 (*.f64 a t)) (*.f64 z z)) |
(fma.f64 (sqrt.f64 a) (*.f64 (sqrt.f64 a) t) (*.f64 z z)) |
(fma.f64 (pow.f64 (cbrt.f64 t) #s(literal 2 binary64)) (*.f64 (cbrt.f64 t) a) (*.f64 z z)) |
(fma.f64 (cbrt.f64 (pow.f64 z #s(literal 4 binary64))) (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 a t)) |
(fma.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (cbrt.f64 z) z) (*.f64 a t)) |
(fma.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (cbrt.f64 (pow.f64 z #s(literal 4 binary64))) (*.f64 a t)) |
(fma.f64 (pow.f64 (cbrt.f64 (*.f64 a t)) #s(literal 2 binary64)) (neg.f64 (cbrt.f64 (*.f64 a t))) (*.f64 z z)) |
(fma.f64 (pow.f64 (cbrt.f64 (*.f64 a t)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 a t)) (*.f64 z z)) |
(fma.f64 (cbrt.f64 (*.f64 a t)) (pow.f64 (cbrt.f64 (*.f64 a t)) #s(literal 2 binary64)) (*.f64 z z)) |
(fma.f64 (pow.f64 (cbrt.f64 a) #s(literal 2 binary64)) (*.f64 (cbrt.f64 a) t) (*.f64 z z)) |
(fma.f64 a t (*.f64 z z)) |
(fma.f64 t (neg.f64 a) (*.f64 z z)) |
(fma.f64 t a (*.f64 z z)) |
(fma.f64 z z (*.f64 a t)) |
(cbrt.f64 (pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 2 binary64))) |
(-.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (fma.f64 a t (*.f64 z z))) (/.f64 (pow.f64 (*.f64 a t) #s(literal 2 binary64)) (fma.f64 a t (*.f64 z z)))) |
(-.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (fma.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)) (pow.f64 z #s(literal 4 binary64)))) (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (fma.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)) (pow.f64 z #s(literal 4 binary64))))) |
(-.f64 (*.f64 a t) (*.f64 (neg.f64 (cbrt.f64 (pow.f64 z #s(literal 4 binary64)))) (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)))) |
(-.f64 (*.f64 a t) (*.f64 z z)) |
(-.f64 (*.f64 z z) (*.f64 a t)) |
(hypot.f64 (*.f64 z z) (fabs.f64 (*.f64 a t))) |
(hypot.f64 (*.f64 z z) (*.f64 a t)) |
(exp.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (fma.f64 a t (*.f64 z z)))) |
(+.f64 (log.f64 (sqrt.f64 (exp.f64 (fma.f64 a t (*.f64 z z))))) (log.f64 (sqrt.f64 (exp.f64 (fma.f64 a t (*.f64 z z)))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (exp.f64 (fma.f64 a t (*.f64 z z)))) (cbrt.f64 (exp.f64 (fma.f64 a t (*.f64 z z)))))) (log.f64 (cbrt.f64 (exp.f64 (fma.f64 a t (*.f64 z z)))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 1 binary64)))) |
(+.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (fma.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)) (pow.f64 z #s(literal 4 binary64)))) (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (fma.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)) (pow.f64 z #s(literal 4 binary64))))) |
(+.f64 (cosh.f64 (log.f64 (fma.f64 a t (*.f64 z z)))) (sinh.f64 (log.f64 (fma.f64 a t (*.f64 z z))))) |
(+.f64 (*.f64 a t) (*.f64 z z)) |
(+.f64 (*.f64 z z) (*.f64 a t)) |
(log.f64 (/.f64 (pow.f64 (exp.f64 a) t) (pow.f64 (exp.f64 z) z))) |
(log.f64 (exp.f64 (fma.f64 a t (*.f64 z z)))) |
Compiled 53 235 to 4 369 computations (91.8% saved)
33 alts after pruning (27 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 444 | 13 | 1 457 |
| Fresh | 0 | 14 | 14 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 2 | 2 |
| Total | 1 445 | 33 | 1 478 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 71.4% | (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 3 binary64)) |
| 54.2% | (/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (*.f64 (cbrt.f64 #s(literal 2 binary64)) (cbrt.f64 #s(literal 2 binary64)))) (cbrt.f64 #s(literal 2 binary64))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| 30.7% | (/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) | |
| ▶ | 53.4% | (/.f64 (*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
| ▶ | 33.6% | (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
| 55.4% | (/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 (*.f64 a t) z) #s(literal -1/2 binary64) z))) | |
| ✓ | 53.5% | (/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
| 57.5% | (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| 62.0% | (/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| 32.2% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a)))) | |
| ▶ | 56.7% | (/.f64 (*.f64 (*.f64 x y) z) (exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64)))) |
| 64.1% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 a (/.f64 t z)) #s(literal -1/2 binary64) z))) | |
| ✓ | 62.3% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
| 23.7% | (/.f64 (exp.f64 (pow.f64 (sqrt.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 2 binary64))) #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| 53.7% | (/.f64 (exp.f64 (*.f64 (log.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| ✓ | 51.4% | (/.f64 (exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(approx (sqrt (- (* z z) (* t a))) z)) |
| 23.5% | (/.f64 (exp.f64 (exp.f64 (log.f64 (log.f64 (*.f64 (*.f64 z y) x))))) #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| 49.7% | (/.f64 #s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)))))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| 46.7% | (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) | |
| 59.3% | (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) | |
| ✓ | 62.4% | (*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
| 31.8% | (*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a))))) | |
| 67.4% | (*.f64 (*.f64 y x) #s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)))) | |
| 32.4% | (*.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a)))))) | |
| ✓ | 72.1% | (*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
| 20.1% | (*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (sqrt.f64 (*.f64 (*.f64 z y) x))))) | |
| 55.4% | (*.f64 z (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) | |
| ▶ | 56.7% | (*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
| 60.5% | (*.f64 y (*.f64 x (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) | |
| 53.7% | (*.f64 x (/.f64 (*.f64 z y) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) | |
| 68.1% | (exp.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) | |
| 57.1% | #s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x))) | |
| ✓ | 72.5% | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
Compiled 1 325 to 1 019 computations (23.1% saved)
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (*.f64 (*.f64 x y) z) | |
| cost-diff | 0 | (/.f64 (*.f64 (*.f64 x y) z) (exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64)))) | |
| cost-diff | 2 | (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64)) | |
| cost-diff | 3 | (exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64))) | |
| cost-diff | 0 | (*.f64 y (sqrt.f64 z)) | |
| cost-diff | 0 | (*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) | |
| cost-diff | 0 | (/.f64 (*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| cost-diff | 4 | (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) | |
| cost-diff | 0 | (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t))) | |
| cost-diff | 0 | (*.f64 z y) | |
| cost-diff | 0 | (*.f64 (*.f64 z y) x) | |
| cost-diff | 0 | (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) | |
| cost-diff | 0 | #s(approx (sqrt (- (* z z) (* t a))) z) | |
| cost-diff | 0 | (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| cost-diff | 0 | (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) | |
| cost-diff | 0 | (*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) | |
| cost-diff | 0 | (*.f64 y x) | |
| cost-diff | 0 | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) | |
| cost-diff | 0 | (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) | |
| cost-diff | 3 | (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 3 binary64)) |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 45 | 326 |
| 0 | 73 | 311 |
| 1 | 127 | 303 |
| 2 | 259 | 301 |
| 3 | 620 | 299 |
| 4 | 1420 | 299 |
| 5 | 4144 | 299 |
| 0 | 8909 | 299 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 3 binary64)) |
(cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y x) |
y |
x |
#s(literal 3 binary64) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
y |
(*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) |
z |
(/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) |
x |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(*.f64 (*.f64 z y) x) |
(*.f64 z y) |
z |
y |
x |
(sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t))) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)) |
(*.f64 (neg.f64 a) t) |
(neg.f64 a) |
a |
t |
(/.f64 (*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) |
(*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) |
(*.f64 y (sqrt.f64 z)) |
y |
(sqrt.f64 z) |
z |
x |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(/.f64 (*.f64 (*.f64 x y) z) (exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64)))) |
(*.f64 (*.f64 x y) z) |
(*.f64 x y) |
x |
y |
z |
(exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) |
#s(literal 3/2 binary64) |
(log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(neg.f64 t) |
t |
a |
(*.f64 z z) |
#s(literal 1/3 binary64) |
| Outputs |
|---|
(pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 3 binary64)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y x) |
y |
x |
#s(literal 3 binary64) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) y) z) |
y |
(*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) |
z |
(/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) |
x |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(/.f64 (*.f64 (*.f64 y x) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a)))) |
(*.f64 (*.f64 z y) x) |
(*.f64 (*.f64 y x) z) |
(*.f64 z y) |
z |
y |
x |
(sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t))) |
(sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a))) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a)) |
(*.f64 (neg.f64 a) t) |
(*.f64 (neg.f64 t) a) |
(neg.f64 a) |
a |
t |
(/.f64 (*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) y) z) |
(*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) |
(*.f64 (*.f64 y x) z) |
(*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) |
(*.f64 z y) |
(*.f64 y (sqrt.f64 z)) |
(*.f64 (sqrt.f64 z) y) |
y |
(sqrt.f64 z) |
z |
x |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(/.f64 (*.f64 (*.f64 x y) z) (exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 z x)) |
(*.f64 (*.f64 x y) z) |
(*.f64 (*.f64 y x) z) |
(*.f64 x y) |
(*.f64 y x) |
x |
y |
z |
(exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64))) |
(sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) |
(*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) |
(*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) |
(*.f64 (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 3/2 binary64)) |
#s(literal 3/2 binary64) |
(log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(neg.f64 t) |
t |
a |
(*.f64 z z) |
#s(literal 1/3 binary64) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 4.083350477807224 | (*.f64 (*.f64 x y) z) | |
| accuracy | 5.511302130439429 | (exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64))) | |
| accuracy | 9.740444684381176 | (/.f64 (*.f64 (*.f64 x y) z) (exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64)))) | |
| accuracy | 26.190045464978887 | (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) | |
| accuracy | 0.2578125 | (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) | |
| accuracy | 5.802316629230811 | (*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) | |
| accuracy | 9.740444684381176 | (/.f64 (*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| accuracy | 20.579888199805435 | #s(approx (sqrt (- (* z z) (* t a))) z) | |
| accuracy | 5.802316629230811 | (*.f64 (*.f64 z y) x) | |
| accuracy | 9.740444684381176 | (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) | |
| accuracy | 25.30800635048702 | (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t))) | |
| accuracy | 40.17992840673517 | #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)) | |
| accuracy | 0.0546875 | (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| accuracy | 3.2670941893611034 | (*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) | |
| accuracy | 13.570050881966335 | (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) | |
| accuracy | 20.579888199805435 | #s(approx (sqrt (- (* z z) (* t a))) z) | |
| accuracy | 0.0 | (*.f64 y x) | |
| accuracy | 0.5557977051372825 | (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 3 binary64)) | |
| accuracy | 14.865550541727304 | (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) | |
| accuracy | 17.59634788358956 | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
| 582.0ms | 256× | 0 | valid |
Compiled 295 to 41 computations (86.1% saved)
const: 408.0ms (72.8% of total)ival-div: 110.0ms (19.6% of total)ival-mult: 24.0ms (4.3% of total)ival-exp: 3.0ms (0.5% of total)ival-log: 3.0ms (0.5% of total)ival-sqrt: 3.0ms (0.5% of total)ival-pow: 3.0ms (0.5% of total)ival-cbrt: 2.0ms (0.4% of total)ival-neg: 2.0ms (0.4% of total)ival-add: 1.0ms (0.2% of total)ival-sub: 1.0ms (0.2% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
(pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 3 binary64)) |
(cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y x) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(*.f64 (*.f64 z y) x) |
(*.f64 z y) |
(sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t))) |
(*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) |
(/.f64 (*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) |
(*.f64 y (sqrt.f64 z)) |
(exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 (*.f64 x y) z) (exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64)))) |
(*.f64 (*.f64 x y) z) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)) |
(log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) |
| Outputs |
|---|
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow (/ 1 (- (pow z 2) (* a t))) 1/6) (cbrt (* x (* y z)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (* x z) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* (* z y) x) #s(hole binary64 (* x (* y z)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* (* (* y (sqrt z)) (sqrt z)) x) #s(hole binary64 (* x (* y z)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))))) |
#s(approx (* (* x y) z) #s(hole binary64 (* x (* y z)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* -1 (* (* x (* y (* z (pow (cbrt -1) 3)))) (sqrt (/ 1 (- (pow z 2) (* a t)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* (pow (/ 1 (- (pow z 2) (* a t))) 1/6) (* (cbrt (* x (* y z))) (cbrt -1)))))) |
#s(approx (* z y) #s(hole binary64 (* y z))) |
#s(approx (* (* y (sqrt z)) (sqrt z)) #s(hole binary64 (* y z))) |
#s(approx (* y (sqrt z)) #s(hole binary64 (* y (sqrt z)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow (/ -1 (* a t)) 1/6) (cbrt (* x (* y z)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (pow (/ -1 (* (pow a 7) (pow t 7))) 1/6) (cbrt (* x (* y (pow z 7)))))) (* (pow (/ -1 (* a t)) 1/6) (cbrt (* x (* y z))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 7/72 (* (pow (/ -1 (* (pow a 13) (pow t 13))) 1/6) (cbrt (* x (* y (pow z 7)))))) (* 1/6 (* (pow (/ -1 (* (pow a 7) (pow t 7))) 1/6) (cbrt (* x (* y z))))))) (* (pow (/ -1 (* a t)) 1/6) (cbrt (* x (* y z))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 1/6 (* (pow (/ -1 (* (pow a 7) (pow t 7))) 1/6) (cbrt (* x (* y z))))) (* (pow z 2) (+ (* 91/1296 (* (pow (/ -1 (* (pow a 19) (pow t 19))) 1/6) (cbrt (* x (* y (pow z 7)))))) (* 7/72 (* (pow (/ -1 (* (pow a 13) (pow t 13))) 1/6) (cbrt (* x (* y z))))))))) (* (pow (/ -1 (* a t)) 1/6) (cbrt (* x (* y z))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1)))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1)))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4)))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))) (sqrt -1)))))))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1))))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4)))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))) (sqrt -1))))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (log (* -1 (* a t)))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (* 1/2 (log (* -1 (* a t))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (* -1 (* a t)))) (* (pow z 2) (- (* -1/4 (/ (pow z 2) (* (pow a 2) (pow t 2)))) (* 1/2 (/ 1 (* a t)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (* -1 (* a t)))) (* (pow z 2) (- (* (pow z 2) (- (* -1/6 (/ (pow z 2) (* (pow a 3) (pow t 3)))) (* 1/4 (/ 1 (* (pow a 2) (pow t 2)))))) (* 1/2 (/ 1 (* a t)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a t)))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (- (pow z 2) (* a t)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (log (* -1 (* a t))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 (* a t))) (* -1 (/ (pow z 2) (* a t)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 (* a t))) (* (pow z 2) (- (* -1/2 (/ (pow z 2) (* (pow a 2) (pow t 2)))) (/ 1 (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 (* a t))) (* (pow z 2) (- (* (pow z 2) (- (* -1/3 (/ (pow z 2) (* (pow a 3) (pow t 3)))) (* 1/2 (/ 1 (* (pow a 2) (pow t 2)))))) (/ 1 (* a t))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* x y))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (cbrt (* x y)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/6 (* (/ (* a t) (pow z 3)) (cbrt (* x y)))) (* (cbrt (* x y)) (/ 1 z)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/6 (* (/ (* a t) (pow z 3)) (cbrt (* x y)))) (+ (* (cbrt (* x y)) (/ 1 z)) (* (cbrt (* x y)) (/ (+ (* 1/144 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/72 (* (pow a 2) (pow t 2)))) (pow z 5)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/6 (* (/ (* a t) (pow z 3)) (cbrt (* x y)))) (+ (* (cbrt (* x y)) (/ 1 z)) (+ (* (cbrt (* x y)) (/ (+ (* 1/4320 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/1296 (* (pow a 3) (pow t 3))) (* 1/864 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))))))) (pow z 7))) (* (cbrt (* x y)) (/ (+ (* 1/144 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/72 (* (pow a 2) (pow t 2)))) (pow z 5))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* x y))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 x)) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t x)) (pow z 2))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t x)) (pow z 2)))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ x z))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t x)) (pow z 2))))) z))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t x)) (pow z 2)))))) z))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 z)) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* -1 (log (/ 1 z))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ 1 z))) (* -1/2 (/ (* a t) (pow z 2)))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ 1 z))) (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/4 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ 1 z))) (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/4 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/6 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (pow z 2))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (* -2 (log (/ 1 z))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ 1 z))) (* -1 (/ (* a t) (pow z 2)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ 1 z))) (+ (* -1 (/ (* a t) (pow z 2))) (* -1/2 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ 1 z))) (+ (* -1 (/ (* a t) (pow z 2))) (+ (* -1/2 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/3 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* x (* y (pow (cbrt -1) 3))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x (* y (pow (cbrt -1) 3))))) (pow z 2))) (* x (* y (pow (cbrt -1) 3)))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (cbrt -1) 3) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (cbrt -1) 3))))) (pow z 2))) (* x (* y (pow (cbrt -1) 3))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (cbrt -1) 3) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (* (pow (cbrt -1) 3) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (cbrt -1) 3))))) (pow z 2))) (* x (* y (pow (cbrt -1) 3)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (cbrt (* x y)) (cbrt -1)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (cbrt (* x y)) (/ (cbrt -1) z))) (* -1/6 (* (/ (* a (* t (cbrt -1))) (pow z 3)) (cbrt (* x y))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (cbrt (* x y)) (/ (cbrt -1) z))) (+ (* -1 (* (cbrt (* x y)) (/ (* (cbrt -1) (+ (* 1/144 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/72 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/6 (* (/ (* a (* t (cbrt -1))) (pow z 3)) (cbrt (* x y)))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (cbrt (* x y)) (/ (cbrt -1) z))) (+ (* -1 (* (cbrt (* x y)) (/ (* (cbrt -1) (+ (* 1/4320 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/1296 (* (pow a 3) (pow t 3))) (* 1/864 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2)))))))))) (pow z 7)))) (+ (* -1 (* (cbrt (* x y)) (/ (* (cbrt -1) (+ (* 1/144 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/72 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/6 (* (/ (* a (* t (cbrt -1))) (pow z 3)) (cbrt (* x y))))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 x))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 x) (+ (* -1/2 (/ (* a (* t x)) (pow z 2))) (* 1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 x) (+ (* -1/2 (/ (* a (* t x)) (pow z 2))) (+ (* 1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6)))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ x z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t x)) (pow z 2))))) z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t x)) (pow z 2)))))) z)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 z))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (* (* y (sqrt z)) (sqrt z)) #s(hole binary64 (* -1 (* y (* z (pow (sqrt -1) 2)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x (* y (pow (sqrt -1) 2))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))))) |
#s(approx (* (* (* y (sqrt z)) (sqrt z)) x) #s(hole binary64 (* -1 (* x (* y (* z (pow (sqrt -1) 2))))))) |
#s(approx (* y (sqrt z)) #s(hole binary64 (* -1 (* (* y (pow (sqrt -1) 2)) (sqrt z))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 z))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* -1 (log (/ -1 z))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ -1 z))) (* -1/2 (/ (* a t) (pow z 2)))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ -1 z))) (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/4 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ -1 z))) (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/4 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/6 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (* -2 (log (/ -1 z))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ -1 z))) (* -1 (/ (* a t) (pow z 2)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ -1 z))) (+ (* -1 (/ (* a t) (pow z 2))) (* -1/2 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ -1 z))) (+ (* -1 (/ (* a t) (pow z 2))) (+ (* -1/2 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/3 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow 1 1/6) (cbrt (* x y))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (pow 1 1/6) (* (/ (* a t) (pow z 2)) (cbrt (* x y))))) (* (pow 1 1/6) (cbrt (* x y)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* t (+ (* 1/6 (* (pow 1 1/6) (* (/ a (pow z 2)) (cbrt (* x y))))) (* (pow 1 1/6) (* (* t (+ (* 1/72 (/ (pow a 2) (pow z 4))) (* 1/12 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))))) (cbrt (* x y)))))) (* (pow 1 1/6) (cbrt (* x y)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* t (+ (* 1/6 (* (pow 1 1/6) (* (/ a (pow z 2)) (cbrt (* x y))))) (* t (+ (* (pow 1 1/6) (* (cbrt (* x y)) (+ (* 1/72 (/ (pow a 2) (pow z 4))) (* 1/12 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4)))))))) (* (pow 1 1/6) (* (* t (+ (* 1/1296 (/ (pow a 3) (pow z 6))) (+ (* 1/72 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))) (pow z 2))) (* 1/36 (+ (* -6 (/ (pow a 3) (pow z 6))) (+ (* 2 (/ (pow a 3) (pow z 6))) (* 6 (/ (pow a 3) (pow z 6))))))))) (cbrt (* x y)))))))) (* (pow 1 1/6) (cbrt (* x y)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (* t (+ (* -1/2 (* t (* x (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))) (* 1/2 (/ (* a x) (pow z 2)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (* t (+ (* 1/2 (/ (* a x) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))) (* 1/2 (/ (* a x) (pow z 3))))) (/ x z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a x) (pow z 3))) (* t (+ (* -1/2 (* t (* x (* z (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))))) (/ x z)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (log (pow z 2))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (* a t) (pow z 2))) (* 1/2 (log (pow z 2)))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (pow z 2))) (* t (+ (* -1/2 (/ a (pow z 2))) (* -1/4 (/ (* (pow a 2) t) (pow z 4)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (pow z 2))) (* t (+ (* -1/2 (/ a (pow z 2))) (* t (+ (* -1/4 (/ (pow a 2) (pow z 4))) (* -1/6 (/ (* (pow a 3) t) (pow z 6)))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (+ (* -1 (* a t)) (pow z 2)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (log (pow z 2)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (pow z 2)) (* -1 (/ (* a t) (pow z 2)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (pow z 2)) (* t (+ (* -1 (/ a (pow z 2))) (* -1/2 (/ (* (pow a 2) t) (pow z 4)))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (pow z 2)) (* t (+ (* -1 (/ a (pow z 2))) (* t (+ (* -1/2 (/ (pow a 2) (pow z 4))) (* -1/3 (/ (* (pow a 3) t) (pow z 6)))))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (+ (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t)))))) (* (/ (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/72 (/ (pow z 4) (pow a 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (cbrt (* x (* y z)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (+ (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t)))))) (+ (* (/ (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/1296 (/ (pow z 6) (pow a 3))) (+ (* 1/72 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (* 1/36 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* 2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) (pow t 3)) (cbrt (* x (* y z)))) (* (/ (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/72 (/ (pow z 4) (pow a 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (cbrt (* x (* y z))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 3)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 3)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 5)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 3)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 5)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1))))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (+ (log (* -1 a)) (* -1 (log (/ 1 t))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (* 1/2 (+ (log (* -1 a)) (* -1 (log (/ 1 t)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (+ (* -1/4 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (* 1/2 (+ (log (* -1 a)) (* -1 (log (/ 1 t))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (+ (* -1/4 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (+ (* -1/6 (/ (pow z 6) (* (pow a 3) (pow t 3)))) (* 1/2 (+ (log (* -1 a)) (* -1 (log (/ 1 t)))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* t (- (/ (pow z 2) t) a)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 a)) (* -1 (log (/ 1 t)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 a)) (+ (* -1 (log (/ 1 t))) (* -1 (/ (pow z 2) (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 a)) (+ (* -1 (log (/ 1 t))) (+ (* -1 (/ (pow z 2) (* a t))) (* -1/2 (/ (pow z 4) (* (pow a 2) (pow t 2))))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 a)) (+ (* -1 (log (/ 1 t))) (+ (* -1 (/ (pow z 2) (* a t))) (+ (* -1/2 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (* -1/3 (/ (pow z 6) (* (pow a 3) (pow t 3)))))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/72 (/ (pow z 4) (pow a 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) t) (cbrt (* x (* y z))))) (* -1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (cbrt (* x (* y (pow z 7))))))) t)) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* -1/72 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (+ (* -1/1296 (/ (pow z 6) (pow a 3))) (* 1/36 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* -2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) t) (cbrt (* x (* y z))))) (* (cbrt (* x (* y z))) (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/72 (/ (pow z 4) (pow a 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))))) t)) (* -1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (cbrt (* x (* y (pow z 7))))))) t)) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 3) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 3) (sqrt -1))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* (pow z 5) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4)))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* (pow z 5) (sqrt -1)))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 3) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1)))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* (pow z 4) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* (pow z 4) (sqrt -1)))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (+ (log a) (* -1 (log (/ -1 t))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (* 1/2 (+ (log a) (* -1 (log (/ -1 t)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (/ (+ (* 1/4 (/ (pow z 4) (* (pow a 2) t))) (* 1/2 (/ (pow z 2) a))) t)) (* 1/2 (+ (log a) (* -1 (log (/ -1 t)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/4 (/ (pow z 4) (pow a 2))) (* -1/6 (/ (pow z 6) (* (pow a 3) t)))) t)) (* 1/2 (/ (pow z 2) a))) t)) (* 1/2 (+ (log a) (* -1 (log (/ -1 t)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log a) (* -1 (log (/ -1 t)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log a) (+ (* -1 (log (/ -1 t))) (* -1 (/ (pow z 2) (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log a) (+ (* -1 (log (/ -1 t))) (* -1 (/ (+ (* 1/2 (/ (pow z 4) (* (pow a 2) t))) (/ (pow z 2) a)) t)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log a) (+ (* -1 (log (/ -1 t))) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (pow z 4) (pow a 2))) (* -1/3 (/ (pow z 6) (* (pow a 3) t)))) t)) (/ (pow z 2) a)) t)))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* a (+ (* 1/6 (* (pow 1 1/6) (* (/ t (pow z 2)) (cbrt (* x y))))) (* (pow 1 1/6) (* (* a (+ (* 1/72 (/ (pow t 2) (pow z 4))) (* 1/12 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))))) (cbrt (* x y)))))) (* (pow 1 1/6) (cbrt (* x y)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* a (+ (* 1/6 (* (pow 1 1/6) (* (/ t (pow z 2)) (cbrt (* x y))))) (* a (+ (* (pow 1 1/6) (* (cbrt (* x y)) (+ (* 1/72 (/ (pow t 2) (pow z 4))) (* 1/12 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4)))))))) (* (pow 1 1/6) (* (* a (+ (* 1/1296 (/ (pow t 3) (pow z 6))) (+ (* 1/72 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))) (pow z 2))) (* 1/36 (+ (* -6 (/ (pow t 3) (pow z 6))) (+ (* 2 (/ (pow t 3) (pow z 6))) (* 6 (/ (pow t 3) (pow z 6))))))))) (cbrt (* x y)))))))) (* (pow 1 1/6) (cbrt (* x y)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (* a (+ (* -1/2 (* a (* x (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))) (* 1/2 (/ (* t x) (pow z 2)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (* a (+ (* 1/2 (/ (* t x) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))) (* 1/2 (/ (* t x) (pow z 3))))) (/ x z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t x) (pow z 3))) (* a (+ (* -1/2 (* a (* x (* z (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))))) (/ x z)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (pow z 2))) (* a (+ (* -1/2 (/ t (pow z 2))) (* -1/4 (/ (* a (pow t 2)) (pow z 4)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (pow z 2))) (* a (+ (* -1/2 (/ t (pow z 2))) (* a (+ (* -1/4 (/ (pow t 2) (pow z 4))) (* -1/6 (/ (* a (pow t 3)) (pow z 6)))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (pow z 2)) (* a (+ (* -1 (/ t (pow z 2))) (* -1/2 (/ (* a (pow t 2)) (pow z 4)))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (pow z 2)) (* a (+ (* -1 (/ t (pow z 2))) (* a (+ (* -1/2 (/ (pow t 2) (pow z 4))) (* -1/3 (/ (* a (pow t 3)) (pow z 6)))))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (+ (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a)))))) (* (/ (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/72 (/ (pow z 4) (pow t 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (cbrt (* x (* y z)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (+ (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a)))))) (+ (* (/ (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/1296 (/ (pow z 6) (pow t 3))) (+ (* 1/72 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (* 1/36 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* 2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) (pow a 3)) (cbrt (* x (* y z)))) (* (/ (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/72 (/ (pow z 4) (pow t 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (cbrt (* x (* y z))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 3)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 5)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1))))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (+ (log (* -1 t)) (* -1 (log (/ 1 a))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (* 1/2 (+ (log (* -1 t)) (* -1 (log (/ 1 a)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (+ (* -1/4 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (* 1/2 (+ (log (* -1 t)) (* -1 (log (/ 1 a))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (+ (* -1/4 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (+ (* -1/6 (/ (pow z 6) (* (pow a 3) (pow t 3)))) (* 1/2 (+ (log (* -1 t)) (* -1 (log (/ 1 a)))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* a (- (/ (pow z 2) a) t)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 t)) (* -1 (log (/ 1 a)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 t)) (+ (* -1 (log (/ 1 a))) (* -1 (/ (pow z 2) (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 t)) (+ (* -1 (log (/ 1 a))) (+ (* -1 (/ (pow z 2) (* a t))) (* -1/2 (/ (pow z 4) (* (pow a 2) (pow t 2))))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 t)) (+ (* -1 (log (/ 1 a))) (+ (* -1 (/ (pow z 2) (* a t))) (+ (* -1/2 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (* -1/3 (/ (pow z 6) (* (pow a 3) (pow t 3)))))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/72 (/ (pow z 4) (pow t 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) a) (cbrt (* x (* y z))))) (* -1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (cbrt (* x (* y (pow z 7))))))) a)) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* -1/72 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (+ (* -1/1296 (/ (pow z 6) (pow t 3))) (* 1/36 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* -2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) a) (cbrt (* x (* y z))))) (* (cbrt (* x (* y z))) (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/72 (/ (pow z 4) (pow t 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))))) a)) (* -1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (cbrt (* x (* y (pow z 7))))))) a)) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* (pow z 5) (sqrt -1))))) (* 1/2 (* (sqrt (/ t a)) (* x (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 3) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1)))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* (pow z 4) (sqrt -1))))) (* 1/2 (* (sqrt (/ t a)) (* x (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (+ (log t) (* -1 (log (/ -1 a))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (* 1/2 (+ (log t) (* -1 (log (/ -1 a)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (/ (+ (* 1/4 (/ (pow z 4) (* a (pow t 2)))) (* 1/2 (/ (pow z 2) t))) a)) (* 1/2 (+ (log t) (* -1 (log (/ -1 a)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/4 (/ (pow z 4) (pow t 2))) (* -1/6 (/ (pow z 6) (* a (pow t 3))))) a)) (* 1/2 (/ (pow z 2) t))) a)) (* 1/2 (+ (log t) (* -1 (log (/ -1 a)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log t) (* -1 (log (/ -1 a)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log t) (+ (* -1 (log (/ -1 a))) (* -1 (/ (pow z 2) (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log t) (+ (* -1 (log (/ -1 a))) (* -1 (/ (+ (* 1/2 (/ (pow z 4) (* a (pow t 2)))) (/ (pow z 2) t)) a)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log t) (+ (* -1 (log (/ -1 a))) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (pow z 4) (pow t 2))) (* -1/3 (/ (pow z 6) (* a (pow t 3))))) a)) (/ (pow z 2) t)) a)))))) |
15 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 69.0ms | t | @ | inf | ((pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* y x) (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) (* z (/ x (sqrt (- (* z z) (* t a))))) (/ x (sqrt (- (* z z) (* t a)))) (sqrt (- (* z z) (* t a))) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (* z y) (sqrt (- (* z z) (* t a))) (* (* y (sqrt z)) (sqrt z)) (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (* (* (* y (sqrt z)) (sqrt z)) x) (* y (sqrt z)) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (* (* x y) z) (- (* z z) (* t a)) (log (+ (* (neg t) a) (* z z)))) |
| 20.0ms | x | @ | -inf | ((pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* y x) (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) (* z (/ x (sqrt (- (* z z) (* t a))))) (/ x (sqrt (- (* z z) (* t a)))) (sqrt (- (* z z) (* t a))) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (* z y) (sqrt (- (* z z) (* t a))) (* (* y (sqrt z)) (sqrt z)) (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (* (* (* y (sqrt z)) (sqrt z)) x) (* y (sqrt z)) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (* (* x y) z) (- (* z z) (* t a)) (log (+ (* (neg t) a) (* z z)))) |
| 19.0ms | y | @ | -inf | ((pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* y x) (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) (* z (/ x (sqrt (- (* z z) (* t a))))) (/ x (sqrt (- (* z z) (* t a)))) (sqrt (- (* z z) (* t a))) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (* z y) (sqrt (- (* z z) (* t a))) (* (* y (sqrt z)) (sqrt z)) (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (* (* (* y (sqrt z)) (sqrt z)) x) (* y (sqrt z)) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (* (* x y) z) (- (* z z) (* t a)) (log (+ (* (neg t) a) (* z z)))) |
| 19.0ms | x | @ | 0 | ((pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* y x) (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) (* z (/ x (sqrt (- (* z z) (* t a))))) (/ x (sqrt (- (* z z) (* t a)))) (sqrt (- (* z z) (* t a))) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (* z y) (sqrt (- (* z z) (* t a))) (* (* y (sqrt z)) (sqrt z)) (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (* (* (* y (sqrt z)) (sqrt z)) x) (* y (sqrt z)) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (* (* x y) z) (- (* z z) (* t a)) (log (+ (* (neg t) a) (* z z)))) |
| 15.0ms | y | @ | 0 | ((pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* y x) (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) (* z (/ x (sqrt (- (* z z) (* t a))))) (/ x (sqrt (- (* z z) (* t a)))) (sqrt (- (* z z) (* t a))) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (* z y) (sqrt (- (* z z) (* t a))) (* (* y (sqrt z)) (sqrt z)) (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (* (* (* y (sqrt z)) (sqrt z)) x) (* y (sqrt z)) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (* (* x y) z) (- (* z z) (* t a)) (log (+ (* (neg t) a) (* z z)))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1815 | 21605 |
| 1 | 5699 | 21140 |
| 0 | 8196 | 20471 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow (/ 1 (- (pow z 2) (* a t))) 1/6) (cbrt (* x (* y z)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (* x z) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* (* z y) x) #s(hole binary64 (* x (* y z)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* (* (* y (sqrt z)) (sqrt z)) x) #s(hole binary64 (* x (* y z)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))))) |
#s(approx (* (* x y) z) #s(hole binary64 (* x (* y z)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* -1 (* (* x (* y (* z (pow (cbrt -1) 3)))) (sqrt (/ 1 (- (pow z 2) (* a t)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* (pow (/ 1 (- (pow z 2) (* a t))) 1/6) (* (cbrt (* x (* y z))) (cbrt -1)))))) |
#s(approx (* z y) #s(hole binary64 (* y z))) |
#s(approx (* (* y (sqrt z)) (sqrt z)) #s(hole binary64 (* y z))) |
#s(approx (* y (sqrt z)) #s(hole binary64 (* y (sqrt z)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow (/ -1 (* a t)) 1/6) (cbrt (* x (* y z)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (pow (/ -1 (* (pow a 7) (pow t 7))) 1/6) (cbrt (* x (* y (pow z 7)))))) (* (pow (/ -1 (* a t)) 1/6) (cbrt (* x (* y z))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 7/72 (* (pow (/ -1 (* (pow a 13) (pow t 13))) 1/6) (cbrt (* x (* y (pow z 7)))))) (* 1/6 (* (pow (/ -1 (* (pow a 7) (pow t 7))) 1/6) (cbrt (* x (* y z))))))) (* (pow (/ -1 (* a t)) 1/6) (cbrt (* x (* y z))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 1/6 (* (pow (/ -1 (* (pow a 7) (pow t 7))) 1/6) (cbrt (* x (* y z))))) (* (pow z 2) (+ (* 91/1296 (* (pow (/ -1 (* (pow a 19) (pow t 19))) 1/6) (cbrt (* x (* y (pow z 7)))))) (* 7/72 (* (pow (/ -1 (* (pow a 13) (pow t 13))) 1/6) (cbrt (* x (* y z))))))))) (* (pow (/ -1 (* a t)) 1/6) (cbrt (* x (* y z))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1)))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1)))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4)))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))) (sqrt -1)))))))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1))))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4)))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))) (sqrt -1))))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (log (* -1 (* a t)))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (* 1/2 (log (* -1 (* a t))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (* -1 (* a t)))) (* (pow z 2) (- (* -1/4 (/ (pow z 2) (* (pow a 2) (pow t 2)))) (* 1/2 (/ 1 (* a t)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (* -1 (* a t)))) (* (pow z 2) (- (* (pow z 2) (- (* -1/6 (/ (pow z 2) (* (pow a 3) (pow t 3)))) (* 1/4 (/ 1 (* (pow a 2) (pow t 2)))))) (* 1/2 (/ 1 (* a t)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a t)))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (- (pow z 2) (* a t)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (log (* -1 (* a t))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 (* a t))) (* -1 (/ (pow z 2) (* a t)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 (* a t))) (* (pow z 2) (- (* -1/2 (/ (pow z 2) (* (pow a 2) (pow t 2)))) (/ 1 (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 (* a t))) (* (pow z 2) (- (* (pow z 2) (- (* -1/3 (/ (pow z 2) (* (pow a 3) (pow t 3)))) (* 1/2 (/ 1 (* (pow a 2) (pow t 2)))))) (/ 1 (* a t))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* x y))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (cbrt (* x y)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/6 (* (/ (* a t) (pow z 3)) (cbrt (* x y)))) (* (cbrt (* x y)) (/ 1 z)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/6 (* (/ (* a t) (pow z 3)) (cbrt (* x y)))) (+ (* (cbrt (* x y)) (/ 1 z)) (* (cbrt (* x y)) (/ (+ (* 1/144 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/72 (* (pow a 2) (pow t 2)))) (pow z 5)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/6 (* (/ (* a t) (pow z 3)) (cbrt (* x y)))) (+ (* (cbrt (* x y)) (/ 1 z)) (+ (* (cbrt (* x y)) (/ (+ (* 1/4320 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/1296 (* (pow a 3) (pow t 3))) (* 1/864 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))))))) (pow z 7))) (* (cbrt (* x y)) (/ (+ (* 1/144 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/72 (* (pow a 2) (pow t 2)))) (pow z 5))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* x y))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 x)) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t x)) (pow z 2))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t x)) (pow z 2)))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ x z))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t x)) (pow z 2))))) z))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t x)) (pow z 2)))))) z))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 z)) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* -1 (log (/ 1 z))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ 1 z))) (* -1/2 (/ (* a t) (pow z 2)))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ 1 z))) (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/4 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ 1 z))) (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/4 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/6 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (pow z 2))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (* -2 (log (/ 1 z))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ 1 z))) (* -1 (/ (* a t) (pow z 2)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ 1 z))) (+ (* -1 (/ (* a t) (pow z 2))) (* -1/2 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ 1 z))) (+ (* -1 (/ (* a t) (pow z 2))) (+ (* -1/2 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/3 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* x (* y (pow (cbrt -1) 3))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x (* y (pow (cbrt -1) 3))))) (pow z 2))) (* x (* y (pow (cbrt -1) 3)))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (cbrt -1) 3) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (cbrt -1) 3))))) (pow z 2))) (* x (* y (pow (cbrt -1) 3))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (cbrt -1) 3) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (* (pow (cbrt -1) 3) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (cbrt -1) 3))))) (pow z 2))) (* x (* y (pow (cbrt -1) 3)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (cbrt (* x y)) (cbrt -1)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (cbrt (* x y)) (/ (cbrt -1) z))) (* -1/6 (* (/ (* a (* t (cbrt -1))) (pow z 3)) (cbrt (* x y))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (cbrt (* x y)) (/ (cbrt -1) z))) (+ (* -1 (* (cbrt (* x y)) (/ (* (cbrt -1) (+ (* 1/144 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/72 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/6 (* (/ (* a (* t (cbrt -1))) (pow z 3)) (cbrt (* x y)))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (cbrt (* x y)) (/ (cbrt -1) z))) (+ (* -1 (* (cbrt (* x y)) (/ (* (cbrt -1) (+ (* 1/4320 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/1296 (* (pow a 3) (pow t 3))) (* 1/864 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2)))))))))) (pow z 7)))) (+ (* -1 (* (cbrt (* x y)) (/ (* (cbrt -1) (+ (* 1/144 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/72 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/6 (* (/ (* a (* t (cbrt -1))) (pow z 3)) (cbrt (* x y))))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 x))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 x) (+ (* -1/2 (/ (* a (* t x)) (pow z 2))) (* 1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 x) (+ (* -1/2 (/ (* a (* t x)) (pow z 2))) (+ (* 1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6)))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ x z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t x)) (pow z 2))))) z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t x)) (pow z 2)))))) z)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 z))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (* (* y (sqrt z)) (sqrt z)) #s(hole binary64 (* -1 (* y (* z (pow (sqrt -1) 2)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x (* y (pow (sqrt -1) 2))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))))) |
#s(approx (* (* (* y (sqrt z)) (sqrt z)) x) #s(hole binary64 (* -1 (* x (* y (* z (pow (sqrt -1) 2))))))) |
#s(approx (* y (sqrt z)) #s(hole binary64 (* -1 (* (* y (pow (sqrt -1) 2)) (sqrt z))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 z))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* -1 (log (/ -1 z))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ -1 z))) (* -1/2 (/ (* a t) (pow z 2)))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ -1 z))) (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/4 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ -1 z))) (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/4 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/6 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (* -2 (log (/ -1 z))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ -1 z))) (* -1 (/ (* a t) (pow z 2)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ -1 z))) (+ (* -1 (/ (* a t) (pow z 2))) (* -1/2 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ -1 z))) (+ (* -1 (/ (* a t) (pow z 2))) (+ (* -1/2 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/3 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow 1 1/6) (cbrt (* x y))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (pow 1 1/6) (* (/ (* a t) (pow z 2)) (cbrt (* x y))))) (* (pow 1 1/6) (cbrt (* x y)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* t (+ (* 1/6 (* (pow 1 1/6) (* (/ a (pow z 2)) (cbrt (* x y))))) (* (pow 1 1/6) (* (* t (+ (* 1/72 (/ (pow a 2) (pow z 4))) (* 1/12 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))))) (cbrt (* x y)))))) (* (pow 1 1/6) (cbrt (* x y)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* t (+ (* 1/6 (* (pow 1 1/6) (* (/ a (pow z 2)) (cbrt (* x y))))) (* t (+ (* (pow 1 1/6) (* (cbrt (* x y)) (+ (* 1/72 (/ (pow a 2) (pow z 4))) (* 1/12 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4)))))))) (* (pow 1 1/6) (* (* t (+ (* 1/1296 (/ (pow a 3) (pow z 6))) (+ (* 1/72 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))) (pow z 2))) (* 1/36 (+ (* -6 (/ (pow a 3) (pow z 6))) (+ (* 2 (/ (pow a 3) (pow z 6))) (* 6 (/ (pow a 3) (pow z 6))))))))) (cbrt (* x y)))))))) (* (pow 1 1/6) (cbrt (* x y)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (* t (+ (* -1/2 (* t (* x (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))) (* 1/2 (/ (* a x) (pow z 2)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (* t (+ (* 1/2 (/ (* a x) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))) (* 1/2 (/ (* a x) (pow z 3))))) (/ x z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a x) (pow z 3))) (* t (+ (* -1/2 (* t (* x (* z (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))))) (/ x z)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (log (pow z 2))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (* a t) (pow z 2))) (* 1/2 (log (pow z 2)))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (pow z 2))) (* t (+ (* -1/2 (/ a (pow z 2))) (* -1/4 (/ (* (pow a 2) t) (pow z 4)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (pow z 2))) (* t (+ (* -1/2 (/ a (pow z 2))) (* t (+ (* -1/4 (/ (pow a 2) (pow z 4))) (* -1/6 (/ (* (pow a 3) t) (pow z 6)))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (+ (* -1 (* a t)) (pow z 2)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (log (pow z 2)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (pow z 2)) (* -1 (/ (* a t) (pow z 2)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (pow z 2)) (* t (+ (* -1 (/ a (pow z 2))) (* -1/2 (/ (* (pow a 2) t) (pow z 4)))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (pow z 2)) (* t (+ (* -1 (/ a (pow z 2))) (* t (+ (* -1/2 (/ (pow a 2) (pow z 4))) (* -1/3 (/ (* (pow a 3) t) (pow z 6)))))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (+ (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t)))))) (* (/ (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/72 (/ (pow z 4) (pow a 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (cbrt (* x (* y z)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (+ (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t)))))) (+ (* (/ (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/1296 (/ (pow z 6) (pow a 3))) (+ (* 1/72 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (* 1/36 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* 2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) (pow t 3)) (cbrt (* x (* y z)))) (* (/ (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/72 (/ (pow z 4) (pow a 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (cbrt (* x (* y z))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 3)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 3)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 5)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 3)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 5)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1))))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (+ (log (* -1 a)) (* -1 (log (/ 1 t))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (* 1/2 (+ (log (* -1 a)) (* -1 (log (/ 1 t)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (+ (* -1/4 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (* 1/2 (+ (log (* -1 a)) (* -1 (log (/ 1 t))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (+ (* -1/4 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (+ (* -1/6 (/ (pow z 6) (* (pow a 3) (pow t 3)))) (* 1/2 (+ (log (* -1 a)) (* -1 (log (/ 1 t)))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* t (- (/ (pow z 2) t) a)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 a)) (* -1 (log (/ 1 t)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 a)) (+ (* -1 (log (/ 1 t))) (* -1 (/ (pow z 2) (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 a)) (+ (* -1 (log (/ 1 t))) (+ (* -1 (/ (pow z 2) (* a t))) (* -1/2 (/ (pow z 4) (* (pow a 2) (pow t 2))))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 a)) (+ (* -1 (log (/ 1 t))) (+ (* -1 (/ (pow z 2) (* a t))) (+ (* -1/2 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (* -1/3 (/ (pow z 6) (* (pow a 3) (pow t 3)))))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/72 (/ (pow z 4) (pow a 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) t) (cbrt (* x (* y z))))) (* -1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (cbrt (* x (* y (pow z 7))))))) t)) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* -1/72 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (+ (* -1/1296 (/ (pow z 6) (pow a 3))) (* 1/36 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* -2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) t) (cbrt (* x (* y z))))) (* (cbrt (* x (* y z))) (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/72 (/ (pow z 4) (pow a 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))))) t)) (* -1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (cbrt (* x (* y (pow z 7))))))) t)) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 3) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 3) (sqrt -1))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* (pow z 5) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4)))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* (pow z 5) (sqrt -1)))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 3) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1)))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* (pow z 4) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* (pow z 4) (sqrt -1)))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (+ (log a) (* -1 (log (/ -1 t))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (* 1/2 (+ (log a) (* -1 (log (/ -1 t)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (/ (+ (* 1/4 (/ (pow z 4) (* (pow a 2) t))) (* 1/2 (/ (pow z 2) a))) t)) (* 1/2 (+ (log a) (* -1 (log (/ -1 t)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/4 (/ (pow z 4) (pow a 2))) (* -1/6 (/ (pow z 6) (* (pow a 3) t)))) t)) (* 1/2 (/ (pow z 2) a))) t)) (* 1/2 (+ (log a) (* -1 (log (/ -1 t)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log a) (* -1 (log (/ -1 t)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log a) (+ (* -1 (log (/ -1 t))) (* -1 (/ (pow z 2) (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log a) (+ (* -1 (log (/ -1 t))) (* -1 (/ (+ (* 1/2 (/ (pow z 4) (* (pow a 2) t))) (/ (pow z 2) a)) t)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log a) (+ (* -1 (log (/ -1 t))) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (pow z 4) (pow a 2))) (* -1/3 (/ (pow z 6) (* (pow a 3) t)))) t)) (/ (pow z 2) a)) t)))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* a (+ (* 1/6 (* (pow 1 1/6) (* (/ t (pow z 2)) (cbrt (* x y))))) (* (pow 1 1/6) (* (* a (+ (* 1/72 (/ (pow t 2) (pow z 4))) (* 1/12 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))))) (cbrt (* x y)))))) (* (pow 1 1/6) (cbrt (* x y)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* a (+ (* 1/6 (* (pow 1 1/6) (* (/ t (pow z 2)) (cbrt (* x y))))) (* a (+ (* (pow 1 1/6) (* (cbrt (* x y)) (+ (* 1/72 (/ (pow t 2) (pow z 4))) (* 1/12 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4)))))))) (* (pow 1 1/6) (* (* a (+ (* 1/1296 (/ (pow t 3) (pow z 6))) (+ (* 1/72 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))) (pow z 2))) (* 1/36 (+ (* -6 (/ (pow t 3) (pow z 6))) (+ (* 2 (/ (pow t 3) (pow z 6))) (* 6 (/ (pow t 3) (pow z 6))))))))) (cbrt (* x y)))))))) (* (pow 1 1/6) (cbrt (* x y)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (* a (+ (* -1/2 (* a (* x (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))) (* 1/2 (/ (* t x) (pow z 2)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (* a (+ (* 1/2 (/ (* t x) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))) (* 1/2 (/ (* t x) (pow z 3))))) (/ x z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t x) (pow z 3))) (* a (+ (* -1/2 (* a (* x (* z (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))))) (/ x z)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (pow z 2))) (* a (+ (* -1/2 (/ t (pow z 2))) (* -1/4 (/ (* a (pow t 2)) (pow z 4)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (pow z 2))) (* a (+ (* -1/2 (/ t (pow z 2))) (* a (+ (* -1/4 (/ (pow t 2) (pow z 4))) (* -1/6 (/ (* a (pow t 3)) (pow z 6)))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (pow z 2)) (* a (+ (* -1 (/ t (pow z 2))) (* -1/2 (/ (* a (pow t 2)) (pow z 4)))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (pow z 2)) (* a (+ (* -1 (/ t (pow z 2))) (* a (+ (* -1/2 (/ (pow t 2) (pow z 4))) (* -1/3 (/ (* a (pow t 3)) (pow z 6)))))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (+ (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a)))))) (* (/ (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/72 (/ (pow z 4) (pow t 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (cbrt (* x (* y z)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (+ (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a)))))) (+ (* (/ (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/1296 (/ (pow z 6) (pow t 3))) (+ (* 1/72 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (* 1/36 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* 2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) (pow a 3)) (cbrt (* x (* y z)))) (* (/ (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/72 (/ (pow z 4) (pow t 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (cbrt (* x (* y z))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 3)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 5)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1))))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (+ (log (* -1 t)) (* -1 (log (/ 1 a))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (* 1/2 (+ (log (* -1 t)) (* -1 (log (/ 1 a)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (+ (* -1/4 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (* 1/2 (+ (log (* -1 t)) (* -1 (log (/ 1 a))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (+ (* -1/4 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (+ (* -1/6 (/ (pow z 6) (* (pow a 3) (pow t 3)))) (* 1/2 (+ (log (* -1 t)) (* -1 (log (/ 1 a)))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* a (- (/ (pow z 2) a) t)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 t)) (* -1 (log (/ 1 a)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 t)) (+ (* -1 (log (/ 1 a))) (* -1 (/ (pow z 2) (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 t)) (+ (* -1 (log (/ 1 a))) (+ (* -1 (/ (pow z 2) (* a t))) (* -1/2 (/ (pow z 4) (* (pow a 2) (pow t 2))))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 t)) (+ (* -1 (log (/ 1 a))) (+ (* -1 (/ (pow z 2) (* a t))) (+ (* -1/2 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (* -1/3 (/ (pow z 6) (* (pow a 3) (pow t 3)))))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/72 (/ (pow z 4) (pow t 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) a) (cbrt (* x (* y z))))) (* -1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (cbrt (* x (* y (pow z 7))))))) a)) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* -1/72 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (+ (* -1/1296 (/ (pow z 6) (pow t 3))) (* 1/36 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* -2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) a) (cbrt (* x (* y z))))) (* (cbrt (* x (* y z))) (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/72 (/ (pow z 4) (pow t 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))))) a)) (* -1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (cbrt (* x (* y (pow z 7))))))) a)) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* (pow z 5) (sqrt -1))))) (* 1/2 (* (sqrt (/ t a)) (* x (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 3) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1)))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* (pow z 4) (sqrt -1))))) (* 1/2 (* (sqrt (/ t a)) (* x (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (+ (log t) (* -1 (log (/ -1 a))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (* 1/2 (+ (log t) (* -1 (log (/ -1 a)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (/ (+ (* 1/4 (/ (pow z 4) (* a (pow t 2)))) (* 1/2 (/ (pow z 2) t))) a)) (* 1/2 (+ (log t) (* -1 (log (/ -1 a)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/4 (/ (pow z 4) (pow t 2))) (* -1/6 (/ (pow z 6) (* a (pow t 3))))) a)) (* 1/2 (/ (pow z 2) t))) a)) (* 1/2 (+ (log t) (* -1 (log (/ -1 a)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log t) (* -1 (log (/ -1 a)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log t) (+ (* -1 (log (/ -1 a))) (* -1 (/ (pow z 2) (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log t) (+ (* -1 (log (/ -1 a))) (* -1 (/ (+ (* 1/2 (/ (pow z 4) (* a (pow t 2)))) (/ (pow z 2) t)) a)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log t) (+ (* -1 (log (/ -1 a))) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (pow z 4) (pow t 2))) (* -1/3 (/ (pow z 6) (* a (pow t 3))))) a)) (/ (pow z 2) t)) a)))))) |
| Outputs |
|---|
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow (/ 1 (- (pow z 2) (* a t))) 1/6) (cbrt (* x (* y z)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (*.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/6 binary64)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx (* y x) (*.f64 y x)) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (* x z) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (*.f64 (*.f64 z x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (* (* z y) x) #s(hole binary64 (* x (* y z)))) |
#s(approx (* (* (* y (sqrt z)) (sqrt z)) x) (*.f64 (*.f64 z y) x)) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (* (* (* y (sqrt z)) (sqrt z)) x) #s(hole binary64 (* x (* y z)))) |
#s(approx (* (* (* y (sqrt z)) (sqrt z)) x) (*.f64 (*.f64 z y) x)) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (* (* x y) z) #s(hole binary64 (* x (* y z)))) |
#s(approx (* (* (* y (sqrt z)) (sqrt z)) x) (*.f64 (*.f64 z y) x)) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* -1 (* (* x (* y (* z (pow (cbrt -1) 3)))) (sqrt (/ 1 (- (pow z 2) (* a t)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (neg.f64 x) (*.f64 (neg.f64 z) y)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* (pow (/ 1 (- (pow z 2) (* a t))) 1/6) (* (cbrt (* x (* y z))) (cbrt -1)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (neg.f64 (*.f64 (*.f64 (cbrt.f64 #s(literal -1 binary64)) (cbrt.f64 (*.f64 (*.f64 z y) x))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/6 binary64))))) |
#s(approx (* z y) #s(hole binary64 (* y z))) |
#s(approx (* (* y (sqrt z)) (sqrt z)) (*.f64 z y)) |
#s(approx (* (* y (sqrt z)) (sqrt z)) #s(hole binary64 (* y z))) |
#s(approx (* (* y (sqrt z)) (sqrt z)) (*.f64 z y)) |
#s(approx (* y (sqrt z)) #s(hole binary64 (* y (sqrt z)))) |
#s(approx (* y (sqrt z)) (*.f64 (sqrt.f64 z) y)) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow (/ -1 (* a t)) 1/6) (cbrt (* x (* y z)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a t)) #s(literal 1/6 binary64)) (cbrt.f64 (*.f64 (*.f64 z y) x)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (pow (/ -1 (* (pow a 7) (pow t 7))) 1/6) (cbrt (* x (* y (pow z 7)))))) (* (pow (/ -1 (* a t)) 1/6) (cbrt (* x (* y z))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (*.f64 (cbrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 7 binary64)) y) x)) (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 t #s(literal 7 binary64))) #s(literal 1/6 binary64))) #s(literal 1/6 binary64) (*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a t)) #s(literal 1/6 binary64)) (cbrt.f64 (*.f64 (*.f64 z y) x))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 7/72 (* (pow (/ -1 (* (pow a 13) (pow t 13))) 1/6) (cbrt (* x (* y (pow z 7)))))) (* 1/6 (* (pow (/ -1 (* (pow a 7) (pow t 7))) 1/6) (cbrt (* x (* y z))))))) (* (pow (/ -1 (* a t)) 1/6) (cbrt (* x (* y z))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 t #s(literal 7 binary64))) #s(literal 1/6 binary64)) (cbrt.f64 (*.f64 (*.f64 z y) x))) #s(literal 1/6 binary64) (*.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 13 binary64))) (pow.f64 t #s(literal 13 binary64))) #s(literal 1/6 binary64)) (cbrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 7 binary64)) y) x))) #s(literal 7/72 binary64))) (*.f64 z z) (*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a t)) #s(literal 1/6 binary64)) (cbrt.f64 (*.f64 (*.f64 z y) x))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* (pow z 2) (+ (* 1/6 (* (pow (/ -1 (* (pow a 7) (pow t 7))) 1/6) (cbrt (* x (* y z))))) (* (pow z 2) (+ (* 91/1296 (* (pow (/ -1 (* (pow a 19) (pow t 19))) 1/6) (cbrt (* x (* y (pow z 7)))))) (* 7/72 (* (pow (/ -1 (* (pow a 13) (pow t 13))) 1/6) (cbrt (* x (* y z))))))))) (* (pow (/ -1 (* a t)) 1/6) (cbrt (* x (* y z))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/6 binary64) (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 t #s(literal 7 binary64))) #s(literal 1/6 binary64))) (cbrt.f64 (*.f64 (*.f64 z y) x)) (*.f64 (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 13 binary64))) (pow.f64 t #s(literal 13 binary64))) #s(literal 1/6 binary64)) (cbrt.f64 (*.f64 (*.f64 z y) x))) #s(literal 7/72 binary64) (*.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 19 binary64))) (pow.f64 t #s(literal 19 binary64))) #s(literal 1/6 binary64)) (cbrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 7 binary64)) y) x))) #s(literal 91/1296 binary64))) (*.f64 z z))) (*.f64 z z) (*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a t)) #s(literal 1/6 binary64)) (cbrt.f64 (*.f64 (*.f64 z y) x))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1)))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1)))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) x)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4)))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))) (sqrt -1)))))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) x) (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64))))) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1))))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) x)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ x (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4)))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))) (sqrt -1))))))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) x) (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64))))) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 z z) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1 binary64)) #s(literal -1/8 binary64))) (*.f64 z z) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* (sqrt (* a t)) (sqrt -1)))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (fma.f64 (*.f64 (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (pow (sqrt -1) 3)))) (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ (* (sqrt (* a t)) (sqrt -1)) (* (pow z 2) (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ 1 (sqrt -1)))) (* (pow z 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 2) (pow (sqrt -1) 5))))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (fma.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 z z) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1 binary64)) #s(literal -1/8 binary64))) (*.f64 z z) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (log (* -1 (* a t)))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (*.f64 (log.f64 (*.f64 (neg.f64 t) a)) #s(literal 1/2 binary64))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (* 1/2 (log (* -1 (* a t))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (*.f64 (/.f64 z t) (/.f64 z a)) #s(literal -1/2 binary64) (*.f64 (log.f64 (*.f64 (neg.f64 t) a)) #s(literal 1/2 binary64)))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (* -1 (* a t)))) (* (pow z 2) (- (* -1/4 (/ (pow z 2) (* (pow a 2) (pow t 2)))) (* 1/2 (/ 1 (* a t)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 z z)) (*.f64 (*.f64 t t) (*.f64 a a))) (/.f64 #s(literal 1/2 binary64) (*.f64 a t))) (*.f64 z z) (*.f64 (log.f64 (*.f64 (neg.f64 t) a)) #s(literal 1/2 binary64)))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (* -1 (* a t)))) (* (pow z 2) (- (* (pow z 2) (- (* -1/6 (/ (pow z 2) (* (pow a 3) (pow t 3)))) (* 1/4 (/ 1 (* (pow a 2) (pow t 2)))))) (* 1/2 (/ 1 (* a t)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 z z)) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 t t) (*.f64 a a)))) (*.f64 z z)) (/.f64 #s(literal 1/2 binary64) (*.f64 a t))) (*.f64 z z) (*.f64 (log.f64 (*.f64 (neg.f64 t) a)) #s(literal 1/2 binary64)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* z (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3))))))) (sqrt -1)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (*.f64 y x))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* z (+ (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x y) (sqrt -1)))) (* (pow z 2) (+ (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (* (pow z 2) (+ (* 1/2 (/ (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))) (* a (* t (pow (sqrt -1) 2))))) (/ 1 (* (pow a 4) (pow t 4))))))) (sqrt -1)))) (* -1/2 (* (sqrt (* a t)) (/ (* x (* y (+ (* 1/4 (/ 1 (* (pow a 3) (* (pow t 3) (pow (sqrt -1) 2))))) (/ 1 (* (pow a 3) (pow t 3)))))) (sqrt -1)))))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (neg.f64 t)) (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 z z))) (*.f64 (sqrt.f64 (*.f64 a t)) (*.f64 (*.f64 y x) (fma.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 z z) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 x (/.f64 y (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))) z)) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a t)))) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a)) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (- (pow z 2) (* a t)))) |
#s(approx (- (* z z) (* t a)) (fma.f64 (neg.f64 a) t (*.f64 z z))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (log (* -1 (* a t))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (log.f64 (*.f64 (neg.f64 t) a))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 (* a t))) (* -1 (/ (pow z 2) (* a t)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 (/.f64 #s(literal -1 binary64) t) (/.f64 (*.f64 z z) a) (log.f64 (*.f64 (neg.f64 t) a)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 (* a t))) (* (pow z 2) (- (* -1/2 (/ (pow z 2) (* (pow a 2) (pow t 2)))) (/ 1 (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 z z)) (*.f64 (*.f64 t t) (*.f64 a a))) (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 z z) (log.f64 (*.f64 (neg.f64 t) a)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 (* a t))) (* (pow z 2) (- (* (pow z 2) (- (* -1/3 (/ (pow z 2) (* (pow a 3) (pow t 3)))) (* 1/2 (/ 1 (* (pow a 2) (pow t 2)))))) (/ 1 (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z z)) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 t t) (*.f64 a a)))) (*.f64 z z)) (/.f64 #s(literal 1 binary64) (*.f64 a t))) (*.f64 z z) (log.f64 (*.f64 (neg.f64 t) a)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (cbrt (* x y)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (cbrt.f64 (*.f64 y x))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/6 (* (/ (* a t) (pow z 3)) (cbrt (* x y)))) (* (cbrt (* x y)) (/ 1 z)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (*.f64 (fma.f64 (*.f64 (*.f64 a (/.f64 t (pow.f64 z #s(literal 3 binary64)))) (cbrt.f64 (*.f64 y x))) #s(literal 1/6 binary64) (*.f64 (/.f64 #s(literal 1 binary64) z) (cbrt.f64 (*.f64 y x)))) z)) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/6 (* (/ (* a t) (pow z 3)) (cbrt (* x y)))) (+ (* (cbrt (* x y)) (/ 1 z)) (* (cbrt (* x y)) (/ (+ (* 1/144 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/72 (* (pow a 2) (pow t 2)))) (pow z 5)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (*.f64 (fma.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 a (/.f64 t (pow.f64 z #s(literal 3 binary64))))) (cbrt.f64 (*.f64 y x)) (*.f64 (cbrt.f64 (*.f64 y x)) (+.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 (fma.f64 #s(literal 1/72 binary64) (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) #s(literal 1/144 binary64))) (pow.f64 z #s(literal 5 binary64)))))) z)) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* z (+ (* 1/6 (* (/ (* a t) (pow z 3)) (cbrt (* x y)))) (+ (* (cbrt (* x y)) (/ 1 z)) (+ (* (cbrt (* x y)) (/ (+ (* 1/4320 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/1296 (* (pow a 3) (pow t 3))) (* 1/864 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))))))) (pow z 7))) (* (cbrt (* x y)) (/ (+ (* 1/144 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/72 (* (pow a 2) (pow t 2)))) (pow z 5))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (*.f64 (fma.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 a (/.f64 t (pow.f64 z #s(literal 3 binary64))))) (cbrt.f64 (*.f64 y x)) (fma.f64 (/.f64 #s(literal 1 binary64) z) (cbrt.f64 (*.f64 y x)) (*.f64 (cbrt.f64 (*.f64 y x)) (+.f64 (/.f64 (fma.f64 (fma.f64 #s(literal -720 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (*.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) #s(literal 960 binary64))) #s(literal 1/4320 binary64) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64))) #s(literal 1/864 binary64) (*.f64 #s(literal 1/1296 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (pow.f64 z #s(literal 7 binary64))) (/.f64 (fma.f64 #s(literal 1/72 binary64) (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) #s(literal 1/144 binary64))) (pow.f64 z #s(literal 5 binary64))))))) z)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x)))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 x)) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) x) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t x) a) z) x)) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t x)) (pow z 2))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (+.f64 (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t x) a) z))) x)) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t x)) (pow z 2)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (+.f64 (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 x (/.f64 (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64))) (pow.f64 z #s(literal 6 binary64)))) #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t x) a) z)))) x)) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ x z))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (/.f64 x z)) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (/.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t x) a) z) x) z)) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t x)) (pow z 2))))) z))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (/.f64 (+.f64 (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t x) a) z))) x) z)) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t x)) (pow z 2)))))) z))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (/.f64 (+.f64 (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 x (/.f64 (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64))) (pow.f64 z #s(literal 6 binary64)))) #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t x) a) z)))) x) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) z) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64))) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (fma.f64 (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64)))) z)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x)))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 z)) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) z) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) z)) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64))) z)) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (fma.f64 (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64)))) z)) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* -1 (log (/ 1 z))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (neg.f64 (neg.f64 (log.f64 z)))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ 1 z))) (* -1/2 (/ (* a t) (pow z 2)))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (*.f64 (/.f64 t z) (/.f64 a z)) #s(literal -1/2 binary64) (neg.f64 (neg.f64 (log.f64 z))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ 1 z))) (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/4 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/4 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ 1 z))) (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/4 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/6 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (fma.f64 (*.f64 (/.f64 t z) (/.f64 a z)) #s(literal -1/2 binary64) (fma.f64 (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/4 binary64)))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* x y))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (*.f64 y x)) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 y x))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (pow z 2))) |
#s(approx (- (* z z) (* t a)) (*.f64 z z)) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))))) |
#s(approx (- (* z z) (* t a)) (*.f64 (fma.f64 (/.f64 (neg.f64 a) z) (/.f64 t z) #s(literal 1 binary64)) (*.f64 z z))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (* -2 (log (/ 1 z))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (*.f64 #s(literal -2 binary64) (neg.f64 (log.f64 z)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ 1 z))) (* -1 (/ (* a t) (pow z 2)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (-.f64 (*.f64 (/.f64 (neg.f64 a) z) (/.f64 t z)) (*.f64 (log.f64 z) #s(literal -2 binary64)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ 1 z))) (+ (* -1 (/ (* a t) (pow z 2))) (* -1/2 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 #s(literal -2 binary64) (neg.f64 (log.f64 z)) (fma.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (*.f64 (/.f64 (neg.f64 a) z) (/.f64 t z))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ 1 z))) (+ (* -1 (/ (* a t) (pow z 2))) (+ (* -1/2 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/3 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 #s(literal -2 binary64) (neg.f64 (log.f64 z)) (fma.f64 (/.f64 (neg.f64 a) z) (/.f64 t z) (fma.f64 (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/3 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64)))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (* x (* y (pow (cbrt -1) 3))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 x) y)) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x (* y (pow (cbrt -1) 3))))) (pow z 2))) (* x (* y (pow (cbrt -1) 3)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 a t) z) (/.f64 (*.f64 (neg.f64 x) y) z)) #s(literal 1/2 binary64) (*.f64 (neg.f64 x) y))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (cbrt -1) 3) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (cbrt -1) 3))))) (pow z 2))) (* x (* y (pow (cbrt -1) 3))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) y) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 a t) z) (/.f64 (*.f64 (neg.f64 x) y) z)) #s(literal 1/2 binary64) (*.f64 (neg.f64 x) y)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (cbrt -1) 3) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (* (pow (cbrt -1) 3) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (cbrt -1) 3))))) (pow z 2))) (* x (* y (pow (cbrt -1) 3)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) y) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) y) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 a t) z) (/.f64 (*.f64 (neg.f64 x) y) z)) #s(literal 1/2 binary64) (*.f64 (neg.f64 x) y))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (cbrt (* x y)) (cbrt -1)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (*.f64 (cbrt.f64 (*.f64 y x)) (cbrt.f64 #s(literal -1 binary64)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (cbrt (* x y)) (/ (cbrt -1) z))) (* -1/6 (* (/ (* a (* t (cbrt -1))) (pow z 3)) (cbrt (* x y))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (*.f64 (neg.f64 z) (fma.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (cbrt.f64 #s(literal -1 binary64)) t) a) (pow.f64 z #s(literal 3 binary64)))) (cbrt.f64 (*.f64 y x)) (neg.f64 (*.f64 (/.f64 (cbrt.f64 #s(literal -1 binary64)) z) (cbrt.f64 (*.f64 y x))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (cbrt (* x y)) (/ (cbrt -1) z))) (+ (* -1 (* (cbrt (* x y)) (/ (* (cbrt -1) (+ (* 1/144 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/72 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/6 (* (/ (* a (* t (cbrt -1))) (pow z 3)) (cbrt (* x y)))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (*.f64 (neg.f64 z) (fma.f64 (*.f64 #s(literal -1 binary64) (cbrt.f64 (*.f64 y x))) (/.f64 (cbrt.f64 #s(literal -1 binary64)) z) (fma.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (cbrt.f64 #s(literal -1 binary64)) t) a) (pow.f64 z #s(literal 3 binary64)))) (cbrt.f64 (*.f64 y x)) (neg.f64 (*.f64 (/.f64 (*.f64 (fma.f64 #s(literal 1/72 binary64) (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) #s(literal 1/144 binary64))) (cbrt.f64 #s(literal -1 binary64))) (pow.f64 z #s(literal 5 binary64))) (cbrt.f64 (*.f64 y x)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 (* z (+ (* -1 (* (cbrt (* x y)) (/ (cbrt -1) z))) (+ (* -1 (* (cbrt (* x y)) (/ (* (cbrt -1) (+ (* 1/4320 (+ (* -720 (* (pow a 3) (pow t 3))) (+ (* 240 (* (pow a 3) (pow t 3))) (* 720 (* (pow a 3) (pow t 3)))))) (+ (* 1/1296 (* (pow a 3) (pow t 3))) (* 1/864 (* a (* t (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2)))))))))) (pow z 7)))) (+ (* -1 (* (cbrt (* x y)) (/ (* (cbrt -1) (+ (* 1/144 (+ (* -12 (* (pow a 2) (pow t 2))) (* 24 (* (pow a 2) (pow t 2))))) (* 1/72 (* (pow a 2) (pow t 2))))) (pow z 5)))) (* -1/6 (* (/ (* a (* t (cbrt -1))) (pow z 3)) (cbrt (* x y))))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (*.f64 (neg.f64 z) (fma.f64 (*.f64 #s(literal -1 binary64) (cbrt.f64 (*.f64 y x))) (/.f64 (cbrt.f64 #s(literal -1 binary64)) z) (fma.f64 (*.f64 #s(literal -1 binary64) (cbrt.f64 (*.f64 y x))) (*.f64 (cbrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (fma.f64 #s(literal -720 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (*.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) #s(literal 960 binary64))) #s(literal 1/4320 binary64) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64))) #s(literal 1/864 binary64) (*.f64 #s(literal 1/1296 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (pow.f64 z #s(literal 7 binary64)))) (fma.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (cbrt.f64 #s(literal -1 binary64)) t) a) (pow.f64 z #s(literal 3 binary64)))) (cbrt.f64 (*.f64 y x)) (neg.f64 (*.f64 (/.f64 (*.f64 (fma.f64 #s(literal 1/72 binary64) (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal 12 binary64)) #s(literal 1/144 binary64))) (cbrt.f64 #s(literal -1 binary64))) (pow.f64 z #s(literal 5 binary64))) (cbrt.f64 (*.f64 y x))))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 x) y)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 (neg.f64 x) y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 x) y (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 x) y (fma.f64 #s(literal 1/2 binary64) (fma.f64 x (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) y) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64)))) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 x) y)) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 (neg.f64 x) y))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 x) y (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 x) y (fma.f64 #s(literal 1/2 binary64) (fma.f64 x (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) y) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64)))) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* -1 x))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (neg.f64 x)) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t x) a) z) (neg.f64 x))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 x) (+ (* -1/2 (/ (* a (* t x)) (pow z 2))) (* 1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 #s(literal -1 binary64) x (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64)))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t x) a) z))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 x) (+ (* -1/2 (/ (* a (* t x)) (pow z 2))) (+ (* 1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 #s(literal -1 binary64) x (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t x) a) z) (*.f64 #s(literal 1/2 binary64) (fma.f64 x (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64))) (*.f64 x (/.f64 (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64))) (pow.f64 z #s(literal 6 binary64))))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ x z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (/.f64 (neg.f64 x) z)) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (neg.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t x) a) z) x) z))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (* 1/2 (/ (* a (* t x)) (pow z 2))))) z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (neg.f64 (/.f64 (+.f64 (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t x) a) z))) x) z))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (/ (+ x (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))) (pow z 4))) (+ (* -1/2 (/ (* x (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))) (pow z 6))) (* 1/2 (/ (* a (* t x)) (pow z 2)))))) z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (neg.f64 (/.f64 (+.f64 (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 x (/.f64 (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64))) (pow.f64 z #s(literal 6 binary64)))) #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t x) a) z)))) x) z))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 z))) |
#s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 z) (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 z) (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 z) (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (fma.f64 (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 x) y)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 (neg.f64 x) y))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 x) y (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (neg.f64 x) y (fma.f64 #s(literal 1/2 binary64) (fma.f64 x (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) y) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64)))) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (* (* y (sqrt z)) (sqrt z)) #s(hole binary64 (* -1 (* y (* z (pow (sqrt -1) 2)))))) |
#s(approx (* (* y (sqrt z)) (sqrt z)) (neg.f64 (*.f64 (neg.f64 z) y))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (* x (* y (pow (sqrt -1) 2))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (neg.f64 x) y)) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 a t) z) (/.f64 (*.f64 (neg.f64 x) y) z)) #s(literal 1/2 binary64) (*.f64 (neg.f64 x) y))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) y) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 a t) z) (/.f64 (*.f64 (neg.f64 x) y) z)) #s(literal 1/2 binary64) (*.f64 (neg.f64 x) y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))) (pow z 4))) (+ (* -1/2 (/ (* x (* y (* (pow (sqrt -1) 2) (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2))))))))))) (pow z 6))) (+ (* 1/2 (/ (* a (* t (* x (* y (pow (sqrt -1) 2))))) (pow z 2))) (* x (* y (pow (sqrt -1) 2)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) y) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 x (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) y) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 a t) z) (/.f64 (*.f64 (neg.f64 x) y) z)) #s(literal 1/2 binary64) (*.f64 (neg.f64 x) y))))) |
#s(approx (* (* (* y (sqrt z)) (sqrt z)) x) #s(hole binary64 (* -1 (* x (* y (* z (pow (sqrt -1) 2))))))) |
#s(approx (* (* (* y (sqrt z)) (sqrt z)) x) (*.f64 (neg.f64 x) (*.f64 (neg.f64 z) y))) |
#s(approx (* y (sqrt z)) #s(hole binary64 (* -1 (* (* y (pow (sqrt -1) 2)) (sqrt z))))) |
#s(approx (* y (sqrt z)) (neg.f64 (*.f64 (*.f64 #s(literal -1 binary64) y) (sqrt.f64 z)))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 z))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (neg.f64 z)) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (neg.f64 z) (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (neg.f64 z) (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/16 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (neg.f64 z) (+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)) (fma.f64 (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64)))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* -1 (log (/ -1 z))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) z)))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ -1 z))) (* -1/2 (/ (* a t) (pow z 2)))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (*.f64 (/.f64 t z) (/.f64 a z)) #s(literal -1/2 binary64) (neg.f64 (log.f64 (/.f64 #s(literal -1 binary64) z))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ -1 z))) (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/4 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) z)) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/4 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (log (/ -1 z))) (+ (* -1/2 (/ (* a t) (pow z 2))) (+ (* -1/4 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/6 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) z)) #s(literal -1 binary64) (fma.f64 (*.f64 (/.f64 t z) (/.f64 a z)) #s(literal -1/2 binary64) (fma.f64 (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/4 binary64)))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (* -1 (* x y)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (*.f64 (neg.f64 x) y)) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z) (*.f64 (neg.f64 x) y))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (neg.f64 x) y (fma.f64 (/.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) (pow.f64 z #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1 (* x y)) (+ (* -1/2 (/ (* a (* t (* x y))) (pow z 2))) (+ (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))) (pow z 4))) (* 1/2 (/ (* x (* y (+ (* -1 (* (pow a 3) (pow t 3))) (* -1/2 (* a (* t (+ (* -1 (* (pow a 2) (pow t 2))) (* 1/4 (* (pow a 2) (pow t 2)))))))))) (pow z 6)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (neg.f64 x) y (fma.f64 #s(literal 1/2 binary64) (fma.f64 x (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64)) y) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (*.f64 a t) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64) (pow.f64 (*.f64 (neg.f64 t) a) #s(literal 3 binary64)))) (pow.f64 z #s(literal 6 binary64)))) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) a) z))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (* -2 (log (/ -1 z))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) z)) #s(literal -2 binary64))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ -1 z))) (* -1 (/ (* a t) (pow z 2)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) z)) #s(literal -2 binary64) (*.f64 (/.f64 (neg.f64 a) z) (/.f64 t z)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ -1 z))) (+ (* -1 (/ (* a t) (pow z 2))) (* -1/2 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) z)) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (*.f64 (/.f64 (neg.f64 a) z) (/.f64 t z))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (* -2 (log (/ -1 z))) (+ (* -1 (/ (* a t) (pow z 2))) (+ (* -1/2 (/ (* (pow a 2) (pow t 2)) (pow z 4))) (* -1/3 (/ (* (pow a 3) (pow t 3)) (pow z 6)))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) z)) #s(literal -2 binary64) (fma.f64 (/.f64 (neg.f64 a) z) (/.f64 t z) (fma.f64 (/.f64 (pow.f64 (*.f64 a t) #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/3 binary64) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64)))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 y x))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z))) t (*.f64 y x))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (pow 1 1/6) (cbrt (* x y))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (*.f64 (cbrt.f64 (*.f64 y x)) #s(literal 1 binary64))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (pow 1 1/6) (* (/ (* a t) (pow z 2)) (cbrt (* x y))))) (* (pow 1 1/6) (cbrt (* x y)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (/.f64 t z) (/.f64 a z)) (cbrt.f64 (*.f64 y x))) (*.f64 (cbrt.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* t (+ (* 1/6 (* (pow 1 1/6) (* (/ a (pow z 2)) (cbrt (* x y))))) (* (pow 1 1/6) (* (* t (+ (* 1/72 (/ (pow a 2) (pow z 4))) (* 1/12 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))))) (cbrt (* x y)))))) (* (pow 1 1/6) (cbrt (* x y)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (fma.f64 (*.f64 t (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) #s(literal 1/12 binary64) (/.f64 (*.f64 #s(literal 1/72 binary64) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64)))) (cbrt.f64 (*.f64 y x)))) #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 a (*.f64 z z)) (cbrt.f64 (*.f64 y x))))) t (*.f64 (cbrt.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* t (+ (* 1/6 (* (pow 1 1/6) (* (/ a (pow z 2)) (cbrt (* x y))))) (* t (+ (* (pow 1 1/6) (* (cbrt (* x y)) (+ (* 1/72 (/ (pow a 2) (pow z 4))) (* 1/12 (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4)))))))) (* (pow 1 1/6) (* (* t (+ (* 1/1296 (/ (pow a 3) (pow z 6))) (+ (* 1/72 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 4))) (* 2 (/ (pow a 2) (pow z 4))))) (pow z 2))) (* 1/36 (+ (* -6 (/ (pow a 3) (pow z 6))) (+ (* 2 (/ (pow a 3) (pow z 6))) (* 6 (/ (pow a 3) (pow z 6))))))))) (cbrt (* x y)))))))) (* (pow 1 1/6) (cbrt (* x y)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) #s(literal 1/12 binary64) (/.f64 (*.f64 #s(literal 1/72 binary64) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64)))) (cbrt.f64 (*.f64 y x)) (*.f64 (*.f64 (fma.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal 1/1296 binary64) (fma.f64 (fma.f64 #s(literal -6 binary64) (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal 8 binary64))) #s(literal 1/36 binary64) (*.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) z) (/.f64 a z)) #s(literal 1/72 binary64)))) t) (cbrt.f64 (*.f64 y x))))) t (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 a (*.f64 z z)) (cbrt.f64 (*.f64 y x))))) t (*.f64 (cbrt.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z))) t (*.f64 y x))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 y x))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z))) t (*.f64 y x))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (* t (+ (* -1/2 (* t (* x (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))) (* 1/2 (/ (* a x) (pow z 2)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a x) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) x))) t x)) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (* t (+ (* 1/2 (/ (* a x) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z z) x) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) t (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a x) z))) t x)) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 (*.f64 t x) a) (pow.f64 z #s(literal 3 binary64))) #s(literal 1/2 binary64) (/.f64 x z))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))) (* 1/2 (/ (* a x) (pow z 3))))) (/ x z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 z x) (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a x)) (pow.f64 z #s(literal 3 binary64)))) t (/.f64 x z))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a x) (pow z 3))) (* t (+ (* -1/2 (* t (* x (* z (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))))) (/ x z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 z x) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) t (*.f64 (*.f64 z x) (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64))))) t (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a x)) (pow.f64 z #s(literal 3 binary64)))) t (/.f64 x z))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 (*.f64 a t) z) #s(literal -1/2 binary64) z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 t (pow.f64 z #s(literal 3 binary64)))) #s(literal -1/8 binary64) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 t (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a a)) (pow.f64 z #s(literal 3 binary64)))) t (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 y x))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z))) t (*.f64 y x))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 y x))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z))) t (*.f64 y x))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ z (* -1/2 (/ (* a t) z))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (fma.f64 (/.f64 (*.f64 a t) z) #s(literal -1/2 binary64) z)) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 t (pow.f64 z #s(literal 3 binary64)))) #s(literal -1/8 binary64) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z)) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 t (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a a)) (pow.f64 z #s(literal 3 binary64)))) t (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z)) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (log (pow z 2))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (*.f64 (log.f64 (*.f64 z z)) #s(literal 1/2 binary64))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (* a t) (pow z 2))) (* 1/2 (log (pow z 2)))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (log.f64 (*.f64 z z)) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) z)))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (pow z 2))) (* t (+ (* -1/2 (/ a (pow z 2))) (* -1/4 (/ (* (pow a 2) t) (pow z 4)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 a z) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) t)) (pow.f64 z #s(literal 4 binary64)))) t (*.f64 (log.f64 (*.f64 z z)) #s(literal 1/2 binary64)))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (pow z 2))) (* t (+ (* -1/2 (/ a (pow z 2))) (* t (+ (* -1/4 (/ (pow a 2) (pow z 4))) (* -1/6 (/ (* (pow a 3) t) (pow z 6)))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 t (pow.f64 z #s(literal 6 binary64)))) #s(literal -1/6 binary64) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64)))) t (*.f64 (/.f64 a (*.f64 z z)) #s(literal -1/2 binary64))) t (*.f64 (log.f64 (*.f64 z z)) #s(literal 1/2 binary64)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (* t (+ (* -1/2 (* t (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 3) (pow z 8))) (* -1/2 (/ (* a (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 a z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) t (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a (*.f64 y x)) z))) t (*.f64 y x))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (+ (* -1 (* a t)) (pow z 2)))) |
#s(approx (- (* z z) (* t a)) (fma.f64 (neg.f64 a) t (*.f64 z z))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (log (pow z 2)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (log.f64 (*.f64 z z))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (pow z 2)) (* -1 (/ (* a t) (pow z 2)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 (/.f64 (neg.f64 a) z) (/.f64 t z) (log.f64 (*.f64 z z)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (pow z 2)) (* t (+ (* -1 (/ a (pow z 2))) (* -1/2 (/ (* (pow a 2) t) (pow z 4)))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 t (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (/.f64 (neg.f64 a) (*.f64 z z))) t (log.f64 (*.f64 z z)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (pow z 2)) (* t (+ (* -1 (/ a (pow z 2))) (* t (+ (* -1/2 (/ (pow a 2) (pow z 4))) (* -1/3 (/ (* (pow a 3) t) (pow z 6)))))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 t (pow.f64 z #s(literal 6 binary64)))) #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a a)) (pow.f64 z #s(literal 4 binary64)))) t (/.f64 (neg.f64 a) (*.f64 z z))) t (log.f64 (*.f64 z z)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (cbrt.f64 (*.f64 (*.f64 z y) x)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (*.f64 (/.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) a) (/.f64 (cbrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 7 binary64)) y) x)) t)) #s(literal 1/6 binary64) (*.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (cbrt.f64 (*.f64 (*.f64 z y) x))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (+ (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t)))))) (* (/ (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/72 (/ (pow z 4) (pow a 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (cbrt (* x (* y z)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (*.f64 a t))) (cbrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 7 binary64)) y) x)) (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) #s(literal 1/12 binary64) (*.f64 (/.f64 #s(literal 1/72 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) a))) (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a))))) t) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) t) (*.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (cbrt.f64 (*.f64 (*.f64 z y) x)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (+ (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t)))))) (+ (* (/ (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/1296 (/ (pow z 6) (pow a 3))) (+ (* 1/72 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (* 1/36 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* 2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) (pow t 3)) (cbrt (* x (* y z)))) (* (/ (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/72 (/ (pow z 4) (pow a 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) (pow t 2)) (cbrt (* x (* y z))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (*.f64 a t))) (cbrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 7 binary64)) y) x)) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (cbrt.f64 (*.f64 (*.f64 z y) x)) (*.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (/.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/1296 binary64) (fma.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) #s(literal -6 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) #s(literal 8 binary64))) #s(literal 1/36 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) (*.f64 z z)) a) #s(literal 1/72 binary64)))) (pow.f64 t #s(literal 3 binary64))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (/.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) #s(literal 1/12 binary64) (*.f64 (/.f64 #s(literal 1/72 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) a))) (*.f64 t t)))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 3)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 3)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 5)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 3)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 5)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 z x) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))) t)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) t)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 7 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))) t)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))) t)) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) t)) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 7 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))) t)) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (+ (log (* -1 a)) (* -1 (log (/ 1 t))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (*.f64 (-.f64 (log.f64 (neg.f64 a)) (*.f64 (log.f64 t) #s(literal -1 binary64))) #s(literal 1/2 binary64))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (* 1/2 (+ (log (* -1 a)) (* -1 (log (/ 1 t)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (-.f64 (log.f64 (neg.f64 a)) (*.f64 (log.f64 t) #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) t) (/.f64 (*.f64 z z) a)))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (+ (* -1/4 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (* 1/2 (+ (log (* -1 a)) (* -1 (log (/ 1 t))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (*.f64 (/.f64 z t) (/.f64 z a)) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 a a)) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) (*.f64 (-.f64 (log.f64 (neg.f64 a)) (*.f64 (log.f64 t) #s(literal -1 binary64))) #s(literal 1/2 binary64))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (+ (* -1/4 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (+ (* -1/6 (/ (pow z 6) (* (pow a 3) (pow t 3)))) (* 1/2 (+ (log (* -1 a)) (* -1 (log (/ 1 t)))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (*.f64 (/.f64 z t) (/.f64 z a)) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 a a)) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (*.f64 a t) #s(literal 3 binary64))) #s(literal -1/6 binary64) (*.f64 (-.f64 (log.f64 (neg.f64 a)) (*.f64 (log.f64 t) #s(literal -1 binary64))) #s(literal 1/2 binary64)))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* t (pow z 4)) (* (pow a 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow a 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* t (- (/ (pow z 2) t) a)))) |
#s(approx (- (* z z) (* t a)) (*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t)) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 a)) (* -1 (log (/ 1 t)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (-.f64 (log.f64 (neg.f64 a)) (*.f64 (log.f64 t) #s(literal -1 binary64)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 a)) (+ (* -1 (log (/ 1 t))) (* -1 (/ (pow z 2) (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (log.f64 t)) (*.f64 (/.f64 z t) (/.f64 z a))) (log.f64 (neg.f64 a)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 a)) (+ (* -1 (log (/ 1 t))) (+ (* -1 (/ (pow z 2) (* a t))) (* -1/2 (/ (pow z 4) (* (pow a 2) (pow t 2))))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (+.f64 (fma.f64 (neg.f64 (log.f64 t)) #s(literal -1 binary64) (fma.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 t t)) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) (neg.f64 (*.f64 (/.f64 z t) (/.f64 z a))))) (log.f64 (neg.f64 a)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 a)) (+ (* -1 (log (/ 1 t))) (+ (* -1 (/ (pow z 2) (* a t))) (+ (* -1/2 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (* -1/3 (/ (pow z 6) (* (pow a 3) (pow t 3)))))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (+.f64 (fma.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (log.f64 t)) (*.f64 (/.f64 z t) (/.f64 z a))) (fma.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 t t)) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) (/.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 z #s(literal 6 binary64))) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (log.f64 (neg.f64 a)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 a t)) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (cbrt.f64 (*.f64 (*.f64 z y) x)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (*.f64 (/.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) t) (/.f64 (cbrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 7 binary64)) y) x)) a)) #s(literal 1/6 binary64) (*.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (cbrt.f64 (*.f64 (*.f64 z y) x))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/72 (/ (pow z 4) (pow a 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))) t) (cbrt (* x (* y z))))) (* -1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (cbrt (* x (* y (pow z 7))))))) t)) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (cbrt.f64 (*.f64 (*.f64 z y) x)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) a)) (cbrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 7 binary64)) y) x)) (neg.f64 (*.f64 (*.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (/.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) #s(literal 1/12 binary64) (*.f64 (/.f64 #s(literal 1/72 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) a))) t)) (cbrt.f64 (*.f64 (*.f64 z y) x))))) t)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* -1/72 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))) a)) (+ (* -1/1296 (/ (pow z 6) (pow a 3))) (* 1/36 (+ (* -6 (/ (pow z 6) (pow a 3))) (+ (* -2 (/ (pow z 6) (pow a 3))) (* 6 (/ (pow z 6) (pow a 3))))))))) t) (cbrt (* x (* y z))))) (* (cbrt (* x (* y z))) (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/72 (/ (pow z 4) (pow a 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow a 2))) (* 2 (/ (pow z 4) (pow a 2))))))))) t)) (* -1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) a) (cbrt (* x (* y (pow z 7))))))) t)) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (cbrt.f64 (*.f64 (*.f64 z y) x)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) a)) (cbrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 7 binary64)) y) x)) (neg.f64 (/.f64 (fma.f64 (*.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) #s(literal 1/12 binary64) (*.f64 (/.f64 #s(literal 1/72 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) a)))) (cbrt.f64 (*.f64 (*.f64 z y) x)) (neg.f64 (*.f64 (*.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (/.f64 (fma.f64 #s(literal -1/72 binary64) (/.f64 (*.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) #s(literal 1 binary64)) (*.f64 z z)) a) (fma.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) #s(literal -6 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) #s(literal 4 binary64))) #s(literal 1/36 binary64) (/.f64 (*.f64 #s(literal -1/1296 binary64) (pow.f64 z #s(literal 6 binary64))) (pow.f64 a #s(literal 3 binary64))))) t)) (cbrt.f64 (*.f64 (*.f64 z y) x))))) t))) t)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 a t)) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 a t)) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 3) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 3) (sqrt -1))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* (pow z 5) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4)))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* (pow z 5) (sqrt -1)))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 3) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) x) (sqrt.f64 (/.f64 a t)) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* (pow z 4) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* (pow z 4) (sqrt -1)))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) x) (sqrt.f64 (/.f64 a t)) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (sqrt (- (* z z) (* t a))) (neg.f64 (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 t) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 t) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 t) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 7 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 a t)) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 a t)) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* (sqrt (* a t)) (sqrt -1))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (neg.f64 (*.f64 (sqrt.f64 (*.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (neg.f64 t) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (neg.f64 t) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* t (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow t 7)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (neg.f64 t) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 7 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 3 binary64)) a))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (+ (log a) (* -1 (log (/ -1 t))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (*.f64 (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) t)) #s(literal -1 binary64) (log.f64 a)) #s(literal 1/2 binary64))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (* 1/2 (+ (log a) (* -1 (log (/ -1 t)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) t)) #s(literal -1 binary64) (log.f64 a)) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) t) (/.f64 (*.f64 z z) a)))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (/ (+ (* 1/4 (/ (pow z 4) (* (pow a 2) t))) (* 1/2 (/ (pow z 2) a))) t)) (* 1/2 (+ (log a) (* -1 (log (/ -1 t)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) t)) #s(literal -1 binary64) (log.f64 a)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) (*.f64 (/.f64 (*.f64 z z) a) #s(literal 1/2 binary64))) t)))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/4 (/ (pow z 4) (pow a 2))) (* -1/6 (/ (pow z 6) (* (pow a 3) t)))) t)) (* 1/2 (/ (pow z 2) a))) t)) (* 1/2 (+ (log a) (* -1 (log (/ -1 t)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) t)) #s(literal -1 binary64) (log.f64 a)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 z z) a) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) a) (*.f64 (/.f64 #s(literal -1/6 binary64) (pow.f64 a #s(literal 3 binary64))) (/.f64 (pow.f64 z #s(literal 6 binary64)) t))) t))) t)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* t (pow z 4)) (pow a 3))) (/ (pow z 6) (pow a 4))))))))) (* 1/2 (* (sqrt (/ t (pow a 5))) (* x (* y (* (pow z 5) (sqrt -1))))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (pow.f64 a #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 a t)) (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (pow.f64 t #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))))) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (*.f64 z z) t) a)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log a) (* -1 (log (/ -1 t)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) t)) #s(literal -1 binary64) (log.f64 a))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log a) (+ (* -1 (log (/ -1 t))) (* -1 (/ (pow z 2) (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 #s(literal -1 binary64) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) t)) (*.f64 (/.f64 z t) (/.f64 z a))) (log.f64 a))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log a) (+ (* -1 (log (/ -1 t))) (* -1 (/ (+ (* 1/2 (/ (pow z 4) (* (pow a 2) t))) (/ (pow z 2) a)) t)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 #s(literal -1 binary64) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) t)) (/.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) (/.f64 (*.f64 z z) a)) t)) (log.f64 a))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log a) (+ (* -1 (log (/ -1 t))) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (pow z 4) (pow a 2))) (* -1/3 (/ (pow z 6) (* (pow a 3) t)))) t)) (/ (pow z 2) a)) t)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 #s(literal -1 binary64) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) t)) (/.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 #s(literal -1/3 binary64) t) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (pow.f64 z #s(literal 4 binary64)) a))) t) #s(literal -1 binary64) (/.f64 (*.f64 z z) a)) t)) (log.f64 a))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 y x))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z))) a (*.f64 y x))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* a (+ (* 1/6 (* (pow 1 1/6) (* (/ t (pow z 2)) (cbrt (* x y))))) (* (pow 1 1/6) (* (* a (+ (* 1/72 (/ (pow t 2) (pow z 4))) (* 1/12 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))))) (cbrt (* x y)))))) (* (pow 1 1/6) (cbrt (* x y)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (fma.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) #s(literal 1/12 binary64) (/.f64 (*.f64 #s(literal 1/72 binary64) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64)))) (cbrt.f64 (*.f64 y x)))) #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 t (*.f64 z z)) (cbrt.f64 (*.f64 y x))))) a (*.f64 (cbrt.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* a (+ (* 1/6 (* (pow 1 1/6) (* (/ t (pow z 2)) (cbrt (* x y))))) (* a (+ (* (pow 1 1/6) (* (cbrt (* x y)) (+ (* 1/72 (/ (pow t 2) (pow z 4))) (* 1/12 (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4)))))))) (* (pow 1 1/6) (* (* a (+ (* 1/1296 (/ (pow t 3) (pow z 6))) (+ (* 1/72 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 4))) (* 2 (/ (pow t 2) (pow z 4))))) (pow z 2))) (* 1/36 (+ (* -6 (/ (pow t 3) (pow z 6))) (+ (* 2 (/ (pow t 3) (pow z 6))) (* 6 (/ (pow t 3) (pow z 6))))))))) (cbrt (* x y)))))))) (* (pow 1 1/6) (cbrt (* x y)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) #s(literal 1/12 binary64) (/.f64 (*.f64 #s(literal 1/72 binary64) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64)))) (cbrt.f64 (*.f64 y x)) (*.f64 (*.f64 (fma.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal 1/1296 binary64) (fma.f64 (fma.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal -6 binary64) (*.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 6 binary64))) #s(literal 8 binary64))) #s(literal 1/36 binary64) (*.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 4 binary64))) #s(literal 1 binary64)) z) (/.f64 t z)) #s(literal 1/72 binary64)))) a) (cbrt.f64 (*.f64 y x))))) a (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 t (*.f64 z z)) (cbrt.f64 (*.f64 y x))))) a (*.f64 (cbrt.f64 (*.f64 y x)) #s(literal 1 binary64)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z))) a (*.f64 y x))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 y x))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z))) a (*.f64 y x))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (* a (+ (* -1/2 (* a (* x (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))) (* 1/2 (/ (* t x) (pow z 2)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t x) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) x))) a x)) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ x (* a (+ (* 1/2 (/ (* t x) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z z) x) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) a (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t x) z))) a x)) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))) (* 1/2 (/ (* t x) (pow z 3))))) (/ x z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 z x) (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (pow.f64 z #s(literal 3 binary64)))) a (/.f64 x z))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t x) (pow z 3))) (* a (+ (* -1/2 (* a (* x (* z (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2)))))))) (* -1/2 (* x (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))))) (/ x z)))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 z x) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) a (*.f64 (*.f64 z x) (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64))))) a (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (pow.f64 z #s(literal 3 binary64)))) a (/.f64 x z))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 t t) a) (pow.f64 z #s(literal 3 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 t #s(literal 3 binary64)) a) (pow.f64 z #s(literal 5 binary64))) #s(literal -1/16 binary64) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 t t)) (pow.f64 z #s(literal 3 binary64)))) a (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 y x))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z))) a (*.f64 y x))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 y x))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z))) a (*.f64 y x))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 t t) a) (pow.f64 z #s(literal 3 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z)) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 t #s(literal 3 binary64)) a) (pow.f64 z #s(literal 5 binary64))) #s(literal -1/16 binary64) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 t t)) (pow.f64 z #s(literal 3 binary64)))) a (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z)) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (pow z 2))) (* a (+ (* -1/2 (/ t (pow z 2))) (* -1/4 (/ (* a (pow t 2)) (pow z 4)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 t z) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 t t) a)) (pow.f64 z #s(literal 4 binary64)))) a (*.f64 (log.f64 (*.f64 z z)) #s(literal 1/2 binary64)))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* 1/2 (log (pow z 2))) (* a (+ (* -1/2 (/ t (pow z 2))) (* a (+ (* -1/4 (/ (pow t 2) (pow z 4))) (* -1/6 (/ (* a (pow t 3)) (pow z 6)))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 t #s(literal 3 binary64)) a) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/6 binary64) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64)))) a (*.f64 (/.f64 t (*.f64 z z)) #s(literal -1/2 binary64))) a (*.f64 (log.f64 (*.f64 z z)) #s(literal 1/2 binary64)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 2))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (* a (+ (* -1/2 (* a (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 3) (pow z 8))) (* -1/2 (/ (* t (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))) (pow z 2))))))))) (* -1/2 (* x (* y (* (pow z 2) (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (* x y)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) z) (/.f64 t z)) #s(literal -1/2 binary64) (neg.f64 (/.f64 (pow.f64 t #s(literal 3 binary64)) (pow.f64 z #s(literal 8 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) (pow.f64 z #s(literal 6 binary64))) #s(literal -3/4 binary64)) (*.f64 z z)) y) x))) a (*.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 t (*.f64 y x)) z))) a (*.f64 y x))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (pow z 2)) (* a (+ (* -1 (/ t (pow z 2))) (* -1/2 (/ (* a (pow t 2)) (pow z 4)))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 t t) a) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/2 binary64) (/.f64 (neg.f64 t) (*.f64 z z))) a (log.f64 (*.f64 z z)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (pow z 2)) (* a (+ (* -1 (/ t (pow z 2))) (* a (+ (* -1/2 (/ (pow t 2) (pow z 4))) (* -1/3 (/ (* a (pow t 3)) (pow z 6)))))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 t #s(literal 3 binary64)) a) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64)))) a (/.f64 (neg.f64 t) (*.f64 z z))) a (log.f64 (*.f64 z z)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (+ (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a)))))) (* (/ (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/72 (/ (pow z 4) (pow t 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (cbrt (* x (* y z)))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (*.f64 a t))) (cbrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 7 binary64)) y) x)) (fma.f64 (/.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) #s(literal 1/12 binary64) (*.f64 (/.f64 #s(literal 1/72 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) t))) (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t))))) a) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) a) (*.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (cbrt.f64 (*.f64 (*.f64 z y) x)))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* 1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (* a t)) (cbrt (* x (* y (pow z 7)))))) (+ (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a)))))) (+ (* (/ (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/1296 (/ (pow z 6) (pow t 3))) (+ (* 1/72 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (* 1/36 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* 2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) (pow a 3)) (cbrt (* x (* y z)))) (* (/ (* (exp (* 1/6 (+ (log (/ -1 t)) (log (/ 1 a))))) (+ (* 1/72 (/ (pow z 4) (pow t 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) (pow a 2)) (cbrt (* x (* y z))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (*.f64 a t))) (cbrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 7 binary64)) y) x)) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (cbrt.f64 (*.f64 (*.f64 z y) x)) (*.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (/.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) #s(literal 1/1296 binary64) (fma.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) #s(literal -6 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) #s(literal 8 binary64))) #s(literal 1/36 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) (*.f64 z z)) t) #s(literal 1/72 binary64)))) (pow.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) #s(literal 1/12 binary64) (*.f64 (/.f64 #s(literal 1/72 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) t))) a) (/.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) a))))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 3)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 5)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1))))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 z x) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (pow z 4)) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) a)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))) a)) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 t #s(literal 5 binary64)))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) a)) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) a)) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))) a)) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (/ (pow z 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (/ (pow z 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 t #s(literal 5 binary64)))) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (/.f64 (*.f64 z z) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) a)) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (+ (log (* -1 t)) (* -1 (log (/ 1 a))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (*.f64 (-.f64 (log.f64 (neg.f64 t)) (*.f64 (log.f64 a) #s(literal -1 binary64))) #s(literal 1/2 binary64))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (* 1/2 (+ (log (* -1 t)) (* -1 (log (/ 1 a)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (-.f64 (log.f64 (neg.f64 t)) (*.f64 (log.f64 a) #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) t) (/.f64 (*.f64 z z) a)))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (+ (* -1/4 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (* 1/2 (+ (log (* -1 t)) (* -1 (log (/ 1 a))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (*.f64 (/.f64 z t) (/.f64 z a)) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 a a)) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) (*.f64 (-.f64 (log.f64 (neg.f64 t)) (*.f64 (log.f64 a) #s(literal -1 binary64))) #s(literal 1/2 binary64))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (+ (* -1/4 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (+ (* -1/6 (/ (pow z 6) (* (pow a 3) (pow t 3)))) (* 1/2 (+ (log (* -1 t)) (* -1 (log (/ 1 a)))))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (*.f64 (/.f64 z t) (/.f64 z a)) #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 a a)) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) (fma.f64 (-.f64 (log.f64 (neg.f64 t)) (*.f64 (log.f64 a) #s(literal -1 binary64))) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -1/6 binary64) (pow.f64 z #s(literal 6 binary64))) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 3))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 5))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (* z (+ (* 1/4 (/ (* a (pow z 4)) (* (pow t 3) (pow (sqrt -1) 2)))) (/ (pow z 6) (pow t 4)))))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1)))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 5 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64))))) (*.f64 x (/.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t)))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* a (- (/ (pow z 2) a) t)))) |
#s(approx (- (* z z) (* t a)) (*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a)) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 t)) (* -1 (log (/ 1 a)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (-.f64 (log.f64 (neg.f64 t)) (*.f64 (log.f64 a) #s(literal -1 binary64)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 t)) (+ (* -1 (log (/ 1 a))) (* -1 (/ (pow z 2) (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (log.f64 a)) (*.f64 (/.f64 z t) (/.f64 z a))) (log.f64 (neg.f64 t)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 t)) (+ (* -1 (log (/ 1 a))) (+ (* -1 (/ (pow z 2) (* a t))) (* -1/2 (/ (pow z 4) (* (pow a 2) (pow t 2))))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (+.f64 (fma.f64 (neg.f64 (log.f64 a)) #s(literal -1 binary64) (fma.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 t t)) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) (neg.f64 (*.f64 (/.f64 z t) (/.f64 z a))))) (log.f64 (neg.f64 t)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log (* -1 t)) (+ (* -1 (log (/ 1 a))) (+ (* -1 (/ (pow z 2) (* a t))) (+ (* -1/2 (/ (pow z 4) (* (pow a 2) (pow t 2)))) (* -1/3 (/ (pow z 6) (* (pow a 3) (pow t 3)))))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (+.f64 (fma.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (log.f64 a)) (*.f64 (/.f64 z t) (/.f64 z a))) (fma.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 t t)) (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a a)) (/.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 z #s(literal 6 binary64))) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) (log.f64 (neg.f64 t)))) |
#s(approx (pow (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) 3) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/72 (/ (pow z 4) (pow t 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))) a) (cbrt (* x (* y z))))) (* -1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (cbrt (* x (* y (pow z 7))))))) a)) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (cbrt.f64 (*.f64 (*.f64 z y) x)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) t)) (cbrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 7 binary64)) y) x)) (neg.f64 (*.f64 (*.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (/.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) #s(literal 1/12 binary64) (*.f64 (/.f64 #s(literal 1/72 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) t))) a)) (cbrt.f64 (*.f64 (*.f64 z y) x))))) a)))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (/ (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* -1/72 (/ (* (pow z 2) (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))) t)) (+ (* -1/1296 (/ (pow z 6) (pow t 3))) (* 1/36 (+ (* -6 (/ (pow z 6) (pow t 3))) (+ (* -2 (/ (pow z 6) (pow t 3))) (* 6 (/ (pow z 6) (pow t 3))))))))) a) (cbrt (* x (* y z))))) (* (cbrt (* x (* y z))) (* (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) (+ (* 1/72 (/ (pow z 4) (pow t 2))) (* 1/12 (+ (* -1 (/ (pow z 4) (pow t 2))) (* 2 (/ (pow z 4) (pow t 2))))))))) a)) (* -1/6 (* (/ (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))) t) (cbrt (* x (* y (pow z 7))))))) a)) (* (cbrt (* x (* y z))) (exp (* 1/6 (+ (log (/ -1 a)) (log (/ 1 t))))))))) |
#s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (fma.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (cbrt.f64 (*.f64 (*.f64 z y) x)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) t)) (cbrt.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 7 binary64)) y) x)) (neg.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) #s(literal 1/12 binary64) (*.f64 (/.f64 #s(literal 1/72 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) t))) (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a))))) (cbrt.f64 (*.f64 (*.f64 z y) x)) (neg.f64 (*.f64 (*.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 t)) (log.f64 (/.f64 #s(literal -1 binary64) a)))) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 t t)) #s(literal 1 binary64)) (*.f64 z z)) t) #s(literal -1/72 binary64) (fma.f64 (fma.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) #s(literal -6 binary64) (*.f64 (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) #s(literal 4 binary64))) #s(literal 1/36 binary64) (/.f64 (*.f64 #s(literal -1/1296 binary64) (pow.f64 z #s(literal 6 binary64))) (pow.f64 t #s(literal 3 binary64))))) a)) (cbrt.f64 (*.f64 (*.f64 z y) x))))) a))) a)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (* y (* z (/ x (sqrt (- (* z z) (* t a)))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* (pow z 5) (sqrt -1))))) (* 1/2 (* (sqrt (/ t a)) (* x (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 3) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (* z (sqrt -1)))))))) |
#s(approx (* z (/ x (sqrt (- (* z z) (* t a))))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* (pow z 4) (sqrt -1))))) (* 1/2 (* (sqrt (/ t a)) (* x (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))))))) |
#s(approx (/ x (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))))) |
#s(approx (sqrt (- (* z z) (* t a))) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* z z) (* t a))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 t #s(literal 5 binary64)))) (*.f64 (pow.f64 z #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow t 3)))) (* (pow z 4) (sqrt -1)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow t 5)))) (* (pow z 6) (sqrt -1)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))))))) |
#s(approx (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3)) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 t #s(literal 3 binary64)))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 t #s(literal 5 binary64)))) (*.f64 (pow.f64 z #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) t))) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (* 1/2 (+ (log t) (* -1 (log (/ -1 a))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (*.f64 (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) a)) #s(literal -1 binary64) (log.f64 t)) #s(literal 1/2 binary64))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1/2 (/ (pow z 2) (* a t))) (* 1/2 (+ (log t) (* -1 (log (/ -1 a)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) a)) #s(literal -1 binary64) (log.f64 t)) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) t) (/.f64 (*.f64 z z) a)))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (/ (+ (* 1/4 (/ (pow z 4) (* a (pow t 2)))) (* 1/2 (/ (pow z 2) t))) a)) (* 1/2 (+ (log t) (* -1 (log (/ -1 a)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) a)) #s(literal -1 binary64) (log.f64 t)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 t t)) (/.f64 (pow.f64 z #s(literal 4 binary64)) a) (*.f64 (/.f64 (*.f64 z z) t) #s(literal 1/2 binary64))) a)))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/4 (/ (pow z 4) (pow t 2))) (* -1/6 (/ (pow z 6) (* a (pow t 3))))) a)) (* 1/2 (/ (pow z 2) t))) a)) (* 1/2 (+ (log t) (* -1 (log (/ -1 a)))))))) |
#s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (fma.f64 (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) a)) #s(literal -1 binary64) (log.f64 t)) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 z z) t) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 #s(literal -1/6 binary64) a) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal -1/4 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) t))) a))) a)))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) #s(hole binary64 (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 5) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* z (* (sqrt -1) (+ (* -1/4 (/ (* a (pow z 4)) (pow t 3))) (/ (pow z 6) (pow t 4)))))))))) (pow a 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 3) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))))))) |
#s(approx (/ (* (* x y) z) (exp (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) a) (pow.f64 t #s(literal 3 binary64))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) y) x) (sqrt.f64 (/.f64 t a))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a t) #s(literal 3 binary64))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a t))))))) |
#s(approx (- (* z z) (* t a)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))))) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (*.f64 z z) a) t)))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log t) (* -1 (log (/ -1 a)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) a)) #s(literal -1 binary64) (log.f64 t))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log t) (+ (* -1 (log (/ -1 a))) (* -1 (/ (pow z 2) (* a t))))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 #s(literal -1 binary64) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) a)) (*.f64 (/.f64 z t) (/.f64 z a))) (log.f64 t))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log t) (+ (* -1 (log (/ -1 a))) (* -1 (/ (+ (* 1/2 (/ (pow z 4) (* a (pow t 2)))) (/ (pow z 2) t)) a)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 #s(literal -1 binary64) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) a)) (/.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 t t)) (/.f64 (pow.f64 z #s(literal 4 binary64)) a) (/.f64 (*.f64 z z) t)) a)) (log.f64 t))) |
#s(approx (log (+ (* (neg t) a) (* z z))) #s(hole binary64 (+ (log t) (+ (* -1 (log (/ -1 a))) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (pow z 4) (pow t 2))) (* -1/3 (/ (pow z 6) (* a (pow t 3))))) a)) (/ (pow z 2) t)) a)))))) |
#s(approx (log (+ (* (neg t) a) (* z z))) (fma.f64 #s(literal -1 binary64) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) a)) (/.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) t) (/.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 3 binary64))))) a) #s(literal -1 binary64) (/.f64 (*.f64 z z) t)) a)) (log.f64 t))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 45 | 262 |
| 0 | 73 | 247 |
| 1 | 734 | 216 |
| 0 | 8166 | 205 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 3 binary64)) |
(cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y x) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(*.f64 (*.f64 z y) x) |
(*.f64 z y) |
(sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t))) |
(*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) |
(/.f64 (*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) |
(*.f64 y (sqrt.f64 z)) |
(exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 (*.f64 x y) z) (exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64)))) |
(*.f64 (*.f64 x y) z) |
#s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)) |
(log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) |
| Outputs |
|---|
(*.f64 (*.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64))) (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) (cbrt.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)))) (cbrt.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (neg.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (neg.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64))) #s(literal 3 binary64)) (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64)) (*.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64)) (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)))) |
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (cbrt.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64))) (*.f64 (cbrt.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64))) |
(pow.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(pow.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (cbrt.f64 #s(literal 9 binary64))) (cbrt.f64 #s(literal 3 binary64))) |
(pow.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) #s(literal 3/2 binary64)) |
(pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 3 binary64)) |
(pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1 binary64)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(cbrt.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(+.f64 (cosh.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (sinh.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(log.f64 (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (neg.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64))) (neg.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64)))) |
(*.f64 (pow.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1/3 binary64)) (pow.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) #s(literal 1/3 binary64)) (cbrt.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64)) (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64))) |
(*.f64 (cbrt.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64))) (cbrt.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (cbrt.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (pow.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) #s(literal 1/3 binary64))) |
(*.f64 (cbrt.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (cbrt.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)))) |
(pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (sqrt.f64 #s(literal 1/3 binary64))) (sqrt.f64 #s(literal 1/3 binary64))) |
(pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (cbrt.f64 #s(literal 1/9 binary64))) (cbrt.f64 #s(literal 1/3 binary64))) |
(pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64)) #s(literal 2 binary64)) |
(pow.f64 (cbrt.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) #s(literal 3 binary64)) |
(pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1 binary64)) |
(pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/3 binary64)) |
(cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(sqrt.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64))) |
(exp.f64 (/.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1/3 binary64))) |
(exp.f64 (log.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(+.f64 (cosh.f64 (log.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) (sinh.f64 (log.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))))) |
(log.f64 (exp.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (*.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64))) (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) (cbrt.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)))) (cbrt.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (neg.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (neg.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(*.f64 (pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64))) #s(literal 3 binary64)) (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64)) (*.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/6 binary64)) (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)))) |
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (cbrt.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64))) (*.f64 (cbrt.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64))) |
(pow.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(pow.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (cbrt.f64 #s(literal 9 binary64))) (cbrt.f64 #s(literal 3 binary64))) |
(pow.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 2 binary64)) #s(literal 3/2 binary64)) |
(pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 3 binary64)) |
(pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1 binary64)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(cbrt.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(+.f64 (cosh.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) (sinh.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(log.f64 (exp.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (*.f64 y (sqrt.f64 x)) (sqrt.f64 x)) |
(*.f64 (*.f64 y (pow.f64 (cbrt.f64 x) #s(literal 2 binary64))) (cbrt.f64 x)) |
(*.f64 (*.f64 x (sqrt.f64 y)) (sqrt.f64 y)) |
(*.f64 (*.f64 x (pow.f64 (cbrt.f64 y) #s(literal 2 binary64))) (cbrt.f64 y)) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 y x))) (neg.f64 (sqrt.f64 (*.f64 y x)))) |
(*.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (*.f64 y x))) |
(*.f64 (sqrt.f64 y) (*.f64 (sqrt.f64 y) x)) |
(*.f64 (sqrt.f64 x) (*.f64 (sqrt.f64 x) y)) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 y x))) |
(*.f64 (cbrt.f64 (*.f64 y x)) (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 y) #s(literal 2 binary64)) (*.f64 (cbrt.f64 y) x)) |
(*.f64 (pow.f64 (cbrt.f64 x) #s(literal 2 binary64)) (*.f64 (cbrt.f64 x) y)) |
(*.f64 y x) |
(*.f64 x y) |
(pow.f64 (sqrt.f64 (*.f64 y x)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 y x) #s(literal 1 binary64)) |
(cbrt.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 y x)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 y x))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 y x))) (sinh.f64 (log.f64 (*.f64 y x)))) |
(log.f64 (pow.f64 (exp.f64 y) x)) |
(*.f64 (*.f64 (*.f64 z y) (sqrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) (sqrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 (*.f64 z y) (pow.f64 (cbrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) #s(literal 2 binary64))) (cbrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) (sqrt.f64 y)) (sqrt.f64 y)) |
(*.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) (pow.f64 (cbrt.f64 y) #s(literal 2 binary64))) (cbrt.f64 y)) |
(*.f64 (*.f64 y (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z))) (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z))) |
(*.f64 (*.f64 y (pow.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z))) |
(*.f64 (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) z) |
(*.f64 (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y))) |
(*.f64 (/.f64 (*.f64 y x) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 z (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 z y) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 x (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 z) y) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 (*.f64 (sqrt.f64 z) x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 z) y) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 (*.f64 (sqrt.f64 z) x) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 z (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 z (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 z (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 (*.f64 y x) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 x (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 x (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 x (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 (*.f64 z y) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y))) (neg.f64 (sqrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)))) |
(*.f64 (sqrt.f64 (*.f64 z y)) (*.f64 (sqrt.f64 (*.f64 z y)) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) (sqrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y))) |
(*.f64 (sqrt.f64 y) (*.f64 (sqrt.f64 y) (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z))) |
(*.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) (*.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) y)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 z y)) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) (pow.f64 (cbrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 y) #s(literal 2 binary64)) (*.f64 (cbrt.f64 y) (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) y)) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (*.f64 z y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (*.f64 (sqrt.f64 z) y) (/.f64 (*.f64 (sqrt.f64 z) x) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (*.f64 (sqrt.f64 z) y) (*.f64 (sqrt.f64 z) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (sqrt.f64 z) (*.f64 (*.f64 (sqrt.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y) |
(*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) |
(*.f64 z (/.f64 (*.f64 y x) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 z (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) y)) |
(*.f64 z (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 y (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(pow.f64 (sqrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(neg.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) |
(cbrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (- (* z z) (* t a))) z) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 z y) #s(literal 3 binary64)) (pow.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y))) (sinh.f64 (log.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)))) |
(log.f64 (pow.f64 (exp.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) (*.f64 z y))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (cbrt.f64 z)) |
(*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (sqrt.f64 z)) (sqrt.f64 z)) |
(*.f64 (*.f64 z (sqrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) (sqrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 z (pow.f64 (cbrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) #s(literal 2 binary64))) (cbrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 z (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 x (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 z (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 x (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z))) (neg.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)))) |
(*.f64 (sqrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) (*.f64 (sqrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) z)) |
(*.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z))) |
(*.f64 (pow.f64 (cbrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) z)) |
(*.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (cbrt.f64 z) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z))) |
(*.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) (pow.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 z) (*.f64 (sqrt.f64 z) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) |
(*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) |
(pow.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 z x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (/.f64 (*.f64 z x) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (*.f64 (neg.f64 x) z) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (*.f64 z (neg.f64 x)) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (neg.f64 (*.f64 z x)) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (*.f64 z x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(cbrt.f64 (*.f64 (pow.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 3 binary64)) (pow.f64 z #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) (pow.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z))) (sinh.f64 (log.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)))) |
(log.f64 (pow.f64 (exp.f64 z) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (sqrt.f64 x) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 (sqrt.f64 x) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 x) #s(literal 2 binary64)) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 (cbrt.f64 x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 x) #s(literal 2 binary64)) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (cbrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (neg.f64 (sqrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) (neg.f64 (sqrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))))) |
(*.f64 (sqrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) (sqrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (sqrt.f64 x) (/.f64 (sqrt.f64 x) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (pow.f64 (cbrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) #s(literal 2 binary64)) (cbrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (cbrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) (pow.f64 (cbrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 x) #s(literal 2 binary64)) (/.f64 (cbrt.f64 x) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(pow.f64 (sqrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 1 binary64)) |
(/.f64 (/.f64 x (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (/.f64 x (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(/.f64 (neg.f64 x) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) |
(neg.f64 (/.f64 (neg.f64 x) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(neg.f64 (/.f64 x (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(cbrt.f64 (/.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (- (* z z) (* t a))) z) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(+.f64 (cosh.f64 (log.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) (sinh.f64 (log.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))))) |
(log.f64 (exp.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (neg.f64 (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (neg.f64 (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64)) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) |
(pow.f64 (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 #s(approx (sqrt (- (* z z) (* t a))) z) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 3 binary64)) |
(pow.f64 #s(approx (sqrt (- (* z z) (* t a))) z) #s(literal 1 binary64)) |
#s(approx (sqrt (- (* z z) (* t a))) z) |
(cbrt.f64 (pow.f64 #s(approx (sqrt (- (* z z) (* t a))) z) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 #s(approx (sqrt (- (* z z) (* t a))) z) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(+.f64 (cosh.f64 (log.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (sinh.f64 (log.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(log.f64 (exp.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64))) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) (cbrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 (/.f64 (*.f64 y x) (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) (/.f64 z (cbrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 (/.f64 (*.f64 z y) (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) (/.f64 x (cbrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 z) y) (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64))) (/.f64 (*.f64 (sqrt.f64 z) x) (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 z) y) (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) (/.f64 (*.f64 (sqrt.f64 z) x) (cbrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 (/.f64 (*.f64 y x) (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64))) (/.f64 z (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64))) (/.f64 (*.f64 y x) (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) (/.f64 (*.f64 y x) (cbrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 (/.f64 (*.f64 z y) (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z y) (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) (/.f64 (*.f64 z y) (cbrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 (neg.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) (neg.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) (*.f64 z y)) |
(*.f64 (sqrt.f64 (*.f64 z y)) (*.f64 (sqrt.f64 (*.f64 z y)) (/.f64 x (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 z y)) (/.f64 x (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 (cbrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64)) #s(approx (- (* z z) (* t a)) (*.f64 a t)))) (cbrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 (cbrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) (cbrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64)) #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(*.f64 (*.f64 (sqrt.f64 z) y) (/.f64 (*.f64 (sqrt.f64 z) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(*.f64 (*.f64 (sqrt.f64 z) y) (*.f64 (sqrt.f64 z) (/.f64 x (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 (sqrt.f64 z) (*.f64 (*.f64 (sqrt.f64 z) y) (/.f64 x (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 z (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(*.f64 z (*.f64 y (/.f64 x (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 y (*.f64 z (/.f64 x (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 x (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(pow.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64))) (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) (cbrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (neg.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(cbrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64)) (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 3/2 binary64)))) |
(cbrt.f64 (pow.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) #s(literal 3 binary64))) |
(sqrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64)) #s(approx (- (* z z) (* t a)) (*.f64 a t)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(+.f64 (cosh.f64 (log.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) (sinh.f64 (log.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))))) |
(log.f64 (exp.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(*.f64 (*.f64 (*.f64 y x) (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (cbrt.f64 z)) |
(*.f64 (*.f64 (*.f64 y x) (sqrt.f64 z)) (sqrt.f64 z)) |
(*.f64 (*.f64 (*.f64 z y) (sqrt.f64 x)) (sqrt.f64 x)) |
(*.f64 (*.f64 (*.f64 z y) (pow.f64 (cbrt.f64 x) #s(literal 2 binary64))) (cbrt.f64 x)) |
(*.f64 (*.f64 z (sqrt.f64 (*.f64 y x))) (sqrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 z (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 x (sqrt.f64 (*.f64 z y))) (sqrt.f64 (*.f64 z y))) |
(*.f64 (*.f64 x (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 z y))) |
(*.f64 (*.f64 x (*.f64 (sqrt.f64 z) y)) (sqrt.f64 z)) |
(*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (neg.f64 (*.f64 z y)) x) |
(*.f64 (neg.f64 (*.f64 (sqrt.f64 z) y)) (*.f64 (sqrt.f64 z) x)) |
(*.f64 (neg.f64 (*.f64 y x)) z) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (sqrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (*.f64 z x) y) |
(*.f64 (*.f64 (sqrt.f64 z) x) (*.f64 (sqrt.f64 z) y)) |
(*.f64 (neg.f64 x) (*.f64 z y)) |
(*.f64 (sqrt.f64 (*.f64 z y)) (*.f64 (sqrt.f64 (*.f64 z y)) x)) |
(*.f64 (sqrt.f64 (*.f64 y x)) (*.f64 (sqrt.f64 (*.f64 y x)) z)) |
(*.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)) (*.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)) (*.f64 (sqrt.f64 z) x))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (sqrt.f64 x) (*.f64 (sqrt.f64 x) (*.f64 z y))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 z y)) x)) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 y x)) z)) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 y y) z)) (*.f64 (cbrt.f64 (*.f64 (sqrt.f64 z) y)) (*.f64 (sqrt.f64 z) x))) |
(*.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (cbrt.f64 z) (*.f64 y x))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (neg.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 x) #s(literal 2 binary64)) (*.f64 (cbrt.f64 x) (*.f64 z y))) |
(*.f64 (*.f64 y x) z) |
(*.f64 (*.f64 z y) (neg.f64 x)) |
(*.f64 (*.f64 z y) x) |
(*.f64 (*.f64 (sqrt.f64 z) y) (neg.f64 (*.f64 (sqrt.f64 z) x))) |
(*.f64 (*.f64 (sqrt.f64 z) y) (*.f64 (sqrt.f64 z) x)) |
(*.f64 (sqrt.f64 z) (*.f64 (*.f64 (sqrt.f64 z) y) x)) |
(*.f64 (sqrt.f64 z) (*.f64 y (*.f64 (sqrt.f64 z) x))) |
(*.f64 (sqrt.f64 z) (*.f64 (sqrt.f64 z) (*.f64 y x))) |
(*.f64 z (neg.f64 (*.f64 y x))) |
(*.f64 z (*.f64 y x)) |
(*.f64 y (*.f64 z x)) |
(*.f64 x (neg.f64 (*.f64 z y))) |
(*.f64 x (*.f64 z y)) |
(pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (*.f64 z y) x) #s(literal 1 binary64)) |
(neg.f64 (*.f64 (*.f64 z y) x)) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 z #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 z y) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 (*.f64 z y) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 z y) x)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(log.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (exp.f64 z) y) x))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 z) y) x)) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 z) y) (pow.f64 z #s(literal 1/4 binary64))) (pow.f64 z #s(literal 1/4 binary64))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 z) y) (cbrt.f64 z)) (cbrt.f64 (sqrt.f64 z))) |
(*.f64 (*.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (sqrt.f64 z) y))) (sqrt.f64 (*.f64 (sqrt.f64 z) y))) |
(*.f64 (*.f64 (sqrt.f64 z) (cbrt.f64 (*.f64 (*.f64 y y) z))) (cbrt.f64 (*.f64 (sqrt.f64 z) y))) |
(*.f64 (*.f64 z (sqrt.f64 y)) (sqrt.f64 y)) |
(*.f64 (*.f64 z (pow.f64 (cbrt.f64 y) #s(literal 2 binary64))) (cbrt.f64 y)) |
(*.f64 (*.f64 y (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (cbrt.f64 z)) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 z y))) (neg.f64 (sqrt.f64 (*.f64 z y)))) |
(*.f64 (sqrt.f64 (*.f64 z y)) (sqrt.f64 (*.f64 z y))) |
(*.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)) (*.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)) (sqrt.f64 z))) |
(*.f64 (pow.f64 z #s(literal 1/4 binary64)) (*.f64 (pow.f64 z #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 z) y))) |
(*.f64 (sqrt.f64 y) (*.f64 (sqrt.f64 y) z)) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 z y))) |
(*.f64 (cbrt.f64 (*.f64 z y)) (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 y y) z)) (*.f64 (cbrt.f64 (*.f64 (sqrt.f64 z) y)) (sqrt.f64 z))) |
(*.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (cbrt.f64 z) y)) |
(*.f64 (cbrt.f64 z) (*.f64 (cbrt.f64 (sqrt.f64 z)) (*.f64 (sqrt.f64 z) y))) |
(*.f64 (pow.f64 (cbrt.f64 y) #s(literal 2 binary64)) (*.f64 (cbrt.f64 y) z)) |
(*.f64 (*.f64 (sqrt.f64 z) y) (sqrt.f64 z)) |
(*.f64 (sqrt.f64 z) (*.f64 (sqrt.f64 z) y)) |
(*.f64 z y) |
(*.f64 y z) |
(pow.f64 (sqrt.f64 (*.f64 z y)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 z y) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 z y) #s(literal 1 binary64)) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 (sqrt.f64 z) y) #s(literal 3 binary64)) (pow.f64 z #s(literal 3/2 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 z #s(literal 3/2 binary64)) (pow.f64 (*.f64 (sqrt.f64 z) y) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 z #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 z y) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 z y) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 z y)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 z y))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 z y))) (sinh.f64 (log.f64 (*.f64 z y)))) |
(log.f64 (pow.f64 (exp.f64 z) y)) |
(*.f64 (neg.f64 (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64))) (neg.f64 (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64)))) |
(*.f64 (sqrt.f64 (pow.f64 (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) #s(literal 2 binary64))) (sqrt.f64 (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(*.f64 (pow.f64 (pow.f64 (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) #s(literal 2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64)) (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64))) |
(*.f64 (cbrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) |
(*.f64 (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) (cbrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(pow.f64 (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) #s(literal 3 binary64)) |
(pow.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) #s(literal 1 binary64)) |
(pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/2 binary64)) |
(cbrt.f64 (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 3/2 binary64))) |
(sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) |
(fabs.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) |
(exp.f64 (/.f64 (log.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) #s(literal 1/2 binary64))) |
(exp.f64 (log.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(+.f64 (cosh.f64 (log.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) (sinh.f64 (log.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))))) |
(log.f64 (exp.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 z) y) (pow.f64 z #s(literal 1/4 binary64))) (pow.f64 z #s(literal 1/4 binary64))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 z) y) (cbrt.f64 z)) (cbrt.f64 (sqrt.f64 z))) |
(*.f64 (*.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (sqrt.f64 z) y))) (sqrt.f64 (*.f64 (sqrt.f64 z) y))) |
(*.f64 (*.f64 (sqrt.f64 z) (cbrt.f64 (*.f64 (*.f64 y y) z))) (cbrt.f64 (*.f64 (sqrt.f64 z) y))) |
(*.f64 (*.f64 z (sqrt.f64 y)) (sqrt.f64 y)) |
(*.f64 (*.f64 z (pow.f64 (cbrt.f64 y) #s(literal 2 binary64))) (cbrt.f64 y)) |
(*.f64 (*.f64 y (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (cbrt.f64 z)) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 z y))) (neg.f64 (sqrt.f64 (*.f64 z y)))) |
(*.f64 (sqrt.f64 (*.f64 z y)) (sqrt.f64 (*.f64 z y))) |
(*.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)) (*.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)) (sqrt.f64 z))) |
(*.f64 (pow.f64 z #s(literal 1/4 binary64)) (*.f64 (pow.f64 z #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 z) y))) |
(*.f64 (sqrt.f64 y) (*.f64 (sqrt.f64 y) z)) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 z y))) |
(*.f64 (cbrt.f64 (*.f64 z y)) (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 y y) z)) (*.f64 (cbrt.f64 (*.f64 (sqrt.f64 z) y)) (sqrt.f64 z))) |
(*.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (cbrt.f64 z) y)) |
(*.f64 (cbrt.f64 z) (*.f64 (cbrt.f64 (sqrt.f64 z)) (*.f64 (sqrt.f64 z) y))) |
(*.f64 (pow.f64 (cbrt.f64 y) #s(literal 2 binary64)) (*.f64 (cbrt.f64 y) z)) |
(*.f64 (*.f64 (sqrt.f64 z) y) (sqrt.f64 z)) |
(*.f64 (sqrt.f64 z) (*.f64 (sqrt.f64 z) y)) |
(*.f64 z y) |
(*.f64 y z) |
(pow.f64 (sqrt.f64 (*.f64 z y)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 z y) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 z y) #s(literal 1 binary64)) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 (sqrt.f64 z) y) #s(literal 3 binary64)) (pow.f64 z #s(literal 3/2 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 z #s(literal 3/2 binary64)) (pow.f64 (*.f64 (sqrt.f64 z) y) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 z #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 z y) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 z y) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 z y)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 z y))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 z y))) (sinh.f64 (log.f64 (*.f64 z y)))) |
(log.f64 (pow.f64 (exp.f64 z) y)) |
(*.f64 (*.f64 (*.f64 z y) (sqrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) (sqrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 (*.f64 z y) (pow.f64 (cbrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) #s(literal 2 binary64))) (cbrt.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) (sqrt.f64 y)) (sqrt.f64 y)) |
(*.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) (pow.f64 (cbrt.f64 y) #s(literal 2 binary64))) (cbrt.f64 y)) |
(*.f64 (*.f64 y (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z))) (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z))) |
(*.f64 (*.f64 y (pow.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z))) |
(*.f64 (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) z) |
(*.f64 (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y))) |
(*.f64 (/.f64 (*.f64 y x) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 z (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 z y) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 x (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 z) y) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 (*.f64 (sqrt.f64 z) x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 z) y) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 (*.f64 (sqrt.f64 z) x) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 z (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 z (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 z (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 (*.f64 y x) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 x (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 x (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (/.f64 x (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (/.f64 (*.f64 z y) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y))) (neg.f64 (sqrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)))) |
(*.f64 (sqrt.f64 (*.f64 z y)) (*.f64 (sqrt.f64 (*.f64 z y)) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) (sqrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y))) |
(*.f64 (sqrt.f64 y) (*.f64 (sqrt.f64 y) (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z))) |
(*.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) (*.f64 (sqrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) y)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 z y)) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) (pow.f64 (cbrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 y) #s(literal 2 binary64)) (*.f64 (cbrt.f64 y) (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) y)) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (*.f64 z y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (*.f64 (sqrt.f64 z) y) (/.f64 (*.f64 (sqrt.f64 z) x) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 (*.f64 (sqrt.f64 z) y) (*.f64 (sqrt.f64 z) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (sqrt.f64 z) (*.f64 (*.f64 (sqrt.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y) |
(*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) |
(*.f64 z (/.f64 (*.f64 y x) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(*.f64 z (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) y)) |
(*.f64 z (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 y (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z)) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) z))) |
(pow.f64 (sqrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) (sqrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (pow.f64 (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 2 binary64))) (cbrt.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) z))) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(neg.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) |
(cbrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (- (* z z) (* t a))) z) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 z y) #s(literal 3 binary64)) (pow.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y))) (sinh.f64 (log.f64 (*.f64 (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) z) y)))) |
(log.f64 (pow.f64 (exp.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) (*.f64 z y))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 z) y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 (*.f64 y x) (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (cbrt.f64 z)) |
(*.f64 (*.f64 (*.f64 y x) (sqrt.f64 z)) (sqrt.f64 z)) |
(*.f64 (*.f64 (*.f64 z y) (sqrt.f64 x)) (sqrt.f64 x)) |
(*.f64 (*.f64 (*.f64 z y) (pow.f64 (cbrt.f64 x) #s(literal 2 binary64))) (cbrt.f64 x)) |
(*.f64 (*.f64 z (sqrt.f64 (*.f64 y x))) (sqrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 z (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 x (sqrt.f64 (*.f64 z y))) (sqrt.f64 (*.f64 z y))) |
(*.f64 (*.f64 x (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 z y))) |
(*.f64 (*.f64 x (*.f64 (sqrt.f64 z) y)) (sqrt.f64 z)) |
(*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (neg.f64 (*.f64 z y)) x) |
(*.f64 (neg.f64 (*.f64 (sqrt.f64 z) y)) (*.f64 (sqrt.f64 z) x)) |
(*.f64 (neg.f64 (*.f64 y x)) z) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (sqrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (*.f64 z x) y) |
(*.f64 (*.f64 (sqrt.f64 z) x) (*.f64 (sqrt.f64 z) y)) |
(*.f64 (neg.f64 x) (*.f64 z y)) |
(*.f64 (sqrt.f64 (*.f64 z y)) (*.f64 (sqrt.f64 (*.f64 z y)) x)) |
(*.f64 (sqrt.f64 (*.f64 y x)) (*.f64 (sqrt.f64 (*.f64 y x)) z)) |
(*.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)) (*.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)) (*.f64 (sqrt.f64 z) x))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (sqrt.f64 x) (*.f64 (sqrt.f64 x) (*.f64 z y))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 z y)) x)) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 y x)) z)) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 y y) z)) (*.f64 (cbrt.f64 (*.f64 (sqrt.f64 z) y)) (*.f64 (sqrt.f64 z) x))) |
(*.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (cbrt.f64 z) (*.f64 y x))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (neg.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 x) #s(literal 2 binary64)) (*.f64 (cbrt.f64 x) (*.f64 z y))) |
(*.f64 (*.f64 y x) z) |
(*.f64 (*.f64 z y) (neg.f64 x)) |
(*.f64 (*.f64 z y) x) |
(*.f64 (*.f64 (sqrt.f64 z) y) (neg.f64 (*.f64 (sqrt.f64 z) x))) |
(*.f64 (*.f64 (sqrt.f64 z) y) (*.f64 (sqrt.f64 z) x)) |
(*.f64 (sqrt.f64 z) (*.f64 (*.f64 (sqrt.f64 z) y) x)) |
(*.f64 (sqrt.f64 z) (*.f64 y (*.f64 (sqrt.f64 z) x))) |
(*.f64 (sqrt.f64 z) (*.f64 (sqrt.f64 z) (*.f64 y x))) |
(*.f64 z (neg.f64 (*.f64 y x))) |
(*.f64 z (*.f64 y x)) |
(*.f64 y (*.f64 z x)) |
(*.f64 x (neg.f64 (*.f64 z y))) |
(*.f64 x (*.f64 z y)) |
(pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (*.f64 z y) x) #s(literal 1 binary64)) |
(neg.f64 (*.f64 (*.f64 z y) x)) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 z #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 z y) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 (*.f64 z y) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 z y) x)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(log.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (exp.f64 z) y) x))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 z) y) x)) |
(*.f64 (*.f64 (sqrt.f64 z) (pow.f64 (cbrt.f64 y) #s(literal 2 binary64))) (cbrt.f64 y)) |
(*.f64 (*.f64 y (pow.f64 z #s(literal 1/4 binary64))) (pow.f64 z #s(literal 1/4 binary64))) |
(*.f64 (*.f64 y (cbrt.f64 z)) (cbrt.f64 (sqrt.f64 z))) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y))) (neg.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)))) |
(*.f64 (sqrt.f64 (*.f64 z y)) (sqrt.f64 y)) |
(*.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)) (sqrt.f64 (*.f64 (sqrt.f64 z) y))) |
(*.f64 (pow.f64 z #s(literal 1/4 binary64)) (*.f64 (pow.f64 z #s(literal 1/4 binary64)) y)) |
(*.f64 (sqrt.f64 y) (sqrt.f64 (*.f64 z y))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 y y) z)) (cbrt.f64 (*.f64 (sqrt.f64 z) y))) |
(*.f64 (cbrt.f64 (*.f64 (sqrt.f64 z) y)) (cbrt.f64 (*.f64 (*.f64 y y) z))) |
(*.f64 (cbrt.f64 z) (*.f64 (cbrt.f64 (sqrt.f64 z)) y)) |
(*.f64 (pow.f64 (cbrt.f64 y) #s(literal 2 binary64)) (*.f64 (cbrt.f64 y) (sqrt.f64 z))) |
(*.f64 (sqrt.f64 z) y) |
(*.f64 y (sqrt.f64 z)) |
(pow.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (sqrt.f64 z) y) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (sqrt.f64 z) y)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (sqrt.f64 z) y) #s(literal 1 binary64)) |
(cbrt.f64 (*.f64 (pow.f64 z #s(literal 3/2 binary64)) (pow.f64 y #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 z #s(literal 3/2 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (sqrt.f64 z) y) #s(literal 3 binary64))) |
(sqrt.f64 (*.f64 (*.f64 y y) z)) |
(exp.f64 (*.f64 (log.f64 (*.f64 (sqrt.f64 z) y)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (sqrt.f64 z) y))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (sqrt.f64 z) y))) (sinh.f64 (log.f64 (*.f64 (sqrt.f64 z) y)))) |
(log.f64 (pow.f64 (exp.f64 y) (sqrt.f64 z))) |
(*.f64 (neg.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (neg.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (sqrt.f64 (pow.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))) #s(literal 2 binary64))) (sqrt.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))))) |
(*.f64 (pow.f64 (pow.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))) #s(literal 2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) |
(*.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(pow.f64 (exp.f64 (sqrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (sqrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(pow.f64 (exp.f64 (pow.f64 (cbrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 2 binary64))) (cbrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(pow.f64 (pow.f64 (pow.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z) #s(literal 3 binary64)) (sqrt.f64 #s(literal 1/3 binary64))) (sqrt.f64 #s(literal 1/3 binary64))) |
(pow.f64 (pow.f64 (pow.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z) #s(literal 3 binary64)) (cbrt.f64 #s(literal 1/9 binary64))) (cbrt.f64 #s(literal 1/3 binary64))) |
(pow.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 2 binary64)) |
(pow.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 3 binary64)) |
(pow.f64 (exp.f64 #s(literal 3/2 binary64)) (*.f64 #s(literal 1/3 binary64) (log.f64 (fma.f64 a t (*.f64 z z))))) |
(pow.f64 (exp.f64 #s(literal 1/3 binary64)) (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) |
(pow.f64 (pow.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 1/2 binary64)) |
(/.f64 (-.f64 (*.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (*.f64 (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) (-.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) |
(/.f64 (+.f64 (pow.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 3 binary64)) (pow.f64 (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 3 binary64))) (fma.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (-.f64 (*.f64 (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (*.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))))) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (hypot.f64 (fma.f64 a t (*.f64 z z)) (*.f64 z (sqrt.f64 (*.f64 a t))))) |
(/.f64 (hypot.f64 (pow.f64 (*.f64 a t) #s(literal 3/2 binary64)) (pow.f64 z #s(literal 3 binary64))) (hypot.f64 (hypot.f64 (*.f64 z z) (*.f64 z (sqrt.f64 (*.f64 a t)))) (*.f64 a t))) |
(/.f64 (fma.f64 a t (*.f64 z z)) (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) |
(fma.f64 (sqrt.f64 (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (sqrt.f64 (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(fma.f64 (sqrt.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (sqrt.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(fma.f64 (*.f64 (cbrt.f64 (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (cbrt.f64 (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) (cbrt.f64 (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(fma.f64 (*.f64 (cbrt.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (cbrt.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) (cbrt.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(cbrt.f64 (pow.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z) #s(literal 3 binary64))) |
(sqrt.f64 (fma.f64 a t (*.f64 z z))) |
(fabs.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 a t))) z) |
(hypot.f64 (sqrt.f64 (*.f64 a t)) z) |
(hypot.f64 z (neg.f64 (sqrt.f64 (*.f64 a t)))) |
(hypot.f64 z (sqrt.f64 (*.f64 a t))) |
(exp.f64 (/.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(+.f64 (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(+.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(log.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64)))) (sqrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64)))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (pow.f64 (cbrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) #s(literal 2 binary64))) (cbrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64)))) |
(*.f64 (*.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64)) (sqrt.f64 #s(literal 1/3 binary64))) (sqrt.f64 #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64)) (cbrt.f64 #s(literal 1/9 binary64))) (cbrt.f64 #s(literal 1/3 binary64))) |
(*.f64 (neg.f64 (sqrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (neg.f64 (sqrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (fma.f64 a t (*.f64 z z)))) #s(literal 3/2 binary64)) |
(*.f64 (sqrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sqrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (sqrt.f64 #s(literal 3/2 binary64)) (*.f64 (sqrt.f64 #s(literal 3/2 binary64)) (*.f64 #s(literal 1/3 binary64) (log.f64 (fma.f64 a t (*.f64 z z)))))) |
(*.f64 (sqrt.f64 #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 #s(literal 1/3 binary64)) (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64)))) |
(*.f64 (sqrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) (*.f64 (sqrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 2 binary64)) (cbrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (cbrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (pow.f64 (cbrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 2 binary64))) |
(*.f64 (cbrt.f64 #s(literal 9/4 binary64)) (*.f64 (cbrt.f64 #s(literal 3/2 binary64)) (*.f64 #s(literal 1/3 binary64) (log.f64 (fma.f64 a t (*.f64 z z)))))) |
(*.f64 (cbrt.f64 #s(literal 1/9 binary64)) (*.f64 (cbrt.f64 #s(literal 1/3 binary64)) (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64)))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) #s(literal 1/3 binary64))) |
(*.f64 #s(literal 1 binary64) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a t (*.f64 z z)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) |
(*.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) |
(*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (fma.f64 a t (*.f64 z z))))) |
(pow.f64 (sqrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 3 binary64)) |
(pow.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 1 binary64)) |
(/.f64 (*.f64 #s(literal 3 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (fma.f64 a t (*.f64 z z))))) #s(literal 2 binary64)) |
(cbrt.f64 (*.f64 #s(literal 1/27 binary64) (pow.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64)) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64)) #s(literal 3 binary64)) #s(literal 1/27 binary64))) |
(cbrt.f64 (pow.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(+.f64 (log.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (log.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(+.f64 (log.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (log.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(+.f64 (cosh.f64 (log.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (sinh.f64 (log.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))))) |
(log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) |
(*.f64 (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(*.f64 (/.f64 (*.f64 y x) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 z (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (*.f64 z y) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 x (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 z) y) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 (*.f64 (sqrt.f64 z) x) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 z) y) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 (sqrt.f64 z) x) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 z (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 z (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 (*.f64 y x) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 z (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 y x) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 (*.f64 z y) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 x (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 x (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (/.f64 (*.f64 z y) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (/.f64 x (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 z y) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (neg.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) |
(*.f64 (sqrt.f64 (*.f64 y x)) (*.f64 (sqrt.f64 (*.f64 y x)) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (/.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 y x)) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (cbrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64)) (fma.f64 a t (*.f64 z z)))) (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(*.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) (cbrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64)) (fma.f64 a t (*.f64 z z))))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (*.f64 y x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (*.f64 z y) (/.f64 x (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 (*.f64 (sqrt.f64 z) y) (/.f64 (*.f64 (sqrt.f64 z) x) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 z (/.f64 (*.f64 y x) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 y (*.f64 x (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 x (/.f64 (*.f64 z y) (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(*.f64 x (*.f64 y (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(pow.f64 (sqrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (/.f64 (*.f64 (*.f64 z y) x) (cbrt.f64 (fma.f64 a t (*.f64 z z)))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(/.f64 (*.f64 (*.f64 z y) x) (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) |
(neg.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) |
(cbrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)) #s(literal 3 binary64))) |
(sqrt.f64 (/.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64)) (fma.f64 a t (*.f64 z z)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x)))) (sinh.f64 (log.f64 (*.f64 (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (*.f64 y x))))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 y) x) (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) |
(*.f64 (*.f64 (*.f64 y x) (pow.f64 (cbrt.f64 z) #s(literal 2 binary64))) (cbrt.f64 z)) |
(*.f64 (*.f64 (*.f64 y x) (sqrt.f64 z)) (sqrt.f64 z)) |
(*.f64 (*.f64 (*.f64 z y) (sqrt.f64 x)) (sqrt.f64 x)) |
(*.f64 (*.f64 (*.f64 z y) (pow.f64 (cbrt.f64 x) #s(literal 2 binary64))) (cbrt.f64 x)) |
(*.f64 (*.f64 z (sqrt.f64 (*.f64 y x))) (sqrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 z (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 y x))) |
(*.f64 (*.f64 x (sqrt.f64 (*.f64 z y))) (sqrt.f64 (*.f64 z y))) |
(*.f64 (*.f64 x (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 z y))) |
(*.f64 (*.f64 x (*.f64 (sqrt.f64 z) y)) (sqrt.f64 z)) |
(*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (neg.f64 (*.f64 z y)) x) |
(*.f64 (neg.f64 (*.f64 (sqrt.f64 z) y)) (*.f64 (sqrt.f64 z) x)) |
(*.f64 (neg.f64 (*.f64 y x)) z) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x))) (sqrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (*.f64 z x) y) |
(*.f64 (*.f64 (sqrt.f64 z) x) (*.f64 (sqrt.f64 z) y)) |
(*.f64 (neg.f64 x) (*.f64 z y)) |
(*.f64 (sqrt.f64 (*.f64 z y)) (*.f64 (sqrt.f64 (*.f64 z y)) x)) |
(*.f64 (sqrt.f64 (*.f64 y x)) (*.f64 (sqrt.f64 (*.f64 y x)) z)) |
(*.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)) (*.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)) (*.f64 (sqrt.f64 z) x))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (neg.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (sqrt.f64 x) (*.f64 (sqrt.f64 x) (*.f64 z y))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 z y)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 z y)) x)) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 y x)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 y x)) z)) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 y y) z)) (*.f64 (cbrt.f64 (*.f64 (sqrt.f64 z) y)) (*.f64 (sqrt.f64 z) x))) |
(*.f64 (pow.f64 (cbrt.f64 z) #s(literal 2 binary64)) (*.f64 (cbrt.f64 z) (*.f64 y x))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (neg.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (*.f64 z y) x))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) (pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 x) #s(literal 2 binary64)) (*.f64 (cbrt.f64 x) (*.f64 z y))) |
(*.f64 (*.f64 y x) z) |
(*.f64 (*.f64 z y) (neg.f64 x)) |
(*.f64 (*.f64 z y) x) |
(*.f64 (*.f64 (sqrt.f64 z) y) (neg.f64 (*.f64 (sqrt.f64 z) x))) |
(*.f64 (*.f64 (sqrt.f64 z) y) (*.f64 (sqrt.f64 z) x)) |
(*.f64 (sqrt.f64 z) (*.f64 (*.f64 (sqrt.f64 z) y) x)) |
(*.f64 (sqrt.f64 z) (*.f64 y (*.f64 (sqrt.f64 z) x))) |
(*.f64 (sqrt.f64 z) (*.f64 (sqrt.f64 z) (*.f64 y x))) |
(*.f64 z (neg.f64 (*.f64 y x))) |
(*.f64 z (*.f64 y x)) |
(*.f64 y (*.f64 z x)) |
(*.f64 x (neg.f64 (*.f64 z y))) |
(*.f64 x (*.f64 z y)) |
(pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (*.f64 z y) x)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (*.f64 z y) x) #s(literal 1 binary64)) |
(neg.f64 (*.f64 (*.f64 z y) x)) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 z #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (*.f64 z y) #s(literal 3 binary64)) (pow.f64 x #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 z #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 (*.f64 z y) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (*.f64 (*.f64 z y) x) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 z y) x)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (*.f64 z y) x))) (sinh.f64 (log.f64 (*.f64 (*.f64 z y) x)))) |
(log.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (exp.f64 z) y) x))) |
(log.f64 (pow.f64 (pow.f64 (exp.f64 z) y) x)) |
(*.f64 (*.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) (cbrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(*.f64 (*.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64))) (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64))) |
(*.f64 (neg.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) (neg.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(*.f64 (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1/4 binary64)) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(*.f64 (pow.f64 (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) #s(literal 2 binary64)) (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) |
(*.f64 (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) (*.f64 (cbrt.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(*.f64 (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) (pow.f64 (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) |
(pow.f64 (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (cbrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) #s(literal 3 binary64)) |
(pow.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) #s(literal 2 binary64)) |
(pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 1 binary64)) |
#s(approx (- (* z z) (* t a)) (*.f64 a t)) |
(cbrt.f64 (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) |
(+.f64 (cosh.f64 (log.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) (sinh.f64 (log.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t))))) |
(log.f64 (exp.f64 #s(approx (- (* z z) (* t a)) (*.f64 a t)))) |
(*.f64 (neg.f64 (sqrt.f64 (log.f64 (fma.f64 a t (*.f64 z z))))) (neg.f64 (sqrt.f64 (log.f64 (fma.f64 a t (*.f64 z z)))))) |
(*.f64 (sqrt.f64 (log.f64 (fma.f64 a t (*.f64 z z)))) (sqrt.f64 (log.f64 (fma.f64 a t (*.f64 z z))))) |
(*.f64 (pow.f64 (cbrt.f64 (log.f64 (fma.f64 a t (*.f64 z z)))) #s(literal 2 binary64)) (cbrt.f64 (log.f64 (fma.f64 a t (*.f64 z z))))) |
(*.f64 (cbrt.f64 (log.f64 (fma.f64 a t (*.f64 z z)))) (pow.f64 (cbrt.f64 (log.f64 (fma.f64 a t (*.f64 z z)))) #s(literal 2 binary64))) |
(*.f64 #s(literal 1 binary64) (log.f64 (fma.f64 a t (*.f64 z z)))) |
(pow.f64 (sqrt.f64 (log.f64 (fma.f64 a t (*.f64 z z)))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (log.f64 (fma.f64 a t (*.f64 z z)))) #s(literal 3 binary64)) |
(pow.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64)))) (sqrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) (pow.f64 (cbrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) #s(literal 2 binary64))) (cbrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (*.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64)) (sqrt.f64 #s(literal 1/3 binary64))) (sqrt.f64 #s(literal 1/3 binary64)) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (*.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64)) (cbrt.f64 #s(literal 1/9 binary64))) (cbrt.f64 #s(literal 1/3 binary64)) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (neg.f64 (sqrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (neg.f64 (sqrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)))) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (fma.f64 a t (*.f64 z z)))) #s(literal 3/2 binary64) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (sqrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (sqrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (sqrt.f64 #s(literal 3/2 binary64)) (*.f64 (sqrt.f64 #s(literal 3/2 binary64)) (*.f64 #s(literal 1/3 binary64) (log.f64 (fma.f64 a t (*.f64 z z))))) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (sqrt.f64 #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 #s(literal 1/3 binary64)) (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (sqrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) (*.f64 (sqrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) #s(literal 1/3 binary64)) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (pow.f64 (cbrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 2 binary64)) (cbrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (cbrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) (pow.f64 (cbrt.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) #s(literal 2 binary64)) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (cbrt.f64 #s(literal 9/4 binary64)) (*.f64 (cbrt.f64 #s(literal 3/2 binary64)) (*.f64 #s(literal 1/3 binary64) (log.f64 (fma.f64 a t (*.f64 z z))))) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (cbrt.f64 #s(literal 1/9 binary64)) (*.f64 (cbrt.f64 #s(literal 1/3 binary64)) (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (pow.f64 (cbrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64))) #s(literal 1/3 binary64)) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 #s(literal 1 binary64) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a t (*.f64 z z))) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64)) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (*.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3/2 binary64)) #s(literal 1/3 binary64) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 1/2 binary64) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(fma.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (fma.f64 a t (*.f64 z z)))) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(cbrt.f64 (pow.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (log.f64 (fma.f64 a t (*.f64 z z))) #s(literal 2 binary64))) |
(-.f64 (log.f64 (pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal 2 binary64))) (log.f64 (fma.f64 a t (*.f64 z z)))) |
(-.f64 (log.f64 (-.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (log.f64 (fma.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)) (pow.f64 z #s(literal 4 binary64))))) |
(-.f64 (log.f64 (+.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 (*.f64 a t) #s(literal 3 binary64)))) (log.f64 (fma.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)) (pow.f64 (*.f64 a t) #s(literal 2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (log.f64 (fma.f64 a t (*.f64 z z)))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (log.f64 (fma.f64 a t (*.f64 z z))))) |
(+.f64 (log.f64 (pow.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))) #s(literal 2 binary64))) (log.f64 (cbrt.f64 (fma.f64 a t (*.f64 z z))))) |
(+.f64 (cosh.f64 (log.f64 (log.f64 (fma.f64 a t (*.f64 z z))))) (sinh.f64 (log.f64 (log.f64 (fma.f64 a t (*.f64 z z)))))) |
(+.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z)) (log.f64 (hypot.f64 (sqrt.f64 (*.f64 a t)) z))) |
(log.f64 (fma.f64 a t (*.f64 z z))) |
Compiled 32 388 to 3 797 computations (88.3% saved)
33 alts after pruning (24 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 895 | 13 | 908 |
| Fresh | 11 | 11 | 22 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 6 | 6 |
| Total | 908 | 33 | 941 |
| Status | Accuracy | Program |
|---|---|---|
| 66.5% | (pow.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 #s(literal 3 binary64))) | |
| 67.4% | (pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) | |
| 67.5% | (pow.f64 (exp.f64 (*.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1/3 binary64))) #s(literal 3 binary64)) | |
| 36.1% | (pow.f64 #s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (cbrt.f64 (*.f64 (*.f64 z y) x)))) #s(literal 3 binary64)) | |
| 30.7% | (/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) | |
| 53.3% | (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)) (sqrt.f64 (*.f64 (sqrt.f64 z) y))) (sqrt.f64 z)) x) #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| ✓ | 53.4% | (/.f64 (*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
| ✓ | 33.6% | (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
| ✓ | 53.5% | (/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
| 57.5% | (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| 30.3% | (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) | |
| 62.0% | (/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| 32.2% | (/.f64 (*.f64 (*.f64 y x) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) | |
| 31.8% | (/.f64 (*.f64 (*.f64 x y) z) (exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) #s(approx (log (+ (* (neg t) a) (* z z))) (log.f64 (*.f64 (neg.f64 t) a)))) #s(literal 1/3 binary64)))) | |
| 37.0% | (/.f64 (*.f64 (*.f64 x y) z) (exp.f64 #s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (*.f64 (-.f64 (log.f64 (neg.f64 t)) (*.f64 (log.f64 a) #s(literal -1 binary64))) #s(literal 1/2 binary64))))) | |
| 64.1% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 a (/.f64 t z)) #s(literal -1/2 binary64) z))) | |
| ✓ | 62.3% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
| 23.7% | (/.f64 (exp.f64 (pow.f64 (sqrt.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 2 binary64))) #s(approx (sqrt (- (* z z) (* t a))) z)) | |
| ✓ | 51.4% | (/.f64 (exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(approx (sqrt (- (* z z) (* t a))) z)) |
| 46.7% | (*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) | |
| 59.3% | (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) | |
| 55.4% | (*.f64 (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) z) | |
| ✓ | 62.4% | (*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
| 31.8% | (*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a))))) | |
| 32.4% | (*.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a)))))) | |
| ✓ | 72.1% | (*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
| 59.4% | (*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 (*.f64 a t) z) #s(literal -1/2 binary64) z))))) | |
| ✓ | 56.7% | (*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
| 59.8% | (*.f64 y (*.f64 z #s(approx (/ x (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)))) | |
| 53.7% | (*.f64 x (/.f64 (*.f64 z y) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) | |
| 68.1% | (exp.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) | |
| 57.1% | #s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x))) | |
| ✓ | 72.5% | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
Compiled 2 010 to 822 computations (59.1% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 z (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) z) |
(*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a)))) |
(/.f64 (*.f64 (*.f64 y x) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 (*.f64 a t) z) #s(literal -1/2 binary64) z))))) |
(*.f64 (*.f64 y x) #s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 a (/.f64 t z)) #s(literal -1/2 binary64) z))) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 (*.f64 a t) z) #s(literal -1/2 binary64) z))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) z) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
(*.f64 y (*.f64 z #s(approx (/ x (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (fma.f64 (*.f64 (neg.f64 t) (sqrt.f64 a)) (sqrt.f64 a) (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)) (sqrt.f64 (*.f64 (sqrt.f64 z) y))) (sqrt.f64 z)) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a)))))) |
(*.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
(*.f64 x (/.f64 (*.f64 z y) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 y (*.f64 x (/.f64 z (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)))) |
(exp.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) |
(/.f64 (exp.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 x y) z) (exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) #s(approx (log (+ (* (neg t) a) (* z z))) (log.f64 (*.f64 (neg.f64 t) a)))) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 x y) z) (exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/3 binary64)))) |
(/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(pow.f64 (exp.f64 (*.f64 (log.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(literal 1/3 binary64))) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 (cbrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(/.f64 (exp.f64 (pow.f64 (sqrt.f64 (log.f64 (*.f64 (*.f64 z y) x))) #s(literal 2 binary64))) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 x y) z) (exp.f64 #s(approx (* (* 3/2 (log (+ (* (neg t) a) (* z z)))) 1/3) (*.f64 (-.f64 (log.f64 (neg.f64 t)) (*.f64 (log.f64 a) #s(literal -1 binary64))) #s(literal 1/2 binary64))))) |
(/.f64 (exp.f64 (*.f64 (log.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 z y) x)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (exp.f64 (exp.f64 (log.f64 (log.f64 (*.f64 (*.f64 z y) x))))) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 x y) z) (pow.f64 (pow.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) #s(approx (sqrt (/ (* (* z y) x) (sqrt (+ (* z z) (* (neg t) a))))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (sqrt.f64 (*.f64 (*.f64 z y) x))))) |
(/.f64 #s(approx (pow (pow (sqrt (* z (* y x))) (sqrt 2)) (sqrt 2)) (pow.f64 (exp.f64 #s(literal 2 binary64)) (fma.f64 (neg.f64 (log.f64 z)) #s(literal -1 binary64) (log.f64 (sqrt.f64 (/.f64 (*.f64 y x) z)))))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (pow.f64 (pow.f64 (sqrt.f64 (*.f64 z (*.f64 y x))) (*.f64 (cbrt.f64 #s(literal 2 binary64)) (cbrt.f64 #s(literal 2 binary64)))) (cbrt.f64 #s(literal 2 binary64))) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(pow.f64 #s(approx (cbrt (/ (* (* x y) z) (sqrt (- (* z z) (* t a))))) (*.f64 (pow.f64 (exp.f64 #s(literal 1/6 binary64)) (+.f64 (neg.f64 (log.f64 a)) (log.f64 (/.f64 #s(literal -1 binary64) t)))) (cbrt.f64 (*.f64 (*.f64 z y) x)))) #s(literal 3 binary64)) |
| Outputs |
|---|
(*.f64 x (/.f64 (*.f64 z y) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
8 calls:
| 64.0ms | (*.f64 t a) |
| 20.0ms | y |
| 18.0ms | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 18.0ms | a |
| 17.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.6% | 3 | (*.f64 t a) |
| 75.8% | 2 | (*.f64 x y) |
| 90.2% | 3 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 78.7% | 4 | x |
| 75.2% | 2 | y |
| 93.9% | 3 | z |
| 79.6% | 3 | t |
| 79.8% | 4 | a |
Compiled 25 to 49 computations (-96% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 z (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) z) |
(*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a)))) |
(/.f64 (*.f64 (*.f64 y x) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 (*.f64 a t) z) #s(literal -1/2 binary64) z))))) |
(*.f64 (*.f64 y x) #s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 a (/.f64 t z)) #s(literal -1/2 binary64) z))) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 (*.f64 a t) z) #s(literal -1/2 binary64) z))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(/.f64 (*.f64 (*.f64 (*.f64 y (sqrt.f64 z)) (sqrt.f64 z)) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) z) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
#s(approx (/ (* (* (* y (sqrt z)) (sqrt z)) x) (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x))) |
(*.f64 y (*.f64 z #s(approx (/ x (sqrt (- (* z z) (* t a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (fma.f64 (*.f64 (neg.f64 t) (sqrt.f64 a)) (sqrt.f64 a) (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 (fma.f64 (/.f64 t z) (/.f64 a z) #s(literal -1 binary64))) (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (sqrt.f64 z) y)) (sqrt.f64 (*.f64 (sqrt.f64 z) y))) (sqrt.f64 z)) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a)))))) |
(*.f64 (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) (sqrt.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a)))))) |
| Outputs |
|---|
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
2 calls:
| 9.0ms | z |
| 8.0ms | (*.f64 t a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 81.4% | 2 | (*.f64 t a) |
| 90.3% | 2 | z |
Compiled 4 to 11 computations (-175% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 z (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) z) |
(*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a)))) |
(/.f64 (*.f64 (*.f64 y x) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 (*.f64 a t) z) #s(literal -1/2 binary64) z))))) |
(*.f64 (*.f64 y x) #s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 a (/.f64 t z)) #s(literal -1/2 binary64) z))) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 (*.f64 a t) z) #s(literal -1/2 binary64) z))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
| Outputs |
|---|
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
1 calls:
| 5.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.4% | 4 | z |
Compiled 1 to 5 computations (-400% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 z (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) z) |
(*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a)))) |
(/.f64 (*.f64 (*.f64 y x) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 (*.f64 a t) z) #s(literal -1/2 binary64) z))))) |
(*.f64 (*.f64 y x) #s(approx (/ z (sqrt (+ (* z z) (* (neg t) a)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a t) z) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 a (/.f64 t z)) #s(literal -1/2 binary64) z))) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 (*.f64 a t) z) #s(literal -1/2 binary64) z))) |
| Outputs |
|---|
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
2 calls:
| 8.0ms | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 5.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 78.2% | 3 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 82.8% | 2 | z |
Compiled 15 to 17 computations (-13.3% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 z (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) z) |
(*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a)))) |
(/.f64 (*.f64 (*.f64 y x) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
| Outputs |
|---|
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
2 calls:
| 4.0ms | z |
| 4.0ms | (*.f64 t a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 79.6% | 2 | (*.f64 t a) |
| 81.3% | 2 | z |
Compiled 4 to 11 computations (-175% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 z (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) z) |
(*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a))))) |
| Outputs |
|---|
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
1 calls:
| 44.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 81.0% | 2 | z |
Compiled 1 to 5 computations (-400% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 z (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) z) |
(*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) z)) |
(*.f64 (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) (sqrt.f64 #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
| Outputs |
|---|
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) z)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
7 calls:
| 3.0ms | z |
| 3.0ms | t |
| 3.0ms | a |
| 3.0ms | x |
| 3.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 72.5% | 1 | x |
| 74.3% | 2 | (*.f64 x y) |
| 75.1% | 2 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 72.5% | 1 | a |
| 72.5% | 1 | t |
| 74.3% | 2 | (*.f64 t a) |
| 75.2% | 2 | z |
Compiled 24 to 44 computations (-83.3% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 z (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) z) |
(*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
| Outputs |
|---|
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
3 calls:
| 2.0ms | z |
| 2.0ms | y |
| 2.0ms | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 74.3% | 2 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 74.3% | 2 | y |
| 74.5% | 2 | z |
Compiled 16 to 22 computations (-37.5% saved)
Total -17.9b remaining (-101.8%)
Threshold costs -17.9b (-101.8%)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 z (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)))) |
(*.f64 (*.f64 y (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z))) z) |
(*.f64 (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) z)) (*.f64 z y)) |
| Outputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
6 calls:
| 12.0ms | (*.f64 x y) |
| 2.0ms | y |
| 2.0ms | z |
| 2.0ms | t |
| 2.0ms | (*.f64 t a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 72.5% | 1 | t |
| 72.5% | 1 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 72.5% | 1 | y |
| 72.5% | 1 | (*.f64 t a) |
| 72.5% | 1 | (*.f64 x y) |
| 72.5% | 1 | z |
Compiled 23 to 39 computations (-69.6% saved)
| 2× | binary-search |
| 1× | predicate-same |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 5.0ms | 3.362225032423929e+104 | 4.8777864878960837e+104 |
| 18.0ms | 2.8981433712002475e-140 | 4.919478919931559e-139 |
| 8.0ms | 112× | 0 | valid |
| 2.0ms | 27× | 0 | invalid |
Compiled 221 to 208 computations (5.9% saved)
ival-mult: 3.0ms (51.7% of total)ival-sub: 1.0ms (17.2% of total)ival-div: 1.0ms (17.2% of total)ival-sqrt: 1.0ms (17.2% of total)ival-true: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 10.0ms | 2.525350554978572e+86 | 6.044760332831865e+86 |
| 6.0ms | 80× | 0 | valid |
| 1.0ms | 9× | 0 | invalid |
Compiled 177 to 160 computations (9.6% saved)
ival-mult: 2.0ms (53.9% of total)ival-sqrt: 1.0ms (26.9% of total)ival-sub: 0.0ms (0% of total)ival-div: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 3× | binary-search |
| 1× | predicate-same |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 3.362225032423929e+104 | 4.8777864878960837e+104 |
| 17.0ms | 3.950870352827556e-178 | 2.7878863645028028e-176 |
| 20.0ms | 3.2716267103492737e-194 | 5.3396328734767117e-191 |
| 19.0ms | 240× | 0 | valid |
| 6.0ms | 83× | 0 | invalid |
Compiled 633 to 548 computations (13.4% saved)
ival-mult: 10.0ms (67% of total)ival-sqrt: 2.0ms (13.4% of total)ival-sub: 1.0ms (6.7% of total)ival-div: 1.0ms (6.7% of total)ival-true: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 21.0ms | 5.044292487990921e-67 | 1.0967003942392288e-65 |
| 15.0ms | 112× | 0 | valid |
| 1.0ms | 19× | 0 | invalid |
Compiled 276 to 237 computations (14.1% saved)
ival-div: 7.0ms (58.9% of total)ival-mult: 3.0ms (25.2% of total)ival-sub: 1.0ms (8.4% of total)ival-sqrt: 1.0ms (8.4% of total)ival-true: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 5.044292487990921e-67 | 1.0967003942392288e-65 |
Compiled 276 to 237 computations (14.1% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 5.044292487990921e-67 | 1.0967003942392288e-65 |
Compiled 283 to 244 computations (13.8% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 4.436778901852231e-209 | 3.8963655910305705e-208 |
| 7.0ms | 96× | 0 | valid |
| 3.0ms | 48× | 0 | invalid |
Compiled 221 to 194 computations (12.2% saved)
ival-mult: 3.0ms (52.1% of total)ival-sub: 1.0ms (17.4% of total)ival-div: 1.0ms (17.4% of total)ival-sqrt: 1.0ms (17.4% of total)ival-true: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 44.0ms | 2.7878863645028028e-176 | 3.8937774626067724e-168 |
| 35.0ms | 112× | 0 | valid |
| 3.0ms | 45× | 0 | invalid |
Compiled 255 to 223 computations (12.5% saved)
ival-mult: 4.0ms (62.4% of total)ival-sub: 1.0ms (15.6% of total)ival-div: 1.0ms (15.6% of total)ival-sqrt: 1.0ms (15.6% of total)ival-true: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 76 | 370 |
| 1 | 261 | 370 |
| 2 | 347 | 370 |
| 3 | 448 | 370 |
| 4 | 543 | 370 |
| 5 | 696 | 370 |
| 6 | 1075 | 370 |
| 7 | 3955 | 370 |
| 8 | 7880 | 370 |
| 1× | node limit |
| Inputs |
|---|
(if (<=.f64 z #s(literal 4022342378982779/13407807929942597099574024998205846127479365820592393377723561443721764030073546976801874298166903427690031858186486050853753882811946569946433649006084096 binary64)) (*.f64 x (/.f64 (*.f64 z y) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (if (<=.f64 z #s(literal 449999999999999984947710223467428382324947866571069521804164756054593737796947679601452360897613128531968 binary64)) (*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(if (<=.f64 z #s(literal 259999999999999976196995372813211838313187727736708505608002915982600834055201640939520 binary64)) (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 8507910241151849/160526608323619796973907161953128926560984491052953303817696560762595585763460718448293046151049452246917204860112860647980329353338128780002679894123897731016699941135511614935048332454965903237038978629632 binary64)) (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) (if (<=.f64 z #s(literal 1539823708447491/1140610154405548804660292901425072831223307126812139982644798129474818791802169346626478202829342849944660577393398601827672176180343859499563165329930553547062998668590066237520718548061650944 binary64)) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (if (<=.f64 z #s(literal 449999999999999984947710223467428382324947866571069521804164756054593737796947679601452360897613128531968 binary64)) (*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(if (<=.f64 z #s(literal 1659995391306165/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 1659995391306165/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a)))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 1659995391306165/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a))))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 4511192858198855/23134322349737717735007099635340311456574291245888123082206428617627187858318938111228919160792924135185595314161942499967986047925275778642956722900885062503881081581426410459731001937860227299113020288850612472756100399104 binary64)) (/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) z)) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 4249103942534137/2124551971267068394758352826209874509318372470908127692797776552801614239443408970956650009060917142675557317944986004061386317350610828957638079915066349407775325083341572876126912512 binary64)) (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
| Outputs |
|---|
(if (<=.f64 z #s(literal 4022342378982779/13407807929942597099574024998205846127479365820592393377723561443721764030073546976801874298166903427690031858186486050853753882811946569946433649006084096 binary64)) (*.f64 x (/.f64 (*.f64 z y) (hypot.f64 (sqrt.f64 (*.f64 (neg.f64 t) a)) z))) (if (<=.f64 z #s(literal 449999999999999984947710223467428382324947866571069521804164756054593737796947679601452360897613128531968 binary64)) (*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)))) |
(if (<=.f64 z #s(literal 259999999999999976196995372813211838313187727736708505608002915982600834055201640939520 binary64)) (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 8507910241151849/160526608323619796973907161953128926560984491052953303817696560762595585763460718448293046151049452246917204860112860647980329353338128780002679894123897731016699941135511614935048332454965903237038978629632 binary64)) (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) (if (<=.f64 z #s(literal 1539823708447491/1140610154405548804660292901425072831223307126812139982644798129474818791802169346626478202829342849944660577393398601827672176180343859499563165329930553547062998668590066237520718548061650944 binary64)) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (if (<=.f64 z #s(literal 449999999999999984947710223467428382324947866571069521804164756054593737796947679601452360897613128531968 binary64)) (*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))))) |
(if (<=.f64 z #s(literal 8507910241151849/160526608323619796973907161953128926560984491052953303817696560762595585763460718448293046151049452246917204860112860647980329353338128780002679894123897731016699941135511614935048332454965903237038978629632 binary64)) (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 a) t)))) (if (or (<=.f64 z #s(literal 1539823708447491/1140610154405548804660292901425072831223307126812139982644798129474818791802169346626478202829342849944660577393398601827672176180343859499563165329930553547062998668590066237520718548061650944 binary64)) (not (<=.f64 z #s(literal 449999999999999984947710223467428382324947866571069521804164756054593737796947679601452360897613128531968 binary64)))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 z z (*.f64 (neg.f64 t) a))))))) |
(if (<=.f64 z #s(literal 1659995391306165/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 1659995391306165/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 a) t)))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 1659995391306165/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 t) a)))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 1659995391306165/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a)))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 1659995391306165/948568795032094272909893509191171341133987714380927500611236528192824358010355712 binary64)) (*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 #s(approx (+ (* z z) (* (neg t) a)) (*.f64 (neg.f64 t) a))))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 4511192858198855/23134322349737717735007099635340311456574291245888123082206428617627187858318938111228919160792924135185595314161942499967986047925275778642956722900885062503881081581426410459731001937860227299113020288850612472756100399104 binary64)) (/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) z)) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 4249103942534137/2124551971267068394758352826209874509318372470908127692797776552801614239443408970956650009060917142675557317944986004061386317350610828957638079915066349407775325083341572876126912512 binary64)) (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) z)) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
| 1× | fuel |
Compiled 374 to 76 computations (79.7% saved)
(sort t a)
Compiled 1 788 to 774 computations (56.7% saved)
Loading profile data...