
Time bar (total: 11.7s)
| 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)
| 1.5s | 8 256× | 0 | valid |
| 150.0ms | 2 026× | 0 | invalid |
ival-mult: 490.0ms (47% of total)ival-sub: 249.0ms (23.9% of total)ival-sqrt: 242.0ms (23.2% of total)ival-div: 52.0ms (5% of total)ival-true: 7.0ms (0.7% of total)ival-assert: 4.0ms (0.4% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 116 | 0 | - | 1 | (-2.3257526076618945e+179 3.783860392278928e-115 -3.6040769723326314e-272 4.1266145626308434e-178 -8.476447326692383e-147) | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
| 40 | 0 | - | 1 | (7.77046361148879e-103 2.969050329368268e-200 -3.6973861639673337e-69 -2.9157197179060116e+20 8.9122212168656e-139) | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 22 | 0 | - | 1 | (-1.0108375816216323e-14 3.1560357440420175e-305 -4.93307491713604e+201 -2.2696327739708213e-100 7.124175889784664e+147) | (*.f64 (*.f64 x y) z) |
| 2 | 0 | - | 2 | (-1.2671271836575524e+26 2.736264091682259e-274 -1.4057730938111692e+299 2.1249301248908115e+218 1.0937235917859165e+209) | (-.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 | 111 | 0 |
| ↳ | (-.f64 (*.f64 z z) (*.f64 t a)) | overflow | 111 | |
| ↳ | (*.f64 t a) | overflow | 20 | |
| ↳ | (*.f64 z z) | overflow | 99 | |
/.f64 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | o/n | 36 | 0 |
| ↳ | (*.f64 x y) | overflow | 26 | |
| ↳ | (*.f64 (*.f64 x y) z) | overflow | 52 | |
*.f64 | (*.f64 (*.f64 x y) z) | n*u | 13 | 0 |
*.f64 | (*.f64 (*.f64 x y) z) | n*o | 8 | 0 |
sqrt.f64 | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) | uflow-rescue | 4 | 0 |
| ↳ | (-.f64 (*.f64 z z) (*.f64 t a)) | underflow | 4 | |
| ↳ | (*.f64 t a) | underflow | 40 | |
| ↳ | (*.f64 z z) | underflow | 36 | |
/.f64 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | u/n | 3 | 0 |
| ↳ | (*.f64 x y) | underflow | 25 | |
| ↳ | (*.f64 (*.f64 x y) z) | underflow | 25 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 112 | 2 |
| - | 22 | 120 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 112 | 0 | 2 |
| - | 22 | 0 | 120 |
| number | freq |
|---|---|
| 0 | 122 |
| 1 | 93 |
| 2 | 41 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 42.0ms | 512× | 0 | valid |
Compiled 172 to 52 computations (69.8% saved)
ival-mult: 12.0ms (55.9% of total)ival-sqrt: 4.0ms (18.6% of total)ival-div: 3.0ms (14% of total)ival-sub: 2.0ms (9.3% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | egg-herbie |
| 1 536× | unsub-neg |
| 1 194× | div-sub |
| 1 182× | times-frac |
| 1 032× | associate-/l* |
| 866× | associate-/l/ |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 93 | 295 |
| 1 | 260 | 285 |
| 2 | 625 | 285 |
| 3 | 1662 | 285 |
| 4 | 4345 | 285 |
| 5 | 6481 | 285 |
| 0 | 12 | 14 |
| 0 | 19 | 14 |
| 1 | 31 | 14 |
| 2 | 59 | 14 |
| 3 | 89 | 14 |
| 4 | 119 | 14 |
| 5 | 147 | 14 |
| 6 | 196 | 14 |
| 7 | 249 | 14 |
| 8 | 429 | 14 |
| 9 | 958 | 14 |
| 10 | 1287 | 14 |
| 11 | 2165 | 14 |
| 12 | 3188 | 14 |
| 13 | 3378 | 14 |
| 14 | 3400 | 14 |
| 15 | 3400 | 14 |
| 0 | 3400 | 14 |
| 1× | iter limit |
| 1× | saturated |
| 1× | iter limit |
| 1× | node limit |
| 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 z)
(negabs y)
(negabs x)
(sort x y)
(sort t a)
Compiled 19 to 12 computations (36.8% saved)
Compiled 5 to 5 computations (0% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 57.2% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
Compiled 19 to 12 computations (36.8% saved)
| 1× | egg-herbie |
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)))) |
| 816× | lower-fma.f64 |
| 816× | lower-fma.f32 |
| 760× | lower-*.f32 |
| 752× | lower-*.f64 |
| 652× | times-frac |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 48 |
| 0 | 19 | 48 |
| 1 | 31 | 48 |
| 2 | 59 | 48 |
| 3 | 89 | 48 |
| 4 | 119 | 48 |
| 5 | 147 | 48 |
| 6 | 196 | 48 |
| 7 | 249 | 48 |
| 8 | 429 | 48 |
| 9 | 958 | 48 |
| 10 | 1287 | 48 |
| 11 | 2165 | 48 |
| 12 | 3188 | 48 |
| 13 | 3378 | 48 |
| 14 | 3400 | 48 |
| 15 | 3400 | 48 |
| 0 | 3400 | 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.40234375000000006 | (-.f64 (*.f64 z z) (*.f64 t a)) | |
| accuracy | 5.194263594215475 | (*.f64 (*.f64 x y) z) | |
| accuracy | 9.460908443606886 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| accuracy | 27.027584158922107 | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
| 25.0ms | 256× | 0 | valid |
Compiled 50 to 14 computations (72% saved)
ival-mult: 6.0ms (58.6% of total)ival-sqrt: 2.0ms (19.5% of total)ival-sub: 1.0ms (9.8% of total)ival-div: 1.0ms (9.8% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ()) |
#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ()) |
#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ()) |
#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ()) |
#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ()) |
| Outputs |
|---|
#s(alt (* x y) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) (taylor 0 a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) (taylor 0 a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor 0 a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) (taylor inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (/ (pow z 2) a) t)) (taylor inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (/ (pow z 2) a) t)) (taylor inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (/ (pow z 2) a) t)) (taylor inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) (taylor -inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor -inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) (taylor -inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) (taylor -inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) (taylor -inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) (taylor 0 t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) (taylor 0 t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor 0 t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) (taylor inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* t (- (/ (pow z 2) t) a)) (taylor inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* t (- (/ (pow z 2) t) a)) (taylor inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* t (- (/ (pow z 2) t) a)) (taylor inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) (taylor -inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor -inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) (taylor -inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) (taylor -inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) (taylor -inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor 0 z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) (taylor 0 z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor 0 z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (- (pow z 2) (* a t)) (taylor 0 z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (- (pow z 2) (* a t)) (taylor 0 z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (- (pow z 2) (* a t)) (taylor 0 z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt z (taylor inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) (taylor inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor -inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) (taylor -inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) (taylor -inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor -inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
15 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 16.0ms | z | @ | inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (- (* z z) (* t a))) |
| 4.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))) |
| 4.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 | a | @ | 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 | t | @ | inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (- (* z z) (* t a))) |
| 1× | egg-herbie |
| 8 704× | lower-*.f64 |
| 8 704× | lower-*.f32 |
| 7 510× | lower-fma.f64 |
| 7 510× | lower-fma.f32 |
| 1 846× | lower-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 495 | 3663 |
| 1 | 1609 | 3591 |
| 2 | 6491 | 3573 |
| 0 | 8282 | 3461 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(* -1 (* a t)) |
(* a (- (/ (pow z 2) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(* -1 (* a t)) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(* -1 (* a t)) |
(* t (- (/ (pow z 2) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(* -1 (* a t)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (sqrt (* a t)) (sqrt -1)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(* -1 (* a t)) |
(- (pow z 2) (* a t)) |
(- (pow z 2) (* a t)) |
(- (pow z 2) (* a t)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(* 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))))))) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* -1 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(* -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)))))))) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
| Outputs |
|---|
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) t) (*.f64 y (/.f64 x (*.f64 z z))) (*.f64 (*.f64 a (*.f64 #s(literal -1/2 binary64) x)) (*.f64 (*.f64 (*.f64 z z) y) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))))) a (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) t) (*.f64 y (/.f64 x (*.f64 z z))) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (fma.f64 (*.f64 (*.f64 y x) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (*.f64 z z) (*.f64 (*.f64 (*.f64 a x) (*.f64 (*.f64 z z) y)) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 t (/.f64 t (pow.f64 z #s(literal 6 binary64)))) (/.f64 #s(literal -3/4 binary64) (*.f64 z z))) (*.f64 (*.f64 (neg.f64 t) t) (/.f64 t (pow.f64 z #s(literal 8 binary64))))))))) a (*.f64 y x)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 a #s(literal -1/8 binary64)) (*.f64 t (/.f64 t (*.f64 (*.f64 z z) z))) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) a) (*.f64 (*.f64 t t) (/.f64 t (pow.f64 z #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 t t)) (*.f64 (*.f64 z z) z))) a (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 z (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 z (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 z (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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)))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (fma.f64 (*.f64 z (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (*.f64 (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 y (fma.f64 (*.f64 #s(literal -1/4 binary64) a) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 t t) t)) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) z) (/.f64 x (sqrt.f64 #s(literal -1 binary64))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) t) a)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) a) |
(* 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))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) t) (*.f64 t t)))) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) t) a)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))) a) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) t) (*.f64 t t)))) (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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 binary64))))) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) t) a)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) a) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 z (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (*.f64 (*.f64 z z) z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 z (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (*.f64 (*.f64 z z) z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (pow.f64 z #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 z (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 t a)) (*.f64 y x)) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) a) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 t t) t)) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z) (*.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 y x)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (*.f64 (*.f64 z z) z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 z (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(*.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 (*.f64 (*.f64 a a) t) a))) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 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)))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) t) (*.f64 t t))))) #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 (*.f64 (*.f64 a a) t) a))) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 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))))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) t) (*.f64 t t)))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 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 (*.f64 (*.f64 a a) t) a))) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) x) (*.f64 (*.f64 (*.f64 z z) y) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 y (/.f64 x (*.f64 z z))) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (fma.f64 (*.f64 (*.f64 t x) (*.f64 (*.f64 z z) y)) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 a (/.f64 a (pow.f64 z #s(literal 6 binary64)))) (/.f64 #s(literal -3/4 binary64) (*.f64 z z))) (*.f64 (*.f64 (neg.f64 a) a) (/.f64 a (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z z) y) x) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))))))) t (*.f64 y x)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 t #s(literal -1/8 binary64)) (*.f64 a (/.f64 a (*.f64 (*.f64 z z) z))) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 a a) a) (*.f64 (/.f64 t (pow.f64 z #s(literal 5 binary64))) #s(literal -1/16 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) z))) t (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 z (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 z (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 z (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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)))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (fma.f64 (*.f64 z (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (*.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 y (fma.f64 (*.f64 #s(literal -1/4 binary64) t) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 a a) a)) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) z) (/.f64 x (sqrt.f64 #s(literal -1 binary64))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t a) t) t))) (*.f64 z (/.f64 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) |
(* 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))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 t #s(literal 5 binary64)) a) (*.f64 a a)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t a) t) t))) (*.f64 z (/.f64 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) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 t #s(literal 5 binary64)) a) (*.f64 a a)))) (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 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #s(literal 5 binary64))))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t a) t) t))) (*.f64 z (/.f64 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) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 z (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (*.f64 (*.f64 z z) z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 z (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (*.f64 (*.f64 z z) z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t)))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (pow.f64 z #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 z (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 y x)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 a t)) (*.f64 y x)) (*.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) t) (/.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (*.f64 (*.f64 a a) a)) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (sqrt.f64 #s(literal -1 binary64))) z))) (*.f64 (*.f64 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (*.f64 (*.f64 z z) z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 z (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(*.f64 (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 (*.f64 (*.f64 t a) t) t))) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))) (neg.f64 t)) |
(* -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)))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 t #s(literal 5 binary64)) a) (*.f64 a a)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (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 (*.f64 (*.f64 t a) t) t))) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64))))) (neg.f64 t)) |
(* -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))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (*.f64 z z) (*.f64 z z)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 t #s(literal 5 binary64)) a) (*.f64 a a)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 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 (*.f64 (*.f64 t a) t) t))) (*.f64 (sqrt.f64 (/.f64 a t)) (sqrt.f64 #s(literal -1 binary64)))))) (neg.f64 t)) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 z (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) x) (sqrt.f64 #s(literal -1 binary64))) y (*.f64 (*.f64 (*.f64 z z) #s(literal -1/2 binary64)) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t)))) x) (/.f64 y (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) t) (*.f64 t t))) y (/.f64 y (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t)))) (*.f64 z z)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a)))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) x) (sqrt.f64 #s(literal -1 binary64))) y (*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t)))) #s(literal -1/2 binary64)) x) (/.f64 y (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 t a)) #s(literal -1/2 binary64)) (fma.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) t) (*.f64 t t))) y (/.f64 y (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t)))) (sqrt.f64 #s(literal -1 binary64))) x (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) t) (*.f64 t t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z z)) (/.f64 y (sqrt.f64 #s(literal -1 binary64)))) x))) (*.f64 z z))) (*.f64 z z))) z) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))) |
(fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 z z) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t))))) #s(literal -1/8 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 z (/.f64 z (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 t a) t) t)))) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64))) (*.f64 z z) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(- (pow z 2) (* a t)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(- (pow z 2) (* a t)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(- (pow z 2) (* a t)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) x) (/.f64 (*.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 (*.f64 a a) t) t)) y) (*.f64 (*.f64 z z) (*.f64 z z))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 (*.f64 a a) t) t)) (/.f64 y (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) t) (*.f64 t t) (*.f64 (*.f64 (*.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 (*.f64 a a) t) t)) t) a) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64)) z) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) t) (*.f64 (*.f64 z z) (*.f64 z z))) #s(literal -1/8 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64))) z) |
(* 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))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) (/.f64 t (pow.f64 z #s(literal 6 binary64)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t (*.f64 z z)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) t) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) (*.f64 z z))))) z z) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (/.f64 t (*.f64 z z)) (neg.f64 a) #s(literal 1 binary64)) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (/.f64 t (*.f64 z z)) (neg.f64 a) #s(literal 1 binary64)) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (/.f64 t (*.f64 z z)) (neg.f64 a) #s(literal 1 binary64)) (*.f64 z z)) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))))) |
(+ (* -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))))) |
(fma.f64 (neg.f64 y) x (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 (*.f64 a a) t) t)) y) x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) (*.f64 z z))))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) (*.f64 (*.f64 x (fma.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 (*.f64 a a) t) t)) (/.f64 y (*.f64 (*.f64 z z) (*.f64 z z))) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) t) (*.f64 t t) (*.f64 (*.f64 (*.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 (*.f64 a a) t) t)) t) a) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) #s(literal 1/2 binary64)))) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* -1 z) |
(neg.f64 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (neg.f64 z) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 binary64))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(*.f64 (neg.f64 z) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) t) (*.f64 (*.f64 z z) (*.f64 z z))) #s(literal -1/8 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t (*.f64 z z)) #s(literal 1 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)))))))) |
(neg.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) (/.f64 t (pow.f64 z #s(literal 6 binary64)))) (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t (*.f64 z z)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) t) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) (*.f64 z z))))) z z)) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (/.f64 t (*.f64 z z)) (neg.f64 a) #s(literal 1 binary64)) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (/.f64 t (*.f64 z z)) (neg.f64 a) #s(literal 1 binary64)) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (/.f64 t (*.f64 z z)) (neg.f64 a) #s(literal 1 binary64)) (*.f64 z z)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
| 4 222× | lower-*.f32 |
| 4 214× | lower-*.f64 |
| 3 334× | lower-fma.f64 |
| 3 334× | lower-fma.f32 |
| 2 738× | lower-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 37 |
| 0 | 19 | 37 |
| 1 | 56 | 37 |
| 2 | 320 | 37 |
| 3 | 2703 | 37 |
| 0 | 8429 | 37 |
| 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 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) z) #s(literal -1 binary64)) (pow.f64 (/.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 y x)) #s(literal -1 binary64)) (pow.f64 (/.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) z) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) (pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (neg.f64 z) y)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) z) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) (*.f64 y x)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) (*.f64 y x)) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) z) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) (*.f64 z x)) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) y) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) y) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) (*.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) (*.f64 z y)) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) x) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) x) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) (*.f64 z y)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64)) (/.f64 (*.f64 y x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 y x)) #s(literal -1 binary64)) (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 z (*.f64 y x))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) x)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) x)) (*.f64 z y)) |
(*.f64 (/.f64 (*.f64 z (*.f64 y x)) (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))))) (sqrt.f64 (fma.f64 a t (*.f64 z z)))) |
(*.f64 (/.f64 (*.f64 z (*.f64 y x)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z x)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y) (*.f64 z x)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) (*.f64 z y)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 x) z) y)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (*.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 y x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y x)) (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y)) |
(*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64)) (pow.f64 (/.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) (*.f64 z (*.f64 y x))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64)) (pow.f64 (*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 y x)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 z (*.f64 y x))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 z (*.f64 y x))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (*.f64 (neg.f64 x) y) #s(literal -1 binary64)) (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y)) |
(*.f64 (/.f64 (neg.f64 z) #s(literal -1 binary64)) (/.f64 (*.f64 y x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 z x) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (*.f64 (neg.f64 x) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 y x) #s(literal -1 binary64)) (/.f64 (neg.f64 z) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 (neg.f64 z) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 z y) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 z (*.f64 y x)) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64))) |
(*.f64 (/.f64 (*.f64 y x) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 z (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 y x) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z x) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z y) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 y x)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (pow.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) z) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y) x) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) y) |
(*.f64 (*.f64 z x) (*.f64 y (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (*.f64 z x) (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (*.f64 (neg.f64 x) y) (*.f64 z (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (*.f64 (neg.f64 x) y) (/.f64 (neg.f64 z) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (neg.f64 x) (/.f64 (*.f64 (neg.f64 z) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (neg.f64 x) (*.f64 (*.f64 z y) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 z (*.f64 y x))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 (neg.f64 x) z) y)) |
(*.f64 (neg.f64 z) (/.f64 (*.f64 (neg.f64 x) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (neg.f64 z) (*.f64 (*.f64 y x) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (neg.f64 x) y) (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 y x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(*.f64 (*.f64 z y) (*.f64 x (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 y x))) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 y x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z (*.f64 y x)) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 z (*.f64 y x)) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1 binary64)) |
(*.f64 (*.f64 z (*.f64 y x)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 z (*.f64 (*.f64 (neg.f64 x) y) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 z (/.f64 (*.f64 y x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 y (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)) |
(*.f64 x (*.f64 (*.f64 (neg.f64 z) y) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 x (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 z (*.f64 y x))))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 z (*.f64 y x))) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 z (*.f64 y x)))) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 z (*.f64 y x))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 z (*.f64 y x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 z (*.f64 y x)) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 y x)) #s(literal 1 binary64))) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 (neg.f64 x) z) y) #s(literal 1 binary64))) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 x) z) y))) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 y x))) (neg.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) z))) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 y x)) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) (neg.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y x) #s(literal 1 binary64))) (neg.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) z))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 (*.f64 z (*.f64 y x)) #s(literal -1 binary64)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1 binary64))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 (neg.f64 x) z) y))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x)))) (fma.f64 (neg.f64 a) t (*.f64 z z))) |
(/.f64 (/.f64 (*.f64 z (*.f64 y x)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 (*.f64 (neg.f64 x) z) y) #s(literal 1 binary64)) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 x) z) y)) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y x)) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) z)) |
(/.f64 (*.f64 (*.f64 y x) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) z)) |
(/.f64 (/.f64 (*.f64 z (*.f64 y x)) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) |
(/.f64 (*.f64 (neg.f64 x) y) (neg.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) z))) |
(/.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 y x))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 z (*.f64 y x)))) |
(/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 (*.f64 z (*.f64 y x)) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(/.f64 (*.f64 y x) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) z)) |
(neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 x) y) (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))))) |
(neg.f64 (*.f64 (*.f64 (neg.f64 x) y) (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 (neg.f64 x) y) (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (neg.f64 x) y) (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 z (*.f64 y x)))) #s(literal -1 binary64))) |
(*.f64 (neg.f64 (*.f64 (neg.f64 x) y)) z) |
(*.f64 (neg.f64 (neg.f64 x)) (*.f64 z y)) |
(*.f64 (neg.f64 (neg.f64 z)) (*.f64 y x)) |
(*.f64 (*.f64 z x) (*.f64 y #s(literal 1 binary64))) |
(*.f64 (*.f64 z x) y) |
(*.f64 (*.f64 (neg.f64 x) y) (neg.f64 z)) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 z) y)) |
(*.f64 (neg.f64 z) (*.f64 (neg.f64 x) y)) |
(*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (neg.f64 x) z) y)) |
(*.f64 (*.f64 z y) (*.f64 x #s(literal 1 binary64))) |
(*.f64 (*.f64 z y) x) |
(*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 y x))) |
(*.f64 (*.f64 z (*.f64 y x)) #s(literal 1 binary64)) |
(*.f64 z (*.f64 (*.f64 y x) #s(literal 1 binary64))) |
(*.f64 z (neg.f64 (*.f64 (neg.f64 x) y))) |
(*.f64 z (*.f64 y x)) |
(*.f64 (*.f64 y x) (*.f64 z #s(literal 1 binary64))) |
(*.f64 (*.f64 y x) (neg.f64 (neg.f64 z))) |
(*.f64 (*.f64 y x) z) |
(*.f64 y (*.f64 (*.f64 z x) #s(literal 1 binary64))) |
(*.f64 y (*.f64 z x)) |
(*.f64 x (*.f64 (*.f64 z y) #s(literal 1 binary64))) |
(*.f64 x (neg.f64 (*.f64 (neg.f64 z) y))) |
(*.f64 x (*.f64 z y)) |
(neg.f64 (*.f64 (*.f64 (neg.f64 x) z) y)) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (neg.f64 x) z) y)) |
(*.f64 y x) |
(*.f64 x y) |
(*.f64 (sqrt.f64 (/.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (-.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(*.f64 (sqrt.f64 (/.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 a t (*.f64 z z))) (fma.f64 a t (*.f64 z z))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) z (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)) (-.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) z)))))) |
(*.f64 (sqrt.f64 (/.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))))) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(*.f64 (sqrt.f64 (/.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (-.f64 (*.f64 a t) (*.f64 z z)))))) |
(*.f64 (pow.f64 (pow.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (fma.f64 a t (*.f64 z z)) #s(literal -1/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) #s(literal -1/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (-.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 a t (*.f64 z z))) (fma.f64 a t (*.f64 z z))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))))) #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) z (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)) (-.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) z)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(*.f64 (pow.f64 (/.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (-.f64 (*.f64 a t) (*.f64 z z)))))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(*.f64 (sqrt.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 a t (*.f64 z z)))))) |
(*.f64 (sqrt.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))))) (pow.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 a t (*.f64 z z)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))))) |
(*.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (pow.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t (*.f64 z z)))) (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) |
(*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 a t (*.f64 z z))) (sqrt.f64 (/.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (fma.f64 a t (*.f64 z z))))) |
(*.f64 (sqrt.f64 (fma.f64 a t (*.f64 z z))) (sqrt.f64 (*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z)))))) |
(*.f64 (sqrt.f64 (fma.f64 a t (*.f64 z z))) (pow.f64 (/.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (fma.f64 a t (*.f64 z z))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 a t (*.f64 z z))) (pow.f64 (*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t (*.f64 z z))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (sqrt.f64 (/.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (sqrt.f64 (*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (pow.f64 (/.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (pow.f64 (*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(*.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(pow.f64 (*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal -1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal -1 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/2 binary64)) |
(/.f64 (neg.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))))) |
(/.f64 (neg.f64 (sqrt.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))))) (neg.f64 (sqrt.f64 (neg.f64 (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (neg.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))))) (neg.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) z (*.f64 (*.f64 (*.f64 (*.f64 a a) t) t) (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)))))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z))))) (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z))))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z))) (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) (/.f64 (*.f64 (*.f64 z z) z) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))))) |
(/.f64 (sqrt.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 a t (*.f64 z z))) (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))) (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 a t (*.f64 z z))) (fma.f64 a t (*.f64 z z)))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z)))) (fma.f64 (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z))))))))) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))))))) |
(/.f64 (sqrt.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))))) (sqrt.f64 (neg.f64 (neg.f64 (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (sqrt.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))))) (sqrt.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1 binary64))) (sqrt.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)) (fma.f64 a t (*.f64 z z))))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal 1 binary64))) (sqrt.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) z (*.f64 (*.f64 (*.f64 (*.f64 a a) t) t) (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)))) (fma.f64 a t (*.f64 z z))))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal 1 binary64))) (sqrt.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) #s(literal 1 binary64))) (sqrt.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 a a) t) t)))) (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 a t (*.f64 z z))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))))) (sqrt.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) #s(literal 1 binary64))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1 binary64))) (sqrt.f64 (fma.f64 a t (*.f64 z z)))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) t) t) (*.f64 (*.f64 (*.f64 z z) z) z))) (sqrt.f64 (-.f64 (*.f64 (neg.f64 a) t) (*.f64 z z)))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))))) (neg.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))))) (neg.f64 (sqrt.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (neg.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))))) (sqrt.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))))))) |
(/.f64 (sqrt.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))))) (sqrt.f64 (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))))) (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) z (*.f64 (*.f64 (*.f64 (*.f64 a a) t) t) (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z))))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (sqrt.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (sqrt.f64 (fma.f64 a t (*.f64 z z)))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (-.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 a (*.f64 z z)) (neg.f64 t)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal -1 binary64)) |
(/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1 binary64)) |
(neg.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(exp.f64 (neg.f64 (neg.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/2 binary64))))) |
(exp.f64 (neg.f64 (*.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/2 binary64)) #s(literal -1 binary64)))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal -1/2 binary64)))) |
(exp.f64 (fma.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/4 binary64) (*.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/4 binary64)))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/2 binary64))) |
(*.f64 (exp.f64 (log.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))))) (exp.f64 (neg.f64 (log.f64 (fma.f64 a t (*.f64 z z)))))) |
(*.f64 (exp.f64 (log.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (exp.f64 (neg.f64 (log.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) z (*.f64 (*.f64 (*.f64 (*.f64 a a) t) t) (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (-.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) (-.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 a t (*.f64 z z))) (fma.f64 a t (*.f64 z z))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))))) (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) z (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)) (-.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) z))))) |
(*.f64 (/.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (fma.f64 (neg.f64 a) t (*.f64 z z))) |
(*.f64 (/.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (-.f64 (*.f64 a t) (*.f64 z z))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) |
(*.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(*.f64 (fma.f64 a t (*.f64 z z)) (/.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (fma.f64 a t (*.f64 z z)))) |
(*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))))) |
(*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z)))) |
(*.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z))) |
(*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (/.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(*.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(pow.f64 (*.f64 (*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1/4 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) #s(literal 4 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal -1 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))))) (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))))) (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) z (*.f64 (*.f64 (*.f64 (*.f64 a a) t) t) (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z))))) (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z))))))) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z))) (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))))) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) (/.f64 (*.f64 (*.f64 z z) z) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) t) t) (*.f64 (*.f64 (*.f64 z z) z) z))) (neg.f64 (-.f64 (*.f64 (neg.f64 a) t) (*.f64 z z)))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 a t (*.f64 z z))) (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))) (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 a t (*.f64 z z))) (fma.f64 a t (*.f64 z z)))))) (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z)))) (fma.f64 (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z))))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))))))) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))))) (neg.f64 (neg.f64 (neg.f64 (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))))) (neg.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)) (fma.f64 a t (*.f64 z z))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) z (*.f64 (*.f64 (*.f64 (*.f64 a a) t) t) (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)))) (fma.f64 a t (*.f64 z z))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 a a) t) t)))) (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 a t (*.f64 z z))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) #s(literal 1 binary64))) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1 binary64))) (neg.f64 (fma.f64 a t (*.f64 z z)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (*.f64 (*.f64 z z) z) z)) (neg.f64 (fma.f64 a t (*.f64 z z)))) (*.f64 (neg.f64 (fma.f64 a t (*.f64 z z))) (*.f64 (*.f64 (*.f64 a a) t) (neg.f64 t)))) (*.f64 (neg.f64 (fma.f64 a t (*.f64 z z))) (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (*.f64 (*.f64 z z) z) z)) (/.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 a a) t) t))) (*.f64 (neg.f64 (fma.f64 a t (*.f64 z z))) #s(literal 1 binary64))) (*.f64 (neg.f64 (fma.f64 a t (*.f64 z z))) (/.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 a a) t) t)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (*.f64 (*.f64 z z) z) z)) (fma.f64 a t (*.f64 z z))) (*.f64 (neg.f64 (fma.f64 a t (*.f64 z z))) (*.f64 (*.f64 (*.f64 a a) t) t))) (*.f64 (neg.f64 (fma.f64 a t (*.f64 z z))) (fma.f64 a t (*.f64 z z)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 a t (*.f64 z z)))) (*.f64 (/.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 a a) t) (neg.f64 t)))) (*.f64 (/.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) z) z)) (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 a a) t) t))) (*.f64 (/.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1 binary64))) (*.f64 (/.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) z) z)) (/.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 a a) t) t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))) (*.f64 (/.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 a a) t) t))) (*.f64 (/.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 z z) z) z)) (fma.f64 a t (*.f64 z z)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (neg.f64 (fma.f64 a t (*.f64 z z)))) (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 a a) t) (neg.f64 t)))) (*.f64 (fma.f64 a t (*.f64 z z)) (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (/.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 a a) t) t))) (fma.f64 a t (*.f64 z z))) (*.f64 (fma.f64 a t (*.f64 z z)) (/.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 a a) t) t)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) (*.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) (*.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (/.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) (*.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) #s(literal 1 binary64))) (*.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (*.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) (*.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) (*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) (*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) (*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) #s(literal 1 binary64))) (*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (/.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) (*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (/.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) #s(literal 1 binary64))) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (/.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))))) |
(/.f64 (-.f64 (neg.f64 (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 a a) t) (neg.f64 t))) (neg.f64 (fma.f64 a t (*.f64 z z)))) |
(/.f64 (-.f64 (neg.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(/.f64 (exp.f64 (log.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))))) (exp.f64 (log.f64 (neg.f64 (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (exp.f64 (log.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))))) (exp.f64 (log.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))))) |
(/.f64 (exp.f64 (log.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))))) (exp.f64 (log.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (exp.f64 (log.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (exp.f64 (log.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z)))) (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z)))) (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) z (*.f64 (*.f64 (*.f64 (*.f64 a a) t) t) (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z))))) (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))))) (fma.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z))) (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) (fma.f64 (*.f64 (*.f64 z z) z) (/.f64 (*.f64 (*.f64 z z) z) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) t) t) (*.f64 (*.f64 (*.f64 z z) z) z)) (-.f64 (*.f64 (neg.f64 a) t) (*.f64 z z))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 a t (*.f64 z z))) (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))) (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 a t (*.f64 z z))) (fma.f64 a t (*.f64 z z))))) (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z)))) (fma.f64 (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))))) (neg.f64 (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))))) (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) z (*.f64 (*.f64 (*.f64 (*.f64 a a) t) t) (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)) (fma.f64 a t (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) z (*.f64 (*.f64 (*.f64 (*.f64 a a) t) t) (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)))) (fma.f64 a t (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) #s(literal 1 binary64)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1 binary64)) (fma.f64 a t (*.f64 z z))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 (*.f64 a a) t) t))) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 a t (*.f64 z z)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) z (*.f64 (*.f64 (*.f64 (*.f64 a a) t) t) (fma.f64 (*.f64 (*.f64 a a) t) t (*.f64 (*.f64 (*.f64 z z) z) z)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)))) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (neg.f64 (fma.f64 a t (*.f64 z z)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) t (-.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 a (*.f64 z z)) (neg.f64 t)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) (fma.f64 a t (*.f64 z z))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(/.f64 #s(literal 1 binary64) (exp.f64 (neg.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) t (-.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 a (*.f64 z z)) (neg.f64 t))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) |
(neg.f64 (/.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (fma.f64 a t (*.f64 z z)))) |
(neg.f64 (/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(neg.f64 (/.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (-.f64 (*.f64 a t) (*.f64 z z)))) (neg.f64 (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (fma.f64 (neg.f64 a) t (*.f64 z z)) (neg.f64 (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (-.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) (-.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 a t (*.f64 z z))) (fma.f64 a t (*.f64 z z))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a))))) (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) z (*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)) (-.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) z)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(fma.f64 (*.f64 a #s(literal -1 binary64)) t (*.f64 z z)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(fma.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z))) (neg.f64 (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))))) |
(fma.f64 (*.f64 (*.f64 z z) z) (/.f64 (*.f64 (*.f64 z z) z) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 a t) (*.f64 z z)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (/.f64 (*.f64 z z) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))) (neg.f64 (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(fma.f64 (*.f64 a t) #s(literal -1 binary64) (*.f64 z z)) |
(fma.f64 a (neg.f64 t) (*.f64 z z)) |
(fma.f64 t (neg.f64 a) (*.f64 z z)) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))) (neg.f64 (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(fma.f64 z (/.f64 (*.f64 (*.f64 z z) z) (fma.f64 a t (*.f64 z z))) (neg.f64 (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))))) |
(fma.f64 z z (*.f64 (neg.f64 a) t)) |
(sqrt.f64 (*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(-.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 a t)) |
(-.f64 (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 a t) (*.f64 z z))) |
(-.f64 (*.f64 z z) (*.f64 a t)) |
(exp.f64 (fma.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/2 binary64)))) |
(exp.f64 (*.f64 (neg.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal -1 binary64))) |
(exp.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(+.f64 (*.f64 (*.f64 (*.f64 z z) z) (/.f64 z (fma.f64 a t (*.f64 z z)))) (neg.f64 (*.f64 (*.f64 (*.f64 a a) t) (/.f64 t (fma.f64 a t (*.f64 z z)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 t t) a)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 a t)))))) |
(+.f64 (*.f64 (neg.f64 a) t) (*.f64 z z)) |
(+.f64 (*.f64 z z) (*.f64 (neg.f64 a) t)) |
Compiled 22 148 to 1 792 computations (91.9% saved)
14 alts after pruning (14 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 555 | 14 | 569 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 556 | 14 | 570 |
| Status | Accuracy | Program |
|---|---|---|
| 56.8% | (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| 32.4% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) | |
| 37.7% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) | |
| 60.7% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 a #s(literal -1/8 binary64)) (*.f64 t (/.f64 t (*.f64 (*.f64 z z) z))) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z))) | |
| 67.4% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) | |
| ▶ | 15.2% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
| 57.0% | (*.f64 (/.f64 (*.f64 z y) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) | |
| 57.7% | (*.f64 (/.f64 (*.f64 y x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) z) | |
| ▶ | 57.2% | (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) |
| ▶ | 55.1% | (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
| 55.3% | (*.f64 (*.f64 z x) (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) | |
| 54.5% | (exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 z (*.f64 y x)))) #s(literal -1 binary64))) | |
| ▶ | 61.5% | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
| ▶ | 72.9% | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
Compiled 562 to 342 computations (39.1% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (fma.f64 (neg.f64 a) t (*.f64 z z)) | |
| cost-diff | 0 | (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) | |
| cost-diff | 0 | (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) | |
| cost-diff | 320 | (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) | |
| cost-diff | 0 | (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) | |
| cost-diff | 0 | (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) | |
| cost-diff | 0 | (*.f64 z y) | |
| cost-diff | 0 | (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) | |
| cost-diff | 0 | (*.f64 t (*.f64 y x)) | |
| cost-diff | 0 | (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) | |
| cost-diff | 0 | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) | |
| cost-diff | 320 | (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) | |
| cost-diff | 0 | #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 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))) (neg.f64 z))) | |
| cost-diff | 0 | (*.f64 y x) | |
| cost-diff | 0 | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
| 6 098× | lower-fma.f32 |
| 6 094× | lower-fma.f64 |
| 5 628× | lower-*.f32 |
| 5 608× | lower-*.f64 |
| 1 654× | lower-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 256 |
| 0 | 57 | 254 |
| 1 | 113 | 254 |
| 2 | 251 | 254 |
| 3 | 683 | 252 |
| 4 | 2104 | 252 |
| 5 | 2306 | 252 |
| 6 | 2577 | 252 |
| 7 | 3429 | 252 |
| 8 | 4671 | 252 |
| 9 | 7868 | 252 |
| 0 | 8090 | 250 |
| 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))) (neg.f64 z))) |
(*.f64 (*.f64 x y) z) |
(*.f64 x y) |
x |
y |
z |
#s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) |
(neg.f64 z) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(*.f64 t (*.f64 y x)) |
t |
(*.f64 y x) |
y |
x |
(/.f64 a (*.f64 z z)) |
a |
(*.f64 z z) |
z |
#s(literal 1/2 binary64) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 z y) |
z |
y |
(/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
x |
(sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(neg.f64 a) |
a |
t |
(*.f64 z z) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
#s(literal 1 binary64) |
(sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(neg.f64 a) |
a |
t |
(*.f64 z z) |
z |
(*.f64 z (*.f64 y x)) |
(*.f64 y x) |
y |
x |
| 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))) (neg.f64 z))) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(*.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))) (neg.f64 z)) |
(neg.f64 z) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) t) (/.f64 a (*.f64 z z)) #s(literal 1 binary64)) (*.f64 y x))) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) t) (/.f64 a (*.f64 z z)) #s(literal 1 binary64)) (*.f64 y x)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(*.f64 (*.f64 (*.f64 a x) t) (/.f64 y (*.f64 z z))) |
(*.f64 t (*.f64 y x)) |
(*.f64 (*.f64 y x) t) |
t |
(*.f64 y x) |
y |
x |
(/.f64 a (*.f64 z z)) |
a |
(*.f64 z z) |
z |
#s(literal 1/2 binary64) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 z y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(*.f64 z y) |
z |
y |
(/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
x |
(sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(neg.f64 a) |
a |
t |
(*.f64 z z) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) |
(*.f64 (/.f64 (*.f64 z y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
#s(literal 1 binary64) |
(sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(neg.f64 a) |
a |
t |
(*.f64 z z) |
z |
(*.f64 z (*.f64 y x)) |
(*.f64 (*.f64 z y) x) |
(*.f64 y x) |
y |
x |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 0.109375 | (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) | |
| accuracy | 5.194263594215475 | (*.f64 z (*.f64 y x)) | |
| accuracy | 9.439755953375325 | (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) | |
| accuracy | 27.027584158922107 | (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) | |
| accuracy | 0 | (neg.f64 a) | |
| accuracy | 0.078125 | (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) | |
| accuracy | 21.408697239446997 | (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) | |
| accuracy | 27.027584158922107 | (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) | |
| accuracy | 4.825141236408393 | (*.f64 t (*.f64 y x)) | |
| accuracy | 7.523872882390142 | (/.f64 a (*.f64 z z)) | |
| accuracy | 10.530499181986174 | (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) | |
| accuracy | 19.238938522676303 | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) | |
| accuracy | 0 | (neg.f64 z) | |
| accuracy | 5.194263594215475 | (*.f64 (*.f64 x y) z) | |
| accuracy | 9.460908443606886 | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) | |
| accuracy | 63.226912928212315 | #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) | |
| accuracy | 0 | (*.f64 y x) | |
| accuracy | 17.33679766122089 | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
| 79.0ms | 256× | 0 | valid |
Compiled 240 to 33 computations (86.3% saved)
ival-mult: 25.0ms (51% of total)ival-sub: 10.0ms (20.4% of total)ival-div: 6.0ms (12.3% of total)ival-sqrt: 3.0ms (6.1% of total)ival-add: 2.0ms (4.1% of total)ival-neg: 2.0ms (4.1% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ()) |
#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ()) |
#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ()) |
#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ()) |
#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ()) |
#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ()) |
#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ()) |
#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ()) |
#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ()) |
#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ()) |
#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ()) |
#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ()) |
#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ()) |
#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ()) |
#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ()) |
#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ()) |
#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ()) |
#s(alt (neg.f64 z) (patch (neg.f64 z) #<representation binary64>) () ()) |
#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ()) |
#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ()) |
#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ()) |
| Outputs |
|---|
#s(alt (* x y) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) (taylor 0 a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) (taylor 0 a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 a) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 a) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 a) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 a) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 a) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) (taylor 0 a) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 z) (taylor 0 a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a t) (pow z 3))) (/ 1 z)) (taylor 0 a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a (+ (* -1/2 (* a (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))) (* 1/2 (/ t (pow z 3))))) (/ 1 z)) (taylor 0 a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a (+ (* 1/2 (/ t (pow z 3))) (* a (+ (* -1/2 (* a (* 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 (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))) (/ 1 z)) (taylor 0 a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor 0 a) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor 0 a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor 0 a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor 0 a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor 0 a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) (taylor inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf a) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf a) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf a) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf a) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor inf a) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor inf a) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor inf a) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (sqrt -1)) (taylor inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) (taylor inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) (taylor inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (+ (* 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))) (sqrt -1))))) (taylor inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor inf a) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 t) (/ (pow z 2) a))) (taylor inf a) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 t) (/ (pow z 2) a))) (taylor inf a) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 t) (/ (pow z 2) a))) (taylor inf a) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) (taylor -inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor -inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf a) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf a) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf a) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf a) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor -inf a) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor -inf a) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf a) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf a) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (sqrt -1)) (taylor -inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) (taylor -inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) (taylor -inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* (pow z 4) (sqrt -1)))) (* 1/2 (* (sqrt (/ t a)) (* (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) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) (taylor -inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor -inf a) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) (taylor -inf a) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) (taylor -inf a) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) (taylor -inf a) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor -inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor -inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor -inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor -inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) (taylor 0 t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) (taylor 0 t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 t) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 t) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 t) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 t) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor 0 t) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor 0 t) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor 0 t) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor 0 t) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 t) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) (taylor 0 t) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 t) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 t) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) (taylor 0 t) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) (taylor 0 t) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 z) (taylor 0 t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a t) (pow z 3))) (/ 1 z)) (taylor 0 t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* t (+ (* -1/2 (* t (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))) (* 1/2 (/ a (pow z 3))))) (/ 1 z)) (taylor 0 t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* t (+ (* 1/2 (/ a (pow z 3))) (* t (+ (* -1/2 (* t (* 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 (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))) (/ 1 z)) (taylor 0 t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor 0 t) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) (taylor inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf t) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf t) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf t) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf t) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor inf t) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor inf t) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor inf t) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor inf t) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor inf t) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor inf t) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor inf t) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf t) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) (taylor inf t) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf t) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf t) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (sqrt -1)) (taylor inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) (taylor inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) (taylor inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (+ (* 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))) (sqrt -1))))) (taylor inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor inf t) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* -1 a) (/ (pow z 2) t))) (taylor inf t) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* -1 a) (/ (pow z 2) t))) (taylor inf t) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* -1 a) (/ (pow z 2) t))) (taylor inf t) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) (taylor -inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor -inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf t) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf t) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf t) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf t) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor -inf t) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor -inf t) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor -inf t) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor -inf t) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor -inf t) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor -inf t) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf t) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf t) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf t) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) (taylor -inf t) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf t) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf t) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (sqrt -1)) (taylor -inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) (taylor -inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) (taylor -inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* (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) (sqrt -1))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) (taylor -inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor -inf t) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) (taylor -inf t) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) (taylor -inf t) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) (taylor -inf t) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor 0 z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) (taylor 0 z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor 0 z) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor 0 z) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor 0 z) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor 0 z) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) (taylor 0 z) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (sqrt -1)) (taylor 0 z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) (taylor 0 z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor 0 z) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 z) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 z) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 z) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor 0 z) (#s(alt (neg.f64 z) (patch (neg.f64 z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor 0 z) (#s(alt (neg.f64 z) (patch (neg.f64 z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor 0 z) (#s(alt (neg.f64 z) (patch (neg.f64 z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor 0 z) (#s(alt (neg.f64 z) (patch (neg.f64 z) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt z (taylor inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) (taylor inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf z) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf z) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf z) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf z) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) (taylor inf z) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 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) (taylor inf z) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 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) (taylor inf z) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor inf z) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) (taylor inf z) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf z) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 z) (taylor inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 1 (* 1/2 (/ (* a t) (pow z 2)))) z) (taylor inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 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))))) z) (taylor inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 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)))))) z) (taylor inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor inf z) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor inf z) (#s(alt (neg.f64 z) (patch (neg.f64 z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor inf z) (#s(alt (neg.f64 z) (patch (neg.f64 z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor inf z) (#s(alt (neg.f64 z) (patch (neg.f64 z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor inf z) (#s(alt (neg.f64 z) (patch (neg.f64 z) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor -inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) (taylor -inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) (taylor -inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf z) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf z) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf z) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf z) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ x z)) (taylor -inf z) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) (taylor -inf z) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)) (taylor -inf z) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)) (taylor -inf z) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor -inf z) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) (taylor -inf z) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) (taylor -inf z) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf z) (#s(alt (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (patch (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 z) (taylor -inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ 1 (* 1/2 (/ (* a t) (pow z 2)))) z)) (taylor -inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ 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))))) z)) (taylor -inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ 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)))))) z)) (taylor -inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor -inf z) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt (fma.f64 (neg.f64 a) t (*.f64 z z)) (patch (fma.f64 (neg.f64 a) t (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor -inf z) (#s(alt (neg.f64 z) (patch (neg.f64 z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor -inf z) (#s(alt (neg.f64 z) (patch (neg.f64 z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor -inf z) (#s(alt (neg.f64 z) (patch (neg.f64 z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor -inf z) (#s(alt (neg.f64 z) (patch (neg.f64 z) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 y) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 y) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 y) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 y) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor 0 y) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor 0 y) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor 0 y) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor 0 y) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf y) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf y) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf y) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf y) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor inf y) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor inf y) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor inf y) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor inf y) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) (taylor -inf y) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) (taylor -inf y) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) (taylor -inf y) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) (taylor -inf y) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf y) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf y) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf y) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf y) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor -inf y) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor -inf y) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor -inf y) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor -inf y) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor 0 x) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor 0 x) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor 0 x) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor 0 x) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 x) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 x) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 x) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor 0 x) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor 0 x) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor 0 x) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor 0 x) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor 0 x) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf x) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf x) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf x) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor inf x) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor inf x) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor inf x) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor inf x) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor inf x) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 y x) (patch (*.f64 y x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) (taylor -inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) (taylor -inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) (taylor -inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) (taylor -inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (patch (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf x) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf x) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf x) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t (* x y))) (pow z 2)) (taylor -inf x) (#s(alt (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor -inf x) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor -inf x) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor -inf x) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (* x y)) (taylor -inf x) (#s(alt (*.f64 t (*.f64 y x)) (patch (*.f64 t (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (patch (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
15 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 11.0ms | z | @ | 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))) (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* t (* y x)) (/ a (* z z))) (* t (* y x)) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (sqrt (+ (* (neg a) t) (* z z))) (* (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (* z (* y x))) (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (+ (* (neg a) t) (* z z)) (neg z) (/ a (* z z)) (neg a) (* z (* y x))) |
| 6.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))) (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* t (* y x)) (/ a (* z z))) (* t (* y x)) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (sqrt (+ (* (neg a) t) (* z z))) (* (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (* z (* y x))) (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (+ (* (neg a) t) (* z z)) (neg z) (/ a (* z z)) (neg a) (* z (* y x))) |
| 4.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))) (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* t (* y x)) (/ a (* z z))) (* t (* y x)) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (sqrt (+ (* (neg a) t) (* z z))) (* (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (* z (* y x))) (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (+ (* (neg a) t) (* z z)) (neg z) (/ a (* z z)) (neg a) (* z (* y x))) |
| 4.0ms | y | @ | 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))) (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* t (* y x)) (/ a (* z z))) (* t (* y x)) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (sqrt (+ (* (neg a) t) (* z z))) (* (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (* z (* y x))) (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (+ (* (neg a) t) (* z z)) (neg z) (/ a (* z z)) (neg a) (* z (* y x))) |
| 3.0ms | a | @ | 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))) (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* t (* y x)) (/ a (* z z))) (* t (* y x)) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (sqrt (+ (* (neg a) t) (* z z))) (* (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (* z (* y x))) (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (+ (* (neg a) t) (* z z)) (neg z) (/ a (* z z)) (neg a) (* z (* y x))) |
| 1× | egg-herbie |
| 8 198× | lower-fma.f64 |
| 8 198× | lower-fma.f32 |
| 7 996× | lower-*.f64 |
| 7 996× | lower-*.f32 |
| 4 560× | lower-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 794 | 18256 |
| 1 | 2636 | 17812 |
| 2 | 7230 | 17781 |
| 0 | 8148 | 17238 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(+ (* 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)) |
(+ (* 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)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ 1 z) |
(+ (* 1/2 (/ (* a t) (pow z 3))) (/ 1 z)) |
(+ (* a (+ (* -1/2 (* a (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))) (* 1/2 (/ t (pow z 3))))) (/ 1 z)) |
(+ (* a (+ (* 1/2 (/ t (pow z 3))) (* a (+ (* -1/2 (* a (* 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 (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))) (/ 1 z)) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (+ (* 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))) (sqrt -1))))) |
(* -1 (* a t)) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* (pow z 4) (sqrt -1)))) (* 1/2 (* (sqrt (/ t a)) (* (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) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(* -1 (* a t)) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(+ (* 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)) |
(+ (* 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)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ 1 z) |
(+ (* 1/2 (/ (* a t) (pow z 3))) (/ 1 z)) |
(+ (* t (+ (* -1/2 (* t (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))) (* 1/2 (/ a (pow z 3))))) (/ 1 z)) |
(+ (* t (+ (* 1/2 (/ a (pow z 3))) (* t (+ (* -1/2 (* t (* 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 (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))) (/ 1 z)) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (+ (* 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))) (sqrt -1))))) |
(* -1 (* a t)) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* (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) (sqrt -1))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(* -1 (* a t)) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (sqrt (* a t)) (sqrt -1)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(* -1 (* a t)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* -1 z) |
(* -1 z) |
(* -1 z) |
(* -1 z) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(* 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))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(/ x z) |
(/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) |
(/ (+ 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) |
(/ (+ 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) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(* 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))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(/ 1 z) |
(/ (+ 1 (* 1/2 (/ (* a t) (pow z 2)))) z) |
(/ (+ 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))))) z) |
(/ (+ 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)))))) z) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* -1 z) |
(* -1 z) |
(* -1 z) |
(* -1 z) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* -1 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(* -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)))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* -1 (/ x z)) |
(* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) |
(* -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)) |
(* -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)) |
(* -1 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(* -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)))))))) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(/ -1 z) |
(* -1 (/ (+ 1 (* 1/2 (/ (* a t) (pow z 2)))) z)) |
(* -1 (/ (+ 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))))) z)) |
(* -1 (/ (+ 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)))))) z)) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* -1 z) |
(* -1 z) |
(* -1 z) |
(* -1 z) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* t (* x y)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
| Outputs |
|---|
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(+ (* 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)) |
(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 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(+ (* 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)) |
(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 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (/.f64 (*.f64 t a) z) #s(literal -1/2 binary64) z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 t t) (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (*.f64 t t) t) (/.f64 a (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 t t) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) z))) a (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(+ (* 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)) |
(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 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(+ (* 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)) |
(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 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(/ x z) |
(/.f64 x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 t x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) a (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 8 binary64)))) z) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))))) a (/.f64 (*.f64 (*.f64 t x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) a (/.f64 x z)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (/.f64 (*.f64 t a) z) #s(literal -1/2 binary64) z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 t t) (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (*.f64 t t) t) (/.f64 a (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 t t) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) z))) a (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(+ (* 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)) |
(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 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(+ (* 1/2 (/ (* a t) (pow z 3))) (/ 1 z)) |
(fma.f64 (*.f64 t (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) z)) |
(+ (* a (+ (* -1/2 (* a (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))) (* 1/2 (/ t (pow z 3))))) (/ 1 z)) |
(fma.f64 (fma.f64 (*.f64 (*.f64 a z) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) #s(literal -1/2 binary64) (*.f64 (/.f64 t (*.f64 (*.f64 z z) z)) #s(literal 1/2 binary64))) a (/.f64 #s(literal 1 binary64) z)) |
(+ (* a (+ (* 1/2 (/ t (pow z 3))) (* a (+ (* -1/2 (* a (* 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 (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))) (/ 1 z)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a z) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 8 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) z))) a (*.f64 (/.f64 t (*.f64 (*.f64 z z) z)) #s(literal 1/2 binary64))) a (/.f64 #s(literal 1 binary64) z)) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) a) |
(* 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))))) |
(*.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t)))) (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))) a) |
(* 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)))))) |
(*.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t)))) (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) a) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) a) |
(* 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))))) |
(*.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t)))) (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))) a) |
(* 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)))))) |
(*.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t)))) (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) a) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (+ (* 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))) (sqrt -1))))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (/.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 t) a) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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)))) (neg.f64 a)) |
(* -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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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))))) (neg.f64 a)) |
(* -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))))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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)))))) (neg.f64 a)) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 x) (/.f64 y a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 x) (/.f64 y a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 x) (/.f64 y a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 a)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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)))) (neg.f64 a)) |
(* -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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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))))) (neg.f64 a)) |
(* -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))))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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)))))) (neg.f64 a)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* (pow z 4) (sqrt -1)))) (* 1/2 (* (sqrt (/ t a)) (* (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) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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 a)))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 t) a) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(*.f64 (-.f64 t (/.f64 (*.f64 z z) a)) (neg.f64 a)) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(*.f64 (-.f64 t (/.f64 (*.f64 z z) a)) (neg.f64 a)) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(*.f64 (-.f64 t (/.f64 (*.f64 z z) a)) (neg.f64 a)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(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 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(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 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (/.f64 (*.f64 t a) z) #s(literal -1/2 binary64) z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 t (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) a) (/.f64 t (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) z))) t (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(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 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(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 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(/ x z) |
(/.f64 x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 a x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) t (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 x z) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (pow.f64 z #s(literal 8 binary64))))) t (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))))) t (/.f64 (*.f64 (*.f64 a x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) t (/.f64 x z)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (/.f64 (*.f64 t a) z) #s(literal -1/2 binary64) z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 t (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) a) (/.f64 t (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) z))) t (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(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 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(+ (* 1/2 (/ (* a t) (pow z 3))) (/ 1 z)) |
(fma.f64 (*.f64 t (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) z)) |
(+ (* t (+ (* -1/2 (* t (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))) (* 1/2 (/ a (pow z 3))))) (/ 1 z)) |
(fma.f64 (fma.f64 (*.f64 (*.f64 t z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) #s(literal -1/2 binary64) (*.f64 (/.f64 a (*.f64 (*.f64 z z) z)) #s(literal 1/2 binary64))) t (/.f64 #s(literal 1 binary64) z)) |
(+ (* t (+ (* 1/2 (/ a (pow z 3))) (* t (+ (* -1/2 (* t (* 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 (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))) (/ 1 z)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t z) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (pow.f64 z #s(literal 8 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) z))) t (*.f64 (/.f64 a (*.f64 (*.f64 z z) z)) #s(literal 1/2 binary64))) t (/.f64 #s(literal 1 binary64) z)) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* 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))))) |
(*.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* 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)))))) |
(*.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #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 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* 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))))) |
(*.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* 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)))))) |
(*.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #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 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (+ (* 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))) (sqrt -1))))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 t) a) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) 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)) |
(* -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)))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (*.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 (*.f64 (*.f64 t t) t) 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)) |
(* -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))))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (*.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 (*.f64 (*.f64 t t) t) 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)) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 x) (/.f64 y t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 x) (/.f64 y t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 x) (/.f64 y t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (*.f64 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) 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)) |
(* -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)))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (*.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 (*.f64 (*.f64 t t) t) 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)) |
(* -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))))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (*.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 (*.f64 (*.f64 t t) t) 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)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* (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) (sqrt -1))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 t)))) (*.f64 (*.f64 t t) t)) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 t) a) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(*.f64 (-.f64 a (/.f64 (*.f64 z z) t)) (neg.f64 t)) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(*.f64 (-.f64 a (/.f64 (*.f64 z z) t)) (neg.f64 t)) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(*.f64 (-.f64 a (/.f64 (*.f64 z z) t)) (neg.f64 t)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 t a)) #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 t a)) #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))) |
(fma.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))))) |
(fma.f64 (fma.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 z (/.f64 z (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64)))))) #s(literal 1/16 binary64))) (*.f64 z z) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 t a)) #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 t a)) #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a))))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 t a)) #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z z)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))) |
(fma.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))))) |
(fma.f64 (fma.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 z (/.f64 z (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64)))))) #s(literal 1/16 binary64))) (*.f64 z z) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 t a)) #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 (*.f64 t a)) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 z z) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))))) |
(fma.f64 (fma.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 t a)) #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 z z))) (*.f64 z z) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 t) a) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(* -1 z) |
(neg.f64 z) |
(* -1 z) |
(neg.f64 z) |
(* -1 z) |
(neg.f64 z) |
(* -1 z) |
(neg.f64 z) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64)) z) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64))) z) |
(* 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))))))) |
(fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) z z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(/ x z) |
(/.f64 x z) |
(/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) |
(/.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) z) |
(/ (+ 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) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x)) z) |
(/ (+ 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) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 x (pow.f64 z #s(literal 6 binary64))))) (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x)) z) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64)) z) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64))) z) |
(* 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))))))) |
(fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) z z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(/ (+ 1 (* 1/2 (/ (* a t) (pow z 2)))) z) |
(/.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) z) |
(/ (+ 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))))) z) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64))) z) |
(/ (+ 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)))))) z) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))) (/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (pow.f64 z #s(literal 6 binary64)))) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64))) z) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* -1 z) |
(neg.f64 z) |
(* -1 z) |
(neg.f64 z) |
(* -1 z) |
(neg.f64 z) |
(* -1 z) |
(neg.f64 z) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal 1/2 binary64) (fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64))))))))) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal 1/2 binary64) (fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64))))))))) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* -1 z) |
(neg.f64 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64)) (neg.f64 z)) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64))) (neg.f64 z)) |
(* -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)))))))) |
(neg.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) z z)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal 1/2 binary64) (fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64))))))))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal 1/2 binary64) (fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64))))))))) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* -1 (/ x z)) |
(/.f64 x (neg.f64 z)) |
(* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) |
(/.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (neg.f64 z)) |
(* -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)) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x)) (neg.f64 z)) |
(* -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)) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 x (pow.f64 z #s(literal 6 binary64))))) (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x)) (neg.f64 z)) |
(* -1 z) |
(neg.f64 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64)) (neg.f64 z)) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64))) (neg.f64 z)) |
(* -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)))))))) |
(neg.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) z z)) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal 1/2 binary64) (fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64))))))))) |
(/ -1 z) |
(/.f64 #s(literal -1 binary64) z) |
(* -1 (/ (+ 1 (* 1/2 (/ (* a t) (pow z 2)))) z)) |
(/.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) (neg.f64 z)) |
(* -1 (/ (+ 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))))) z)) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64))) (neg.f64 z)) |
(* -1 (/ (+ 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)))))) z)) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))) (/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (pow.f64 z #s(literal 6 binary64)))) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64))) (neg.f64 z)) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* -1 z) |
(neg.f64 z) |
(* -1 z) |
(neg.f64 z) |
(* -1 z) |
(neg.f64 z) |
(* -1 z) |
(neg.f64 z) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(*.f64 (neg.f64 y) (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 x))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(*.f64 (neg.f64 y) (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 x))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(*.f64 (neg.f64 y) (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 x))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(*.f64 (neg.f64 y) (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 x))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 y)) (neg.f64 x)) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 y)) (neg.f64 x)) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 y)) (neg.f64 x)) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 y)) (neg.f64 x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(/ (* a (* t (* x y))) (pow z 2)) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* t (* x y)) |
(*.f64 t (*.f64 y x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
| 10 718× | lower-fma.f32 |
| 10 714× | lower-fma.f64 |
| 7 344× | lower-*.f32 |
| 7 324× | lower-*.f64 |
| 2 724× | lower-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 202 |
| 0 | 57 | 200 |
| 1 | 187 | 199 |
| 2 | 1039 | 199 |
| 0 | 8797 | 199 |
| 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))) (neg.f64 z))) |
(*.f64 (*.f64 x y) z) |
(*.f64 x y) |
#s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) |
(*.f64 t (*.f64 y x)) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 z y) |
(/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(neg.f64 z) |
(/.f64 a (*.f64 z z)) |
(neg.f64 a) |
(*.f64 z (*.f64 y x)) |
| Outputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 (*.f64 #s(literal 1 binary64) y) x) |
(*.f64 #s(literal 1 binary64) (*.f64 y x)) |
(*.f64 (*.f64 y x) #s(literal 1 binary64)) |
(*.f64 y x) |
(*.f64 x y) |
(*.f64 (*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) y) x) |
(*.f64 (*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) x) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (*.f64 z x)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (*.f64 x z)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #s(literal 1 binary64)) (*.f64 (*.f64 y x) z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (*.f64 z y)) x) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (*.f64 y x)) z) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) z) (*.f64 y x)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) y) (*.f64 z x)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) y) (*.f64 x z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) x) (*.f64 z y)) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 x (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))))) |
(*.f64 (pow.f64 (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (*.f64 (*.f64 y x) z)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (*.f64 (*.f64 y x) z)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (*.f64 (neg.f64 y) z) #s(literal -1 binary64)) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 (/.f64 (*.f64 (neg.f64 x) y) #s(literal -1 binary64)) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 (/.f64 (neg.f64 z) #s(literal -1 binary64)) (/.f64 (*.f64 y x) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 (/.f64 (*.f64 z y) #s(literal -1 binary64)) (/.f64 (neg.f64 x) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 (neg.f64 y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (*.f64 (neg.f64 x) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 (/.f64 (*.f64 y x) #s(literal -1 binary64)) (/.f64 (neg.f64 z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 (*.f64 z x) (*.f64 y (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))))) |
(*.f64 (*.f64 x z) (*.f64 y (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))))) |
(*.f64 (*.f64 (neg.f64 y) z) (*.f64 x (/.f64 #s(literal -1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))))) |
(*.f64 (*.f64 (neg.f64 x) y) (*.f64 z (/.f64 #s(literal -1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))))) |
(*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (*.f64 y x)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 y x) z)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (*.f64 (*.f64 y x) z)) |
(*.f64 (neg.f64 x) (*.f64 (*.f64 z y) (/.f64 #s(literal -1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))))) |
(*.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (/.f64 #s(literal -1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y x) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 (*.f64 z y) (*.f64 (neg.f64 x) (/.f64 #s(literal -1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))))) |
(*.f64 (*.f64 z y) (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 (/.f64 (*.f64 (*.f64 y x) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #s(literal 1 binary64)) |
(*.f64 (neg.f64 z) (*.f64 (*.f64 y x) (/.f64 #s(literal -1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))))) |
(*.f64 (*.f64 (*.f64 y x) z) (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 z (*.f64 (*.f64 (neg.f64 x) y) (/.f64 #s(literal -1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))))) |
(*.f64 z (*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) (*.f64 y x))) |
(*.f64 z (/.f64 (*.f64 y x) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 y (*.f64 z (/.f64 x #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))))) |
(*.f64 y (*.f64 (*.f64 z x) (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))))) |
(*.f64 y (*.f64 x (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))))) |
(*.f64 x (*.f64 (*.f64 (neg.f64 y) z) (/.f64 #s(literal -1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))))) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(pow.f64 (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (*.f64 (*.f64 y x) z)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (*.f64 (*.f64 (neg.f64 x) z) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (*.f64 (*.f64 y x) z))) |
(/.f64 (*.f64 (*.f64 y x) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(/.f64 (*.f64 y x) (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) z)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (*.f64 (*.f64 y x) z)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) (*.f64 (*.f64 y x) z))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z x)) y) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x z)) y) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 z x)) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 x z)) |
(*.f64 (neg.f64 (*.f64 (neg.f64 y) z)) x) |
(*.f64 (neg.f64 (*.f64 (neg.f64 x) y)) z) |
(*.f64 (neg.f64 (neg.f64 z)) (*.f64 y x)) |
(*.f64 (*.f64 z x) y) |
(*.f64 (*.f64 x z) y) |
(*.f64 (*.f64 (neg.f64 y) z) (neg.f64 x)) |
(*.f64 (*.f64 (neg.f64 x) y) (neg.f64 z)) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 y) z)) |
(*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (neg.f64 x) z) y)) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 y x) z)) |
(*.f64 (*.f64 z y) x) |
(*.f64 (neg.f64 z) (*.f64 (neg.f64 x) y)) |
(*.f64 (*.f64 (*.f64 y x) z) #s(literal 1 binary64)) |
(*.f64 (*.f64 y x) (*.f64 z #s(literal 1 binary64))) |
(*.f64 (*.f64 y x) (neg.f64 (neg.f64 z))) |
(*.f64 (*.f64 y x) z) |
(*.f64 z (neg.f64 (*.f64 (neg.f64 x) y))) |
(*.f64 z (*.f64 y x)) |
(*.f64 y (*.f64 (*.f64 z x) #s(literal 1 binary64))) |
(*.f64 y (*.f64 (*.f64 x z) #s(literal 1 binary64))) |
(*.f64 y (*.f64 z x)) |
(*.f64 y (*.f64 x z)) |
(*.f64 x (neg.f64 (*.f64 (neg.f64 y) z))) |
(*.f64 x (*.f64 z y)) |
(neg.f64 (*.f64 (*.f64 (neg.f64 x) z) y)) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (neg.f64 x) z) y)) |
(*.f64 (*.f64 #s(literal 1 binary64) y) x) |
(*.f64 #s(literal 1 binary64) (*.f64 y x)) |
(*.f64 (*.f64 y x) #s(literal 1 binary64)) |
(*.f64 y x) |
(*.f64 x y) |
(*.f64 #s(literal -1 binary64) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(*.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #s(literal 1 binary64)) |
#s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) |
(/.f64 (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(/.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)) #s(literal 1 binary64)) |
(neg.f64 (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(-.f64 #s(literal 0 binary64) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(*.f64 (fma.f64 (*.f64 (*.f64 y y) x) x (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)))) (/.f64 #s(literal 1 binary64) (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))))) |
(*.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 x) y) y) x))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 y y) x)) x (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 y x) (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 x) y) y) x)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y)))) |
(*.f64 (fma.f64 (*.f64 y x) (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64))) (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 y x)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y x) (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 y y) x)) x (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 y y) x) x (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z)))) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 y y) x)) x (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y x) (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64))))) |
(*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 y x))) |
(*.f64 (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 y x)) (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 y x))) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))) (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y)))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) x) x) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))) (/.f64 (*.f64 (*.f64 (*.f64 y y) x) x) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))) (/.f64 (*.f64 (*.f64 (*.f64 y y) x) x) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) x) x) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))) (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) x) x) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))) (/.f64 (*.f64 (*.f64 (*.f64 y y) x) x) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))) (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))) (/.f64 (*.f64 (*.f64 (*.f64 y y) x) x) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 y y) x) x (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z))))) (neg.f64 (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 x) y) y) x)))) (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 y y) x)) x (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y)))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 y x) (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z))) #s(literal 1/16 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (neg.f64 x) y) y) x) (*.f64 (*.f64 (*.f64 y y) x) x))) #s(literal 1 binary64)) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 y y) x) x)) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z)))) #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 y y) x) (*.f64 (*.f64 x x) y)) (*.f64 (*.f64 (*.f64 y y) x) (*.f64 (*.f64 x x) y)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z))) #s(literal 1/16 binary64) (*.f64 (*.f64 (*.f64 (*.f64 y y) x) x) (fma.f64 (*.f64 (*.f64 y y) x) x (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64))))) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z)))) #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 y y) x) (*.f64 (*.f64 x x) y)) (*.f64 (*.f64 (*.f64 y y) x) (*.f64 (*.f64 x x) y)))) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y)) (*.f64 (neg.f64 (*.f64 (*.f64 y y) y)) (*.f64 (*.f64 x x) x))) (fma.f64 (*.f64 y x) (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64))))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z)))) #s(literal 9 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 y y) x) (*.f64 (*.f64 x x) y)) (*.f64 (*.f64 (*.f64 y y) x) (*.f64 (*.f64 x x) y))) (*.f64 (*.f64 (*.f64 y y) x) (*.f64 (*.f64 x x) y)))) #s(literal 1 binary64)) (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z)))) #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 y y) x) (*.f64 (*.f64 x x) y)) (-.f64 (*.f64 (*.f64 (*.f64 y y) x) (*.f64 (*.f64 x x) y)) (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y)))))) (fma.f64 (*.f64 y x) (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))) (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y)) (*.f64 (*.f64 (*.f64 y y) x) x))) (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y)) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 y y) x) x (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)))) (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y)))) |
(/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 x) y) y) x))) (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 y y) x)) x (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))))) (neg.f64 (fma.f64 (*.f64 (*.f64 y y) x) x (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z)))) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 y y) x)) x (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))))) (neg.f64 (fma.f64 (*.f64 y x) (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64))))) |
(/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 x) y) y) x)) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))) |
(/.f64 (fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 y y) x)) x (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y)))) (fma.f64 (*.f64 (*.f64 y y) x) x (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z)))) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 y y) x)) x (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y)))) (fma.f64 (*.f64 y x) (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))) (fma.f64 (*.f64 (*.f64 y y) x) x (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 y y) x) x (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z)))) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y)))) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 y y) x)) x (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 y x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 y x)))) |
(neg.f64 (/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 x) y) y) x))) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y)))) |
(neg.f64 (/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 y y) x)) x (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))))) (fma.f64 (*.f64 y x) (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64))))) |
(neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 x) y) y) x)) (neg.f64 (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 y y) x)) x (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y)))) (neg.f64 (fma.f64 (*.f64 y x) (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 y x) t)) (/.f64 a z)) (/.f64 #s(literal 1 binary64) z) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 y x) t)) (/.f64 #s(literal 1 binary64) (*.f64 z z))) a (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 y x) t)) #s(literal -1 binary64)) (/.f64 a (*.f64 (neg.f64 z) z)) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 y x) t)) #s(literal 1 binary64)) (/.f64 a (*.f64 z z)) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 y x) t)) (neg.f64 a)) (/.f64 #s(literal -1 binary64) (*.f64 z z)) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) (/.f64 a (*.f64 z z))) (*.f64 y x) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) x) (*.f64 y (/.f64 a (*.f64 z z))) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z z))) (*.f64 t x)) y (*.f64 y x)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) y)) x (*.f64 y x)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 a (*.f64 z z)) t)) (*.f64 y x) (*.f64 y x)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 y x) t) z)) (/.f64 a z) (*.f64 y x)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) t) (*.f64 y x)) (*.f64 y x)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t y)) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z z))) (*.f64 t y)) x (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z z))) t) (*.f64 y x) (*.f64 y x)) |
(fma.f64 (*.f64 #s(literal 1 binary64) y) x (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z z))) y) (*.f64 x t) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z z))) x) (*.f64 t y) (*.f64 y x)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) z) (*.f64 y x)) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) z) (/.f64 #s(literal 1/2 binary64) z) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 z z)) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 y x) t)) a) (/.f64 #s(literal 1 binary64) (*.f64 z z)) (*.f64 y x)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 y x)) (*.f64 t (/.f64 a (*.f64 z z))) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z z))) y) x) t (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) t) #s(literal 1/2 binary64)) (/.f64 a (*.f64 z z)) (*.f64 y x)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 y x) t)) (/.f64 a (*.f64 z z)) (*.f64 y x)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) t) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) x) y) (*.f64 y x)) |
(fma.f64 (*.f64 t x) (*.f64 y (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z z)))) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) y) (*.f64 x #s(literal 1/2 binary64)) (*.f64 y x)) |
(fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) (*.f64 (*.f64 y x) #s(literal 1/2 binary64)) (*.f64 y x)) |
(fma.f64 (/.f64 (*.f64 (*.f64 y x) t) z) (*.f64 (/.f64 a z) #s(literal 1/2 binary64)) (*.f64 y x)) |
(fma.f64 (/.f64 a z) (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 (*.f64 y x) t) #s(literal 1/2 binary64))) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) #s(literal 1/2 binary64)) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) x) y) (*.f64 t #s(literal 1/2 binary64)) (*.f64 y x)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z z))) (*.f64 (*.f64 y x) t) (*.f64 y x)) |
(fma.f64 (*.f64 t y) (*.f64 (*.f64 x (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64)) (*.f64 y x)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) #s(literal 1/2 binary64)) (*.f64 y x)) |
(fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) x) x) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y)) (*.f64 y x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z)))) (*.f64 y x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 y x) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))))) |
(fma.f64 (neg.f64 a) (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 z z)) (*.f64 (*.f64 (*.f64 y x) t) #s(literal 1/2 binary64))) (*.f64 y x)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y) #s(literal 1/2 binary64) (*.f64 y x)) |
(fma.f64 (/.f64 a (*.f64 z z)) (*.f64 (*.f64 (*.f64 y x) t) #s(literal 1/2 binary64)) (*.f64 y x)) |
(fma.f64 (/.f64 a (*.f64 z z)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 y x) t)) (*.f64 y x)) |
(fma.f64 (*.f64 (*.f64 y x) t) (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z z))) (*.f64 y x)) |
(fma.f64 (*.f64 y x) (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64)) (*.f64 y x)) |
(fma.f64 (*.f64 y x) #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))))) |
(fma.f64 a (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) #s(literal 1/2 binary64)) (*.f64 (*.f64 y x) t)) (*.f64 y x)) |
(fma.f64 a (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) t) (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 y x)) |
(fma.f64 a (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) (*.f64 (*.f64 (*.f64 y x) t) #s(literal 1/2 binary64))) (*.f64 y x)) |
(fma.f64 t (*.f64 (*.f64 (*.f64 y x) #s(literal 1/2 binary64)) (/.f64 a (*.f64 z z))) (*.f64 y x)) |
(fma.f64 y (*.f64 t (*.f64 (*.f64 x (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64))) (*.f64 y x)) |
(fma.f64 y (*.f64 (*.f64 x t) (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z z)))) (*.f64 y x)) |
(fma.f64 y (*.f64 x (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64))) (*.f64 y x)) |
(fma.f64 y x (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))))) |
(fma.f64 x (*.f64 (*.f64 t y) (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z z)))) (*.f64 y x)) |
(fma.f64 x (*.f64 y (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64))) (*.f64 y x)) |
(fma.f64 x y (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) x) x) (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y)))) (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 y x (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y))))) |
(-.f64 (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))) (/.f64 (*.f64 (*.f64 (*.f64 y y) x) x) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y)))) |
(+.f64 (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (*.f64 (*.f64 y x) t) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) x) x) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 (neg.f64 x) y))))) |
(+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z)))) (*.f64 y x)) |
(+.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) t) y) (*.f64 x (/.f64 a (*.f64 z z))) (*.f64 y x))) |
(*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y) |
(*.f64 (*.f64 (/.f64 (*.f64 (*.f64 y x) t) z) a) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 (/.f64 a (*.f64 z z)) (*.f64 t x)) y) |
(*.f64 (*.f64 (*.f64 (*.f64 y x) t) (/.f64 #s(literal 1 binary64) (*.f64 z z))) a) |
(*.f64 (*.f64 (/.f64 a (*.f64 z z)) x) (*.f64 t y)) |
(*.f64 (*.f64 (/.f64 a (*.f64 z z)) y) (*.f64 x t)) |
(*.f64 (*.f64 (*.f64 (*.f64 y x) t) #s(literal -1 binary64)) (/.f64 a (*.f64 (neg.f64 z) z))) |
(*.f64 (/.f64 (neg.f64 a) #s(literal -1 binary64)) (/.f64 (*.f64 (*.f64 y x) t) (*.f64 z z))) |
(*.f64 (/.f64 (*.f64 (*.f64 y x) t) (*.f64 z z)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 (*.f64 (*.f64 y x) t) #s(literal -1 binary64)) (/.f64 a (*.f64 (neg.f64 z) z))) |
(*.f64 (/.f64 (*.f64 (*.f64 y x) t) (neg.f64 z)) (/.f64 (neg.f64 a) z)) |
(*.f64 (/.f64 (*.f64 t x) (*.f64 z z)) (/.f64 y (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 (*.f64 t x) z) (/.f64 y (/.f64 z a))) |
(*.f64 (/.f64 (*.f64 t y) (*.f64 z z)) (/.f64 x (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 (*.f64 t y) z) (/.f64 (*.f64 x a) z)) |
(*.f64 (/.f64 (*.f64 t y) z) (/.f64 x (/.f64 z a))) |
(*.f64 (/.f64 t (*.f64 z z)) (/.f64 (*.f64 y x) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 t z) (/.f64 (*.f64 (*.f64 y x) a) z)) |
(*.f64 (/.f64 t z) (*.f64 (*.f64 y x) (/.f64 a z))) |
(*.f64 (/.f64 (*.f64 y x) (*.f64 z z)) (/.f64 t (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 (*.f64 y x) z) (/.f64 (*.f64 a t) z)) |
(*.f64 (/.f64 (*.f64 y x) z) (/.f64 t (/.f64 z a))) |
(*.f64 (/.f64 y (*.f64 z z)) (/.f64 (*.f64 x t) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 y z) (/.f64 (*.f64 x t) (/.f64 z a))) |
(*.f64 (/.f64 x (*.f64 z z)) (/.f64 (*.f64 t y) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 x z) (/.f64 (*.f64 t y) (/.f64 z a))) |
(*.f64 (*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) z) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 (*.f64 (/.f64 a z) t) (*.f64 y x)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 t (/.f64 a (*.f64 z z))) (*.f64 y x)) |
(*.f64 (*.f64 t x) (*.f64 y (/.f64 a (*.f64 z z)))) |
(*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) y) x) |
(*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) (*.f64 y x)) |
(*.f64 (*.f64 (*.f64 y x) a) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) t)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) z)) |
(*.f64 (/.f64 (*.f64 (*.f64 y x) t) z) (/.f64 a z)) |
(*.f64 (/.f64 (neg.f64 a) z) (/.f64 (*.f64 (*.f64 y x) t) (neg.f64 z))) |
(*.f64 (*.f64 (*.f64 (neg.f64 a) y) (*.f64 x t)) (/.f64 #s(literal -1 binary64) (*.f64 z z))) |
(*.f64 (/.f64 a z) (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 y x) t))) |
(*.f64 (/.f64 a z) (/.f64 (*.f64 (*.f64 y x) t) z)) |
(*.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) x) y) t) |
(*.f64 (*.f64 t y) (*.f64 x (/.f64 a (*.f64 z z)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) (/.f64 (*.f64 (*.f64 y x) t) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) (*.f64 (*.f64 (*.f64 y x) t) a)) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 a (*.f64 (neg.f64 z) z)) (*.f64 (*.f64 y x) t))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) y)) |
(*.f64 (neg.f64 a) (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 z z)) (*.f64 (*.f64 y x) t))) |
(*.f64 (/.f64 a (*.f64 z z)) (*.f64 (*.f64 y x) t)) |
(*.f64 (*.f64 (*.f64 y x) t) (/.f64 a (*.f64 z z))) |
(*.f64 (*.f64 y x) (*.f64 t (/.f64 a (*.f64 z z)))) |
(*.f64 (*.f64 y x) (*.f64 (/.f64 a (*.f64 z z)) t)) |
(*.f64 a (*.f64 (*.f64 (*.f64 y x) t) (/.f64 #s(literal 1 binary64) (*.f64 z z)))) |
(*.f64 a (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) t) (*.f64 y x))) |
(*.f64 t (*.f64 (*.f64 (/.f64 a (*.f64 z z)) x) y)) |
(*.f64 y (*.f64 (*.f64 x (/.f64 a (*.f64 z z))) t)) |
(*.f64 y (*.f64 t (*.f64 x (/.f64 a (*.f64 z z))))) |
(*.f64 y (*.f64 (*.f64 x t) (/.f64 a (*.f64 z z)))) |
(*.f64 y (*.f64 x (*.f64 t (/.f64 a (*.f64 z z))))) |
(*.f64 x (*.f64 (*.f64 y (/.f64 a (*.f64 z z))) t)) |
(*.f64 x (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z)))) |
(*.f64 x (*.f64 y (*.f64 t (/.f64 a (*.f64 z z))))) |
(pow.f64 (/.f64 (*.f64 z z) (*.f64 (*.f64 (*.f64 y x) t) a)) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) z)) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 a z) t) (*.f64 y x))) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (*.f64 (neg.f64 a) y) (*.f64 x t))) (*.f64 z z)) |
(/.f64 (neg.f64 (*.f64 (*.f64 y x) t)) (/.f64 (*.f64 (neg.f64 z) z) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) z) z) |
(/.f64 (*.f64 (*.f64 (/.f64 a z) t) (*.f64 y x)) z) |
(/.f64 (/.f64 (*.f64 (*.f64 y x) t) z) (/.f64 z a)) |
(/.f64 (*.f64 (*.f64 (neg.f64 a) y) (*.f64 x t)) (*.f64 (neg.f64 z) z)) |
(/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 z z)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 z z) (*.f64 (*.f64 (*.f64 y x) t) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 (*.f64 (/.f64 a z) t) (*.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 z z) (*.f64 (*.f64 (*.f64 y x) t) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 z z) a) (*.f64 (*.f64 y x) t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 z z) (*.f64 (*.f64 (*.f64 y x) t) a))) |
(/.f64 (*.f64 (*.f64 y x) t) (/.f64 (*.f64 z z) a)) |
(neg.f64 (/.f64 (*.f64 (*.f64 (neg.f64 a) y) (*.f64 x t)) (*.f64 z z))) |
(neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 y x) t) a) (*.f64 (neg.f64 z) z))) |
(neg.f64 (*.f64 (*.f64 (*.f64 y x) t) (/.f64 a (*.f64 (neg.f64 z) z)))) |
(neg.f64 (*.f64 (/.f64 a (*.f64 (neg.f64 z) z)) (*.f64 (*.f64 y x) t))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t x)) y) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t y)) x) |
(*.f64 (*.f64 #s(literal 1 binary64) t) (*.f64 y x)) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 x t)) |
(*.f64 (*.f64 x t) y) |
(*.f64 (*.f64 t x) y) |
(*.f64 (*.f64 t y) x) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 y x) t)) |
(*.f64 (*.f64 (*.f64 y x) t) #s(literal 1 binary64)) |
(*.f64 (*.f64 y x) (*.f64 t #s(literal 1 binary64))) |
(*.f64 (*.f64 y x) t) |
(*.f64 t (*.f64 y x)) |
(*.f64 y (*.f64 (*.f64 x t) #s(literal 1 binary64))) |
(*.f64 y (*.f64 x t)) |
(*.f64 y (*.f64 t x)) |
(*.f64 x (*.f64 (*.f64 t y) #s(literal 1 binary64))) |
(*.f64 x (*.f64 t y)) |
(*.f64 (*.f64 (*.f64 (*.f64 y x) z) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64))) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y) (*.f64 z x)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y) (*.f64 x z)) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (*.f64 y x) z)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (*.f64 y x) z)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (*.f64 (neg.f64 y) z) #s(literal -1 binary64)) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 (neg.f64 x) y) #s(literal -1 binary64)) (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (*.f64 y (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (/.f64 (neg.f64 z) #s(literal -1 binary64)) (*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y)) |
(*.f64 (/.f64 (*.f64 z x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 y #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 y #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 z x) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x z) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 z y) #s(literal -1 binary64)) (/.f64 (neg.f64 x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 (*.f64 y x) z) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 (neg.f64 y) z) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 (*.f64 y x) z) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (*.f64 (neg.f64 x) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 y (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z x) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 x z) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 z (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 (*.f64 z x) #s(literal 1 binary64))) |
(*.f64 (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 (*.f64 x z) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 y x) #s(literal -1 binary64)) (/.f64 (neg.f64 z) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 (*.f64 y x) z) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 z y) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 y x) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 z (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 y x) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z y) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (*.f64 y (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (*.f64 y (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (/.f64 x #s(literal 1 binary64))) |
(*.f64 (*.f64 y (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) x) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) y) |
(*.f64 (*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) z) y) |
(*.f64 (*.f64 z x) (*.f64 y (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (*.f64 x z) (*.f64 y (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y) x) |
(*.f64 (*.f64 (neg.f64 y) z) (/.f64 (neg.f64 x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64)) (*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64)) (*.f64 (*.f64 y x) z))) |
(*.f64 (*.f64 (neg.f64 x) y) (*.f64 z (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y) (/.f64 z #s(literal 1 binary64))) |
(*.f64 (*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y) z) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 (*.f64 y x) #s(literal 1 binary64))) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(*.f64 (neg.f64 x) (*.f64 (*.f64 z y) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (neg.f64 x) (*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z y))) |
(*.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 y x) z))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 (*.f64 z y) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 (*.f64 (*.f64 y x) z) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 y x) z)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 y x) z)) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 y (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) x)) |
(*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 (*.f64 z y) #s(literal 1 binary64))) |
(*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z y)) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (neg.f64 z) (*.f64 (*.f64 y x) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (*.f64 (*.f64 y x) z) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (*.f64 (*.f64 y (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) x) #s(literal 1 binary64)) |
(*.f64 z (*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y)) |
(*.f64 y (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)) |
(*.f64 y (*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) z)) |
(*.f64 x (*.f64 (*.f64 (neg.f64 y) z) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 x (*.f64 y (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 x (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y)) |
(pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (*.f64 y x) z)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (neg.f64 y) z) (/.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)) |
(/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 y x) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (*.f64 y x) z))) |
(/.f64 (*.f64 z y) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) x)) |
(/.f64 (*.f64 (*.f64 y x) z) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(/.f64 (*.f64 y x) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) z)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (*.f64 y x) z)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(neg.f64 (*.f64 (*.f64 z y) (/.f64 (neg.f64 x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 y x) z))) |
(neg.f64 (*.f64 (/.f64 (neg.f64 x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z y))) |
(neg.f64 (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (*.f64 y x) z))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) y) z) |
(*.f64 #s(literal 1 binary64) (*.f64 z y)) |
(*.f64 (*.f64 z y) #s(literal 1 binary64)) |
(*.f64 z y) |
(*.f64 y (*.f64 z #s(literal 1 binary64))) |
(*.f64 y z) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (*.f64 x (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64))) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64))) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 x (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (*.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64)) (*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64)) x)) |
(*.f64 (neg.f64 x) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)) |
(*.f64 #s(literal -1 binary64) (/.f64 (neg.f64 x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(*.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) x) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 x #s(literal -1 binary64))) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(/.f64 (*.f64 x #s(literal -1 binary64)) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 (neg.f64 x) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 x #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) x)) |
(/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(neg.f64 (/.f64 (*.f64 x #s(literal -1 binary64)) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) x))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (neg.f64 x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)) |
(neg.f64 (/.f64 (neg.f64 x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (/.f64 (neg.f64 x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (neg.f64 x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) x)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t (*.f64 z z))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (neg.f64 (fma.f64 a t (*.f64 z z)))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z)))) (sqrt.f64 (/.f64 #s(literal -1 binary64) (fma.f64 a t (*.f64 z z))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z)))) (pow.f64 (/.f64 #s(literal -1 binary64) (fma.f64 a t (*.f64 z z))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) #s(literal 1/2 binary64))) |
(*.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(*.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal -1 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/2 binary64)) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))))) (neg.f64 (sqrt.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z))))) (neg.f64 (sqrt.f64 (neg.f64 (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(/.f64 (sqrt.f64 (*.f64 (neg.f64 (fma.f64 a t (*.f64 z z))) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (sqrt.f64 (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (sqrt.f64 (fma.f64 a t (*.f64 z z)))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z)))) (sqrt.f64 (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (sqrt.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 a t (*.f64 z z))) (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (neg.f64 (fma.f64 a t (*.f64 z z)))) (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1 binary64)) |
(neg.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(exp.f64 (neg.f64 (*.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/2 binary64)) #s(literal -1 binary64)))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 (*.f64 (*.f64 y x) z) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64))) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y) (*.f64 z x)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y) (*.f64 x z)) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (*.f64 y x) z)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (*.f64 y x) z)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (*.f64 (neg.f64 y) z) #s(literal -1 binary64)) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 (neg.f64 x) y) #s(literal -1 binary64)) (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (*.f64 y (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (/.f64 (neg.f64 z) #s(literal -1 binary64)) (*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y)) |
(*.f64 (/.f64 (*.f64 z x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 y #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x z) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 y #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 z x) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x z) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 z y) #s(literal -1 binary64)) (/.f64 (neg.f64 x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 (*.f64 y x) z) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 (neg.f64 y) z) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 (*.f64 y x) z) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (*.f64 (neg.f64 x) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 y (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z x) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 x z) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 z (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 (*.f64 z x) #s(literal 1 binary64))) |
(*.f64 (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 (*.f64 x z) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 y x) #s(literal -1 binary64)) (/.f64 (neg.f64 z) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 (*.f64 y x) z) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 z y) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 y x) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 z (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 y x) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z y) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (*.f64 y (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (*.f64 y (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (/.f64 x #s(literal 1 binary64))) |
(*.f64 (*.f64 y (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) x) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) y) |
(*.f64 (*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) z) y) |
(*.f64 (*.f64 z x) (*.f64 y (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (*.f64 x z) (*.f64 y (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y) x) |
(*.f64 (*.f64 (neg.f64 y) z) (/.f64 (neg.f64 x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64)) (*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64)) (*.f64 (*.f64 y x) z))) |
(*.f64 (*.f64 (neg.f64 x) y) (*.f64 z (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y) (/.f64 z #s(literal 1 binary64))) |
(*.f64 (*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y) z) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 (*.f64 y x) #s(literal 1 binary64))) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(*.f64 (neg.f64 x) (*.f64 (*.f64 z y) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (neg.f64 x) (*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z y))) |
(*.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 y x) z))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 (*.f64 z y) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 (*.f64 (*.f64 y x) z) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 y x) z)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 y x) z)) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 y (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) x)) |
(*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (/.f64 (*.f64 z y) #s(literal 1 binary64))) |
(*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z y)) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (neg.f64 z) (*.f64 (*.f64 y x) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 (*.f64 (*.f64 y x) z) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (*.f64 (*.f64 y (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) x) #s(literal 1 binary64)) |
(*.f64 z (*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y)) |
(*.f64 y (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)) |
(*.f64 y (*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) z)) |
(*.f64 x (*.f64 (*.f64 (neg.f64 y) z) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 x (*.f64 y (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(*.f64 x (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) y)) |
(pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (*.f64 y x) z)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (neg.f64 y) z) (/.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)) |
(/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 y x) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (*.f64 y x) z))) |
(/.f64 (*.f64 z y) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) x)) |
(/.f64 (*.f64 (*.f64 y x) z) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(/.f64 (*.f64 y x) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) z)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (*.f64 y x) z)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(neg.f64 (*.f64 (*.f64 z y) (/.f64 (neg.f64 x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 y x) z))) |
(neg.f64 (*.f64 (/.f64 (neg.f64 x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z y))) |
(neg.f64 (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 (neg.f64 x) z) y) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (*.f64 y x) z))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64))) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64))) |
(*.f64 (pow.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal -1 binary64) (fma.f64 a t (*.f64 z z))) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64)) (*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64)) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(pow.f64 (*.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal -1 binary64)) |
(pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal -1/2 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (*.f64 (neg.f64 (fma.f64 a t (*.f64 z z))) (fma.f64 (neg.f64 a) t (*.f64 z z))) (/.f64 #s(literal -1 binary64) (fma.f64 a t (*.f64 z z)))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))))) |
(*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z)))) |
(*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z))) (/.f64 #s(literal -1 binary64) (fma.f64 a t (*.f64 z z)))) |
(*.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))) (*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(*.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z))) |
(*.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) (*.f64 (neg.f64 (fma.f64 a t (*.f64 z z))) (/.f64 #s(literal -1 binary64) (fma.f64 a t (*.f64 z z))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z)))) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (neg.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (neg.f64 (fma.f64 a t (*.f64 z z))))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (neg.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (neg.f64 (fma.f64 a t (*.f64 z z)))))) (+.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (neg.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (neg.f64 (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (fma.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (neg.f64 (fma.f64 a t (*.f64 z z)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (neg.f64 (fma.f64 a t (*.f64 z z)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (neg.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (neg.f64 (fma.f64 a t (*.f64 z z)))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (neg.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (neg.f64 (fma.f64 a t (*.f64 z z)))) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (neg.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (neg.f64 (fma.f64 a t (*.f64 z z)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 (fma.f64 a t (*.f64 z z))) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (fma.f64 a t (*.f64 z z))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 t t) (*.f64 a a))) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 t t) (*.f64 a a))) (fma.f64 a t (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 (*.f64 z z) z) z)) (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 z z) z)) z (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 (*.f64 z z) z) z)))) (fma.f64 a t (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 (*.f64 a a) t)) t (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 t t) (*.f64 a a))))) (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) #s(literal 1 binary64)) (*.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 t t) (*.f64 a a)))) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 a t (*.f64 z z)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (neg.f64 (fma.f64 a t (*.f64 z z)))) (*.f64 (neg.f64 (fma.f64 a t (*.f64 z z))) (*.f64 (*.f64 (*.f64 z z) z) z))) (*.f64 (neg.f64 (fma.f64 a t (*.f64 z z))) (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) (*.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)))) (*.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 a t (*.f64 z z))) (fma.f64 (neg.f64 a) t (*.f64 z z))) (neg.f64 (fma.f64 a t (*.f64 z z)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (neg.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) (fma.f64 a t (*.f64 z z))) |
(/.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z))) (neg.f64 (fma.f64 a t (*.f64 z z)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) |
(neg.f64 (/.f64 (*.f64 (neg.f64 (fma.f64 a t (*.f64 z z))) (fma.f64 (neg.f64 a) t (*.f64 z z))) (fma.f64 a t (*.f64 z z)))) |
(neg.f64 (/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(neg.f64 (/.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 a) t (*.f64 z z))) (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(neg.f64 (/.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z))) (fma.f64 a t (*.f64 z z)))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (neg.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(fma.f64 (neg.f64 (neg.f64 z)) z (*.f64 (neg.f64 a) t)) |
(fma.f64 (exp.f64 (log.f64 z)) (exp.f64 (log.f64 z)) (*.f64 (neg.f64 a) t)) |
(fma.f64 (*.f64 t #s(literal -1 binary64)) a (*.f64 z z)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(fma.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (/.f64 #s(literal -1 binary64) (fma.f64 a t (*.f64 z z))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (neg.f64 (fma.f64 a t (*.f64 z z)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (neg.f64 z) z) (*.f64 (neg.f64 a) t)) |
(fma.f64 #s(literal -1 binary64) (*.f64 a t) (*.f64 z z)) |
(fma.f64 #s(literal 1 binary64) (*.f64 z z) (*.f64 (neg.f64 a) t)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(fma.f64 (*.f64 z z) #s(literal 1 binary64) (*.f64 (neg.f64 a) t)) |
(fma.f64 (neg.f64 z) (neg.f64 z) (*.f64 (neg.f64 a) t)) |
(fma.f64 (*.f64 a t) #s(literal -1 binary64) (*.f64 z z)) |
(fma.f64 a (neg.f64 t) (*.f64 z z)) |
(fma.f64 t (neg.f64 a) (*.f64 z z)) |
(fma.f64 z (neg.f64 (neg.f64 z)) (*.f64 (neg.f64 a) t)) |
(fma.f64 z z (*.f64 (neg.f64 a) t)) |
(-.f64 (fma.f64 z z #s(literal 0 binary64)) (*.f64 a t)) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z)))) |
(-.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (neg.f64 (fma.f64 a t (*.f64 z z)))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 a t) (*.f64 z z))) |
(-.f64 (*.f64 z z) (*.f64 a t)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(+.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (neg.f64 (fma.f64 a t (*.f64 z z)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (neg.f64 (fma.f64 a t (*.f64 z z)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) t) (*.f64 (*.f64 a t) t)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(+.f64 (*.f64 (neg.f64 a) t) (*.f64 z z)) |
(+.f64 (*.f64 z z) (*.f64 (neg.f64 a) t)) |
(*.f64 (neg.f64 (*.f64 (*.f64 z z) z)) (/.f64 #s(literal 1 binary64) (fma.f64 z z #s(literal 0 binary64)))) |
(*.f64 (*.f64 (neg.f64 z) z) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 #s(literal -1 binary64) z) |
(*.f64 z #s(literal -1 binary64)) |
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (neg.f64 z) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 z z) (*.f64 #s(literal 0 binary64) (neg.f64 z))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 z z) z))) (neg.f64 (fma.f64 z z #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z z) z)) (fma.f64 z z #s(literal 0 binary64))) |
(/.f64 (*.f64 (neg.f64 z) z) (-.f64 #s(literal 0 binary64) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 z) z) z) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 z z #s(literal 0 binary64)) (neg.f64 (*.f64 (*.f64 z z) z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 (neg.f64 z) z))) |
(/.f64 (*.f64 z z) (neg.f64 z)) |
(neg.f64 (/.f64 (*.f64 z z) z)) |
(neg.f64 z) |
(-.f64 (/.f64 #s(literal 0 binary64) (fma.f64 z z #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 z z) z) (fma.f64 z z #s(literal 0 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 z z) z)) |
(-.f64 #s(literal 0 binary64) z) |
(+.f64 #s(literal 0 binary64) (neg.f64 z)) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 a)) (/.f64 #s(literal -1 binary64) (*.f64 z z))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z z) a) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (*.f64 z z) a) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 z z))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 (neg.f64 a) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 a z)) |
(*.f64 (/.f64 (neg.f64 a) z) (/.f64 #s(literal 1 binary64) (neg.f64 z))) |
(*.f64 (/.f64 (neg.f64 a) z) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (/.f64 a z) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) a) |
(*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 (neg.f64 z) z))) |
(*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z z))) |
(*.f64 (neg.f64 a) (/.f64 #s(literal -1 binary64) (*.f64 z z))) |
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(pow.f64 (/.f64 (*.f64 z z) a) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a (*.f64 (neg.f64 z) z)) (/.f64 a (*.f64 (neg.f64 z) z)))) (+.f64 #s(literal 0 binary64) (/.f64 a (*.f64 (neg.f64 z) z)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 a (*.f64 (neg.f64 z) z)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (/.f64 a (*.f64 (neg.f64 z) z)) (/.f64 a (*.f64 (neg.f64 z) z)) (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 (neg.f64 z) z)))))) |
(/.f64 (*.f64 (neg.f64 a) #s(literal 1 binary64)) (*.f64 (neg.f64 z) z)) |
(/.f64 (*.f64 (neg.f64 (*.f64 a a)) #s(literal 1 binary64)) (*.f64 a (*.f64 (neg.f64 z) z))) |
(/.f64 (*.f64 (*.f64 (*.f64 a a) (neg.f64 a)) #s(literal 1 binary64)) (*.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (neg.f64 z) z))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (neg.f64 z) z)) (*.f64 (*.f64 (neg.f64 z) z) a)) (*.f64 (*.f64 (neg.f64 z) z) (*.f64 (neg.f64 z) z))) |
(/.f64 (/.f64 (neg.f64 a) z) (neg.f64 z)) |
(/.f64 (/.f64 a z) (neg.f64 (neg.f64 z))) |
(/.f64 (/.f64 a z) z) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (neg.f64 z) z) a)) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 z a) z)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 z z) a)) |
(/.f64 (neg.f64 a) (*.f64 (neg.f64 z) z)) |
(/.f64 a (*.f64 z z)) |
(neg.f64 (/.f64 (/.f64 (neg.f64 a) z) z)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (*.f64 z z) a))) |
(neg.f64 (/.f64 (/.f64 a z) (neg.f64 z))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (neg.f64 z) z)))) |
(neg.f64 (/.f64 a (*.f64 (neg.f64 z) z))) |
(-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 (neg.f64 z) z))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 z z) a)) #s(literal -1 binary64))) |
(+.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z z))) |
(*.f64 (neg.f64 (*.f64 a a)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (*.f64 a a) (neg.f64 a)) (/.f64 #s(literal 1 binary64) (fma.f64 a a #s(literal 0 binary64)))) |
(*.f64 #s(literal -1 binary64) a) |
(*.f64 a #s(literal -1 binary64)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 a a))) (neg.f64 a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 a a) (neg.f64 a))) (neg.f64 (fma.f64 a a #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (*.f64 a a)) a) |
(/.f64 (*.f64 (*.f64 a a) (neg.f64 a)) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 a a) (*.f64 #s(literal 0 binary64) (neg.f64 a))))) |
(/.f64 (*.f64 (*.f64 a a) (neg.f64 a)) (fma.f64 a a #s(literal 0 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (*.f64 a a) (neg.f64 a)))) |
(neg.f64 a) |
(-.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 a a) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (fma.f64 a a #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 a a) a) (fma.f64 a a #s(literal 0 binary64)))) |
(-.f64 #s(literal 0 binary64) a) |
(+.f64 #s(literal 0 binary64) (neg.f64 a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z x)) y) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x z)) y) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 z x)) |
(*.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 x z)) |
(*.f64 (neg.f64 (*.f64 (neg.f64 y) z)) x) |
(*.f64 (neg.f64 (*.f64 (neg.f64 x) y)) z) |
(*.f64 (neg.f64 (neg.f64 z)) (*.f64 y x)) |
(*.f64 (*.f64 z x) y) |
(*.f64 (*.f64 x z) y) |
(*.f64 (*.f64 (neg.f64 y) z) (neg.f64 x)) |
(*.f64 (*.f64 (neg.f64 x) y) (neg.f64 z)) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 y) z)) |
(*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (neg.f64 x) z) y)) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 y x) z)) |
(*.f64 (*.f64 z y) x) |
(*.f64 (neg.f64 z) (*.f64 (neg.f64 x) y)) |
(*.f64 (*.f64 (*.f64 y x) z) #s(literal 1 binary64)) |
(*.f64 (*.f64 y x) (*.f64 z #s(literal 1 binary64))) |
(*.f64 (*.f64 y x) (neg.f64 (neg.f64 z))) |
(*.f64 (*.f64 y x) z) |
(*.f64 z (neg.f64 (*.f64 (neg.f64 x) y))) |
(*.f64 z (*.f64 y x)) |
(*.f64 y (*.f64 (*.f64 z x) #s(literal 1 binary64))) |
(*.f64 y (*.f64 (*.f64 x z) #s(literal 1 binary64))) |
(*.f64 y (*.f64 z x)) |
(*.f64 y (*.f64 x z)) |
(*.f64 x (neg.f64 (*.f64 (neg.f64 y) z))) |
(*.f64 x (*.f64 z y)) |
(neg.f64 (*.f64 (*.f64 (neg.f64 x) z) y)) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (neg.f64 x) z) y)) |
Compiled 49 800 to 3 008 computations (94% saved)
18 alts after pruning (17 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 879 | 11 | 1 890 |
| Fresh | 3 | 6 | 9 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 0 | 0 |
| Total | 1 886 | 18 | 1 904 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 56.8% | (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 17.6% | (/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) | |
| 32.4% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) | |
| ▶ | 37.7% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
| 51.5% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 (*.f64 t t) (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z))) | |
| 67.4% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) | |
| 57.7% | (*.f64 (/.f64 (*.f64 y x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) z) | |
| ▶ | 32.3% | (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) |
| 32.8% | (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) | |
| ▶ | 41.4% | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
| 55.0% | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x))) | |
| 55.3% | (*.f64 (*.f64 z x) (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) | |
| 63.5% | (*.f64 #s(approx (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) z)) (*.f64 z (*.f64 y x))) | |
| 11.7% | (*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) | |
| 54.5% | (exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (*.f64 y x) z))) #s(literal -1 binary64))) | |
| ✓ | 72.9% | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
| 61.4% | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x))) | |
| ▶ | 68.8% | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) |
Compiled 653 to 410 computations (37.2% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| 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 (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) | |
| cost-diff | 0 | (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) | |
| cost-diff | 0 | (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) | |
| cost-diff | 320 | (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) | |
| cost-diff | 0 | (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.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 z z)))) | |
| cost-diff | 0 | (/.f64 x z) | |
| cost-diff | 0 | #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) | |
| cost-diff | 0 | (*.f64 z y) | |
| cost-diff | 0 | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) | |
| cost-diff | 0 | (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) | |
| cost-diff | 0 | (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) | |
| cost-diff | 0 | #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) | |
| cost-diff | 0 | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) |
| 5 368× | lower-*.f32 |
| 5 340× | lower-*.f64 |
| 5 006× | lower-fma.f32 |
| 5 004× | lower-fma.f64 |
| 1 996× | lower-/.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 55 | 362 |
| 0 | 83 | 356 |
| 1 | 151 | 354 |
| 2 | 331 | 348 |
| 3 | 859 | 348 |
| 4 | 1837 | 348 |
| 5 | 2291 | 348 |
| 6 | 2628 | 348 |
| 7 | 3503 | 348 |
| 8 | 5033 | 348 |
| 0 | 8222 | 348 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) |
#s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) |
(*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) |
(*.f64 t x) |
t |
x |
(/.f64 a (*.f64 z z)) |
a |
(*.f64 z z) |
z |
#s(literal 1/2 binary64) |
y |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 z y) |
z |
y |
#s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) |
(/.f64 x z) |
x |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
(*.f64 (*.f64 x y) z) |
(*.f64 x y) |
x |
y |
z |
(sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) |
#s(approx (- (* z z) (* t a)) (*.f64 z z)) |
(*.f64 z z) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) |
#s(literal 1 binary64) |
(sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) |
#s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) |
(*.f64 (neg.f64 t) a) |
(neg.f64 t) |
t |
a |
(*.f64 z (*.f64 y x)) |
z |
(*.f64 y x) |
y |
x |
(/.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 |
| Outputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) #s(literal 1/2 binary64)) (*.f64 t y) y) x))) |
#s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) |
#s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) #s(literal 1/2 binary64)) (*.f64 t y) y) x)) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) #s(literal 1/2 binary64)) (*.f64 t y) y) x) |
(fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) |
(*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)) x) |
(*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) |
(*.f64 (/.f64 x (*.f64 z z)) (*.f64 a t)) |
(*.f64 t x) |
t |
x |
(/.f64 a (*.f64 z z)) |
a |
(*.f64 z z) |
z |
#s(literal 1/2 binary64) |
y |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (*.f64 z y)) |
(*.f64 z y) |
z |
y |
#s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) |
(/.f64 x z) |
x |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z 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 z z))) |
(sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) |
#s(approx (- (* z z) (* t a)) (*.f64 z z)) |
#s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) |
(*.f64 z z) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) |
#s(literal 1 binary64) |
(sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) |
#s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) |
(*.f64 (neg.f64 t) a) |
(neg.f64 t) |
t |
a |
(*.f64 z (*.f64 y x)) |
(*.f64 (*.f64 z y) x) |
z |
(*.f64 y x) |
y |
x |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z 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 t) a (*.f64 z z))) |
(-.f64 (*.f64 z z) (*.f64 t a)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(*.f64 z z) |
(*.f64 t a) |
(*.f64 a t) |
t |
a |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 0.40234375000000006 | (-.f64 (*.f64 z z) (*.f64 t a)) | |
| accuracy | 6.27730351067155 | (*.f64 (*.f64 z y) x) | |
| accuracy | 9.460908443606886 | (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) | |
| accuracy | 27.027584158922107 | (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) | |
| accuracy | 5.194263594215475 | (*.f64 z (*.f64 y x)) | |
| accuracy | 9.439755953375325 | (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) | |
| accuracy | 27.027584158922107 | (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) | |
| accuracy | 41.98906755789172 | #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) | |
| accuracy | 5.194263594215475 | (*.f64 (*.f64 x y) z) | |
| accuracy | 9.460908443606886 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) | |
| accuracy | 17.703417492188517 | #s(approx (- (* z z) (* t a)) (*.f64 z z)) | |
| accuracy | 27.027584158922107 | (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) | |
| accuracy | 0 | (/.f64 x z) | |
| accuracy | 0 | (*.f64 z y) | |
| accuracy | 18.7013750709973 | #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) | |
| accuracy | 21.408697239446997 | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) | |
| accuracy | 0.28808593041009267 | (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) | |
| accuracy | 7.523872882390142 | (/.f64 a (*.f64 z z)) | |
| accuracy | 8.907959242038562 | (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) | |
| accuracy | 19.238938522676303 | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) |
| 122.0ms | 256× | 0 | valid |
Compiled 278 to 42 computations (84.9% saved)
ival-mult: 56.0ms (74.6% of total)ival-div: 9.0ms (12% of total)ival-add: 3.0ms (4% of total)ival-sqrt: 3.0ms (4% of total)ival-neg: 2.0ms (2.7% of total)ival-sub: 1.0ms (1.3% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ()) |
#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ()) |
#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ()) |
#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ()) |
#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ()) |
#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ()) |
#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ()) |
#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ()) |
#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ()) |
#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ()) |
#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ()) |
#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ()) |
#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ()) |
#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ()) |
#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ()) |
#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ()) |
#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ()) |
#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ()) |
#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ()) |
#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ()) |
#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ()) |
#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ()) |
#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ()) |
#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ()) |
| Outputs |
|---|
#s(alt (* x y) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt x (taylor 0 a) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) (taylor 0 a) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) (taylor 0 a) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) (taylor 0 a) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) (taylor 0 a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 z) (taylor 0 a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a t) (pow z 3))) (/ 1 z)) (taylor 0 a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a (+ (* -1/2 (* a (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))) (* 1/2 (/ t (pow z 3))))) (/ 1 z)) (taylor 0 a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a (+ (* 1/2 (/ t (pow z 3))) (* a (+ (* -1/2 (* a (* 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 (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))) (/ 1 z)) (taylor 0 a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor 0 a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) (taylor 0 a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) (taylor 0 a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 a) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 a) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 a) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 a) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor 0 a) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor 0 a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor inf a) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t x)) (pow z 2))) (taylor inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t x) (pow z 2))) (/ x a))) (taylor inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t x) (pow z 2))) (/ x a))) (taylor inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t x) (pow z 2))) (/ x a))) (taylor inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (sqrt -1)) (taylor inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) (taylor inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) (taylor inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (+ (* 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))) (sqrt -1))))) (taylor inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 t) (/ (pow z 2) a))) (taylor inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 t) (/ (pow z 2) a))) (taylor inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 t) (/ (pow z 2) a))) (taylor inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) (taylor inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf a) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf a) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf a) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf a) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor inf a) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (/ (pow z 2) a) t)) (taylor inf a) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (/ (pow z 2) a) t)) (taylor inf a) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (/ (pow z 2) a) t)) (taylor inf a) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (/ (pow z 2) a) t)) (taylor inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (/ (pow z 2) a) t)) (taylor inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (/ (pow z 2) a) t)) (taylor inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor -inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor -inf a) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t x)) (pow z 2))) (taylor -inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ x a)) (* -1/2 (/ (* t x) (pow z 2)))))) (taylor -inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ x a)) (* -1/2 (/ (* t x) (pow z 2)))))) (taylor -inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ x a)) (* -1/2 (/ (* t x) (pow z 2)))))) (taylor -inf a) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor -inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor -inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (sqrt -1)) (taylor -inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) (taylor -inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) (taylor -inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* (pow z 4) (sqrt -1)))) (* 1/2 (* (sqrt (/ t a)) (* (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) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) (taylor -inf a) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor -inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) (taylor -inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) (taylor -inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) (taylor -inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) (taylor -inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf a) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf a) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf a) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf a) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor -inf a) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) (taylor -inf a) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) (taylor -inf a) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) (taylor -inf a) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor -inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) (taylor -inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) (taylor -inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) (taylor -inf a) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt x (taylor 0 t) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) (taylor 0 t) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) (taylor 0 t) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) (taylor 0 t) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) (taylor 0 t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 t) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 t) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) (taylor 0 t) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) (taylor 0 t) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 z) (taylor 0 t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a t) (pow z 3))) (/ 1 z)) (taylor 0 t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* t (+ (* -1/2 (* t (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))) (* 1/2 (/ a (pow z 3))))) (/ 1 z)) (taylor 0 t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* t (+ (* 1/2 (/ a (pow z 3))) (* t (+ (* -1/2 (* t (* 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 (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))) (/ 1 z)) (taylor 0 t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) (taylor 0 t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) (taylor 0 t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor 0 t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) (taylor 0 t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) (taylor 0 t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 t) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 t) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 t) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 t) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor 0 t) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor 0 t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor inf t) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t x)) (pow z 2))) (taylor inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a x) (pow z 2))) (/ x t))) (taylor inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a x) (pow z 2))) (/ x t))) (taylor inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a x) (pow z 2))) (/ x t))) (taylor inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf t) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) (taylor inf t) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf t) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf t) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (sqrt -1)) (taylor inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) (taylor inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) (taylor inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (+ (* 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))) (sqrt -1))))) (taylor inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) (taylor inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* -1 a) (/ (pow z 2) t))) (taylor inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* -1 a) (/ (pow z 2) t))) (taylor inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* -1 a) (/ (pow z 2) t))) (taylor inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) (taylor inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf t) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf t) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf t) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf t) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor inf t) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* t (- (/ (pow z 2) t) a)) (taylor inf t) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* t (- (/ (pow z 2) t) a)) (taylor inf t) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* t (- (/ (pow z 2) t) a)) (taylor inf t) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* t (- (/ (pow z 2) t) a)) (taylor inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* t (- (/ (pow z 2) t) a)) (taylor inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* t (- (/ (pow z 2) t) a)) (taylor inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor -inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor -inf t) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t x)) (pow z 2))) (taylor -inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ x t)) (* -1/2 (/ (* a x) (pow z 2)))))) (taylor -inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ x t)) (* -1/2 (/ (* a x) (pow z 2)))))) (taylor -inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ x t)) (* -1/2 (/ (* a x) (pow z 2)))))) (taylor -inf t) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor -inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor -inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf t) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) (taylor -inf t) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf t) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf t) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (sqrt -1)) (taylor -inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) (taylor -inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) (taylor -inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* (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) (sqrt -1))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) (taylor -inf t) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) (taylor -inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor -inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) (taylor -inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) (taylor -inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) (taylor -inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) (taylor -inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf t) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf t) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf t) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf t) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf t) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor -inf t) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) (taylor -inf t) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) (taylor -inf t) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) (taylor -inf t) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor -inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) (taylor -inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) (taylor -inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) (taylor -inf t) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor 0 z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor 0 z) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t x)) (pow z 2))) (taylor 0 z) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t x))) (* x (pow z 2))) (pow z 2)) (taylor 0 z) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t x))) (* x (pow z 2))) (pow z 2)) (taylor 0 z) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t x))) (* x (pow z 2))) (pow z 2)) (taylor 0 z) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor 0 z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor 0 z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor 0 z) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) (taylor 0 z) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (sqrt -1)) (taylor 0 z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) (taylor 0 z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor 0 z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) (taylor 0 z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor 0 z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor 0 z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) (taylor 0 z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor 0 z) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (- (pow z 2) (* a t)) (taylor 0 z) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (- (pow z 2) (* a t)) (taylor 0 z) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (- (pow z 2) (* a t)) (taylor 0 z) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor 0 z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (- (pow z 2) (* a t)) (taylor 0 z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (- (pow z 2) (* a t)) (taylor 0 z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (- (pow z 2) (* a t)) (taylor 0 z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt x (taylor inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) (taylor inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) (taylor inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) (taylor inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) (taylor inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 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) (taylor inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 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) (taylor inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt z (taylor inf z) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) (taylor inf z) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf z) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 z) (taylor inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 1 (* 1/2 (/ (* a t) (pow z 2)))) z) (taylor inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 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))))) z) (taylor inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 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)))))) z) (taylor inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) (taylor inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt z (taylor inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) (taylor inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf z) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf z) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf z) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf z) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor inf z) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf z) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt x (taylor -inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) (taylor -inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) (taylor -inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) (taylor -inf z) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ x z)) (taylor -inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) (taylor -inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)) (taylor -inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)) (taylor -inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor -inf z) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) (taylor -inf z) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) (taylor -inf z) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf z) (#s(alt (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) (patch (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 z) (taylor -inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ 1 (* 1/2 (/ (* a t) (pow z 2)))) z)) (taylor -inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ 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))))) z)) (taylor -inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ 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)))))) z)) (taylor -inf z) (#s(alt (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor -inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) (taylor -inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) (taylor -inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor -inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor -inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) (taylor -inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) (taylor -inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf z) (#s(alt (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) (patch (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf z) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf z) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf z) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf z) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor -inf z) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt #s(approx (- (* z z) (* t a)) (*.f64 z z)) (patch #s(approx (- (* z z) (* t a)) (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor -inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt (-.f64 (*.f64 z z) (*.f64 t a)) (patch (-.f64 (*.f64 z z) (*.f64 t a)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) (taylor -inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) (taylor -inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) (taylor -inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) (taylor -inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 x) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 x) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 x) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 x) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) (taylor 0 x) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) (taylor 0 x) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) (taylor 0 x) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) (taylor 0 x) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 x) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 x) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 x) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor 0 x) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf x) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf x) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf x) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf x) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) (taylor inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) (taylor inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) (taylor inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) (taylor inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf x) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf x) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf x) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor inf x) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) (taylor -inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) (taylor -inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) (taylor -inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) (taylor -inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) (taylor -inf x) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) (taylor -inf x) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) (taylor -inf x) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) (taylor -inf x) (#s(alt (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) (patch (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (- (* -1/2 (/ (* a t) (pow z 2))) 1))) (taylor -inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (- (* -1/2 (/ (* a t) (pow z 2))) 1))) (taylor -inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (- (* -1/2 (/ (* a t) (pow z 2))) 1))) (taylor -inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (- (* -1/2 (/ (* a t) (pow z 2))) 1))) (taylor -inf x) (#s(alt (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) (patch (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) (patch (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) (patch (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) (patch (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) x) (patch (*.f64 (*.f64 z y) x) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf x) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf x) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf x) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a (* t x)) (pow z 2)) (taylor -inf x) (#s(alt (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) (patch (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 z (*.f64 y x)) (patch (*.f64 z (*.f64 y x)) #<representation binary64>) () ())) ()) |
15 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 27.0ms | t | @ | -inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (+ (* (* (* t x) (/ a (* z z))) 1/2) x) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/ x z) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (* (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (* z (* y x))) (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (sqrt (+ (* (neg a) t) (* z z))) (+ (* (neg a) t) (* z z)) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (sqrt (- (* z z) (* t a))) (* (* t x) (/ a (* z z))) (/ a (* z z)) (- (* z z) (* t a)) (* z (* y x)) (- (* z z) (* t a))) |
| 23.0ms | x | @ | 0 | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (+ (* (* (* t x) (/ a (* z z))) 1/2) x) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/ x z) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (* (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (* z (* y x))) (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (sqrt (+ (* (neg a) t) (* z z))) (+ (* (neg a) t) (* z z)) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (sqrt (- (* z z) (* t a))) (* (* t x) (/ a (* z z))) (/ a (* z z)) (- (* z z) (* t a)) (* z (* y x)) (- (* z z) (* t a))) |
| 5.0ms | x | @ | -inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (+ (* (* (* t x) (/ a (* z z))) 1/2) x) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/ x z) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (* (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (* z (* y x))) (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (sqrt (+ (* (neg a) t) (* z z))) (+ (* (neg a) t) (* z z)) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (sqrt (- (* z z) (* t a))) (* (* t x) (/ a (* z z))) (/ a (* z z)) (- (* z z) (* t a)) (* z (* y x)) (- (* z z) (* t a))) |
| 4.0ms | y | @ | -inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (+ (* (* (* t x) (/ a (* z z))) 1/2) x) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/ x z) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (* (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (* z (* y x))) (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (sqrt (+ (* (neg a) t) (* z z))) (+ (* (neg a) t) (* z z)) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (sqrt (- (* z z) (* t a))) (* (* t x) (/ a (* z z))) (/ a (* z z)) (- (* z z) (* t a)) (* z (* y x)) (- (* z z) (* t a))) |
| 4.0ms | a | @ | -inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (+ (* (* (* t x) (/ a (* z z))) 1/2) x) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/ x z) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (* (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (* z (* y x))) (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (sqrt (+ (* (neg a) t) (* z z))) (+ (* (neg a) t) (* z z)) (/ (* (* z y) x) (sqrt (- (* z z) (* t a)))) (* (* z y) x) (sqrt (- (* z z) (* t a))) (* (* t x) (/ a (* z z))) (/ a (* z z)) (- (* z z) (* t a)) (* z (* y x)) (- (* z z) (* t a))) |
| 1× | egg-herbie |
| 6 848× | lower-*.f64 |
| 6 848× | lower-*.f32 |
| 6 824× | lower-fma.f64 |
| 6 824× | lower-fma.f32 |
| 4 814× | lower-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 836 | 21194 |
| 1 | 2787 | 20714 |
| 2 | 7610 | 20714 |
| 0 | 8051 | 20047 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
x |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(+ (* 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)) |
(+ (* 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)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ 1 z) |
(+ (* 1/2 (/ (* a t) (pow z 3))) (/ 1 z)) |
(+ (* a (+ (* -1/2 (* a (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))) (* 1/2 (/ t (pow z 3))))) (/ 1 z)) |
(+ (* a (+ (* 1/2 (/ t (pow z 3))) (* a (+ (* -1/2 (* a (* 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 (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))) (/ 1 z)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* 1/2 (/ (* a (* t x)) (pow z 2))) |
(* a (+ (* 1/2 (/ (* t x) (pow z 2))) (/ x a))) |
(* a (+ (* 1/2 (/ (* t x) (pow z 2))) (/ x a))) |
(* a (+ (* 1/2 (/ (* t x) (pow z 2))) (/ x a))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (+ (* 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))) (sqrt -1))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(* -1 (* a t)) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(* -1 (* a t)) |
(* a (- (/ (pow z 2) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(* -1 (* a t)) |
(* a (- (/ (pow z 2) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(* a (- (/ (pow z 2) a) t)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* 1/2 (/ (* a (* t x)) (pow z 2))) |
(* -1 (* a (+ (* -1 (/ x a)) (* -1/2 (/ (* t x) (pow z 2)))))) |
(* -1 (* a (+ (* -1 (/ x a)) (* -1/2 (/ (* t x) (pow z 2)))))) |
(* -1 (* a (+ (* -1 (/ x a)) (* -1/2 (/ (* t x) (pow z 2)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* (pow z 4) (sqrt -1)))) (* 1/2 (* (sqrt (/ t a)) (* (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) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(* -1 (* a t)) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(* -1 (* a t)) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* -1 (* a t)) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
x |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(+ (* 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)) |
(+ (* 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)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ 1 z) |
(+ (* 1/2 (/ (* a t) (pow z 3))) (/ 1 z)) |
(+ (* t (+ (* -1/2 (* t (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))) (* 1/2 (/ a (pow z 3))))) (/ 1 z)) |
(+ (* t (+ (* 1/2 (/ a (pow z 3))) (* t (+ (* -1/2 (* t (* 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 (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))) (/ 1 z)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* 1/2 (/ (* a (* t x)) (pow z 2))) |
(* t (+ (* 1/2 (/ (* a x) (pow z 2))) (/ x t))) |
(* t (+ (* 1/2 (/ (* a x) (pow z 2))) (/ x t))) |
(* t (+ (* 1/2 (/ (* a x) (pow z 2))) (/ x t))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (+ (* 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))) (sqrt -1))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(* -1 (* a t)) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(* -1 (* a t)) |
(* t (- (/ (pow z 2) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(* -1 (* a t)) |
(* t (- (/ (pow z 2) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(* t (- (/ (pow z 2) t) a)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* 1/2 (/ (* a (* t x)) (pow z 2))) |
(* -1 (* t (+ (* -1 (/ x t)) (* -1/2 (/ (* a x) (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ x t)) (* -1/2 (/ (* a x) (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ x t)) (* -1/2 (/ (* a x) (pow z 2)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* (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) (sqrt -1))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(* -1 (* a t)) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(* -1 (* a t)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(* -1 (* a t)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(* 1/2 (/ (* a (* t x)) (pow z 2))) |
(/ (+ (* 1/2 (* a (* t x))) (* x (pow z 2))) (pow z 2)) |
(/ (+ (* 1/2 (* a (* t x))) (* x (pow z 2))) (pow z 2)) |
(/ (+ (* 1/2 (* a (* t x))) (* x (pow z 2))) (pow z 2)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (sqrt (* a t)) (sqrt -1)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(* -1 (* a t)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (sqrt (* a t)) (sqrt -1)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(* -1 (* a t)) |
(- (pow z 2) (* a t)) |
(- (pow z 2) (* a t)) |
(- (pow z 2) (* a t)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* -1 (* a t)) |
(- (pow z 2) (* a t)) |
(- (pow z 2) (* a t)) |
(- (pow z 2) (* a t)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
x |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(/ x z) |
(/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) |
(/ (+ 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) |
(/ (+ 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) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(* 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))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(/ 1 z) |
(/ (+ 1 (* 1/2 (/ (* a t) (pow z 2)))) z) |
(/ (+ 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))))) z) |
(/ (+ 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)))))) z) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(* 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))))))) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(* 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))))))) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
x |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* -1 (/ x z)) |
(* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) |
(* -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)) |
(* -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)) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* -1 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(* -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)))))))) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(/ -1 z) |
(* -1 (/ (+ 1 (* 1/2 (/ (* a t) (pow z 2)))) z)) |
(* -1 (/ (+ 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))))) z)) |
(* -1 (/ (+ 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)))))) z)) |
(* -1 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(* -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)))))))) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* -1 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(* -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)))))))) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(* -1 (* x (- (* -1/2 (/ (* a t) (pow z 2))) 1))) |
(* -1 (* x (- (* -1/2 (/ (* a t) (pow z 2))) 1))) |
(* -1 (* x (- (* -1/2 (/ (* a t) (pow z 2))) 1))) |
(* -1 (* x (- (* -1/2 (/ (* a t) (pow z 2))) 1))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(/ (* a (* t x)) (pow z 2)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
| Outputs |
|---|
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(+ (* 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)) |
(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 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
x |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(+ (* 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)) |
(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 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(/ x z) |
(/.f64 x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 t x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) a (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 8 binary64)))) z) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))))) a (/.f64 (*.f64 (*.f64 t x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) a (/.f64 x z)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(+ (* 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)) |
(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 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (/.f64 (*.f64 t a) z) #s(literal -1/2 binary64) z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 t t) (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (*.f64 t t) t) (/.f64 a (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 t t) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) z))) a (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(+ (* 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)) |
(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 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(+ (* 1/2 (/ (* a t) (pow z 3))) (/ 1 z)) |
(fma.f64 (*.f64 t (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) z)) |
(+ (* a (+ (* -1/2 (* a (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))) (* 1/2 (/ t (pow z 3))))) (/ 1 z)) |
(fma.f64 (fma.f64 (*.f64 (*.f64 a z) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) #s(literal -1/2 binary64) (*.f64 (/.f64 t (*.f64 (*.f64 z z) z)) #s(literal 1/2 binary64))) a (/.f64 #s(literal 1 binary64) z)) |
(+ (* a (+ (* 1/2 (/ t (pow z 3))) (* a (+ (* -1/2 (* a (* 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 (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))) (/ 1 z)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a z) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 8 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) z))) a (*.f64 (/.f64 t (*.f64 (*.f64 z z) z)) #s(literal 1/2 binary64))) a (/.f64 #s(literal 1 binary64) z)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (/.f64 (*.f64 t a) z) #s(literal -1/2 binary64) z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 t t) (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (*.f64 t t) t) (/.f64 a (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 t t) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) z))) a (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(+ (* 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)) |
(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 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (/.f64 (*.f64 t a) z) #s(literal -1/2 binary64) z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 t t) (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (*.f64 t t) t) (/.f64 a (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 t t) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) z))) a (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* 1/2 (/ (* a (* t x)) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* a (+ (* 1/2 (/ (* t x) (pow z 2))) (/ x a))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 x a)) a) |
(* a (+ (* 1/2 (/ (* t x) (pow z 2))) (/ x a))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 x a)) a) |
(* a (+ (* 1/2 (/ (* t x) (pow z 2))) (/ x a))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 x a)) a) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) a) |
(* 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))))) |
(*.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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))) a) |
(* 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)))))) |
(*.f64 (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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) a) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (+ (* 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))) (sqrt -1))))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (/.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) a) |
(* 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))))) |
(*.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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))) a) |
(* 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)))))) |
(*.f64 (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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) a) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) a) |
(* 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))))) |
(*.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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))) a) |
(* 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)))))) |
(*.f64 (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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) a) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* a (- (/ (pow z 2) a) t)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(-.f64 (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (neg.f64 x) (/.f64 y a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (neg.f64 x) (/.f64 y a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (neg.f64 x) (/.f64 y a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (neg.f64 x) (/.f64 y a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (neg.f64 x) (/.f64 y a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (neg.f64 x) (/.f64 y a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(* 1/2 (/ (* a (* t x)) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* -1 (* a (+ (* -1 (/ x a)) (* -1/2 (/ (* t x) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 t (/.f64 x (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 x) a))) |
(* -1 (* a (+ (* -1 (/ x a)) (* -1/2 (/ (* t x) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 t (/.f64 x (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 x) a))) |
(* -1 (* a (+ (* -1 (/ x a)) (* -1/2 (/ (* t x) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 t (/.f64 x (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 x) a))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(-.f64 (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(-.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(-.f64 (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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))))) |
(* -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)))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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)))))) |
(* -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))))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(-.f64 (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* (pow z 4) (sqrt -1)))) (* 1/2 (* (sqrt (/ t a)) (* (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) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(-.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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 a)))) (*.f64 (*.f64 a a) a)))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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))))) |
(* -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)))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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)))))) |
(* -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))))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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))))))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(*.f64 (neg.f64 a) (-.f64 t (/.f64 (*.f64 z z) a))) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(*.f64 (neg.f64 a) (-.f64 t (/.f64 (*.f64 z z) a))) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(*.f64 (neg.f64 a) (-.f64 t (/.f64 (*.f64 z z) a))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(-.f64 (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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))))) |
(* -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)))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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)))))) |
(* -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))))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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))))))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 (neg.f64 a) (-.f64 t (/.f64 (*.f64 z z) a))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 (neg.f64 a) (-.f64 t (/.f64 (*.f64 z z) a))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 (neg.f64 a) (-.f64 t (/.f64 (*.f64 z z) a))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 (neg.f64 a) (-.f64 t (/.f64 (*.f64 z z) a))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 (neg.f64 a) (-.f64 t (/.f64 (*.f64 z z) a))) |
(* -1 (* a (- (* -1 (/ (pow z 2) a)) (* -1 t)))) |
(*.f64 (neg.f64 a) (-.f64 t (/.f64 (*.f64 z z) a))) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(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 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
x |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(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 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(/ x z) |
(/.f64 x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 a x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) t (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 x z) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (pow.f64 z #s(literal 8 binary64))))) t (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))))) t (/.f64 (*.f64 (*.f64 a x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) t (/.f64 x z)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(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 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (/.f64 (*.f64 t a) z) #s(literal -1/2 binary64) z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 t (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) a) (/.f64 t (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) z))) t (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(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 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(+ (* 1/2 (/ (* a t) (pow z 3))) (/ 1 z)) |
(fma.f64 (*.f64 t (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) z)) |
(+ (* t (+ (* -1/2 (* t (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))) (* 1/2 (/ a (pow z 3))))) (/ 1 z)) |
(fma.f64 (fma.f64 (*.f64 (*.f64 t z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) #s(literal -1/2 binary64) (*.f64 (/.f64 a (*.f64 (*.f64 z z) z)) #s(literal 1/2 binary64))) t (/.f64 #s(literal 1 binary64) z)) |
(+ (* t (+ (* 1/2 (/ a (pow z 3))) (* t (+ (* -1/2 (* t (* 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 (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))) (/ 1 z)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t z) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (pow.f64 z #s(literal 8 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) z))) t (*.f64 (/.f64 a (*.f64 (*.f64 z z) z)) #s(literal 1/2 binary64))) t (/.f64 #s(literal 1 binary64) z)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (/.f64 (*.f64 t a) z) #s(literal -1/2 binary64) z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 t (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) a) (/.f64 t (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) z))) t (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(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 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (pow.f64 z #s(literal 8 binary64))))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (/.f64 (*.f64 t a) z) #s(literal -1/2 binary64) z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 t (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) a) (/.f64 t (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) z))) t (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* 1/2 (/ (* a (* t x)) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* t (+ (* 1/2 (/ (* a x) (pow z 2))) (/ x t))) |
(*.f64 (fma.f64 (*.f64 x (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 x t)) t) |
(* t (+ (* 1/2 (/ (* a x) (pow z 2))) (/ x t))) |
(*.f64 (fma.f64 (*.f64 x (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 x t)) t) |
(* t (+ (* 1/2 (/ (* a x) (pow z 2))) (/ x t))) |
(*.f64 (fma.f64 (*.f64 x (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 x t)) t) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* 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))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (/.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 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #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 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (/.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 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (pow z 4) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (+ (* 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))) (sqrt -1))))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* 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))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (/.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 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #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 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (/.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 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* 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))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (/.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 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #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 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (/.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 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* t (- (/ (pow z 2) t) a)) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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))))) (neg.f64 (*.f64 (*.f64 t t) t))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 x) (/.f64 y t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 x) (/.f64 y t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 x) (/.f64 y t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 x) (/.f64 y t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 x) (/.f64 y t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 x) (/.f64 y t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* 1/2 (/ (* a (* t x)) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* -1 (* t (+ (* -1 (/ x t)) (* -1/2 (/ (* a x) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 x (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 x (neg.f64 t))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ x t)) (* -1/2 (/ (* a x) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 x (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 x (neg.f64 t))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ x t)) (* -1/2 (/ (* a x) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 x (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (/.f64 x (neg.f64 t))) (neg.f64 t)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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))))) (neg.f64 (*.f64 (*.f64 t t) t))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) x) (sqrt.f64 #s(literal -1 binary64)) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64)))))) (neg.f64 (*.f64 (*.f64 t t) t))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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))))) (neg.f64 (*.f64 (*.f64 t t) t))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) 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)) |
(* -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)))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (*.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 (*.f64 (*.f64 t t) t) 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)) |
(* -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))))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (*.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 (*.f64 (*.f64 t t) t) 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)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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))))) (neg.f64 (*.f64 (*.f64 t t) t))))) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* (pow z 4) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* (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) (sqrt -1))))) (pow t 3))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1)))) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z)) (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (pow.f64 z #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 t))))) (neg.f64 (*.f64 (*.f64 t t) t))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) 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)) |
(* -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)))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (*.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 (*.f64 (*.f64 t t) t) 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)) |
(* -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))))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (*.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 (*.f64 (*.f64 t t) t) 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)) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(*.f64 (-.f64 a (/.f64 (*.f64 z z) t)) (neg.f64 t)) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(*.f64 (-.f64 a (/.f64 (*.f64 z z) t)) (neg.f64 t)) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(*.f64 (-.f64 a (/.f64 (*.f64 z z) t)) (neg.f64 t)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) x) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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))))) (neg.f64 (*.f64 (*.f64 t t) t))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) 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)) |
(* -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)))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (*.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 (*.f64 (*.f64 t t) t) 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)) |
(* -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))))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (*.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 (*.f64 (*.f64 t t) t) 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)) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 (-.f64 a (/.f64 (*.f64 z z) t)) (neg.f64 t)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 (-.f64 a (/.f64 (*.f64 z z) t)) (neg.f64 t)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 (-.f64 a (/.f64 (*.f64 z z) t)) (neg.f64 t)) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 (-.f64 a (/.f64 (*.f64 z z) t)) (neg.f64 t)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 (-.f64 a (/.f64 (*.f64 z z) t)) (neg.f64 t)) |
(* -1 (* t (- (* -1 (/ (pow z 2) t)) (* -1 a)))) |
(*.f64 (-.f64 a (/.f64 (*.f64 z z) t)) (neg.f64 t)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a)) (*.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) y (/.f64 y (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(* 1/2 (/ (* a (* t x)) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(/ (+ (* 1/2 (* a (* t x))) (* x (pow z 2))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 t x) a) #s(literal 1/2 binary64) (*.f64 (*.f64 z z) x)) (*.f64 z z)) |
(/ (+ (* 1/2 (* a (* t x))) (* x (pow z 2))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 t x) a) #s(literal 1/2 binary64) (*.f64 (*.f64 z z) x)) (*.f64 z z)) |
(/ (+ (* 1/2 (* a (* t x))) (* x (pow z 2))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 t x) a) #s(literal 1/2 binary64) (*.f64 (*.f64 z z) x)) (*.f64 z z)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a)) (*.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) y (/.f64 y (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a))))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 x (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64))))) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) x (/.f64 x (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a)) (*.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) y (/.f64 y (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 z (/.f64 z (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64)))))) (*.f64 z (/.f64 z (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 z z) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a)) (*.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) y (/.f64 y (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* (sqrt (/ 1 (* a t))) (sqrt -1)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 (*.f64 t a)) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 z z) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))))) |
(fma.f64 (fma.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 z z))) (*.f64 z z) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 z (/.f64 z (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64)))))) (*.f64 z (/.f64 z (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 z z) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a)) (*.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) y (/.f64 y (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (neg.f64 (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 a a) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 z (/.f64 z (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64)))))) (*.f64 z (/.f64 z (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 z z) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(- (pow z 2) (* a t)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(- (pow z 2) (* a t)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(- (pow z 2) (* a t)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(- (pow z 2) (* a t)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(- (pow z 2) (* a t)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(- (pow z 2) (* a t)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x))) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
x |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x))) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(/ x z) |
(/.f64 x z) |
(/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) |
(/.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) z) |
(/ (+ 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) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x)) z) |
(/ (+ 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) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 x (pow.f64 z #s(literal 6 binary64))))) (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x)) z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x))) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64)) z) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64))) z) |
(* 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))))))) |
(fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) z z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x))) |
(/ 1 z) |
(/.f64 #s(literal 1 binary64) z) |
(/ (+ 1 (* 1/2 (/ (* a t) (pow z 2)))) z) |
(/.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) z) |
(/ (+ 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))))) z) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64))) z) |
(/ (+ 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)))))) z) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))) (/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (pow.f64 z #s(literal 6 binary64)))) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64))) z) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64)) z) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64))) z) |
(* 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))))))) |
(fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) z z) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x))) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64)) z) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64))) z) |
(* 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))))))) |
(fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) z z) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal 1/2 binary64) (fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64))))))))) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) #s(literal 1/2 binary64) (*.f64 y x)) |
x |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) |
(+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) |
(fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal 1/2 binary64) (fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64))))))))) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* -1 (/ x z)) |
(/.f64 (neg.f64 x) z) |
(* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) |
(/.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) (neg.f64 z)) |
(* -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)) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x)) (neg.f64 z)) |
(* -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)) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 x (pow.f64 z #s(literal 6 binary64))))) (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x)) (neg.f64 z)) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal 1/2 binary64) (fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64))))))))) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* -1 z) |
(neg.f64 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (neg.f64 z) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(*.f64 (neg.f64 z) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 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)))))))) |
(neg.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) z z)) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal 1/2 binary64) (fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64))))))))) |
(/ -1 z) |
(/.f64 #s(literal -1 binary64) z) |
(* -1 (/ (+ 1 (* 1/2 (/ (* a t) (pow z 2)))) z)) |
(/.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) (neg.f64 z)) |
(* -1 (/ (+ 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))))) z)) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64))) (neg.f64 z)) |
(* -1 (/ (+ 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)))))) z)) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))) (/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (pow.f64 z #s(literal 6 binary64)))) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64))) (neg.f64 z)) |
(* -1 z) |
(neg.f64 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (neg.f64 z) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(*.f64 (neg.f64 z) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 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)))))))) |
(neg.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) z z)) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal 1/2 binary64) (fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t a) (*.f64 y (/.f64 x (*.f64 z z)))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 t t) t) (*.f64 (*.f64 (*.f64 t a) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64))) #s(literal -1/2 binary64))) (/.f64 y (pow.f64 z #s(literal 6 binary64))))))))) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* -1 z) |
(neg.f64 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (neg.f64 z) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(*.f64 (neg.f64 z) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 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)))))))) |
(neg.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) z z)) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 t (/.f64 a (*.f64 z z)))) (*.f64 z z)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(*.f64 (neg.f64 y) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 x))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(*.f64 (neg.f64 y) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 x))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(*.f64 (neg.f64 y) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 x))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(*.f64 (neg.f64 y) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 x))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z)) x) y) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) x) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) x) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) x) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) x) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) x) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) x) |
(* x (+ 1 (* 1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 y)) (neg.f64 x)) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 y)) (neg.f64 x)) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 y)) (neg.f64 x)) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 y)) (neg.f64 x)) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal -1 binary64)) y) (neg.f64 x)) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal -1 binary64)) y) (neg.f64 x)) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal -1 binary64)) y) (neg.f64 x)) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal -1 binary64)) y) (neg.f64 x)) |
(* -1 (* x (- (* -1/2 (/ (* a t) (pow z 2))) 1))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal -1 binary64)) (neg.f64 x)) |
(* -1 (* x (- (* -1/2 (/ (* a t) (pow z 2))) 1))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal -1 binary64)) (neg.f64 x)) |
(* -1 (* x (- (* -1/2 (/ (* a t) (pow z 2))) 1))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal -1 binary64)) (neg.f64 x)) |
(* -1 (* x (- (* -1/2 (/ (* a t) (pow z 2))) 1))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal -1 binary64)) (neg.f64 x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(/ (* a (* t x)) (pow z 2)) |
(*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
| 8 304× | lower-fma.f32 |
| 8 302× | lower-fma.f64 |
| 5 342× | lower-*.f32 |
| 5 314× | lower-*.f64 |
| 3 946× | lower-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 55 | 312 |
| 0 | 83 | 306 |
| 1 | 252 | 303 |
| 2 | 1362 | 303 |
| 0 | 8415 | 301 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) |
#s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y)) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 z y) |
#s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) |
(/.f64 x z) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
(*.f64 (*.f64 x y) z) |
(*.f64 x y) |
(sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) |
(sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) |
#s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
(*.f64 (*.f64 z y) x) |
(sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a))) |
(*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) |
(/.f64 a (*.f64 z z)) |
#s(approx (- (* z z) (* t a)) (*.f64 z z)) |
(*.f64 z (*.f64 y x)) |
(-.f64 (*.f64 z z) (*.f64 t a)) |
| Outputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) x) y))) |
#s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) x) y)) |
(*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (neg.f64 x) x)) y) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x)))) |
(*.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x)) y) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))))) |
(*.f64 (*.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (neg.f64 x) x))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x)))) |
(*.f64 (*.f64 y (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) x) y) |
(*.f64 y (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y)) (*.f64 (*.f64 (*.f64 y x) y) x)) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y) (*.f64 y x))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))) (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))))) (*.f64 (*.f64 (*.f64 y x) y) x)) (-.f64 (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))) (*.f64 y x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 y x) y) x) (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y))) (-.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 y x) y) x) (*.f64 (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))) (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))) (-.f64 (*.f64 y x) (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 x x) x))) (fma.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y) (-.f64 (*.f64 (*.f64 (*.f64 y x) y) x) (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y) (*.f64 y x))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 x x) x))) (fma.f64 (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))) (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))) (-.f64 (*.f64 (*.f64 (*.f64 y x) y) x) (*.f64 (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))) (*.f64 y x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 x x) x) (pow.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 y x) y) x (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y)) (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 y y) y) (*.f64 (*.f64 x x) x) (pow.f64 (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 y x) y) x (-.f64 (*.f64 (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))) (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))))) (*.f64 (*.f64 y x) (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (neg.f64 x) x)) y)) (neg.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x)) y)) (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))))) |
(/.f64 (neg.f64 (*.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (neg.f64 x) x)))) (neg.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x)))) |
(/.f64 (neg.f64 (*.f64 y (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x)))) (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))))) |
(/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (neg.f64 x) x)) y) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x)) y) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))))))) |
(/.f64 (*.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (neg.f64 x) x))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) |
(/.f64 (*.f64 y (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x)) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (neg.f64 x) x)) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x)) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x)) (*.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (neg.f64 x) x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))) (*.f64 y (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x))))) |
(/.f64 y (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) x))) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y (*.f64 y x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 y x) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y)) |
(fma.f64 #s(literal 1 binary64) (*.f64 y x) (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))))) |
(fma.f64 (*.f64 y x) #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y)) |
(fma.f64 (*.f64 y x) #s(literal 1 binary64) (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))))) |
(fma.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) (*.f64 y x)) |
(fma.f64 y x (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y)) |
(fma.f64 y x (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))))) |
(fma.f64 x y (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y)) |
(fma.f64 x y (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))))) |
(+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y) (*.f64 y x)) |
(+.f64 (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))) (*.f64 y x)) |
(+.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) y)) |
(+.f64 (*.f64 y x) (*.f64 y (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))))) |
(*.f64 (fma.f64 x x (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))) |
(*.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (neg.f64 x) x))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))))))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (neg.f64 x) x)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x)))) |
(*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) x)))))) |
(*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))))) |
(*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) x)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) x)) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x)))) (*.f64 (/.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) (/.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) (/.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) (fma.f64 (/.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) (/.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) (/.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))))))) |
(/.f64 (neg.f64 (fma.f64 x x (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z))))) (neg.f64 (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (neg.f64 x) x)))) (neg.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x)))) (neg.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z))) #s(literal 1/16 binary64) (*.f64 (neg.f64 (*.f64 x x)) (*.f64 x x))) #s(literal 1 binary64)) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x x)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z))) #s(literal 1/16 binary64) (fma.f64 (*.f64 x x) (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (neg.f64 (*.f64 x x)) x)) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) #s(literal 9 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (*.f64 (*.f64 x x) x))) #s(literal 1 binary64)) (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) #s(literal 6 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 x x) x)) (*.f64 (*.f64 (*.f64 x x) x) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64))))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x)) (*.f64 x x))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x)))) |
(/.f64 (fma.f64 x x (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)))) (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))))) |
(/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (neg.f64 x) x))) (neg.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x))) (neg.f64 (fma.f64 x x (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) x)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x))) (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))))) |
(/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 (neg.f64 x) x)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) |
(/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x)) (fma.f64 x x (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) x))))) |
(/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x)) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 x (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))) (fma.f64 x x (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) x)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) x)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) x))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 (*.f64 t x) a) z) x) |
(fma.f64 (/.f64 (*.f64 (*.f64 t x) a) z) (/.f64 #s(literal 1/2 binary64) z) x) |
(fma.f64 (*.f64 (*.f64 (*.f64 t x) a) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 z z)) x) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 t x) a)) (/.f64 #s(literal 1 binary64) (*.f64 z z)) x) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) x) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) t) (*.f64 (/.f64 a (*.f64 z z)) x) x) |
(fma.f64 (*.f64 (/.f64 a (*.f64 z z)) #s(literal 1/2 binary64)) (*.f64 t x) x) |
(fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) (neg.f64 (/.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))))) |
(fma.f64 #s(literal -1 binary64) (neg.f64 x) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))) |
(fma.f64 #s(literal 1 binary64) x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))) |
(fma.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) #s(literal 1/2 binary64) x) |
(fma.f64 (/.f64 a (*.f64 z z)) (*.f64 (*.f64 t x) #s(literal 1/2 binary64)) x) |
(fma.f64 (*.f64 t x) (*.f64 (/.f64 a (*.f64 z z)) #s(literal 1/2 binary64)) x) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) x) |
(fma.f64 t (*.f64 (*.f64 (/.f64 a (*.f64 z z)) x) #s(literal 1/2 binary64)) x) |
(fma.f64 t (*.f64 x (*.f64 (/.f64 a (*.f64 z z)) #s(literal 1/2 binary64))) x) |
(fma.f64 x (*.f64 t (*.f64 (/.f64 a (*.f64 z z)) #s(literal 1/2 binary64))) x) |
(fma.f64 x #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))))) (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (-.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))))) |
(-.f64 (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) (/.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x)))) |
(+.f64 (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t x) a) (*.f64 (*.f64 t x) a)) (*.f64 (*.f64 (*.f64 z z) z) z)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))) (neg.f64 (/.f64 (*.f64 x x) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)) (neg.f64 x))))) |
(+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z))) x) |
(+.f64 x (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t x)) (/.f64 a (*.f64 z z)))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) z) y) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (*.f64 z y)) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 z (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y)) |
(*.f64 y (*.f64 z #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)))) |
(*.f64 #s(literal 1 binary64) (*.f64 z y)) |
(*.f64 (*.f64 z y) #s(literal 1 binary64)) |
(*.f64 z y) |
(*.f64 y z) |
#s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) |
(*.f64 (pow.f64 (/.f64 z x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 z x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) x) |
(*.f64 (neg.f64 x) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 z x)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (neg.f64 x) z)) |
(*.f64 #s(literal 1 binary64) (/.f64 x z)) |
(*.f64 x (/.f64 #s(literal 1 binary64) z)) |
(pow.f64 (/.f64 z x) #s(literal -1 binary64)) |
(/.f64 (neg.f64 x) (neg.f64 z)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 z x))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 z x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z x)) |
(/.f64 x z) |
(neg.f64 (/.f64 (neg.f64 x) z)) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 z)) (/.f64 (neg.f64 x) z)) |
(-.f64 #s(literal 0 binary64) (/.f64 (neg.f64 x) z)) |
(exp.f64 (*.f64 (log.f64 (/.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) (*.f64 (*.f64 z y) x)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) (*.f64 (*.f64 z y) x)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 z y) x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 (*.f64 z y) x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 y x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 z (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 z x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x z) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 z y) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z y) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (neg.f64 (*.f64 z y)) #s(literal -1 binary64)) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 (/.f64 (neg.f64 (*.f64 y x)) #s(literal -1 binary64)) (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 z y) #s(literal -1 binary64)) (/.f64 (neg.f64 x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 y x) #s(literal -1 binary64)) (/.f64 (neg.f64 z) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 y x)) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 z y)) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 (/.f64 z (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 y x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 x z) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)))) (*.f64 y x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z y) x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(*.f64 (*.f64 (neg.f64 z) (*.f64 y x)) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) (*.f64 (*.f64 z y) x))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (neg.f64 z) (*.f64 y x)) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 (*.f64 (*.f64 z y) x) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 z (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 y (*.f64 x (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)))))) |
(*.f64 x (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 x (*.f64 y (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)))))) |
(pow.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) (*.f64 (*.f64 z y) x)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (neg.f64 z) (*.f64 y x)) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) (*.f64 (*.f64 z y) x)))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) (*.f64 (*.f64 z y) x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) (*.f64 (*.f64 z y) x))) |
(/.f64 (*.f64 y x) (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) z)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 z) (*.f64 y x)) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) (/.f64 (*.f64 (neg.f64 z) (*.f64 y x)) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (neg.f64 z) (*.f64 y x)) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) (*.f64 (*.f64 z y) x))) #s(literal -1 binary64))) |
(*.f64 (*.f64 z x) y) |
(*.f64 (*.f64 x z) y) |
(*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 z) (*.f64 y x))) |
(*.f64 (*.f64 (*.f64 z y) x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 z y) x)) |
(*.f64 (*.f64 z y) x) |
(*.f64 (*.f64 y x) z) |
(*.f64 z (*.f64 y x)) |
(*.f64 y (*.f64 z x)) |
(*.f64 y (*.f64 x z)) |
(*.f64 x (*.f64 z y)) |
(neg.f64 (*.f64 (neg.f64 z) (*.f64 y x))) |
(-.f64 #s(literal 0 binary64) (*.f64 (neg.f64 z) (*.f64 y x))) |
(*.f64 #s(literal 1 binary64) (*.f64 y x)) |
(*.f64 (*.f64 y x) #s(literal 1 binary64)) |
(*.f64 y x) |
(*.f64 x y) |
(*.f64 (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64)) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(*.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)))) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) #s(literal 1/2 binary64)) |
(/.f64 (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)))) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) #s(literal 1 binary64)) |
(neg.f64 (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(exp.f64 (*.f64 (log.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 z y) x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 (neg.f64 (*.f64 z y)) #s(literal -1 binary64)) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 (neg.f64 (*.f64 y x)) #s(literal -1 binary64)) (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 (*.f64 z y) #s(literal -1 binary64)) (/.f64 (neg.f64 x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 (*.f64 y x) #s(literal -1 binary64)) (/.f64 (neg.f64 z) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 y x)) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 z y)) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 (*.f64 z x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (/.f64 y #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x z) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (/.f64 y #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 z y) x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 (*.f64 (*.f64 z y) x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (/.f64 x #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) z) |
(*.f64 (/.f64 (*.f64 y x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 z (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 (*.f64 y x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 z x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x z) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 (*.f64 x z) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (/.f64 (*.f64 z x) #s(literal 1 binary64))) |
(*.f64 (/.f64 y (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (/.f64 (*.f64 x z) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 z y) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z y) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (/.f64 (*.f64 z y) #s(literal 1 binary64))) |
(*.f64 (*.f64 (*.f64 (*.f64 z y) x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) x) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (*.f64 z y)) x) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (*.f64 y x)) z) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) x) (*.f64 z y)) |
(*.f64 (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) #s(literal 1 binary64)) |
(*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (/.f64 (*.f64 y x) #s(literal 1 binary64))) |
(*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (*.f64 y x)) |
(*.f64 (*.f64 (neg.f64 z) (*.f64 y x)) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (*.f64 (*.f64 z y) x) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (/.f64 (*.f64 (*.f64 z y) x) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (*.f64 (*.f64 z y) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 z (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 x (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(pow.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) (*.f64 (*.f64 z y) x)) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 z y) x) #s(literal -1 binary64))) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) |
(/.f64 (*.f64 (*.f64 (*.f64 z y) x) #s(literal -1 binary64)) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(/.f64 (*.f64 (neg.f64 z) (*.f64 y x)) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) (*.f64 (*.f64 z y) x)))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (*.f64 (*.f64 (*.f64 z y) x) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) (*.f64 (*.f64 z y) x)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) (*.f64 (*.f64 z y) x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) (/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))))) |
(*.f64 (pow.f64 (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal -1/4 binary64)) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal -1/4 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(pow.f64 (*.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal -1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) #s(literal -1 binary64)) |
(pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal -1/2 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) #s(literal 1/2 binary64)))) |
(exp.f64 (*.f64 (log.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) |
(*.f64 (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) |
(pow.f64 (exp.f64 (log.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) #s(literal -1 binary64)) |
(pow.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) #s(literal 1 binary64)) |
(pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64)) |
(/.f64 (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))))) |
(/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(neg.f64 (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(exp.f64 (neg.f64 (*.f64 (*.f64 (log.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) #s(literal 1/2 binary64)) #s(literal -1 binary64)))) |
(exp.f64 (*.f64 (log.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) #s(literal 1/2 binary64))) |
#s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (*.f64 (*.f64 z y) x)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (*.f64 (*.f64 z y) x)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (*.f64 z x) (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x z) (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (/.f64 z (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 (*.f64 z y) x) (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z x) (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 x z) (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 z y) x) (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 z y) (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 y x) (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 z (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 y x) (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z y) (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (neg.f64 (*.f64 z y)) #s(literal -1 binary64)) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 (/.f64 (neg.f64 (*.f64 y x)) #s(literal -1 binary64)) (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 (*.f64 z y) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 z y) #s(literal -1 binary64)) (/.f64 (neg.f64 x) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 y x) #s(literal -1 binary64)) (/.f64 (neg.f64 z) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 y x)) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 z y)) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 (/.f64 (*.f64 z y) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 y x)) |
(*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 z y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z y) x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(*.f64 (*.f64 (neg.f64 z) (*.f64 y x)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (*.f64 (*.f64 z y) x))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (neg.f64 z) (*.f64 y x)) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 (*.f64 (*.f64 z y) x) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 y x))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 (*.f64 y x) (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 z (/.f64 (*.f64 y x) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 z (*.f64 y (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))))) |
(*.f64 y (*.f64 z (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))))) |
(*.f64 y (*.f64 x (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))))) |
(*.f64 x (/.f64 (*.f64 z y) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 x (*.f64 y (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))))) |
(pow.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (*.f64 (*.f64 z y) x)) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 z y)) (neg.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) x))) |
(/.f64 (*.f64 (neg.f64 z) (*.f64 y x)) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (*.f64 (*.f64 z y) x)))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (*.f64 (*.f64 z y) x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (*.f64 (*.f64 z y) x))) |
(/.f64 (*.f64 z y) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) x)) |
(/.f64 (*.f64 y x) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) z)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 z) (*.f64 y x)) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) (/.f64 (*.f64 (neg.f64 z) (*.f64 y x)) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (neg.f64 z) (*.f64 y x)) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (*.f64 (*.f64 z y) x))) #s(literal -1 binary64))) |
(*.f64 (*.f64 z x) y) |
(*.f64 (*.f64 x z) y) |
(*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 z) (*.f64 y x))) |
(*.f64 (*.f64 (*.f64 z y) x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 z y) x)) |
(*.f64 (*.f64 z y) x) |
(*.f64 (*.f64 y x) z) |
(*.f64 z (*.f64 y x)) |
(*.f64 y (*.f64 z x)) |
(*.f64 y (*.f64 x z)) |
(*.f64 x (*.f64 z y)) |
(neg.f64 (*.f64 (neg.f64 z) (*.f64 y x))) |
(-.f64 #s(literal 0 binary64) (*.f64 (neg.f64 z) (*.f64 y x))) |
(*.f64 (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a t (*.f64 z z))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) #s(literal 1/2 binary64))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(*.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)) #s(literal 1/2 binary64)) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 t) a (*.f64 z z))))) (neg.f64 (sqrt.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z))))) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(/.f64 (sqrt.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 t) a (*.f64 z z))))) (sqrt.f64 (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (sqrt.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z))))) (sqrt.f64 (neg.f64 (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (sqrt.f64 (fma.f64 a t (*.f64 z z)))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z)))) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z)))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) (sqrt.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal -1 binary64)) |
(/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 a t (*.f64 z z))) (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 t) a (*.f64 z z)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) (sqrt.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(neg.f64 (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 (*.f64 t x) (neg.f64 z)) (/.f64 (neg.f64 a) z)) |
(*.f64 (/.f64 (*.f64 t x) #s(literal -1 binary64)) (/.f64 (neg.f64 a) (*.f64 z z))) |
(*.f64 (/.f64 (*.f64 t x) (*.f64 z z)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 t (*.f64 z z)) (/.f64 x (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 t z) (/.f64 (*.f64 x a) z)) |
(*.f64 (/.f64 t z) (*.f64 x (/.f64 a z))) |
(*.f64 (/.f64 (neg.f64 a) #s(literal -1 binary64)) (/.f64 (*.f64 t x) (*.f64 z z))) |
(*.f64 (/.f64 (neg.f64 a) z) (/.f64 (*.f64 t x) (neg.f64 z))) |
(*.f64 (/.f64 x (*.f64 z z)) (/.f64 t (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 (*.f64 (*.f64 t x) a) z) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 (/.f64 a z) (*.f64 t x)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 (neg.f64 a) (*.f64 t x)) (/.f64 #s(literal -1 binary64) (*.f64 z z))) |
(*.f64 (*.f64 (*.f64 t x) (/.f64 a z)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 (*.f64 t x) (neg.f64 a)) (/.f64 #s(literal -1 binary64) (*.f64 z z))) |
(*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x) |
(*.f64 (/.f64 (*.f64 t x) z) (/.f64 a z)) |
(*.f64 (neg.f64 (*.f64 (*.f64 t x) a)) (/.f64 #s(literal -1 binary64) (*.f64 z z))) |
(*.f64 (/.f64 a z) (/.f64 (*.f64 t x) z)) |
(*.f64 (*.f64 (*.f64 t x) a) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 (*.f64 (/.f64 a (*.f64 z z)) x) t) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 t x) (/.f64 a z))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) (/.f64 (*.f64 t x) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) x)) |
(*.f64 (/.f64 x z) (/.f64 (*.f64 a t) z)) |
(*.f64 (/.f64 x z) (/.f64 t (/.f64 z a))) |
(*.f64 (/.f64 a (*.f64 z z)) (*.f64 t x)) |
(*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) |
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) (*.f64 t x))) |
(*.f64 t (*.f64 (/.f64 a (*.f64 z z)) x)) |
(*.f64 x (*.f64 t (/.f64 a (*.f64 z z)))) |
(pow.f64 (/.f64 (*.f64 z z) (*.f64 (*.f64 t x) a)) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 t x) a) z)) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (/.f64 a z) (*.f64 t x))) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 a) (*.f64 t x))) (*.f64 z z)) |
(/.f64 (neg.f64 (*.f64 (*.f64 t x) (/.f64 a z))) (neg.f64 z)) |
(/.f64 (neg.f64 (*.f64 (*.f64 t x) (neg.f64 a))) (*.f64 z z)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 t x) a))) (*.f64 z z)) |
(/.f64 (neg.f64 (*.f64 t x)) (neg.f64 (/.f64 (*.f64 z z) a))) |
(/.f64 (/.f64 (*.f64 (*.f64 t x) a) z) z) |
(/.f64 (*.f64 (/.f64 a z) (*.f64 t x)) z) |
(/.f64 (*.f64 (neg.f64 a) (*.f64 t x)) (*.f64 (neg.f64 z) z)) |
(/.f64 (*.f64 (*.f64 t x) (/.f64 a z)) z) |
(/.f64 (*.f64 (*.f64 t x) (neg.f64 a)) (*.f64 (neg.f64 z) z)) |
(/.f64 (/.f64 (*.f64 t x) z) (/.f64 z a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 t x) a)) (*.f64 (neg.f64 z) z)) |
(/.f64 (*.f64 (*.f64 t x) a) (*.f64 z z)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 z z) (*.f64 (*.f64 t x) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (/.f64 (*.f64 (*.f64 t x) a) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 (/.f64 a z) (*.f64 t x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (neg.f64 z) z) (*.f64 (neg.f64 a) (*.f64 t x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 (*.f64 t x) (/.f64 a z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (neg.f64 z) z) (*.f64 (*.f64 t x) (neg.f64 a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 z z) (*.f64 (*.f64 t x) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 z z) a) (*.f64 t x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 z z) (*.f64 (*.f64 t x) a))) |
(/.f64 (*.f64 t x) (/.f64 (*.f64 z z) a)) |
(*.f64 (pow.f64 (/.f64 (*.f64 z z) a) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (*.f64 z z) a) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 z z))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 a (neg.f64 z))) |
(*.f64 (/.f64 a (neg.f64 z)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (neg.f64 (/.f64 a z)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (/.f64 a z) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 a z)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) a) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 z z) a)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (neg.f64 a) (*.f64 z z))) |
(*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z z))) |
(*.f64 (neg.f64 a) (/.f64 #s(literal -1 binary64) (*.f64 z z))) |
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(pow.f64 (/.f64 (*.f64 z z) a) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (neg.f64 a) (*.f64 z z)) (/.f64 (neg.f64 a) (*.f64 z z)))) (+.f64 #s(literal 0 binary64) (/.f64 (neg.f64 a) (*.f64 z z)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (neg.f64 a) (*.f64 z z)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (/.f64 (neg.f64 a) (*.f64 z z)) (/.f64 (neg.f64 a) (*.f64 z z)) (*.f64 #s(literal 0 binary64) (/.f64 (neg.f64 a) (*.f64 z z)))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 a z))) z) |
(/.f64 (*.f64 (neg.f64 a) #s(literal -1 binary64)) (*.f64 (neg.f64 z) (neg.f64 z))) |
(/.f64 (*.f64 (neg.f64 a) #s(literal 1 binary64)) (*.f64 (neg.f64 z) z)) |
(/.f64 (*.f64 (neg.f64 (*.f64 a a)) #s(literal 1 binary64)) (*.f64 a (*.f64 (neg.f64 z) z))) |
(/.f64 (*.f64 (*.f64 (*.f64 a a) (neg.f64 a)) #s(literal 1 binary64)) (*.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (neg.f64 z) z))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (neg.f64 z) z)) (*.f64 (*.f64 (neg.f64 z) z) a)) (*.f64 (*.f64 (neg.f64 z) z) (*.f64 (neg.f64 z) z))) |
(/.f64 (neg.f64 (/.f64 a z)) (neg.f64 z)) |
(/.f64 (/.f64 a z) z) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 z a) (neg.f64 z))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 z z) a))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 z z) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 z z) a)) |
(/.f64 (neg.f64 a) (*.f64 (neg.f64 z) z)) |
(/.f64 a (*.f64 z z)) |
(neg.f64 (/.f64 (neg.f64 a) (*.f64 z z))) |
(-.f64 #s(literal 0 binary64) (/.f64 (neg.f64 a) (*.f64 z z))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 z z) a)) #s(literal -1 binary64))) |
(+.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z z))) |
#s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z)) |
(*.f64 (*.f64 z x) y) |
(*.f64 (*.f64 x z) y) |
(*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 z) (*.f64 y x))) |
(*.f64 (*.f64 (*.f64 z y) x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 z y) x)) |
(*.f64 (*.f64 z y) x) |
(*.f64 (*.f64 y x) z) |
(*.f64 z (*.f64 y x)) |
(*.f64 y (*.f64 z x)) |
(*.f64 y (*.f64 x z)) |
(*.f64 x (*.f64 z y)) |
(neg.f64 (*.f64 (neg.f64 z) (*.f64 y x))) |
(-.f64 #s(literal 0 binary64) (*.f64 (neg.f64 z) (*.f64 y x))) |
(*.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(*.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 t) a (*.f64 z z))) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z)))) |
(*.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z))) (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z)))) |
(*.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(*.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z)))) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z)))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))))) (+.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)))))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (fma.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 t) a (*.f64 z z))))) (neg.f64 (neg.f64 (fma.f64 a t (*.f64 z z))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z))))) (neg.f64 (neg.f64 (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 t t) (*.f64 a a))) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 t) a (*.f64 z z)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 t t) (*.f64 a a))) (fma.f64 a t (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 (*.f64 z z) z) z)) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (*.f64 (*.f64 (*.f64 a t) a) (*.f64 (*.f64 a t) a)) (*.f64 t t) (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 t t) (*.f64 a a))))) (fma.f64 a t (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (-.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a t) a) (*.f64 (*.f64 a t) a)) (*.f64 t t) (fma.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 t t) (*.f64 a a))))) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (-.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (-.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 t t) t) (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 t t) t) (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 z z) z) z)) (*.f64 (*.f64 (*.f64 z z) z) z) (*.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))))) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (*.f64 (fma.f64 a t (*.f64 z z)) (*.f64 (*.f64 t t) (*.f64 a a)))) (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 a t (*.f64 z z)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) (*.f64 (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z)) (*.f64 (*.f64 (*.f64 z z) z) z))) (*.f64 (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z)) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)))) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) (*.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 t) a (*.f64 z z)))) (neg.f64 (fma.f64 a t (*.f64 z z)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z)))) (neg.f64 (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)))) (neg.f64 (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(/.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (fma.f64 (neg.f64 t) a (*.f64 z z))) (fma.f64 a t (*.f64 z z))) |
(/.f64 (*.f64 (fma.f64 a t (*.f64 z z)) (-.f64 (*.f64 a t) (*.f64 z z))) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z) (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t))) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) |
(fma.f64 (exp.f64 (log.f64 z)) (exp.f64 (log.f64 z)) (*.f64 (neg.f64 a) t)) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (/.f64 #s(literal 1 binary64) (fma.f64 a t (*.f64 z z))) (neg.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))))) |
(fma.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (neg.f64 z) z) (*.f64 (neg.f64 a) t)) |
(fma.f64 #s(literal -1 binary64) (*.f64 a t) (*.f64 z z)) |
(fma.f64 (neg.f64 t) a (*.f64 z z)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(fma.f64 (*.f64 z z) #s(literal 1 binary64) (*.f64 (neg.f64 a) t)) |
(fma.f64 a (neg.f64 t) (*.f64 z z)) |
(fma.f64 t (neg.f64 a) (*.f64 z z)) |
(fma.f64 z z (*.f64 (neg.f64 a) t)) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (fma.f64 (*.f64 t t) (*.f64 a a) (*.f64 (*.f64 z z) (fma.f64 a t (*.f64 z z)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z)))) |
(-.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z)))))) |
(-.f64 (*.f64 z z) (*.f64 a t)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 a t (*.f64 z z))) (neg.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 a t (*.f64 z z))))) |
(+.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) z) (fma.f64 (neg.f64 t) a (*.f64 (neg.f64 z) z))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (fma.f64 (*.f64 (*.f64 z z) z) z (*.f64 (*.f64 a t) (fma.f64 a t (*.f64 z z))))))) |
(+.f64 (*.f64 (neg.f64 a) t) (*.f64 z z)) |
(+.f64 (*.f64 z z) (*.f64 (neg.f64 a) t)) |
Compiled 42 682 to 2 514 computations (94.1% saved)
24 alts after pruning (20 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 593 | 13 | 1 606 |
| Fresh | 5 | 7 | 12 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1 600 | 24 | 1 624 |
| Status | Accuracy | Program |
|---|---|---|
| 33.1% | (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) | |
| 37.5% | (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) | |
| 17.6% | (/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) | |
| ✓ | 37.7% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
| 51.5% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 (*.f64 t t) (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z))) | |
| ▶ | 67.4% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) |
| 32.9% | (*.f64 (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) z) | |
| 59.9% | (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 y x)) | |
| ✓ | 32.3% | (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) |
| 33.2% | (*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) | |
| ▶ | 50.5% | (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
| ▶ | 32.8% | (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) |
| ✓ | 41.4% | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
| 40.5% | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x)))) | |
| ▶ | 41.4% | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) |
| 55.0% | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x))) | |
| 38.9% | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (exp.f64 (*.f64 (log.f64 (/.f64 z x)) #s(literal -1 binary64))))) | |
| 63.5% | (*.f64 #s(approx (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) z)) (*.f64 z (*.f64 y x))) | |
| 37.0% | (*.f64 z (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) | |
| 11.7% | (*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) | |
| 54.1% | (exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (*.f64 (*.f64 z y) x))) #s(literal -1 binary64))) | |
| 33.6% | (exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) (*.f64 (*.f64 z y) x))) #s(literal -1 binary64))) | |
| ✓ | 72.9% | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
| ▶ | 69.2% | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
Compiled 781 to 501 computations (35.9% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a 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) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) | |
| cost-diff | 0 | (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) | |
| cost-diff | 0 | (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) | |
| cost-diff | 0 | (*.f64 z y) | |
| cost-diff | 0 | (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) | |
| cost-diff | 0 | #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) | |
| cost-diff | 0 | (*.f64 z y) | |
| cost-diff | 0 | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) | |
| cost-diff | 320 | (*.f64 (/.f64 #s(literal 1 binary64) z) x) | |
| cost-diff | 0 | (/.f64 x z) | |
| cost-diff | 0 | #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) | |
| cost-diff | 0 | (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) | |
| cost-diff | 0 | (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) | |
| cost-diff | 0 | (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) | |
| cost-diff | 0 | #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) | |
| cost-diff | 0 | #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) | |
| cost-diff | 0 | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
| 3 780× | lower-*.f32 |
| 3 752× | lower-*.f64 |
| 2 330× | lower-fma.f32 |
| 2 326× | lower-fma.f64 |
| 2 078× | lower-/.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 62 | 454 |
| 0 | 89 | 439 |
| 1 | 171 | 439 |
| 2 | 372 | 430 |
| 3 | 986 | 430 |
| 4 | 1764 | 430 |
| 5 | 3869 | 430 |
| 6 | 4657 | 430 |
| 7 | 5082 | 430 |
| 8 | 7335 | 430 |
| 0 | 8323 | 430 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
#s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) |
#s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) |
(fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
t |
(/.f64 a (*.f64 z z)) |
a |
(*.f64 z z) |
z |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
y |
x |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) |
#s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) |
(/.f64 x z) |
x |
z |
y |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) |
(*.f64 z y) |
z |
y |
#s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) x) |
(/.f64 #s(literal 1 binary64) z) |
#s(literal 1 binary64) |
x |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) |
(*.f64 z y) |
z |
y |
(/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) |
x |
(sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) |
#s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) |
(*.f64 (neg.f64 t) a) |
(neg.f64 t) |
t |
a |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) |
(*.f64 (*.f64 x y) z) |
(*.f64 x y) |
x |
y |
z |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) |
(*.f64 #s(literal -1/2 binary64) t) |
#s(literal -1/2 binary64) |
t |
(/.f64 a z) |
a |
| Outputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
#s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) |
#s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) |
#s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) |
#s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(*.f64 (*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) |
(*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) |
(fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(*.f64 (/.f64 a (*.f64 z z)) t) |
t |
(/.f64 a (*.f64 z z)) |
a |
(*.f64 z z) |
z |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
y |
x |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) |
#s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) |
(/.f64 x z) |
x |
z |
y |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 z y) |
z |
y |
#s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) |
#s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) x) |
(/.f64 x z) |
(/.f64 #s(literal 1 binary64) z) |
#s(literal 1 binary64) |
x |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) |
(*.f64 z y) |
z |
y |
(/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) |
x |
(sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) |
#s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) |
(*.f64 (neg.f64 t) a) |
(neg.f64 t) |
t |
a |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) |
(*.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))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) |
(fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z) |
(*.f64 #s(literal -1/2 binary64) t) |
#s(literal -1/2 binary64) |
t |
(/.f64 a z) |
a |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 1.4648583638883288 | (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) | |
| accuracy | 5.194263594215475 | (*.f64 (*.f64 x y) z) | |
| accuracy | 9.460908443606886 | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) | |
| accuracy | 18.619390080285594 | #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) | |
| accuracy | 0.078125 | (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) | |
| accuracy | 21.408697239446997 | (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) | |
| accuracy | 27.027584158922107 | (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) | |
| accuracy | 41.98906755789172 | #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) | |
| accuracy | 0 | (*.f64 z y) | |
| accuracy | 0.13671875 | (*.f64 (/.f64 #s(literal 1 binary64) z) x) | |
| accuracy | 18.7013750709973 | #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) | |
| accuracy | 21.408697239446997 | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) | |
| accuracy | 0 | (/.f64 x z) | |
| accuracy | 7.680957880662703 | (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) | |
| accuracy | 9.963591904159589 | (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) | |
| accuracy | 18.7013750709973 | #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) | |
| accuracy | 2.404387711423841 | (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) | |
| accuracy | 5.298963073125366 | (*.f64 t (/.f64 a (*.f64 z z))) | |
| accuracy | 7.523872882390142 | (/.f64 a (*.f64 z z)) | |
| accuracy | 19.238938522676303 | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
| 153.0ms | 256× | 0 | valid |
Compiled 303 to 51 computations (83.2% saved)
ival-mult: 76.0ms (69.3% of total)ival-div: 16.0ms (14.6% of total)ival-add: 10.0ms (9.1% of total)ival-sqrt: 3.0ms (2.7% of total)ival-neg: 2.0ms (1.8% of total)ival-sub: 1.0ms (0.9% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ()) |
#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ()) |
#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ()) |
#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ()) |
#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ()) |
#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ()) |
#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ()) |
#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ()) |
#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ()) |
#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ()) |
#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ()) |
#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ()) |
#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ()) |
#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ()) |
#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ()) |
#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ()) |
#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ()) |
#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ()) |
#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ()) |
#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ()) |
#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ()) |
#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ()) |
#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ()) |
| Outputs |
|---|
#s(alt (* x y) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (/ (* x y) z) (taylor 0 a) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 3))) (/ (* x y) z)) (taylor 0 a) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a (+ (* -1/2 (* a (* x (* y (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 3))))) (/ (* x y) z)) (taylor 0 a) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 3))) (* a (+ (* -1/2 (* a (* x (* y (* 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 (* y (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (/ (* x y) z)) (taylor 0 a) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) (taylor 0 a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) (taylor 0 a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 a) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) (taylor 0 a) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) (taylor 0 a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) (taylor 0 a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor 0 a) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor 0 a) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor 0 a) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor 0 a) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor 0 a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 a) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 a) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 a) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 a) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor inf a) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor inf a) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) (taylor inf a) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (taylor inf a) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor inf a) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 4))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) (taylor inf a) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 4))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (+ (* 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 (sqrt -1))))))) (taylor inf a) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor inf a) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor inf a) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor inf a) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) (taylor inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor inf a) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor inf a) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor inf a) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor inf a) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 t) (/ (pow z 2) a))) (taylor inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 t) (/ (pow z 2) a))) (taylor inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 t) (/ (pow z 2) a))) (taylor inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ (* a t) z)) (taylor inf a) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1/2 (/ t z)) (/ z a))) (taylor inf a) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1/2 (/ t z)) (/ z a))) (taylor inf a) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1/2 (/ t z)) (/ z a))) (taylor inf a) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor -inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor -inf a) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor -inf a) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (taylor -inf a) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf a) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 2) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 4) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) (taylor -inf a) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 4) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* (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 2) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) (taylor -inf a) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor -inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor -inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor -inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor -inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf a) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor -inf a) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor -inf a) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf a) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf a) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf a) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) (taylor -inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf a) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor -inf a) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor -inf a) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor -inf a) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor -inf a) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor -inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) (taylor -inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) (taylor -inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) (taylor -inf a) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ (* a t) z)) (taylor -inf a) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ z a)) (* 1/2 (/ t z))))) (taylor -inf a) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ z a)) (* 1/2 (/ t z))))) (taylor -inf a) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ z a)) (* 1/2 (/ t z))))) (taylor -inf a) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (/ (* x y) z) (taylor 0 t) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 3))) (/ (* x y) z)) (taylor 0 t) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* t (+ (* -1/2 (* t (* x (* y (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 3))))) (/ (* x y) z)) (taylor 0 t) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 3))) (* t (+ (* -1/2 (* t (* x (* y (* 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 (* y (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (/ (* x y) z)) (taylor 0 t) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) (taylor 0 t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) (taylor 0 t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 t) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) (taylor 0 t) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) (taylor 0 t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) (taylor 0 t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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)) (taylor 0 t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) (taylor 0 t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) (taylor 0 t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor 0 t) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor 0 t) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor 0 t) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor 0 t) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor 0 t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt z (taylor 0 t) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 t) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 t) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (+ z (* -1/2 (/ (* a t) z))) (taylor 0 t) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor inf t) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor inf t) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) (taylor inf t) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (taylor inf t) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor inf t) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 4))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) (taylor inf t) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 4))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (+ (* 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 (sqrt -1))))))) (taylor inf t) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor inf t) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor inf t) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor inf t) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) (taylor inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))))) (taylor inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) (taylor inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor inf t) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor inf t) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor inf t) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor inf t) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* -1 a) (/ (pow z 2) t))) (taylor inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* -1 a) (/ (pow z 2) t))) (taylor inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* -1 a) (/ (pow z 2) t))) (taylor inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ (* a t) z)) (taylor inf t) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* -1/2 (/ a z)) (/ z t))) (taylor inf t) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* -1/2 (/ a z)) (/ z t))) (taylor inf t) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* t (+ (* -1/2 (/ a z)) (/ z t))) (taylor inf t) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor -inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor -inf t) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor -inf t) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (taylor -inf t) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf t) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 2) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 4) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) (taylor -inf t) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* (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 4) (sqrt -1))))))) (pow t 3))) (+ (* -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)))))) (taylor -inf t) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor -inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor -inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor -inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor -inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf t) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor -inf t) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor -inf t) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf t) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf t) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) (taylor -inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf t) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor -inf t) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (* a t)) (sqrt -1))) (taylor -inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) (taylor -inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf t) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor -inf t) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor -inf t) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor -inf t) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor -inf t) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor -inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) (taylor -inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) (taylor -inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) (taylor -inf t) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ (* a t) z)) (taylor -inf t) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ z t)) (* 1/2 (/ a z))))) (taylor -inf t) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ z t)) (* 1/2 (/ a z))))) (taylor -inf t) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* t (+ (* -1 (/ z t)) (* 1/2 (/ a z))))) (taylor -inf t) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor 0 z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor 0 z) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (taylor 0 z) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) (taylor 0 z) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor 0 z) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor 0 z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor 0 z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor 0 z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor 0 z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) (taylor 0 z) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) (taylor 0 z) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor 0 z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) (taylor 0 z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))))) (taylor 0 z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a t)) (sqrt -1)) (taylor 0 z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) (taylor 0 z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor 0 z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor 0 z) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a t)) (taylor 0 z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* a t)) (pow z 2)) (taylor 0 z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ (* a t) z)) (taylor 0 z) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1/2 (* a t)) (pow z 2)) z) (taylor 0 z) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1/2 (* a t)) (pow z 2)) z) (taylor 0 z) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1/2 (* a t)) (pow z 2)) z) (taylor 0 z) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (/ (* x y) z) (taylor inf z) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) z) (taylor inf z) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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))) z) (taylor inf z) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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)))) z) (taylor inf z) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) (taylor inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 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) (taylor inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 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) (taylor inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) (taylor inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 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) (taylor inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 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) (taylor inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf z) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) (taylor inf z) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 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) (taylor inf z) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 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) (taylor inf z) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt z (taylor inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) (taylor inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))) (taylor inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt z (taylor inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) (taylor inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor inf z) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor inf z) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor inf z) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor inf z) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt z (taylor inf z) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) (taylor inf z) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf z) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf z) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) (taylor -inf z) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* x y) z)) (taylor -inf z) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) z)) (taylor -inf z) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -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))) z)) (taylor -inf z) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -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)))) z)) (taylor -inf z) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ x z)) (taylor -inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) (taylor -inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)) (taylor -inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)) (taylor -inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf z) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf z) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf z) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ x z)) (taylor -inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) (taylor -inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)) (taylor -inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)) (taylor -inf z) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ x z)) (taylor -inf z) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) (taylor -inf z) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)) (taylor -inf z) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)) (taylor -inf z) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor -inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) (taylor -inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) (taylor -inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf z) (#s(alt (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) (patch (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x y)) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor -inf z) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf z) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 z) (taylor -inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) (taylor -inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) (taylor -inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf z) (#s(alt #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) (patch #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ a (pow z 2)) (taylor -inf z) (#s(alt (/.f64 a (*.f64 z z)) (patch (/.f64 a (*.f64 z z)) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor -inf z) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor -inf z) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor -inf z) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a t) (pow z 2)) (taylor -inf z) (#s(alt (*.f64 t (/.f64 a (*.f64 z z))) (patch (*.f64 t (/.f64 a (*.f64 z z))) #<representation binary64>) () ())) ()) |
#s(alt (pow z 2) (taylor -inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) (taylor -inf z) (#s(alt #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) (patch #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) #<representation binary64>) () ())) ()) |
#s(alt z (taylor -inf z) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (- (* 1/2 (/ (* a t) (pow z 2))) 1))) (taylor -inf z) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (- (* 1/2 (/ (* a t) (pow z 2))) 1))) (taylor -inf z) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* z (- (* 1/2 (/ (* a t) (pow z 2))) 1))) (taylor -inf z) (#s(alt (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) (patch (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor 0 y) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor 0 y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor inf y) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf y) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf y) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf y) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf y) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) (taylor -inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) (taylor -inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) (taylor -inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) (taylor -inf y) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor -inf y) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor -inf y) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor -inf y) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) (taylor -inf y) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* y z) (taylor -inf y) (#s(alt (*.f64 z y) (patch (*.f64 z y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf y) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf y) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf y) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf y) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 x) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 x) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 x) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 x) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor 0 x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor 0 x) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor 0 x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor 0 x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor 0 x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf x) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf x) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf x) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf x) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf x) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf x) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf x) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor inf x) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor inf x) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) (patch #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) (taylor -inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) (taylor -inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) (taylor -inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) (taylor -inf x) (#s(alt #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) (patch #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) (taylor -inf x) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) (taylor -inf x) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) (taylor -inf x) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) (taylor -inf x) (#s(alt #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) (patch #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) (patch (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) (patch (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (patch (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf x) (#s(alt (/.f64 x z) (patch (/.f64 x z) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (/ x z) (taylor -inf x) (#s(alt (*.f64 (/.f64 #s(literal 1 binary64) z) x) (patch (*.f64 (/.f64 #s(literal 1 binary64) z) x) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) (patch (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) (patch #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) (patch (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) (taylor -inf x) (#s(alt (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (patch (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) (taylor -inf x) (#s(alt (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) (patch (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x (* y z)) (taylor -inf x) (#s(alt (*.f64 (*.f64 x y) z) (patch (*.f64 (*.f64 x y) z) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
#s(alt (* x y) (taylor -inf x) (#s(alt (*.f64 x y) (patch (*.f64 x y) #<representation binary64>) () ())) ()) |
15 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 26.0ms | a | @ | -inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (* (* (+ (* (* t (/ a (* z z))) 1/2) 1) y) x) (* (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) z) (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/ x z) (* (/ 1 z) x) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (sqrt (+ (* (neg a) t) (* z z))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (/ a (* z z)) (* t (/ a (* z z))) (+ (* (neg a) t) (* z z)) (+ (* (* -1/2 t) (/ a z)) z)) |
| 24.0ms | x | @ | 0 | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (* (* (+ (* (* t (/ a (* z z))) 1/2) 1) y) x) (* (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) z) (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/ x z) (* (/ 1 z) x) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (sqrt (+ (* (neg a) t) (* z z))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (/ a (* z z)) (* t (/ a (* z z))) (+ (* (neg a) t) (* z z)) (+ (* (* -1/2 t) (/ a z)) z)) |
| 17.0ms | z | @ | -inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (* (* (+ (* (* t (/ a (* z z))) 1/2) 1) y) x) (* (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) z) (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/ x z) (* (/ 1 z) x) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (sqrt (+ (* (neg a) t) (* z z))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (/ a (* z z)) (* t (/ a (* z z))) (+ (* (neg a) t) (* z z)) (+ (* (* -1/2 t) (/ a z)) z)) |
| 8.0ms | y | @ | -inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (* (* (+ (* (* t (/ a (* z z))) 1/2) 1) y) x) (* (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) z) (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/ x z) (* (/ 1 z) x) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (sqrt (+ (* (neg a) t) (* z z))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (/ a (* z z)) (* t (/ a (* z z))) (+ (* (neg a) t) (* z z)) (+ (* (* -1/2 t) (/ a z)) z)) |
| 6.0ms | x | @ | -inf | ((/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (* (* (+ (* (* t (/ a (* z z))) 1/2) 1) y) x) (* (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) z) (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/ x z) (* (/ 1 z) x) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (* (* z y) (/ x (sqrt (+ (* (neg a) t) (* z z))))) (/ x (sqrt (+ (* (neg a) t) (* z z)))) (sqrt (+ (* (neg a) t) (* z z))) (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (* (* x y) z) (* x y) (sqrt (- (* z z) (* t a))) (/ a (* z z)) (* t (/ a (* z z))) (+ (* (neg a) t) (* z z)) (+ (* (* -1/2 t) (/ a z)) z)) |
| 1× | egg-herbie |
| 7 610× | lower-fma.f64 |
| 7 610× | lower-fma.f32 |
| 7 110× | lower-*.f64 |
| 7 110× | lower-*.f32 |
| 4 450× | lower-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 813 | 23654 |
| 1 | 2725 | 23086 |
| 2 | 7362 | 23074 |
| 0 | 8077 | 22293 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ (* x y) z) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 3))) (/ (* x y) z)) |
(+ (* a (+ (* -1/2 (* a (* x (* y (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 3))))) (/ (* x y) z)) |
(+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 3))) (* a (+ (* -1/2 (* a (* x (* y (* 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 (* y (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (/ (* x y) z)) |
(/ x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(+ (* 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)) |
(+ (* 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)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(+ (* 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)) |
(+ (* 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)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(+ (* 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)) |
(+ (* 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)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* -1/2 (/ (* a t) z))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 4))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 4))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (+ (* 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 (sqrt -1))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(* -1 (* a t)) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(* -1/2 (/ (* a t) z)) |
(* a (+ (* -1/2 (/ t z)) (/ z a))) |
(* a (+ (* -1/2 (/ t z)) (/ z a))) |
(* a (+ (* -1/2 (/ t z)) (/ z a))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 2) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 4) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 4) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* (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 2) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(* -1 (* a t)) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(* -1/2 (/ (* a t) z)) |
(* -1 (* a (+ (* -1 (/ z a)) (* 1/2 (/ t z))))) |
(* -1 (* a (+ (* -1 (/ z a)) (* 1/2 (/ t z))))) |
(* -1 (* a (+ (* -1 (/ z a)) (* 1/2 (/ t z))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ (* x y) z) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 3))) (/ (* x y) z)) |
(+ (* t (+ (* -1/2 (* t (* x (* y (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 3))))) (/ (* x y) z)) |
(+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 3))) (* t (+ (* -1/2 (* t (* x (* y (* 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 (* y (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (/ (* x y) z)) |
(/ x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(+ (* 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)) |
(+ (* 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)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(+ (* 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)) |
(+ (* 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)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
(/ x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(+ (* 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)) |
(+ (* 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)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 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)) |
(+ (* 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)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(pow z 2) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* -1/2 (/ (* a t) z))) |
(+ z (* -1/2 (/ (* a t) z))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 4))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 4))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (+ (* 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 (sqrt -1))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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)))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(* 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))))) |
(* 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)))))) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(* -1 (* a t)) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(* -1/2 (/ (* a t) z)) |
(* t (+ (* -1/2 (/ a z)) (/ z t))) |
(* t (+ (* -1/2 (/ a z)) (/ z t))) |
(* t (+ (* -1/2 (/ a z)) (/ z t))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 2) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 4) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* (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 4) (sqrt -1))))))) (pow t 3))) (+ (* -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)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* -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))))) |
(+ (* -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))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(+ (* -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)))))) |
(+ (* -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))))))) |
(+ (* -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))))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(* -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)))))) |
(* -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))))))) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(* -1 (* a t)) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(* -1/2 (/ (* a t) z)) |
(* -1 (* t (+ (* -1 (/ z t)) (* 1/2 (/ a z))))) |
(* -1 (* t (+ (* -1 (/ z t)) (* 1/2 (/ a z))))) |
(* -1 (* t (+ (* -1 (/ z t)) (* 1/2 (/ a z))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) |
(+ (* -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))))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(* 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)))))) |
(* 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)))))))) |
(* 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)))))))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* (sqrt (* a t)) (sqrt -1)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(* -1 (* a t)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(+ (* -1 (* a t)) (pow z 2)) |
(* -1/2 (/ (* a t) z)) |
(/ (+ (* -1/2 (* a t)) (pow z 2)) z) |
(/ (+ (* -1/2 (* a t)) (pow z 2)) z) |
(/ (+ (* -1/2 (* a t)) (pow z 2)) z) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(/ (* x y) z) |
(/ (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) z) |
(/ (+ (* -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))) z) |
(/ (+ (* -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)))) z) |
(/ x z) |
(/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) |
(/ (+ 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) |
(/ (+ 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) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(/ x z) |
(/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) |
(/ (+ 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) |
(/ (+ 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) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(/ x z) |
(/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) |
(/ (+ 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) |
(/ (+ 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) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(* 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))))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* -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))) |
(+ (* -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)))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(* 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))))))) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* x y) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(* -1 (/ (* x y) z)) |
(* -1 (/ (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) z)) |
(* -1 (/ (+ (* -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))) z)) |
(* -1 (/ (+ (* -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)))) z)) |
(* -1 (/ x z)) |
(* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) |
(* -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)) |
(* -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)) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* -1 (/ x z)) |
(* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) |
(* -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)) |
(* -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)) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(* -1 (/ x z)) |
(* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) |
(* -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)) |
(* -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)) |
(* -1 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(* -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)))))))) |
(* -1 (* x y)) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(+ (* -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 (* 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)))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* -1 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(* -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)))))))) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ a (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(/ (* a t) (pow z 2)) |
(pow z 2) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
z |
(* -1 (* z (- (* 1/2 (/ (* a t) (pow z 2))) 1))) |
(* -1 (* z (- (* 1/2 (/ (* a t) (pow z 2))) 1))) |
(* -1 (* z (- (* 1/2 (/ (* a t) (pow z 2))) 1))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(/ x z) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x (* y z)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
| Outputs |
|---|
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (neg.f64 t) (/.f64 (*.f64 t t) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (neg.f64 t) (/.f64 (*.f64 t t) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(/ (* x y) z) |
(/.f64 (*.f64 y x) z) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 3))) (/ (* x y) z)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) z)) |
(+ (* a (+ (* -1/2 (* a (* x (* y (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6))))))))) (* 1/2 (/ (* t (* x y)) (pow z 3))))) (/ (* x y) z)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 z y) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) x) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) a (/.f64 (*.f64 y x) z)) |
(+ (* a (+ (* 1/2 (/ (* t (* x y)) (pow z 3))) (* a (+ (* -1/2 (* a (* x (* y (* 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 (* y (* z (+ (* -1 (/ (pow t 2) (pow z 6))) (* 1/4 (/ (pow t 2) (pow z 6)))))))))))) (/ (* x y) z)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 z y) (fma.f64 (neg.f64 t) (/.f64 (*.f64 t t) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64)))) (*.f64 (*.f64 (*.f64 z y) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) x))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) a (/.f64 (*.f64 y x) z)) |
(/ x z) |
(/.f64 x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 t x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) a (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (fma.f64 (neg.f64 t) (/.f64 (*.f64 t t) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64))) z) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))))) a (/.f64 (*.f64 (*.f64 t x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) a (/.f64 x z)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (neg.f64 t) (/.f64 (*.f64 t t) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(/ x z) |
(/.f64 x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 t x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) a (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (fma.f64 (neg.f64 t) (/.f64 (*.f64 t t) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64))) z) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))))) a (/.f64 (*.f64 (*.f64 t x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) a (/.f64 x z)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (neg.f64 t) (/.f64 (*.f64 t t) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(/ x z) |
(/.f64 x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 t x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) a (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (fma.f64 (neg.f64 t) (/.f64 (*.f64 t t) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64))) z) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))))) a (/.f64 (*.f64 (*.f64 t x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) a (/.f64 x z)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 t t) (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (*.f64 t t) t) (/.f64 a (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 t t) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) z))) a (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a x) (*.f64 (*.f64 (*.f64 z z) y) (fma.f64 (neg.f64 t) (/.f64 (*.f64 t t) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 t (*.f64 z z))) #s(literal -1/2 binary64)))) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) a (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) a (*.f64 y x)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* -1/8 (/ (* a (pow t 2)) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 t t) (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(+ z (* a (+ (* -1/2 (/ t z)) (* a (+ (* -1/8 (/ (pow t 2) (pow z 3))) (* -1/16 (/ (* a (pow t 3)) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (*.f64 t t) t) (/.f64 a (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 t t) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) z))) a (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z) |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z) |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* a (+ (* 1/2 (/ (* t (* x y)) (pow z 2))) (/ (* x y) a))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) a)) a) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 4))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 4))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ t (pow a 7))) (/ (* x (* y (+ (* 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 (sqrt -1))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)))))) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) a) |
(* 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))))) |
(*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))) a) |
(* 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)))))) |
(*.f64 (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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) a) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 t #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) a) |
(* 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))))) |
(*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64))))) a) |
(* 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)))))) |
(*.f64 (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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 z #s(literal 4 binary64)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) t)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))))) a) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* a (+ (* -1 t) (/ (pow z 2) a))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* -1/2 (/ (* a t) z)) |
(*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t) |
(* a (+ (* -1/2 (/ t z)) (/ z a))) |
(*.f64 (fma.f64 (/.f64 t z) #s(literal -1/2 binary64) (/.f64 z a)) a) |
(* a (+ (* -1/2 (/ t z)) (/ z a))) |
(*.f64 (fma.f64 (/.f64 t z) #s(literal -1/2 binary64) (/.f64 z a)) a) |
(* a (+ (* -1/2 (/ t z)) (/ z a))) |
(*.f64 (fma.f64 (/.f64 t z) #s(literal -1/2 binary64) (/.f64 z a)) a) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (neg.f64 y) (/.f64 x a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (neg.f64 y) (/.f64 x a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (neg.f64 y) (/.f64 x a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (neg.f64 y) (/.f64 x a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (neg.f64 y) (/.f64 x a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (neg.f64 y) (/.f64 x a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (neg.f64 y) (/.f64 x a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (neg.f64 y) (/.f64 x a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(* -1 (* a (+ (* -1 (/ (* x y) a)) (* -1/2 (/ (* t (* x y)) (pow z 2)))))) |
(*.f64 (neg.f64 a) (fma.f64 (neg.f64 y) (/.f64 x a) (/.f64 (*.f64 (*.f64 t (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 2) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 4) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a (pow t 5))) (* x (* y (* (pow z 4) (sqrt -1)))))) (* 1/2 (* (sqrt (/ t a)) (* x (* y (* (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 2) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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))) y) x) (sqrt.f64 (/.f64 t a)) (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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))))) |
(* -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)))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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)))))) |
(* -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))))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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))))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 a (*.f64 (*.f64 t t) t))) #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)) (*.f64 (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))))) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) t))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ t a)) (sqrt -1))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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))))) |
(* -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)))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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)))))) |
(* -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))))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 binary64)) (pow.f64 t #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) 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))))))) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* -1 (* a (+ t (* -1 (/ (pow z 2) a))))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) a) t) a) |
(* -1/2 (/ (* a t) z)) |
(*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t) |
(* -1 (* a (+ (* -1 (/ z a)) (* 1/2 (/ t z))))) |
(*.f64 (neg.f64 a) (fma.f64 (/.f64 t z) #s(literal 1/2 binary64) (/.f64 (neg.f64 z) a))) |
(* -1 (* a (+ (* -1 (/ z a)) (* 1/2 (/ t z))))) |
(*.f64 (neg.f64 a) (fma.f64 (/.f64 t z) #s(literal 1/2 binary64) (/.f64 (neg.f64 z) a))) |
(* -1 (* a (+ (* -1 (/ z a)) (* 1/2 (/ t z))))) |
(*.f64 (neg.f64 a) (fma.f64 (/.f64 t z) #s(literal 1/2 binary64) (/.f64 (neg.f64 z) a))) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (fma.f64 (neg.f64 a) (/.f64 (*.f64 a a) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64))) (*.f64 z z)) y) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (fma.f64 (neg.f64 a) (/.f64 (*.f64 a a) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64))) (*.f64 z z)) y) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(/ (* x y) z) |
(/.f64 (*.f64 y x) z) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 3))) (/ (* x y) z)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) z)) |
(+ (* t (+ (* -1/2 (* t (* x (* y (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6))))))))) (* 1/2 (/ (* a (* x y)) (pow z 3))))) (/ (* x y) z)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 (*.f64 z y) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) x) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) t (/.f64 (*.f64 y x) z)) |
(+ (* t (+ (* 1/2 (/ (* a (* x y)) (pow z 3))) (* t (+ (* -1/2 (* t (* x (* y (* 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 (* y (* z (+ (* -1 (/ (pow a 2) (pow z 6))) (* 1/4 (/ (pow a 2) (pow z 6)))))))))))) (/ (* x y) z)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (neg.f64 a) (/.f64 (*.f64 a a) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) x) t (*.f64 (*.f64 (*.f64 z y) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) x))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) t (/.f64 (*.f64 y x) z)) |
(/ x z) |
(/.f64 x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 a x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) t (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 x z) (fma.f64 (neg.f64 a) (/.f64 (*.f64 a a) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) t (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))))) t (/.f64 (*.f64 (*.f64 a x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) t (/.f64 x z)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (fma.f64 (neg.f64 a) (/.f64 (*.f64 a a) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64))) (*.f64 z z)) y) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(/ x z) |
(/.f64 x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 a x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) t (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 x z) (fma.f64 (neg.f64 a) (/.f64 (*.f64 a a) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) t (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))))) t (/.f64 (*.f64 (*.f64 a x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) t (/.f64 x z)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (fma.f64 (neg.f64 a) (/.f64 (*.f64 a a) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64))) (*.f64 z z)) y) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(/ x z) |
(/.f64 x z) |
(+ (* 1/2 (/ (* a (* t x)) (pow z 3))) (/ x z)) |
(fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 (*.f64 z z) z))) #s(literal 1/2 binary64) (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 a x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) t (/.f64 x z)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 x z) (fma.f64 (neg.f64 a) (/.f64 (*.f64 a a) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) t (*.f64 (*.f64 x z) (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64)))))) t (/.f64 (*.f64 (*.f64 a x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z z) z))) t (/.f64 x z)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 t (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) a) (/.f64 t (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) z))) t (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
(+ (* 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)) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 t x) (*.f64 (*.f64 (fma.f64 (neg.f64 a) (/.f64 (*.f64 a a) (pow.f64 z #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64))) (*.f64 z z)) y) (*.f64 (*.f64 y x) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3/4 binary64)) (pow.f64 z #s(literal 6 binary64))) (*.f64 z z))))) t (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal 1/2 binary64)) (*.f64 z z))) t (*.f64 y x)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* -1/8 (/ (* (pow a 2) t) (pow z 3)))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 t (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(+ z (* t (+ (* -1/2 (/ a z)) (* t (+ (* -1/8 (/ (pow a 2) (pow z 3))) (* -1/16 (/ (* (pow a 3) t) (pow z 5)))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) a) (/.f64 t (pow.f64 z #s(literal 5 binary64)))) #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal -1/8 binary64)) (*.f64 (*.f64 z z) z))) t (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) t z) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(pow z 2) |
(*.f64 z z) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
z |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z) |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z) |
(+ z (* -1/2 (/ (* a t) z))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 t z) z) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* t (+ (* 1/2 (/ (* a (* x y)) (pow z 2))) (/ (* x y) t))) |
(*.f64 (fma.f64 (*.f64 (*.f64 a x) (/.f64 y (*.f64 z z))) #s(literal 1/2 binary64) (/.f64 (*.f64 y x) t)) t) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 4))) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (* y (pow z 2))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (/ (* x (* y (pow z 4))) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ a (pow t 7))) (/ (* x (* y (+ (* 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 (sqrt -1))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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)))))) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* 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))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (/.f64 (pow.f64 z #s(literal 4 binary64)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #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 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (/.f64 (pow.f64 z #s(literal 4 binary64)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 5 binary64)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (/.f64 (pow.f64 z #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a (pow.f64 t #s(literal 7 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1)))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* 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))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (/.f64 (pow.f64 z #s(literal 4 binary64)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #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 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (/.f64 (pow.f64 z #s(literal 4 binary64)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) a))) (*.f64 z (/.f64 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) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* t (+ (* -1 a) (/ (pow z 2) t))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* -1/2 (/ (* a t) z)) |
(*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t) |
(* t (+ (* -1/2 (/ a z)) (/ z t))) |
(*.f64 (fma.f64 (/.f64 a z) #s(literal -1/2 binary64) (/.f64 z t)) t) |
(* t (+ (* -1/2 (/ a z)) (/ z t))) |
(*.f64 (fma.f64 (/.f64 a z) #s(literal -1/2 binary64) (/.f64 z t)) t) |
(* t (+ (* -1/2 (/ a z)) (/ z t))) |
(*.f64 (fma.f64 (/.f64 a z) #s(literal -1/2 binary64) (/.f64 z t)) t) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 y) (/.f64 x t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 y) (/.f64 x t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 y) (/.f64 x t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 y) (/.f64 x t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 y) (/.f64 x t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 y) (/.f64 x t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 y) (/.f64 x t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 y) (/.f64 x t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* -1/2 (/ (* a (* x y)) (pow z 2)))))) |
(*.f64 (fma.f64 (neg.f64 y) (/.f64 x t) (/.f64 (*.f64 (*.f64 a (*.f64 y x)) #s(literal -1/2 binary64)) (*.f64 z z))) (neg.f64 t)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* y (* (pow z 2) (sqrt -1)))))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 5) (pow t 5)))) (* x (* y (* (pow z 4) (sqrt -1)))))) (* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (pow.f64 z #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt (/ a t)) (* x (* y (* (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 4) (sqrt -1))))))) (pow t 3))) (+ (* -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)))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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))) 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 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 (*.f64 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 z z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (*.f64 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (*.f64 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (* x (* (pow z 2) (sqrt -1))))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* -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))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) x) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (*.f64 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) 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)) |
(* -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)))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (*.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 (*.f64 (*.f64 t t) t) 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)) |
(* -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))))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (*.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 (*.f64 (*.f64 t t) t) 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)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #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 t a))))) |
(+ (* -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))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (fma.f64 (sqrt.f64 (/.f64 t (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 5 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z y) (*.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 z #s(literal 4 binary64)) t) (*.f64 (*.f64 a a) a)) #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 t t) t)) (fma.f64 (*.f64 (*.f64 (*.f64 y x) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 z z) z))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #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 t a)))))) |
(* -1 (* (sqrt (* a t)) (sqrt -1))) |
(*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 t a))) |
(* -1 (* t (+ (* 1/2 (* (sqrt (/ 1 (* a (pow t 3)))) (* (pow z 2) (sqrt -1)))) (* (sqrt (/ a t)) (sqrt -1))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 t t) t) 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)) |
(* -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)))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (*.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 (*.f64 (*.f64 t t) t) 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)) |
(* -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))))))) |
(*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 7 binary64)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 z #s(literal 6 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (*.f64 (*.f64 a a) a)))) (*.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 (*.f64 (*.f64 t t) t) 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)) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* -1 (* t (+ a (* -1 (/ (pow z 2) t))))) |
(*.f64 (-.f64 (/.f64 (*.f64 z z) t) a) t) |
(* -1/2 (/ (* a t) z)) |
(*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t) |
(* -1 (* t (+ (* -1 (/ z t)) (* 1/2 (/ a z))))) |
(*.f64 (fma.f64 (/.f64 a z) #s(literal 1/2 binary64) (/.f64 z (neg.f64 t))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ z t)) (* 1/2 (/ a z))))) |
(*.f64 (fma.f64 (/.f64 a z) #s(literal 1/2 binary64) (/.f64 z (neg.f64 t))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ z t)) (* 1/2 (/ a z))))) |
(*.f64 (fma.f64 (/.f64 a z) #s(literal 1/2 binary64) (/.f64 z (neg.f64 t))) (neg.f64 t)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a)) (*.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) y (/.f64 y (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(* 1/2 (/ (* a (* t (* x y))) (pow z 2))) |
(*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) (/.f64 #s(literal 1/2 binary64) (*.f64 z z))) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(/ (+ (* 1/2 (* a (* t (* x y)))) (* x (* y (pow z 2)))) (pow z 2)) |
(/.f64 (fma.f64 (*.f64 (*.f64 z z) y) x (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal 1/2 binary64))) (*.f64 z z)) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a)) (*.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) y (/.f64 y (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* (sqrt (/ 1 (* a t))) (* x (* y (sqrt -1)))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a)) (*.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) y (/.f64 y (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a))))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 x (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64))))) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) x (/.f64 x (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a)) (*.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) y (/.f64 y (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a))))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 x (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64))))) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) x (/.f64 x (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a)) (*.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) y (/.f64 y (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* (sqrt (/ 1 (* a t))) (* x (sqrt -1))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) (pow t 3)))) (/ (* x (pow z 2)) (sqrt -1)))) (* (sqrt (/ 1 (* a t))) (* x (sqrt -1)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a))))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(+ (* (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))))))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 x (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64))))) (/.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) x (/.f64 x (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))) |
(fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 z z) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 z (/.f64 z (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64))) (*.f64 z z) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) |
(* (sqrt (/ 1 (* a t))) (* x (* y (* z (sqrt -1))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) z) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) |
(* 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)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 z z)) y) (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (*.f64 t a)) (*.f64 (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* 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)))))))))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) (*.f64 y (/.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 t a))) (fma.f64 (fma.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) y (/.f64 y (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (/.f64 x (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 y x) (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64))))) (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))))))) (*.f64 z z))) (*.f64 z z) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) y) x) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))))) z) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* (sqrt (* a t)) (sqrt -1)) |
(*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a t))) (/ (pow z 2) (sqrt -1)))) (* (sqrt (* a t)) (sqrt -1))) |
(fma.f64 (*.f64 (*.f64 z (/.f64 z (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))) |
(fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 z z) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t))))) #s(literal -1/8 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 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))))))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 z (/.f64 z (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 t #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64)))))) #s(literal 1/16 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)))) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64))) (*.f64 z z) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 t a))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64))) (*.f64 z z) (*.f64 (sqrt.f64 (*.f64 t a)) (sqrt.f64 #s(literal -1 binary64)))) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(* -1 (* a t)) |
(*.f64 (neg.f64 a) t) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(+ (* -1 (* a t)) (pow z 2)) |
(fma.f64 (neg.f64 a) t (*.f64 z z)) |
(* -1/2 (/ (* a t) z)) |
(*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t) |
(/ (+ (* -1/2 (* a t)) (pow z 2)) z) |
(/.f64 (fma.f64 (*.f64 t a) #s(literal -1/2 binary64) (*.f64 z z)) z) |
(/ (+ (* -1/2 (* a t)) (pow z 2)) z) |
(/.f64 (fma.f64 (*.f64 t a) #s(literal -1/2 binary64) (*.f64 z z)) z) |
(/ (+ (* -1/2 (* a t)) (pow z 2)) z) |
(/.f64 (fma.f64 (*.f64 t a) #s(literal -1/2 binary64) (*.f64 z z)) z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(/ (* x y) z) |
(/.f64 (*.f64 y x) z) |
(/ (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) z) |
(/.f64 (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) z) |
(/ (+ (* -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))) z) |
(/.f64 (fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) z) |
(/ (+ (* -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)))) z) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) z) |
(/ x z) |
(/.f64 x z) |
(/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) |
(/.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) z) |
(/ (+ 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) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x)) z) |
(/ (+ 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) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 x (pow.f64 z #s(literal 6 binary64))))) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x)) z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(/ x z) |
(/.f64 x z) |
(/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) |
(/.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) z) |
(/ (+ 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) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x)) z) |
(/ (+ 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) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 x (pow.f64 z #s(literal 6 binary64))))) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x)) z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(/ x z) |
(/.f64 x z) |
(/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z) |
(/.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) z) |
(/ (+ 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) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x)) z) |
(/ (+ 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) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 x (pow.f64 z #s(literal 6 binary64))))) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x)) z) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64)) z) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64))) z) |
(* 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))))))) |
(fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) z z) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* -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))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(+ (* -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)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64)) z) |
(* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4)))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64))) z) |
(* 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))))))) |
(fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) z z) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (neg.f64 t) (/.f64 a (*.f64 z z)) #s(literal 1 binary64)) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (neg.f64 t) (/.f64 a (*.f64 z z)) #s(literal 1 binary64)) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (neg.f64 t) (/.f64 a (*.f64 z z)) #s(literal 1 binary64)) (*.f64 z z)) |
z |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64)) z) |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64)) z) |
(* z (+ 1 (* -1/2 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64)) z) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal 1/2 binary64) (fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 y (pow.f64 z #s(literal 6 binary64))))))))) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* x y) |
(*.f64 y x) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) |
(fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal 1/2 binary64) (fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 y (pow.f64 z #s(literal 6 binary64))))))))) |
(* -1 (/ (* x y) z)) |
(*.f64 (neg.f64 y) (/.f64 x z)) |
(* -1 (/ (+ (* 1/2 (/ (* a (* t (* x y))) (pow z 2))) (* x y)) z)) |
(/.f64 (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x)) (neg.f64 z)) |
(* -1 (/ (+ (* -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))) z)) |
(/.f64 (fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (neg.f64 z)) |
(* -1 (/ (+ (* -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)))) z)) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 y (pow.f64 z #s(literal 6 binary64)))))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) (neg.f64 z)) |
(* -1 (/ x z)) |
(/.f64 (neg.f64 x) z) |
(* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) |
(/.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) (neg.f64 z)) |
(* -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)) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x)) (neg.f64 z)) |
(* -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)) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 x (pow.f64 z #s(literal 6 binary64))))) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x)) (neg.f64 z)) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal 1/2 binary64) (fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 y (pow.f64 z #s(literal 6 binary64))))))))) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* -1 (/ x z)) |
(/.f64 (neg.f64 x) z) |
(* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) |
(/.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) (neg.f64 z)) |
(* -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)) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x)) (neg.f64 z)) |
(* -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)) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 x (pow.f64 z #s(literal 6 binary64))))) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x)) (neg.f64 z)) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal 1/2 binary64) (fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 y (pow.f64 z #s(literal 6 binary64))))))))) |
(* -1 (/ x z)) |
(/.f64 (neg.f64 x) z) |
(* -1 (/ (+ x (* 1/2 (/ (* a (* t x)) (pow z 2)))) z)) |
(/.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) (neg.f64 z)) |
(* -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)) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64)))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x)) (neg.f64 z)) |
(* -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)) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 x (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 x (pow.f64 z #s(literal 6 binary64))))) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x)) (neg.f64 z)) |
(* -1 z) |
(neg.f64 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (neg.f64 z) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(*.f64 (neg.f64 z) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 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)))))))) |
(neg.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) z z)) |
(* -1 (* x y)) |
(*.f64 (neg.f64 y) x) |
(+ (* -1 (* x y)) (* -1/2 (/ (* a (* t (* x y))) (pow z 2)))) |
(fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z))) |
(+ (* -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))))) |
(fma.f64 (*.f64 (*.f64 y x) (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (/.f64 #s(literal -3/4 binary64) (pow.f64 z #s(literal 4 binary64))))) #s(literal 1/2 binary64) (fma.f64 (neg.f64 y) x (/.f64 (*.f64 (*.f64 (*.f64 t (*.f64 y x)) a) #s(literal -1/2 binary64)) (*.f64 z z)))) |
(+ (* -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)))))) |
(fma.f64 (neg.f64 y) x (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) (/.f64 y (pow.f64 z #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 t t)) #s(literal -3/4 binary64)) t) (*.f64 (*.f64 (*.f64 (neg.f64 a) a) a) (*.f64 (*.f64 t t) t))) (/.f64 y (pow.f64 z #s(literal 6 binary64))))))))) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* -1 z) |
(neg.f64 z) |
(* -1 (* z (+ 1 (* -1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (neg.f64 z) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 binary64))) |
(* -1 (* z (+ 1 (+ (* -1/2 (/ (* a t) (pow z 2))) (* -1/8 (/ (* (pow a 2) (pow t 2)) (pow z 4))))))) |
(*.f64 (neg.f64 z) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal 1 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)))))))) |
(neg.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 t t) t)) (pow.f64 z #s(literal 6 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 t t)) (pow.f64 z #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64)))) z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ a (pow z 2)) |
(/.f64 a (*.f64 z z)) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(/ (* a t) (pow z 2)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(pow z 2) |
(*.f64 z z) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (neg.f64 t) (/.f64 a (*.f64 z z)) #s(literal 1 binary64)) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (neg.f64 t) (/.f64 a (*.f64 z z)) #s(literal 1 binary64)) (*.f64 z z)) |
(* (pow z 2) (+ 1 (* -1 (/ (* a t) (pow z 2))))) |
(*.f64 (fma.f64 (neg.f64 t) (/.f64 a (*.f64 z z)) #s(literal 1 binary64)) (*.f64 z z)) |
z |
(* -1 (* z (- (* 1/2 (/ (* a t) (pow z 2))) 1))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal -1 binary64)) (neg.f64 z)) |
(* -1 (* z (- (* 1/2 (/ (* a t) (pow z 2))) 1))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal -1 binary64)) (neg.f64 z)) |
(* -1 (* z (- (* 1/2 (/ (* a t) (pow z 2))) 1))) |
(*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal -1 binary64)) (neg.f64 z)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(*.f64 (neg.f64 y) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 x))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(*.f64 (neg.f64 y) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 x))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(*.f64 (neg.f64 y) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 x))) |
(* -1 (* y (+ (* -1 x) (* -1/2 (/ (* a (* t x)) (pow z 2)))))) |
(*.f64 (neg.f64 y) (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 x))) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* y (+ x (* 1/2 (/ (* a (* t x)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t a) (/.f64 x (*.f64 z z))) #s(literal 1/2 binary64) x) y) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* y z) |
(*.f64 z y) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (+ y (* 1/2 (/ (* a (* t y)) (pow z 2))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 y)) (neg.f64 x)) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 y)) (neg.f64 x)) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 y)) (neg.f64 x)) |
(* -1 (* x (+ (* -1 y) (* -1/2 (/ (* a (* t y)) (pow z 2)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) (neg.f64 y)) (neg.f64 x)) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal -1 binary64)) y) (neg.f64 x)) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal -1 binary64)) y) (neg.f64 x)) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal -1 binary64)) y) (neg.f64 x)) |
(* -1 (* x (* y (- (* -1/2 (/ (* a t) (pow z 2))) 1)))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal -1/2 binary64) #s(literal -1 binary64)) y) (neg.f64 x)) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* x (* y (+ 1 (* 1/2 (/ (* a t) (pow z 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* (* x y) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y x)) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(/ x z) |
(/.f64 x z) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* x (sqrt (/ 1 (+ (* -1 (* a t)) (pow z 2))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* (* x (* y z)) (sqrt (/ 1 (- (pow z 2) (* a t))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 (*.f64 z y) x)) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x (* y z)) |
(*.f64 (*.f64 z y) x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
(* x y) |
(*.f64 y x) |
| 5 258× | lower-fma.f32 |
| 5 254× | lower-fma.f64 |
| 4 460× | lower-*.f32 |
| 4 432× | lower-*.f64 |
| 4 138× | lower-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 62 | 386 |
| 0 | 89 | 371 |
| 1 | 297 | 371 |
| 2 | 1749 | 371 |
| 0 | 8376 | 366 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
#s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) |
#s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) |
(*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) |
#s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) |
(/.f64 x z) |
(*.f64 (/.f64 #s(literal 1 binary64) z) x) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) |
(*.f64 z y) |
#s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x)) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) |
(/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) |
(sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) |
(*.f64 (*.f64 x y) z) |
(*.f64 x y) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z)) |
(/.f64 a (*.f64 z z)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
#s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) |
| Outputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
#s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x))) |
#s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)) |
(*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) (*.f64 (/.f64 a (*.f64 z z)) t)) #s(literal 1/4 binary64) #s(literal -1 binary64)) (*.f64 y x)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(*.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) #s(literal 1/8 binary64) #s(literal 1 binary64)) (*.f64 y x)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) (*.f64 (/.f64 a (*.f64 z z)) t)) #s(literal 1/4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)) x) y) |
(*.f64 (*.f64 x (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64))) y) |
(*.f64 (*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x) |
(*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 y x)) |
(*.f64 (*.f64 y x) (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(*.f64 y (*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) |
(*.f64 x (*.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)) y)) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) (*.f64 (/.f64 a (*.f64 z z)) t)) #s(literal 1/4 binary64) #s(literal -1 binary64)) (*.f64 y x))) (neg.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) #s(literal 1/8 binary64) #s(literal 1 binary64)) (*.f64 y x))) (neg.f64 (fma.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) (*.f64 (/.f64 a (*.f64 z z)) t)) #s(literal 1/4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) (*.f64 (/.f64 a (*.f64 z z)) t)) #s(literal 1/4 binary64) #s(literal -1 binary64)) (*.f64 y x)) (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal -1 binary64))) |
(/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) #s(literal 1/8 binary64) #s(literal 1 binary64)) (*.f64 y x)) (fma.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) (*.f64 (/.f64 a (*.f64 z z)) t)) #s(literal 1/4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal -1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) (*.f64 (/.f64 a (*.f64 z z)) t)) #s(literal 1/4 binary64) #s(literal -1 binary64)) (*.f64 y x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) (*.f64 (/.f64 a (*.f64 z z)) t)) #s(literal 1/4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64)))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 a a)) (*.f64 a t)) (*.f64 (*.f64 (*.f64 z z) z) (*.f64 (*.f64 z z) z))) #s(literal 1/8 binary64) #s(literal 1 binary64)) (*.f64 y x)))) |
(/.f64 (*.f64 y x) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) z) y) |
(*.f64 (*.f64 z #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) y) |
(*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (*.f64 z y)) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 z (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y)) |
(*.f64 y (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) z)) |
(*.f64 y (*.f64 z #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)))) |
(/.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) |
(*.f64 y #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
#s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (*.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (neg.f64 x) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 z x)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (neg.f64 x) z)) |
(*.f64 (/.f64 x z) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 x #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) x) |
(*.f64 #s(literal 1 binary64) (/.f64 x z)) |
(*.f64 x (/.f64 #s(literal 1 binary64) z)) |
(pow.f64 (/.f64 z x) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 x #s(literal -1 binary64))) z) |
(/.f64 (*.f64 x #s(literal -1 binary64)) (neg.f64 z)) |
(/.f64 (neg.f64 x) (neg.f64 z)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 z x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 z) (*.f64 x #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 z x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z x)) |
(/.f64 x z) |
(neg.f64 (/.f64 (neg.f64 x) z)) |
(-.f64 #s(literal 0 binary64) (/.f64 (neg.f64 x) z)) |
(exp.f64 (*.f64 (log.f64 (/.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (*.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (neg.f64 x) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 z x)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (neg.f64 x) z)) |
(*.f64 (/.f64 x z) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 x #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) x) |
(*.f64 #s(literal 1 binary64) (/.f64 x z)) |
(*.f64 x (/.f64 #s(literal 1 binary64) z)) |
(pow.f64 (/.f64 z x) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 x #s(literal -1 binary64))) z) |
(/.f64 (*.f64 x #s(literal -1 binary64)) (neg.f64 z)) |
(/.f64 (neg.f64 x) (neg.f64 z)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 z x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 z) (*.f64 x #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 z x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z x)) |
(/.f64 x z) |
(neg.f64 (/.f64 (neg.f64 x) z)) |
(-.f64 #s(literal 0 binary64) (/.f64 (neg.f64 x) z)) |
(exp.f64 (*.f64 (log.f64 (/.f64 z x)) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) z) y) |
(*.f64 (*.f64 z #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) y) |
(*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) (*.f64 z y)) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 z (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y)) |
(*.f64 y (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) z)) |
(*.f64 y (*.f64 z #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)))) |
(/.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 z y) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 z y)) |
(*.f64 z y) |
(*.f64 y z) |
(/.f64 y (/.f64 #s(literal 1 binary64) z)) |
#s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) |
(*.f64 (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (*.f64 y x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 z (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 (*.f64 y x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 z x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x z) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 y (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 z y) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (neg.f64 (*.f64 y x)) #s(literal -1 binary64)) (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 (*.f64 z y) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 (*.f64 z y) #s(literal -1 binary64)) (/.f64 (neg.f64 x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 (*.f64 y x) #s(literal -1 binary64)) (/.f64 (neg.f64 z) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 z y)) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 y (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (/.f64 z (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 y (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z x) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 y (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 (*.f64 x z) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 (*.f64 z y) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 y x)) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (*.f64 (*.f64 z y) (neg.f64 x)) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) z) y) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) z) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (/.f64 (*.f64 z y) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (*.f64 (neg.f64 x) (*.f64 z y)) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (*.f64 (*.f64 z y) x) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (*.f64 z y)) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 z (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 y (*.f64 z (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))))) |
(*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (*.f64 z y))) |
(pow.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) (*.f64 (*.f64 z y) x)) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 z y) (neg.f64 x))) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) |
(/.f64 (*.f64 (*.f64 z y) (neg.f64 x)) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(/.f64 (neg.f64 (*.f64 z y)) (neg.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) x))) |
(/.f64 (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 (neg.f64 x) (*.f64 z y)) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) (*.f64 (*.f64 z y) x)))) |
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) |
(/.f64 (*.f64 z y) (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (*.f64 (*.f64 z y) (neg.f64 x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) x) (*.f64 z y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) (*.f64 (*.f64 z y) x)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) (*.f64 (*.f64 z y) x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) (/.f64 (*.f64 (*.f64 z y) x) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) x) |
(*.f64 (neg.f64 x) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) x)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (neg.f64 x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 x (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(pow.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) x) #s(literal -1 binary64)) |
(/.f64 (neg.f64 x) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) x))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) x)) |
(/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) |
(neg.f64 (/.f64 (neg.f64 x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) (/.f64 (neg.f64 x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (neg.f64 x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) x)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)) (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(*.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) #s(literal 1/2 binary64)) |
(/.f64 (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) #s(literal -1 binary64)) |
(/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(neg.f64 (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))))) |
(exp.f64 (*.f64 (log.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 (neg.f64 (*.f64 y x)) #s(literal -1 binary64)) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(*.f64 (/.f64 (*.f64 y x) #s(literal -1 binary64)) (/.f64 (neg.f64 z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 z y)) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 y x)) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x)) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z y) x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 (*.f64 z y) x)) |
(*.f64 (*.f64 (neg.f64 x) (*.f64 z y)) (/.f64 #s(literal -1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) (*.f64 (*.f64 z y) x))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (neg.f64 x) (*.f64 z y)) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(*.f64 (*.f64 (*.f64 z y) x) (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(*.f64 (*.f64 y x) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(*.f64 z (/.f64 (*.f64 y x) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(*.f64 y (*.f64 x (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))))) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(*.f64 x (*.f64 y (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))))) |
(pow.f64 (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) (*.f64 (*.f64 z y) x)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (neg.f64 x) (*.f64 z y)) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) (*.f64 (*.f64 z y) x)))) |
(/.f64 (*.f64 (*.f64 z y) x) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) (*.f64 (*.f64 z y) x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) (*.f64 (*.f64 z y) x))) |
(/.f64 (*.f64 y x) (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) z)) |
(neg.f64 (/.f64 (*.f64 (neg.f64 x) (*.f64 z y)) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) (/.f64 (*.f64 (neg.f64 x) (*.f64 z y)) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (neg.f64 x) (*.f64 z y)) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) (*.f64 (*.f64 z y) x))) #s(literal -1 binary64))) |
(*.f64 (*.f64 z x) y) |
(*.f64 (*.f64 x z) y) |
(*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) (*.f64 z y))) |
(*.f64 (*.f64 (*.f64 z y) x) #s(literal 1 binary64)) |
(*.f64 (*.f64 z y) x) |
(*.f64 (*.f64 y x) z) |
(*.f64 z (*.f64 y x)) |
(*.f64 y (*.f64 z x)) |
(*.f64 y (*.f64 x z)) |
(*.f64 x (*.f64 z y)) |
(/.f64 (*.f64 y x) (/.f64 #s(literal 1 binary64) z)) |
(neg.f64 (*.f64 (neg.f64 x) (*.f64 z y))) |
(-.f64 #s(literal 0 binary64) (*.f64 (neg.f64 x) (*.f64 z y))) |
(*.f64 (*.f64 y x) #s(literal 1 binary64)) |
(*.f64 y x) |
(*.f64 x y) |
(*.f64 #s(literal -1 binary64) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(*.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) #s(literal 1 binary64)) |
#s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) |
(/.f64 (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) #s(literal -1 binary64)) |
(/.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(neg.f64 (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(-.f64 #s(literal 0 binary64) (neg.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 z z))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 (/.f64 (neg.f64 a) z) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 (neg.f64 a) z)) |
(*.f64 (/.f64 (neg.f64 a) z) (/.f64 (/.f64 #s(literal -1 binary64) z) #s(literal 1 binary64))) |
(*.f64 (/.f64 (neg.f64 a) z) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) (/.f64 a #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) a) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 z a) z)))) |
(*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 (neg.f64 z) z))) |
(*.f64 (/.f64 a z) (/.f64 (/.f64 #s(literal 1 binary64) z) #s(literal 1 binary64))) |
(*.f64 (/.f64 a z) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 (/.f64 a z) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 a z)) |
(*.f64 (neg.f64 a) (/.f64 #s(literal -1 binary64) (*.f64 z z))) |
(*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z z))) |
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(pow.f64 (*.f64 (/.f64 z a) z) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 a (*.f64 (neg.f64 z) z)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (/.f64 a (*.f64 (neg.f64 z) z)) (/.f64 a (*.f64 (neg.f64 z) z)) (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 (neg.f64 z) z)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (neg.f64 z) z)) (*.f64 (*.f64 (neg.f64 z) z) a)) (*.f64 (*.f64 (neg.f64 z) z) (*.f64 (neg.f64 z) z))) |
(/.f64 (/.f64 (neg.f64 a) z) (neg.f64 z)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 z a) z))) |
(/.f64 (/.f64 a z) z) |
(/.f64 (neg.f64 a) (*.f64 (neg.f64 z) z)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 (/.f64 z a) z)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 z a) z)) |
(/.f64 a (*.f64 z z)) |
(neg.f64 (/.f64 a (*.f64 (neg.f64 z) z))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (neg.f64 a) z) z)) |
(-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 (neg.f64 z) z))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 z a) z)) #s(literal -1 binary64))) |
(+.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z z))) |
(*.f64 (/.f64 (neg.f64 t) #s(literal -1 binary64)) (/.f64 a (*.f64 z z))) |
(*.f64 (/.f64 (neg.f64 a) #s(literal -1 binary64)) (/.f64 t (*.f64 z z))) |
(*.f64 (/.f64 (neg.f64 t) z) (/.f64 (neg.f64 a) z)) |
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 (neg.f64 t) (*.f64 z z))) |
(*.f64 (/.f64 t (neg.f64 z)) (/.f64 (neg.f64 a) z)) |
(*.f64 (/.f64 t #s(literal -1 binary64)) (/.f64 a (*.f64 (neg.f64 z) z))) |
(*.f64 (/.f64 t (*.f64 z z)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 (*.f64 a t) (neg.f64 z))) |
(*.f64 (/.f64 t z) (/.f64 (/.f64 a z) #s(literal 1 binary64))) |
(*.f64 (/.f64 t z) (/.f64 a z)) |
(*.f64 (/.f64 (neg.f64 a) z) (/.f64 (neg.f64 t) z)) |
(*.f64 (/.f64 (neg.f64 a) z) (/.f64 t (neg.f64 z))) |
(*.f64 (*.f64 (/.f64 a z) t) (/.f64 (/.f64 #s(literal 1 binary64) z) #s(literal 1 binary64))) |
(*.f64 (*.f64 (/.f64 a z) t) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) (/.f64 t (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 a z) (/.f64 t z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 (/.f64 a z) t)) |
(*.f64 (*.f64 (neg.f64 a) t) (/.f64 #s(literal -1 binary64) (*.f64 z z))) |
(*.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 z z)) t)) |
(*.f64 (*.f64 (/.f64 a (*.f64 z z)) t) #s(literal 1 binary64)) |
(*.f64 (/.f64 a (*.f64 z z)) (/.f64 t #s(literal 1 binary64))) |
(*.f64 (/.f64 a (*.f64 z z)) t) |
(*.f64 (*.f64 a t) (/.f64 #s(literal 1 binary64) (*.f64 z z))) |
(*.f64 a (/.f64 t (*.f64 z z))) |
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z z)) t)) |
(*.f64 t (/.f64 a (*.f64 z z))) |
(pow.f64 (/.f64 (*.f64 z z) (*.f64 a t)) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 a z) t)) (neg.f64 z)) |
(/.f64 (/.f64 t z) (/.f64 z a)) |
(/.f64 (*.f64 (/.f64 a z) t) z) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 z z) (*.f64 a t)))) |
(/.f64 (neg.f64 t) (neg.f64 (*.f64 (/.f64 z a) z))) |
(/.f64 (*.f64 (neg.f64 a) t) (*.f64 (neg.f64 z) z)) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 (/.f64 a z) t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 z z) (*.f64 a t)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 z a) z) t)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 z z) (*.f64 a t))) |
(/.f64 (*.f64 a t) (*.f64 z z)) |
(/.f64 t (*.f64 (/.f64 z a) z)) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a t) (*.f64 (neg.f64 z) z))) |
#s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)) |
(*.f64 (-.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z))) (/.f64 #s(literal 1 binary64) (-.f64 z (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)))) |
(*.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)) (*.f64 z z))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))))) |
(*.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 z z) z)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 z z) z))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 z (-.f64 z (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)) (*.f64 z z)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z)))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 z z) z)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 z z) z)) (/.f64 #s(literal 1 binary64) (fma.f64 z z (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) z)) z)))) |
(*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 z z) z)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 z z) z)) (/.f64 #s(literal 1 binary64) (fma.f64 z (-.f64 z (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z))))) |
(*.f64 #s(literal 1 binary64) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) #s(literal -1 binary64)) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 z z) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))) #s(literal 3 binary64))) (fma.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))) (fma.f64 (/.f64 (*.f64 z z) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))) (/.f64 (*.f64 z z) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))) (/.f64 (*.f64 z z) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)))) (neg.f64 (-.f64 z (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)) (*.f64 z z)))) (neg.f64 (neg.f64 (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 z z) z)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 z z) z)))) (neg.f64 (neg.f64 (fma.f64 z (-.f64 z (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))) (*.f64 (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z)) (*.f64 z z))) (*.f64 (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z)) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z)))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 a) (*.f64 #s(literal -1/2 binary64) t)) #s(literal -1 binary64) (*.f64 (neg.f64 z) (neg.f64 z))) z) |
(/.f64 (fma.f64 (*.f64 (neg.f64 a) (*.f64 #s(literal -1/2 binary64) t)) (/.f64 #s(literal 1 binary64) z) (*.f64 (neg.f64 z) #s(literal 1 binary64))) (*.f64 (neg.f64 z) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 a) (*.f64 #s(literal -1/2 binary64) t)) #s(literal 1 binary64) (*.f64 (neg.f64 z) z)) (*.f64 (neg.f64 z) #s(literal 1 binary64))) |
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) (neg.f64 a)) #s(literal -1 binary64) (*.f64 (neg.f64 z) (neg.f64 z))) z) |
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) (neg.f64 a)) (/.f64 #s(literal 1 binary64) z) (*.f64 (neg.f64 z) #s(literal 1 binary64))) (*.f64 (neg.f64 z) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) (neg.f64 a)) #s(literal 1 binary64) (*.f64 (neg.f64 z) z)) (*.f64 (neg.f64 z) #s(literal 1 binary64))) |
(/.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 #s(literal 1 binary64) z) (/.f64 z a)) (*.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (fma.f64 #s(literal -1/2 binary64) t (*.f64 (/.f64 z a) z)) (/.f64 z a)) |
(/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) #s(literal -1 binary64) (*.f64 (neg.f64 z) (neg.f64 z))) z) |
(/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (/.f64 #s(literal 1 binary64) z) (*.f64 (neg.f64 z) #s(literal 1 binary64))) (*.f64 (neg.f64 z) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (fma.f64 (neg.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) #s(literal 1 binary64) (*.f64 (neg.f64 z) z)) (*.f64 (neg.f64 z) #s(literal 1 binary64))) |
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) #s(literal -1 binary64) (*.f64 (neg.f64 z) z)) (*.f64 z #s(literal -1 binary64))) |
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) #s(literal 1 binary64) (*.f64 z z)) z) |
(/.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) t) #s(literal -1 binary64) (*.f64 (/.f64 z a) (neg.f64 z))) (*.f64 (/.f64 z a) #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (/.f64 z (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (neg.f64 z))) (*.f64 (/.f64 z (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) #s(literal -1 binary64))) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 (/.f64 z (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) #s(literal 1 binary64))) (*.f64 (/.f64 z (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 z (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) z)) (*.f64 (/.f64 z (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) #s(literal 1 binary64))) |
(/.f64 (fma.f64 (neg.f64 z) (neg.f64 z) (*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 a) (*.f64 #s(literal -1/2 binary64) t)))) z) |
(/.f64 (fma.f64 (neg.f64 z) (neg.f64 z) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (neg.f64 a)))) z) |
(/.f64 (fma.f64 (neg.f64 z) (neg.f64 z) (*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)))) z) |
(/.f64 (fma.f64 (neg.f64 z) z (neg.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a))) (neg.f64 z)) |
(/.f64 (fma.f64 (neg.f64 z) (/.f64 z a) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) t))) (neg.f64 (/.f64 z a))) |
(/.f64 (fma.f64 (neg.f64 z) (/.f64 z (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) #s(literal -1 binary64)) (*.f64 #s(literal -1 binary64) (/.f64 z (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 z) (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 (neg.f64 a) (*.f64 #s(literal -1/2 binary64) t)))) (*.f64 (/.f64 #s(literal 1 binary64) z) (neg.f64 z))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 z) (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (neg.f64 a)))) (*.f64 (/.f64 #s(literal 1 binary64) z) (neg.f64 z))) |
(/.f64 (+.f64 (/.f64 z a) (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 #s(literal -1/2 binary64) t))) (*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 z a))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 z) (*.f64 (/.f64 #s(literal 1 binary64) z) (neg.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)))) (*.f64 (/.f64 #s(literal 1 binary64) z) (neg.f64 z))) |
(/.f64 (+.f64 z (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a))) (*.f64 (/.f64 #s(literal 1 binary64) z) z)) |
(/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 z (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (/.f64 #s(literal 1 binary64) z)) (*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 z (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)))) |
(/.f64 (fma.f64 (neg.f64 z) z (*.f64 #s(literal 1 binary64) (*.f64 (neg.f64 a) (*.f64 #s(literal -1/2 binary64) t)))) (*.f64 #s(literal 1 binary64) (neg.f64 z))) |
(/.f64 (fma.f64 (neg.f64 z) z (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (neg.f64 a)))) (*.f64 #s(literal 1 binary64) (neg.f64 z))) |
(/.f64 (fma.f64 (/.f64 z a) z (*.f64 #s(literal -1/2 binary64) t)) (/.f64 z a)) |
(/.f64 (fma.f64 (neg.f64 z) z (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)))) (*.f64 #s(literal 1 binary64) (neg.f64 z))) |
(/.f64 (fma.f64 z z (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a))) z) |
(/.f64 (fma.f64 z (/.f64 z (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 z (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)))) |
(/.f64 (-.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z))) (-.f64 z (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)) (*.f64 z z))) (neg.f64 (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z)))) |
(/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 z z) z)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 z z) z))) (neg.f64 (fma.f64 z z (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) z)) z)))) |
(/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 z z) z)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 z z) z))) (neg.f64 (fma.f64 z (-.f64 z (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)) (*.f64 z z)) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))) |
(/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 z z) z)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 z z) z)) (fma.f64 z z (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) z)) z))) |
(/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 z z) z)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 z z) z)) (fma.f64 z (-.f64 z (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))) |
(/.f64 (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z) (*.f64 z (/.f64 #s(literal 1 binary64) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)) (-.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 z z (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)) (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) z)) z)) (fma.f64 (/.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 z z) z)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 t t) t)) (*.f64 (*.f64 z z) z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) t) #s(literal -1 binary64)) (/.f64 (neg.f64 a) z) z) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) t) z) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) z) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) t) z) (/.f64 a #s(literal 1 binary64)) z) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 t (/.f64 #s(literal 1 binary64) a)) z) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a t) #s(literal 1 binary64)) z) |
(fma.f64 (/.f64 (neg.f64 a) #s(literal -1 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) t) z) z) |
(fma.f64 (*.f64 (neg.f64 a) (*.f64 #s(literal -1/2 binary64) t)) (/.f64 #s(literal -1 binary64) z) z) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) (neg.f64 a)) (/.f64 #s(literal -1 binary64) z) z) |
(fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t z) |
(fma.f64 (/.f64 t z) (/.f64 (*.f64 #s(literal -1/2 binary64) a) #s(literal 1 binary64)) z) |
(fma.f64 (/.f64 t z) (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) a)) z) |
(fma.f64 (neg.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (/.f64 #s(literal -1 binary64) z) z) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (/.f64 #s(literal 1 binary64) z) z) |
(fma.f64 (*.f64 (/.f64 a z) t) #s(literal -1/2 binary64) z) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))) (neg.f64 (/.f64 (*.f64 z z) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))))) |
(fma.f64 (neg.f64 z) #s(literal -1 binary64) (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)) |
(fma.f64 #s(literal -1 binary64) (neg.f64 z) (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)) |
(fma.f64 (/.f64 a z) (/.f64 (*.f64 #s(literal -1/2 binary64) t) #s(literal 1 binary64)) z) |
(fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 a z) t) z) |
(fma.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 #s(literal 1 binary64) a)) z) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t) z) |
(fma.f64 #s(literal 1 binary64) z (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)) |
(fma.f64 a (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 #s(literal -1/2 binary64) t)) z) |
(fma.f64 t (*.f64 #s(literal -1/2 binary64) (/.f64 a z)) z) |
(fma.f64 z #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)) |
(-.f64 (/.f64 (*.f64 z z) (-.f64 z (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)) (-.f64 z (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))) (/.f64 (*.f64 z z) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z)))) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) a) (*.f64 (*.f64 #s(literal -1/2 binary64) t) a)) (*.f64 z z)) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))) (neg.f64 (/.f64 (*.f64 z z) (fma.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t (neg.f64 z))))) |
(+.f64 (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t) z) |
(+.f64 z (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)) |
Compiled 36 211 to 1 914 computations (94.7% saved)
32 alts after pruning (24 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 415 | 11 | 1 426 |
| Fresh | 2 | 13 | 15 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 4 | 4 |
| Total | 1 418 | 32 | 1 450 |
| Status | Accuracy | Program |
|---|---|---|
| 67.3% | (/.f64 (/.f64 (*.f64 y x) (/.f64 #s(literal 1 binary64) z)) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) | |
| 33.1% | (/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) | |
| 37.5% | (/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) | |
| 17.6% | (/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) | |
| ✓ | 37.7% | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
| 67.4% | (/.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))) | |
| 20.3% | (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) #s(approx (+ (* (* -1/2 t) (/ a z)) z) (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)))) | |
| 50.5% | (/.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (/.f64 #s(literal 1 binary64) z)) | |
| 32.9% | (*.f64 (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) z) | |
| 59.9% | (*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 y x)) | |
| 80.2% | (*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x)) | |
| ✓ | 32.3% | (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) |
| 33.2% | (*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) | |
| ✓ | 50.5% | (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
| 49.7% | (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x))) y) z) | |
| 50.4% | (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)))) y) z) | |
| 53.8% | (*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)) y) z) | |
| ✓ | 32.8% | (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) |
| ✓ | 41.4% | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
| 40.5% | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x)))) | |
| ✓ | 41.4% | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) |
| 55.0% | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x))) | |
| 38.9% | (*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (exp.f64 (*.f64 (log.f64 (/.f64 z x)) #s(literal -1 binary64))))) | |
| 63.5% | (*.f64 #s(approx (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) z)) (*.f64 z (*.f64 y x))) | |
| 60.4% | (*.f64 #s(approx (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/.f64 (*.f64 y x) z)) z) | |
| 80.2% | (*.f64 y (*.f64 x (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))))) | |
| 11.7% | (*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) | |
| 54.1% | (exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (*.f64 (*.f64 z y) x))) #s(literal -1 binary64))) | |
| 33.6% | (exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) (*.f64 (*.f64 z y) x))) #s(literal -1 binary64))) | |
| 55.3% | (exp.f64 (*.f64 (log.f64 (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) (*.f64 (*.f64 z y) x))) #s(literal -1 binary64))) | |
| ✓ | 72.9% | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
| ✓ | 69.2% | #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
Compiled 1 264 to 534 computations (57.8% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 #s(approx (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/.f64 (*.f64 y x) z)) z) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(*.f64 #s(approx (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) z)) (*.f64 z (*.f64 y x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x)))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x))) y) z) |
(*.f64 z (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) z) |
(/.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 (*.f64 x y) z) (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)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) #s(approx (+ (* (* -1/2 t) (/ a z)) z) (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)))) |
(*.f64 y (*.f64 x (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) |
(*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x)) |
(/.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 #s(literal -1/2 binary64) t) (/.f64 a z) z))) |
(*.f64 (*.f64 z x) (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 y x)) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) z) |
(/.f64 (*.f64 (*.f64 x y) z) (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 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)) y) z) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) |
(/.f64 (/.f64 (*.f64 y x) (/.f64 #s(literal 1 binary64) z)) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 a #s(literal -1/8 binary64)) (*.f64 t (/.f64 t (*.f64 (*.f64 z z) z))) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 (*.f64 t t) (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)))) y) z) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (exp.f64 (*.f64 (log.f64 (/.f64 z x)) #s(literal -1 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) (*.f64 (*.f64 z y) x))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) (*.f64 (*.f64 z y) x))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 z (*.f64 y x)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (*.f64 y x) z))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (*.f64 (*.f64 z y) x))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 z y) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
| Outputs |
|---|
(*.f64 (/.f64 (*.f64 z y) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x)) |
8 calls:
| 31.0ms | t |
| 21.0ms | z |
| 17.0ms | x |
| 16.0ms | (*.f64 t a) |
| 16.0ms | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 80.2% | 1 | x |
| 80.2% | 1 | y |
| 95.2% | 2 | z |
| 80.2% | 1 | t |
| 80.2% | 1 | a |
| 92.6% | 3 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 80.2% | 1 | (*.f64 x y) |
| 83.4% | 3 | (*.f64 t a) |
Compiled 65 to 49 computations (24.6% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 #s(approx (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/.f64 (*.f64 y x) z)) z) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(*.f64 #s(approx (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) z)) (*.f64 z (*.f64 y x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x)))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x))) y) z) |
(*.f64 z (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) z) |
(/.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 (*.f64 x y) z) (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)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) #s(approx (+ (* (* -1/2 t) (/ a z)) z) (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)))) |
(*.f64 y (*.f64 x (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) |
(*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x)) |
(/.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 #s(literal -1/2 binary64) t) (/.f64 a z) z))) |
(*.f64 (*.f64 z x) (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 z (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z)))) (*.f64 y x)) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) z) |
(/.f64 (*.f64 (*.f64 x y) z) (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 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 t) a (*.f64 z z)))) x))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 a) t (*.f64 z z)))) x)) y) z) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 z (*.f64 y x))) |
(/.f64 (/.f64 (*.f64 y x) (/.f64 #s(literal 1 binary64) z)) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (*.f64 #s(literal -1/2 binary64) t) (/.f64 a z) z))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 a #s(literal -1/8 binary64)) (*.f64 t (/.f64 t (*.f64 (*.f64 z z) z))) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (fma.f64 (*.f64 (*.f64 t t) (/.f64 a (*.f64 (*.f64 z z) z))) #s(literal -1/8 binary64) (*.f64 (/.f64 t z) #s(literal -1/2 binary64))) a z))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)))) y) z) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (exp.f64 (*.f64 (log.f64 (/.f64 z x)) #s(literal -1 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))) (*.f64 (*.f64 z y) x))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)) (*.f64 (*.f64 z y) x))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 z (*.f64 y x)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))) (*.f64 (*.f64 y x) z))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (fma.f64 (neg.f64 t) a (*.f64 z z))) (*.f64 (*.f64 z y) x))) #s(literal -1 binary64))) |
| Outputs |
|---|
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x)) |
1 calls:
| 21.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.3% | 2 | z |
Compiled 6 to 5 computations (16.7% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 #s(approx (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/.f64 (*.f64 y x) z)) z) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(*.f64 #s(approx (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) z)) (*.f64 z (*.f64 y x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x)))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x))) y) z) |
(*.f64 z (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) z) |
(/.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 (*.f64 x y) z) (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)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) #s(approx (+ (* (* -1/2 t) (/ a z)) z) (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)))) |
(*.f64 y (*.f64 x (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) |
(*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x)) |
(/.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 #s(literal -1/2 binary64) t) (/.f64 a z) z))) |
(*.f64 (*.f64 z x) (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
| Outputs |
|---|
(/.f64 (*.f64 (*.f64 z y) x) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 (neg.f64 a) t)))) |
(*.f64 (*.f64 z x) (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) |
(*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x)) |
2 calls:
| 10.0ms | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 9.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 88.4% | 3 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 91.3% | 3 | z |
Compiled 25 to 17 computations (32% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 #s(approx (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/.f64 (*.f64 y x) z)) z) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(*.f64 #s(approx (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) z)) (*.f64 z (*.f64 y x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x)))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x))) y) z) |
(*.f64 z (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) z) |
(/.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 (*.f64 x y) z) (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)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) #s(approx (+ (* (* -1/2 t) (/ a z)) z) (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)))) |
(*.f64 y (*.f64 x (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) |
(*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x)) |
(/.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 #s(literal -1/2 binary64) t) (/.f64 a z) z))) |
| Outputs |
|---|
(*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) |
(*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x)) |
1 calls:
| 8.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 87.8% | 2 | z |
Compiled 6 to 5 computations (16.7% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 #s(approx (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/.f64 (*.f64 y x) z)) z) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(*.f64 #s(approx (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) z)) (*.f64 z (*.f64 y x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x)))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x))) y) z) |
(*.f64 z (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) z) |
(/.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 (*.f64 x y) z) (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)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) #s(approx (+ (* (* -1/2 t) (/ a z)) z) (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)))) |
(*.f64 y (*.f64 x (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a)))) (*.f64 z (*.f64 y x))) |
| Outputs |
|---|
(*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) |
(*.f64 y (*.f64 x (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))))) |
1 calls:
| 8.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 87.7% | 2 | z |
Compiled 6 to 5 computations (16.7% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 #s(approx (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/.f64 (*.f64 y x) z)) z) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(*.f64 #s(approx (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) z)) (*.f64 z (*.f64 y x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x)))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x))) y) z) |
(*.f64 z (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) |
(*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) |
(*.f64 (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) z) |
(/.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 (*.f64 x y) z) (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)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (fma.f64 (*.f64 (*.f64 t (*.f64 y x)) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) (*.f64 y x))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) #s(approx (+ (* (* -1/2 t) (/ a z)) z) (*.f64 (*.f64 (/.f64 a z) #s(literal -1/2 binary64)) t)))) |
| Outputs |
|---|
(*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
1 calls:
| 12.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 87.1% | 2 | z |
Compiled 6 to 5 computations (16.7% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 #s(approx (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/.f64 (*.f64 y x) z)) z) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(*.f64 #s(approx (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) z)) (*.f64 z (*.f64 y x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x)))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x))) y) z) |
(*.f64 z (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x))) |
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) |
| Outputs |
|---|
(*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 t) a))))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
2 calls:
| 12.0ms | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 5.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 77.8% | 3 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 86.8% | 2 | z |
Compiled 25 to 17 computations (32% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 #s(approx (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/.f64 (*.f64 y x) z)) z) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
(*.f64 #s(approx (/ 1 (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) z)) (*.f64 z (*.f64 y x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (*.f64 (/.f64 #s(literal 1 binary64) z) x))) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x)))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 #s(literal 1 binary64) (/.f64 z x))) y) z) |
(*.f64 z (/.f64 (*.f64 y x) (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 z z))))) |
(/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
(/.f64 (*.f64 (*.f64 z x) y) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 z z)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) #s(approx (* (+ (* (* (* t x) (/ a (* z z))) 1/2) x) y) (*.f64 (*.f64 (fma.f64 (*.f64 t (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) #s(literal 1 binary64)) y) x)))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t x) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) x) y))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) #s(approx (+ (* (* (* t (* y x)) (/ a (* z z))) 1/2) (* y x)) (*.f64 (fma.f64 (*.f64 (*.f64 t y) (/.f64 a (*.f64 z z))) #s(literal 1/2 binary64) y) x))) |
| Outputs |
|---|
(/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
7 calls:
| 7.0ms | a |
| 7.0ms | x |
| 5.0ms | z |
| 5.0ms | t |
| 5.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 75.5% | 2 | (*.f64 x y) |
| 75.1% | 2 | x |
| 75.1% | 2 | y |
| 72.9% | 1 | t |
| 72.9% | 1 | a |
| 72.9% | 1 | (*.f64 t a) |
| 76.4% | 2 | z |
Compiled 46 to 37 computations (19.6% saved)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 #s(approx (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/.f64 (*.f64 y x) z)) z) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
| Outputs |
|---|
(/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) |
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
5 calls:
| 4.0ms | (*.f64 x y) |
| 3.0ms | x |
| 2.0ms | y |
| 2.0ms | z |
| 2.0ms | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 72.9% | 1 | x |
| 72.9% | 1 | y |
| 72.9% | 1 | (*.f64 x y) |
| 72.9% | 1 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 74.8% | 2 | z |
Compiled 45 to 33 computations (26.7% saved)
Total -39.2b remaining (-226.2%)
Threshold costs -39.2b (-226.2%)
| Inputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
(*.f64 #s(approx (* (/ x (sqrt (+ (* (neg a) t) (* z z)))) y) (/.f64 (*.f64 y x) z)) z) |
(*.f64 (*.f64 z y) #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z))) |
(*.f64 (*.f64 #s(approx (/ x (sqrt (+ (* (neg a) t) (* z z)))) (/.f64 x z)) y) z) |
(*.f64 x (/.f64 (*.f64 z y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z)))) |
| Outputs |
|---|
#s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x)) |
4 calls:
| 11.0ms | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 2.0ms | z |
| 2.0ms | (*.f64 x y) |
| 2.0ms | (*.f64 t a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 72.9% | 1 | (/.f64 (*.f64 (*.f64 x y) z) (sqrt.f64 (-.f64 (*.f64 z z) (*.f64 t a)))) |
| 72.9% | 1 | (*.f64 x y) |
| 72.9% | 1 | (*.f64 t a) |
| 72.9% | 1 | z |
Compiled 41 to 29 computations (29.3% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 12.0ms | 4.742411630663393e+37 | 2.53385866550565e+39 |
| 8.0ms | 112× | 0 | valid |
| 0.0ms | 4× | 0 | invalid |
Compiled 386 to 216 computations (44% saved)
ival-mult: 3.0ms (65.5% of total)ival-div: 1.0ms (21.8% of total)ival-sqrt: 1.0ms (21.8% of total)ival-sub: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 4.742411630663393e+37 | 2.53385866550565e+39 |
Compiled 309 to 202 computations (34.6% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 9.0ms | 4.742411630663393e+37 | 2.53385866550565e+39 |
| 23.0ms | 1.5466824332418959e-89 | 1.5086699207127398e-88 |
| 23.0ms | 160× | 0 | valid |
| 1.0ms | 23× | 0 | invalid |
Compiled 537 to 352 computations (34.5% saved)
ival-div: 12.0ms (66.6% of total)ival-mult: 4.0ms (22.2% of total)ival-sub: 1.0ms (5.6% of total)ival-sqrt: 1.0ms (5.6% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 12.0ms | 5.90534725022016e-84 | 1.293790932844813e-83 |
| 5.0ms | 80× | 0 | valid |
| 1.0ms | 22× | 0 | invalid |
Compiled 217 to 145 computations (33.2% saved)
ival-mult: 2.0ms (51% of total)ival-sqrt: 1.0ms (25.5% of total)ival-sub: 0.0ms (0% of total)ival-div: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 5.90534725022016e-84 | 1.293790932844813e-83 |
Compiled 217 to 145 computations (33.2% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 5.90534725022016e-84 | 1.293790932844813e-83 |
Compiled 162 to 115 computations (29% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 5.90534725022016e-84 | 1.293790932844813e-83 |
Compiled 162 to 115 computations (29% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 18.0ms | 1.9359720884981578e-146 | 4.729556215951148e-145 |
| 8.0ms | 112× | 0 | valid |
| 2.0ms | 31× | 0 | invalid |
Compiled 197 to 139 computations (29.4% saved)
ival-mult: 3.0ms (54.4% of total)ival-sub: 1.0ms (18.1% of total)ival-div: 1.0ms (18.1% of total)ival-sqrt: 1.0ms (18.1% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.9359720884981578e-146 | 4.729556215951148e-145 |
Compiled 197 to 139 computations (29.4% saved)
| 1× | egg-herbie |
| 46× | *-commutative_binary64 |
| 10× | neg-sub0_binary64 |
| 10× | neg-mul-1_binary64 |
| 8× | +-commutative_binary64 |
| 8× | sub-neg_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 84 | 431 |
| 1 | 114 | 431 |
| 2 | 125 | 431 |
| 3 | 130 | 431 |
| 4 | 131 | 431 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 z #s(literal 1350000000000000016832597445352911536128 binary64)) (*.f64 (/.f64 (*.f64 z y) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) (*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 1350000000000000016832597445352911536128 binary64)) (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 6307121193972697/286687326998758938951352611912760867599570623646035140467198604923365359511060601008752319138765710819328 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 2500000000000000075946507106750916722688 binary64)) (*.f64 (*.f64 z x) (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x)))) |
(if (<=.f64 z #s(literal 6288345833751159/546812681195752981093125556779405341338292357723303109106442651602488249799843980805878294255763456 binary64)) (*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) (*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 6288345833751159/546812681195752981093125556779405341338292357723303109106442651602488249799843980805878294255763456 binary64)) (*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) (*.f64 y (*.f64 x (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))))) |
(if (<=.f64 z #s(literal 6288345833751159/546812681195752981093125556779405341338292357723303109106442651602488249799843980805878294255763456 binary64)) (*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 6288345833751159/546812681195752981093125556779405341338292357723303109106442651602488249799843980805878294255763456 binary64)) (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* 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 8772881899359233/449891379454319638281053850768598185886969711830191663310075557261183758067148787031904068610389085714992091063352089512320826605549429968900851518086516385513472 binary64)) (/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 8772881899359233/449891379454319638281053850768598185886969711830191663310075557261183758067148787031904068610389085714992091063352089512320826605549429968900851518086516385513472 binary64)) (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 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 1350000000000000016832597445352911536128 binary64)) (*.f64 (/.f64 (*.f64 z y) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) (*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 1350000000000000016832597445352911536128 binary64)) (*.f64 (/.f64 x (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64))) (/.f64 (*.f64 y z) (pow.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)) #s(literal 1/4 binary64)))) (*.f64 (*.f64 x y) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))))) |
(if (<=.f64 z #s(literal 1350000000000000016832597445352911536128 binary64)) (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 1350000000000000016832597445352911536128 binary64)) (*.f64 (/.f64 x (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 y z)) (*.f64 (*.f64 x y) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))))) |
(if (<=.f64 z #s(literal 6307121193972697/286687326998758938951352611912760867599570623646035140467198604923365359511060601008752319138765710819328 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 2500000000000000075946507106750916722688 binary64)) (*.f64 (*.f64 z x) (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z))))) (*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x)))) |
(if (<=.f64 z #s(literal 6307121193972697/286687326998758938951352611912760867599570623646035140467198604923365359511060601008752319138765710819328 binary64)) (/.f64 (*.f64 x (*.f64 y z)) (sqrt.f64 #s(approx (- (* z z) (* t a)) (*.f64 t (neg.f64 a))))) (if (<=.f64 z #s(literal 2500000000000000075946507106750916722688 binary64)) (*.f64 (/.f64 y (sqrt.f64 (fma.f64 (neg.f64 a) t (*.f64 z z)))) (*.f64 x z)) (*.f64 (*.f64 x y) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))))) |
(if (<=.f64 z #s(literal 6288345833751159/546812681195752981093125556779405341338292357723303109106442651602488249799843980805878294255763456 binary64)) (*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) (*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 6288345833751159/546812681195752981093125556779405341338292357723303109106442651602488249799843980805878294255763456 binary64)) (*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 t (neg.f64 a))))) y) x) (*.f64 (*.f64 x y) (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))))) |
(if (<=.f64 z #s(literal 6288345833751159/546812681195752981093125556779405341338292357723303109106442651602488249799843980805878294255763456 binary64)) (*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) (*.f64 y (*.f64 x (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z)))))) |
(if (<=.f64 z #s(literal 6288345833751159/546812681195752981093125556779405341338292357723303109106442651602488249799843980805878294255763456 binary64)) (*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 t (neg.f64 a))))) y) x) (*.f64 (*.f64 (/.f64 z #s(approx (sqrt (- (* z z) (* t a))) (fma.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) t) z))) x) y)) |
(if (<=.f64 z #s(literal 6288345833751159/546812681195752981093125556779405341338292357723303109106442651602488249799843980805878294255763456 binary64)) (*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 (neg.f64 a) t)))) y) x) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 6288345833751159/546812681195752981093125556779405341338292357723303109106442651602488249799843980805878294255763456 binary64)) (*.f64 (*.f64 (/.f64 z (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 t (neg.f64 a))))) y) x) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 x y))) |
(if (<=.f64 z #s(literal 6288345833751159/546812681195752981093125556779405341338292357723303109106442651602488249799843980805878294255763456 binary64)) (*.f64 (*.f64 z y) (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* 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 6288345833751159/546812681195752981093125556779405341338292357723303109106442651602488249799843980805878294255763456 binary64)) (*.f64 (/.f64 x (sqrt.f64 #s(approx (+ (* (neg a) t) (* z z)) (*.f64 t (neg.f64 a))))) (*.f64 y z)) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 x y))) |
(if (<=.f64 z #s(literal 8772881899359233/449891379454319638281053850768598185886969711830191663310075557261183758067148787031904068610389085714992091063352089512320826605549429968900851518086516385513472 binary64)) (/.f64 (*.f64 (*.f64 z x) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 8772881899359233/449891379454319638281053850768598185886969711830191663310075557261183758067148787031904068610389085714992091063352089512320826605549429968900851518086516385513472 binary64)) (/.f64 (*.f64 (*.f64 x z) y) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 x y))) |
(if (<=.f64 z #s(literal 8772881899359233/449891379454319638281053850768598185886969711830191663310075557261183758067148787031904068610389085714992091063352089512320826605549429968900851518086516385513472 binary64)) (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 y x))) |
(if (<=.f64 z #s(literal 8772881899359233/449891379454319638281053850768598185886969711830191663310075557261183758067148787031904068610389085714992091063352089512320826605549429968900851518086516385513472 binary64)) (/.f64 (*.f64 (*.f64 x y) z) #s(approx (sqrt (- (* z z) (* t a))) (neg.f64 z))) #s(approx (/ (* (* x y) z) (sqrt (- (* z z) (* t a)))) (*.f64 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)))) (*.f64 x y)) |
| 10 718× | lower-fma.f32 |
| 10 714× | lower-fma.f64 |
| 8 704× | lower-*.f64 |
| 8 704× | lower-*.f32 |
| 8 304× | lower-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 202 |
| 0 | 57 | 200 |
| 1 | 187 | 199 |
| 2 | 1039 | 199 |
| 0 | 8797 | 199 |
| 0 | 55 | 312 |
| 0 | 83 | 306 |
| 1 | 252 | 303 |
| 2 | 1362 | 303 |
| 0 | 8415 | 301 |
| 0 | 794 | 18256 |
| 1 | 2636 | 17812 |
| 2 | 7230 | 17781 |
| 0 | 8148 | 17238 |
| 0 | 12 | 37 |
| 0 | 19 | 37 |
| 1 | 56 | 37 |
| 2 | 320 | 37 |
| 3 | 2703 | 37 |
| 0 | 8429 | 37 |
| 0 | 836 | 21194 |
| 1 | 2787 | 20714 |
| 2 | 7610 | 20714 |
| 0 | 8051 | 20047 |
| 0 | 62 | 386 |
| 0 | 89 | 371 |
| 1 | 297 | 371 |
| 2 | 1749 | 371 |
| 0 | 8376 | 366 |
| 0 | 495 | 3663 |
| 1 | 1609 | 3591 |
| 2 | 6491 | 3573 |
| 0 | 8282 | 3461 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
Compiled 1 155 to 508 computations (56% saved)
(sort t a)
Compiled 2 412 to 1 054 computations (56.3% saved)
Loading profile data...