
Time bar (total: 38.4s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 25.4% | 74.6% | 0% | 0% | 0% | 0 |
| 0% | 0% | 25.4% | 74.6% | 0% | 0% | 0% | 1 |
| 0% | 0% | 25.4% | 74.6% | 0% | 0% | 0% | 2 |
| 0% | 0% | 25.4% | 74.6% | 0% | 0% | 0% | 3 |
| 0% | 0% | 22.2% | 77.8% | 0% | 0% | 0% | 4 |
| 0% | 0% | 20.6% | 79.4% | 0% | 0% | 0% | 5 |
| 0% | 0% | 18.3% | 81.7% | 0% | 0% | 0% | 6 |
| 0% | 0% | 10.7% | 89.3% | 0% | 0% | 0% | 7 |
| 0% | 0% | 9.3% | 90.7% | 0% | 0% | 0% | 8 |
| 0% | 0% | 8.2% | 91.8% | 0% | 0% | 0% | 9 |
| 0% | 0% | 5.7% | 94.3% | 0% | 0% | 0% | 10 |
| 0% | 0% | 5% | 95% | 0% | 0% | 0% | 11 |
| 0% | 0% | 4.4% | 95.6% | 0% | 0% | 0% | 12 |
Compiled 54 to 30 computations (44.4% saved)
ival-mult: 68.0ms (37.9% of total)ival-exp: 25.0ms (13.9% of total)...c/correct-round.rkt:119:19: 21.0ms (11.7% of total)ival-sub: 16.0ms (8.9% of total)ival-fabs: 15.0ms (8.4% of total)ival-<=: 13.0ms (7.2% of total)ival-fmin: 7.0ms (3.9% of total)ival-add: 6.0ms (3.3% of total)ival-and: 5.0ms (2.8% of total)ival-div: 3.0ms (1.7% of total)const: 1.0ms (0.6% of total)backward-pass: 1.0ms (0.6% of total)| 16.7s | 63623× | 0 | precondition |
| 8.2s | 6042× | 2 | valid |
| 1.4s | 2214× | 1 | valid |
ival-exp: 7.1s (33.6% of total)ival-mult: 4.2s (19.8% of total)...c/correct-round.rkt:119:19: 2.2s (10.4% of total)ival-sub: 1.9s (8.8% of total)ival-fabs: 1.7s (8.2% of total)ival-<=: 1.2s (5.8% of total)ival-add: 802.0ms (3.8% of total)ival-fmin: 593.0ms (2.8% of total)backward-pass: 571.0ms (2.7% of total)ival-div: 411.0ms (1.9% of total)ival-and: 378.0ms (1.8% of total)const: 98.0ms (0.5% of total)| 2× | egg-herbie |
| 2324× | *-lowering-*.f32 |
| 2324× | *-lowering-*.f64 |
| 1986× | sum3-define |
| 1956× | fma-lowering-fma.f32 |
| 1956× | fma-lowering-fma.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 88 | 197 |
| 1 | 299 | 193 |
| 2 | 770 | 193 |
| 3 | 2368 | 193 |
| 0 | 17 | 18 |
| 1 | 49 | 18 |
| 2 | 105 | 18 |
| 3 | 188 | 18 |
| 4 | 453 | 18 |
| 5 | 918 | 18 |
| 6 | 1823 | 18 |
| 7 | 5702 | 18 |
| 0 | 8188 | 18 |
| 1× | iter limit |
| 1× | node limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* eps (- (exp (* (+ a b) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
| Outputs |
|---|
(/ (* eps (- (exp (* (+ a b) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps b))) |
| Inputs |
|---|
(/ (* eps (- (exp (* (+ a b) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* (+ (neg a) b) eps)) 1)) (* (- (exp (* (neg a) eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* (+ a (neg b)) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* (neg b) eps)) 1))) |
(/ (* (neg eps) (- (exp (* (+ a b) (neg eps))) 1)) (* (- (exp (* a (neg eps))) 1) (- (exp (* b (neg eps))) 1))) |
(neg (/ (* eps (- (exp (* (+ (neg a) b) eps)) 1)) (* (- (exp (* (neg a) eps)) 1) (- (exp (* b eps)) 1)))) |
(neg (/ (* eps (- (exp (* (+ a (neg b)) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* (neg b) eps)) 1)))) |
(neg (/ (* (neg eps) (- (exp (* (+ a b) (neg eps))) 1)) (* (- (exp (* a (neg eps))) 1) (- (exp (* b (neg eps))) 1)))) |
(/ (* eps (- (exp (* (+ b a) eps)) 1)) (* (- (exp (* b eps)) 1) (- (exp (* a eps)) 1))) |
(/ (* a (- (exp (* (+ eps b) a)) 1)) (* (- (exp (* eps a)) 1) (- (exp (* b a)) 1))) |
(/ (* b (- (exp (* (+ a eps) b)) 1)) (* (- (exp (* a b)) 1) (- (exp (* eps b)) 1))) |
| Outputs |
|---|
(/ (* eps (- (exp (* (+ a b) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(* (expm1 (* eps (+ a b))) (/ (/ eps (expm1 (* eps b))) (expm1 (* eps a)))) |
(/ (* eps (- (exp (* (+ (neg a) b) eps)) 1)) (* (- (exp (* (neg a) eps)) 1) (- (exp (* b eps)) 1))) |
(* (expm1 (* eps (- b a))) (/ (/ eps (expm1 (* a (neg eps)))) (expm1 (* eps b)))) |
(/ (* eps (- (exp (* (+ a (neg b)) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* (neg b) eps)) 1))) |
(* (expm1 (* eps (- a b))) (/ (/ eps (expm1 (* eps a))) (expm1 (* eps (neg b))))) |
(/ (* (neg eps) (- (exp (* (+ a b) (neg eps))) 1)) (* (- (exp (* a (neg eps))) 1) (- (exp (* b (neg eps))) 1))) |
(* (expm1 (* eps (- (neg b) a))) (/ (/ (neg eps) (expm1 (* a (neg eps)))) (expm1 (* eps (neg b))))) |
(neg (/ (* eps (- (exp (* (+ (neg a) b) eps)) 1)) (* (- (exp (* (neg a) eps)) 1) (- (exp (* b eps)) 1)))) |
(* (expm1 (* eps (- b a))) (/ (/ (neg eps) (expm1 (* a (neg eps)))) (expm1 (* eps b)))) |
(neg (/ (* eps (- (exp (* (+ a (neg b)) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* (neg b) eps)) 1)))) |
(* (expm1 (* eps (- a b))) (/ (/ (neg eps) (expm1 (* eps (neg b)))) (expm1 (* eps a)))) |
(neg (/ (* (neg eps) (- (exp (* (+ a b) (neg eps))) 1)) (* (- (exp (* a (neg eps))) 1) (- (exp (* b (neg eps))) 1)))) |
(/ (* eps (expm1 (* eps (- (neg b) a)))) (* (expm1 (* a (neg eps))) (expm1 (* eps (neg b))))) |
(/ (* eps (- (exp (* (+ b a) eps)) 1)) (* (- (exp (* b eps)) 1) (- (exp (* a eps)) 1))) |
(* (expm1 (* eps (+ a b))) (/ (/ eps (expm1 (* eps b))) (expm1 (* eps a)))) |
(/ (* a (- (exp (* (+ eps b) a)) 1)) (* (- (exp (* eps a)) 1) (- (exp (* b a)) 1))) |
(* (expm1 (* a (+ eps b))) (/ a (* (expm1 (* eps a)) (expm1 (* a b))))) |
(/ (* b (- (exp (* (+ a eps) b)) 1)) (* (- (exp (* a b)) 1) (- (exp (* eps b)) 1))) |
(* (expm1 (* b (+ eps a))) (/ (/ b (expm1 (* a b))) (expm1 (* eps b)))) |
(sort a b)
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 239 | 0 | - | 2 | (-5.46023499803409e-56 -4.0840505268239927e-78 4.8215011412981816e-92) | (/.f64 (*.f64 eps (-.f64 (exp.f64 (*.f64 (+.f64 a b) eps)) #s(literal 1 binary64))) (*.f64 (-.f64 (exp.f64 (*.f64 a eps)) #s(literal 1 binary64)) (-.f64 (exp.f64 (*.f64 b eps)) #s(literal 1 binary64)))) |
| 147 | 1 | (1.3292460305785866e-282 3.8854897114320925e-16 1.6517347036216083e-307) | 0 | - | (-.f64 (exp.f64 (*.f64 (+.f64 a b) eps)) #s(literal 1 binary64)) |
| 108 | 0 | - | 0 | - | (-.f64 (exp.f64 (*.f64 a eps)) #s(literal 1 binary64)) |
| 105 | 2 | (-3.2690162579664063e-109 -1.192825403231918e-149 2.621075566443174e-174) | 0 | - | (-.f64 (exp.f64 (*.f64 b eps)) #s(literal 1 binary64)) |
| 0 | 0 | - | 0 | - | b |
| 0 | 0 | - | 0 | - | (exp.f64 (*.f64 b eps)) |
| 0 | 0 | - | 0 | - | (*.f64 (+.f64 a b) eps) |
| 0 | 0 | - | 0 | - | (*.f64 (-.f64 (exp.f64 (*.f64 a eps)) #s(literal 1 binary64)) (-.f64 (exp.f64 (*.f64 b eps)) #s(literal 1 binary64))) |
| 0 | 0 | - | 0 | - | (*.f64 eps (-.f64 (exp.f64 (*.f64 (+.f64 a b) eps)) #s(literal 1 binary64))) |
| 0 | 0 | - | 0 | - | eps |
| 0 | 0 | - | 0 | - | (exp.f64 (*.f64 (+.f64 a b) eps)) |
| 0 | 0 | - | 0 | - | (*.f64 a eps) |
| 0 | 0 | - | 0 | - | #s(literal 1 binary64) |
| 0 | 0 | - | 0 | - | (exp.f64 (*.f64 a eps)) |
| 0 | 0 | - | 0 | - | a |
| 0 | 0 | - | 0 | - | (*.f64 b eps) |
| 0 | 0 | - | 0 | - | (+.f64 a b) |
| 550.0ms | 380× | 2 | valid |
| 95.0ms | 132× | 1 | valid |
Compiled 233 to 53 computations (77.3% saved)
ival-exp: 305.0ms (66.2% of total)ival-mult: 52.0ms (11.3% of total)backward-pass: 48.0ms (10.4% of total)ival-sub: 31.0ms (6.7% of total)ival-add: 16.0ms (3.5% of total)ival-div: 7.0ms (1.5% of total)const: 2.0ms (0.4% of total)Compiled 21 to 13 computations (38.1% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 16.3% | (/.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps b))) |
Compiled 21 to 13 computations (38.1% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (expm1.f64 (*.f64 eps (+.f64 a b))) |
| ✓ | cost-diff | 0 | (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a))) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps b))) |
| 2218× | fma-lowering-fma.f32 |
| 2218× | fma-lowering-fma.f64 |
| 1664× | *-lowering-*.f32 |
| 1664× | *-lowering-*.f64 |
| 1638× | fmm-def |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 17 | 70 |
| 1 | 45 | 70 |
| 2 | 90 | 70 |
| 3 | 168 | 70 |
| 4 | 356 | 70 |
| 5 | 698 | 70 |
| 6 | 1384 | 70 |
| 7 | 3185 | 70 |
| 8 | 7954 | 70 |
| 0 | 8415 | 70 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* eps a)) 1)) (- (exp (* eps b)) 1)) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* eps a)) 1)) |
(* eps (- (exp (* eps (+ a b))) 1)) |
eps |
(- (exp (* eps (+ a b))) 1) |
(* eps (+ a b)) |
(+ a b) |
a |
b |
(- (exp (* eps a)) 1) |
(* eps a) |
(- (exp (* eps b)) 1) |
(* eps b) |
| Outputs |
|---|
(/ (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* eps a)) 1)) (- (exp (* eps b)) 1)) |
(/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* eps a)) 1)) |
(*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (expm1.f64 (*.f64 eps a)))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) |
eps |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 eps (+.f64 a b))) |
(* eps (+ a b)) |
(*.f64 eps (+.f64 a b)) |
(+ a b) |
(+.f64 a b) |
a |
b |
(- (exp (* eps a)) 1) |
(expm1.f64 (*.f64 eps a)) |
(* eps a) |
(*.f64 eps a) |
(- (exp (* eps b)) 1) |
(expm1.f64 (*.f64 eps b)) |
(* eps b) |
(*.f64 eps b) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (expm1.f64 (*.f64 eps a)) |
| ✓ | accuracy | 100.0% | (/.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps b))) |
| ✓ | accuracy | 100.0% | (*.f64 eps (+.f64 a b)) |
| ✓ | accuracy | 99.5% | (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a))) |
| 311.0ms | 252× | 5 | exit |
| 3.0ms | 4× | 1 | valid |
Compiled 74 to 14 computations (81.1% saved)
compiled-spec: 76.0ms (33.8% of total)ival-exp: 54.0ms (24% of total)backward-pass: 40.0ms (17.8% of total)ival-mult: 36.0ms (16% of total)ival-sub: 9.0ms (4% of total)ival-div: 4.0ms (1.8% of total)ival-add: 4.0ms (1.8% of total)const: 2.0ms (0.9% of total)| Inputs |
|---|
#<alt (/ (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* eps a)) 1)) (- (exp (* eps b)) 1))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* eps a)) 1))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (* eps (+ a b))> |
#<alt (- (exp (* eps a)) 1)> |
| Outputs |
|---|
#<alt (/ (+ a b) (* a b))> |
#<alt (+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b)))> |
#<alt (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* eps (- (* 1/6 (/ (pow (+ a b) 3) (* a b))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)))))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b)))> |
#<alt (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* eps (- (+ (* 1/6 (/ (pow (+ a b) 3) (* a b))) (* eps (- (* 1/24 (/ (pow (+ a b) 4) (* a b))) (+ (/ (* (+ a b) (+ (* 1/24 (* a (pow b 4))) (+ (* 1/24 (* (pow a 4) b)) (+ (* 1/12 (* (pow a 2) (pow b 3))) (* 1/12 (* (pow a 3) (pow b 2))))))) (* (pow a 2) (pow b 2))) (+ (/ (* (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2))))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/6 (/ (pow (+ a b) 3) (* a b))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b))))) (* a b))))))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)))))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b)))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ 1 a)> |
#<alt (/ (+ 1 (* a (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps)))) a)> |
#<alt (/ (+ 1 (* a (- (+ (* a (- (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1))) (* 1/2 eps)))) a)> |
#<alt (/ (+ 1 (* a (- (+ (* a (- (+ (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (* a (- (* 1/6 (/ (* (pow eps 3) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/24 (pow eps 3)) (+ (* 1/6 (* (pow eps 2) (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps)))) (* 1/2 (* eps (- (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))))))))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1))) (* 1/2 eps)))) a)> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ 1 b)> |
#<alt (/ (+ 1 (* b (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps)))) b)> |
#<alt (/ (+ 1 (* b (- (+ (* b (- (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1))) (* 1/2 eps)))) b)> |
#<alt (/ (+ 1 (* b (- (+ (* b (- (+ (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (* b (- (* 1/6 (/ (* (pow eps 3) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/24 (pow eps 3)) (+ (* 1/6 (* (pow eps 2) (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps)))) (* 1/2 (* eps (- (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))))))))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1))) (* 1/2 eps)))) b)> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))> |
#<alt (/ (* eps (+ a b)) a)> |
#<alt (* eps (+ 1 (+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) a)) (* 1/2 (+ a b)))) (/ b a))))> |
#<alt (* eps (+ 1 (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) a)) (* eps (- (* 1/6 (/ (pow (+ a b) 3) a)) (+ (* 1/6 (* a (+ a b))) (* 1/2 (* a (- (* 1/2 (/ (pow (+ a b) 2) a)) (* 1/2 (+ a b))))))))) (* 1/2 (+ a b)))) (/ b a))))> |
#<alt (* eps (+ 1 (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) a)) (* eps (- (+ (* 1/6 (/ (pow (+ a b) 3) a)) (* eps (- (* 1/24 (/ (pow (+ a b) 4) a)) (+ (* 1/24 (* (pow a 2) (+ a b))) (+ (* 1/6 (* (pow a 2) (- (* 1/2 (/ (pow (+ a b) 2) a)) (* 1/2 (+ a b))))) (* 1/2 (* a (- (* 1/6 (/ (pow (+ a b) 3) a)) (+ (* 1/6 (* a (+ a b))) (* 1/2 (* a (- (* 1/2 (/ (pow (+ a b) 2) a)) (* 1/2 (+ a b)))))))))))))) (+ (* 1/6 (* a (+ a b))) (* 1/2 (* a (- (* 1/2 (/ (pow (+ a b) 2) a)) (* 1/2 (+ a b))))))))) (* 1/2 (+ a b)))) (/ b a))))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (- (exp (* b eps)) 1) a)> |
#<alt (/ (- (+ (exp (* b eps)) (* a (- (* eps (exp (* b eps))) (* 1/2 (* eps (- (exp (* b eps)) 1)))))) 1) a)> |
#<alt (/ (- (+ (exp (* b eps)) (* a (- (+ (* a (- (* 1/2 (* (pow eps 2) (exp (* b eps)))) (+ (* 1/6 (* (pow eps 2) (- (exp (* b eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* b eps))) (* 1/2 (* eps (- (exp (* b eps)) 1))))))))) (* eps (exp (* b eps)))) (* 1/2 (* eps (- (exp (* b eps)) 1)))))) 1) a)> |
#<alt (/ (- (+ (exp (* b eps)) (* a (- (+ (* a (- (+ (* 1/2 (* (pow eps 2) (exp (* b eps)))) (* a (- (* 1/6 (* (pow eps 3) (exp (* b eps)))) (+ (* 1/24 (* (pow eps 3) (- (exp (* b eps)) 1))) (+ (* 1/6 (* (pow eps 2) (- (* eps (exp (* b eps))) (* 1/2 (* eps (- (exp (* b eps)) 1)))))) (* 1/2 (* eps (- (* 1/2 (* (pow eps 2) (exp (* b eps)))) (+ (* 1/6 (* (pow eps 2) (- (exp (* b eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* b eps))) (* 1/2 (* eps (- (exp (* b eps)) 1))))))))))))))) (+ (* 1/6 (* (pow eps 2) (- (exp (* b eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* b eps))) (* 1/2 (* eps (- (exp (* b eps)) 1))))))))) (* eps (exp (* b eps)))) (* 1/2 (* eps (- (exp (* b eps)) 1)))))) 1) a)> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* a eps)) 1))> |
#<alt eps> |
#<alt (+ eps (/ (* b (* (pow eps 2) (exp (* a eps)))) (- (exp (* a eps)) 1)))> |
#<alt (+ eps (* b (+ (* 1/2 (/ (* b (* (pow eps 3) (exp (* a eps)))) (- (exp (* a eps)) 1))) (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1)))))> |
#<alt (+ eps (* b (+ (* b (+ (* 1/6 (/ (* b (* (pow eps 4) (exp (* a eps)))) (- (exp (* a eps)) 1))) (* 1/2 (/ (* (pow eps 3) (exp (* a eps))) (- (exp (* a eps)) 1))))) (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1)))))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* a eps)) 1))> |
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* a eps)) 1))> |
#<alt (* (pow eps 2) (+ a b))> |
#<alt (* (pow eps 2) (+ a (+ b (* 1/2 (* eps (pow (+ a b) 2))))))> |
#<alt (* (pow eps 2) (+ a (+ b (* eps (+ (* 1/6 (* eps (pow (+ a b) 3))) (* 1/2 (pow (+ a b) 2)))))))> |
#<alt (* (pow eps 2) (+ a (+ b (* eps (+ (* 1/2 (pow (+ a b) 2)) (* eps (+ (* 1/24 (* eps (pow (+ a b) 4))) (* 1/6 (pow (+ a b) 3)))))))))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* b eps)) 1))> |
#<alt (+ (* a (* (pow eps 2) (exp (* b eps)))) (* eps (- (exp (* b eps)) 1)))> |
#<alt (+ (* a (+ (* 1/2 (* a (* (pow eps 3) (exp (* b eps))))) (* (pow eps 2) (exp (* b eps))))) (* eps (- (exp (* b eps)) 1)))> |
#<alt (+ (* a (+ (* a (+ (* 1/6 (* a (* (pow eps 4) (exp (* b eps))))) (* 1/2 (* (pow eps 3) (exp (* b eps)))))) (* (pow eps 2) (exp (* b eps))))) (* eps (- (exp (* b eps)) 1)))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* eps (- b (* -1 a)))) 1))> |
#<alt (* eps (- (exp (* eps (- b (* -1 a)))) 1))> |
#<alt (* eps (- (exp (* eps (- b (* -1 a)))) 1))> |
#<alt (* eps (- (exp (* eps (- b (* -1 a)))) 1))> |
#<alt (* eps (- (exp (* a eps)) 1))> |
#<alt (+ (* b (* (pow eps 2) (exp (* a eps)))) (* eps (- (exp (* a eps)) 1)))> |
#<alt (+ (* b (+ (* 1/2 (* b (* (pow eps 3) (exp (* a eps))))) (* (pow eps 2) (exp (* a eps))))) (* eps (- (exp (* a eps)) 1)))> |
#<alt (+ (* b (+ (* b (+ (* 1/6 (* b (* (pow eps 4) (exp (* a eps))))) (* 1/2 (* (pow eps 3) (exp (* a eps)))))) (* (pow eps 2) (exp (* a eps))))) (* eps (- (exp (* a eps)) 1)))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* eps (+ a b))) 1))> |
#<alt (* eps (- (exp (* eps (- a (* -1 b)))) 1))> |
#<alt (* eps (- (exp (* eps (- a (* -1 b)))) 1))> |
#<alt (* eps (- (exp (* eps (- a (* -1 b)))) 1))> |
#<alt (* eps (- (exp (* eps (- a (* -1 b)))) 1))> |
#<alt (* eps (+ a b))> |
#<alt (* eps (+ a (+ b (* 1/2 (* eps (pow (+ a b) 2))))))> |
#<alt (* eps (+ a (+ b (* eps (+ (* 1/6 (* eps (pow (+ a b) 3))) (* 1/2 (pow (+ a b) 2)))))))> |
#<alt (* eps (+ a (+ b (* eps (+ (* 1/2 (pow (+ a b) 2)) (* eps (+ (* 1/24 (* eps (pow (+ a b) 4))) (* 1/6 (pow (+ a b) 3)))))))))> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* b eps)) 1)> |
#<alt (- (+ (exp (* b eps)) (* a (* eps (exp (* b eps))))) 1)> |
#<alt (- (+ (exp (* b eps)) (* a (+ (* 1/2 (* a (* (pow eps 2) (exp (* b eps))))) (* eps (exp (* b eps)))))) 1)> |
#<alt (- (+ (exp (* b eps)) (* a (+ (* a (+ (* 1/6 (* a (* (pow eps 3) (exp (* b eps))))) (* 1/2 (* (pow eps 2) (exp (* b eps)))))) (* eps (exp (* b eps)))))) 1)> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* eps (- b (* -1 a)))) 1)> |
#<alt (- (exp (* eps (- b (* -1 a)))) 1)> |
#<alt (- (exp (* eps (- b (* -1 a)))) 1)> |
#<alt (- (exp (* eps (- b (* -1 a)))) 1)> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (- (+ (exp (* a eps)) (* b (* eps (exp (* a eps))))) 1)> |
#<alt (- (+ (exp (* a eps)) (* b (+ (* 1/2 (* b (* (pow eps 2) (exp (* a eps))))) (* eps (exp (* a eps)))))) 1)> |
#<alt (- (+ (exp (* a eps)) (* b (+ (* b (+ (* 1/6 (* b (* (pow eps 3) (exp (* a eps))))) (* 1/2 (* (pow eps 2) (exp (* a eps)))))) (* eps (exp (* a eps)))))) 1)> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* eps (+ a b))) 1)> |
#<alt (- (exp (* eps (- a (* -1 b)))) 1)> |
#<alt (- (exp (* eps (- a (* -1 b)))) 1)> |
#<alt (- (exp (* eps (- a (* -1 b)))) 1)> |
#<alt (- (exp (* eps (- a (* -1 b)))) 1)> |
#<alt (* eps (+ a b))> |
#<alt (* eps (+ a b))> |
#<alt (* eps (+ a b))> |
#<alt (* eps (+ a b))> |
#<alt (* eps (+ a b))> |
#<alt (* eps (+ a b))> |
#<alt (* eps (+ a b))> |
#<alt (* eps (+ a b))> |
#<alt (* eps (+ a b))> |
#<alt (* eps (+ a b))> |
#<alt (* eps (+ a b))> |
#<alt (* eps (+ a b))> |
#<alt (* b eps)> |
#<alt (+ (* a eps) (* b eps))> |
#<alt (+ (* a eps) (* b eps))> |
#<alt (+ (* a eps) (* b eps))> |
#<alt (* a eps)> |
#<alt (* a (+ eps (/ (* b eps) a)))> |
#<alt (* a (+ eps (/ (* b eps) a)))> |
#<alt (* a (+ eps (/ (* b eps) a)))> |
#<alt (* a eps)> |
#<alt (* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a)))))> |
#<alt (* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a)))))> |
#<alt (* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a)))))> |
#<alt (* a eps)> |
#<alt (+ (* a eps) (* b eps))> |
#<alt (+ (* a eps) (* b eps))> |
#<alt (+ (* a eps) (* b eps))> |
#<alt (* b eps)> |
#<alt (* b (+ eps (/ (* a eps) b)))> |
#<alt (* b (+ eps (/ (* a eps) b)))> |
#<alt (* b (+ eps (/ (* a eps) b)))> |
#<alt (* b eps)> |
#<alt (* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b)))))> |
#<alt (* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b)))))> |
#<alt (* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b)))))> |
#<alt (* a eps)> |
#<alt (* eps (+ a (* 1/2 (* (pow a 2) eps))))> |
#<alt (* eps (+ a (* eps (+ (* 1/6 (* (pow a 3) eps)) (* 1/2 (pow a 2))))))> |
#<alt (* eps (+ a (* eps (+ (* 1/2 (pow a 2)) (* eps (+ (* 1/24 (* (pow a 4) eps)) (* 1/6 (pow a 3))))))))> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (* a eps)> |
#<alt (* a (+ eps (* 1/2 (* a (pow eps 2)))))> |
#<alt (* a (+ eps (* a (+ (* 1/6 (* a (pow eps 3))) (* 1/2 (pow eps 2))))))> |
#<alt (* a (+ eps (* a (+ (* 1/2 (pow eps 2)) (* a (+ (* 1/24 (* a (pow eps 4))) (* 1/6 (pow eps 3))))))))> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (- (exp (* a eps)) 1)> |
#<alt (- (exp (* a eps)) 1)> |
51 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 6.0ms | eps | @ | 0 | (/ (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* eps a)) 1)) (- (exp (* eps b)) 1)) |
| 4.0ms | a | @ | -inf | (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* eps a)) 1)) |
| 4.0ms | eps | @ | -inf | (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* eps a)) 1)) |
| 3.0ms | a | @ | inf | (/ (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* eps a)) 1)) (- (exp (* eps b)) 1)) |
| 2.0ms | eps | @ | -inf | (/ (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* eps a)) 1)) (- (exp (* eps b)) 1)) |
| 1× | batch-egg-rewrite |
| 4806× | *-lowering-*.f32 |
| 4806× | *-lowering-*.f64 |
| 4462× | /-lowering-/.f32 |
| 4462× | /-lowering-/.f64 |
| 1712× | frac-times |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 17 | 54 |
| 1 | 104 | 54 |
| 2 | 855 | 54 |
| 0 | 8306 | 54 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* eps a)) 1)) (- (exp (* eps b)) 1)) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* eps a)) 1)) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(- (exp (* eps (+ a b))) 1) |
(* eps (+ a b)) |
(- (exp (* eps a)) 1) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps b)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps b)))) (/.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps b)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (expm1.f64 (*.f64 eps a)) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps b))))) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (*.f64 (expm1.f64 (*.f64 eps a)) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps b)))))) |
(neg.f64 (/.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (expm1.f64 (*.f64 eps a)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps b))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps b))) (-.f64 #s(literal 0 binary64) (/.f64 (expm1.f64 (*.f64 eps a)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps b))))) |
(/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b)))) |
(/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps b))))) |
(/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps b))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a))))) |
(/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (neg.f64 (*.f64 (expm1.f64 (*.f64 eps a)) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps b)))))) |
(/.f64 (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) (expm1.f64 (*.f64 eps b))) |
(/.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps a))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps b)))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (*.f64 (expm1.f64 (*.f64 eps a)) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps b))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (expm1.f64 (*.f64 eps a)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps b))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (expm1.f64 (*.f64 eps a)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))))) (expm1.f64 (*.f64 eps b)))) |
(/.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) (/.f64 (expm1.f64 (*.f64 eps a)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))))) |
(/.f64 (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (*.f64 (expm1.f64 (*.f64 eps b)) (*.f64 (expm1.f64 (*.f64 eps a)) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 eps (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64))) (*.f64 (expm1.f64 (*.f64 eps b)) (*.f64 (expm1.f64 (*.f64 eps a)) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b))))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)))) (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b))))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)) eps) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b))))) |
(/.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps b))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a)))) |
(/.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps b))) (expm1.f64 (*.f64 eps a))) |
(/.f64 (*.f64 #s(literal 1 binary64) eps) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))) (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) eps) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64))) eps) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b))))) |
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b))))) |
(/.f64 (*.f64 (*.f64 eps (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b))))) |
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)) eps) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b))))) |
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps b)))) |
(/.f64 (*.f64 (*.f64 eps (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (expm1.f64 (*.f64 eps b)))) |
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps b)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)) eps) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (expm1.f64 (*.f64 eps b)))) |
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) #s(literal -1 binary64)) (*.f64 (expm1.f64 (*.f64 eps a)) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps b))))) |
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps))) (*.f64 (expm1.f64 (*.f64 eps a)) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps b))))) |
(/.f64 (*.f64 eps #s(literal 1 binary64)) (*.f64 (expm1.f64 (*.f64 eps b)) (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b)))))) |
(/.f64 (*.f64 (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) (+.f64 (exp.f64 (*.f64 (+.f64 (*.f64 eps b) (*.f64 eps b)) #s(literal 3 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) #s(literal 3 binary64)))) (*.f64 (expm1.f64 (*.f64 (*.f64 eps b) #s(literal 3 binary64))) (+.f64 (exp.f64 (+.f64 (+.f64 (*.f64 eps b) (*.f64 eps b)) (+.f64 (*.f64 eps b) (*.f64 eps b)))) (-.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) #s(literal 2 binary64)) (*.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))))) |
(/.f64 (*.f64 (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) (-.f64 (exp.f64 (+.f64 (+.f64 (*.f64 eps b) (*.f64 eps b)) (+.f64 (*.f64 eps b) (*.f64 eps b)))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) #s(literal 2 binary64)))) (*.f64 (expm1.f64 (*.f64 (*.f64 eps b) #s(literal 3 binary64))) (-.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))) |
(/.f64 (*.f64 (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64))) (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64)) (expm1.f64 (*.f64 eps b)))) |
(/.f64 (*.f64 (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))) (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (exp.f64 (*.f64 eps b)))))) |
(/.f64 (*.f64 (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) (+.f64 (exp.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))) #s(literal 1 binary64))) (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64)) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))) |
(/.f64 (*.f64 (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))))) (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b)))) (-.f64 #s(literal 0 binary64) (/.f64 (expm1.f64 (*.f64 eps a)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps a))) |
(/.f64 (neg.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps b)))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a)))) |
(pow.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))) #s(literal -1 binary64)) |
(*.f64 eps (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b))))) |
(*.f64 eps (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps b)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b)))))) |
(*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b))))) |
(*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (/.f64 #s(literal 1 binary64) (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b))))) |
(*.f64 (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b)))) |
(*.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps a))) (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps b)))) |
(*.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (/.f64 #s(literal 1 binary64) (*.f64 (expm1.f64 (*.f64 eps a)) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps b)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))))))) |
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))) (/.f64 eps (expm1.f64 (*.f64 eps b)))) |
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))) |
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps b))) (/.f64 eps (expm1.f64 (*.f64 eps a)))) |
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps a))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps b))) (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps a)))) |
(*.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps b))) (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps a)))) |
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) |
(*.f64 (/.f64 (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) (expm1.f64 (*.f64 (*.f64 eps b) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))) |
(*.f64 (/.f64 (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) (expm1.f64 (*.f64 (*.f64 eps b) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))) |
(*.f64 (/.f64 (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) |
(*.f64 (/.f64 (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 (*.f64 eps b) #s(literal 3 binary64)))) (/.f64 (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64))) (/.f64 (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))) |
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))) |
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(*.f64 (pow.f64 (/.f64 (expm1.f64 (*.f64 eps b)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) |
(*.f64 (pow.f64 (/.f64 (expm1.f64 (*.f64 eps b)) (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps a)))) |
(*.f64 (/.f64 eps (expm1.f64 (*.f64 (*.f64 eps b) #s(literal 3 binary64)))) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))) |
(*.f64 (/.f64 eps (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64))) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))) |
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 (*.f64 eps b) #s(literal 3 binary64)))) (/.f64 (/.f64 eps (expm1.f64 (*.f64 eps a))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))) |
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64))) (/.f64 (/.f64 eps (expm1.f64 (*.f64 eps a))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))) |
(*.f64 (/.f64 eps #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))) (expm1.f64 (*.f64 eps b)))) |
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (expm1.f64 (*.f64 eps b)))) |
(*.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps b))))) |
(*.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) (expm1.f64 (*.f64 eps a)))) |
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 (*.f64 eps b) #s(literal 3 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))) |
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))) |
(*.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 (*.f64 eps b) #s(literal 3 binary64)))) (/.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))) |
(*.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 (*.f64 eps b) #s(literal 3 binary64)))) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64))) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))) |
(*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 (*.f64 eps b) #s(literal 3 binary64)))) (/.f64 eps (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))) |
(*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64))) (/.f64 eps (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))) |
(*.f64 (/.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64)))) (expm1.f64 (*.f64 (*.f64 eps b) #s(literal 3 binary64)))) (/.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))) |
(*.f64 (/.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64))) (/.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))) |
(*.f64 (/.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64))) (expm1.f64 (*.f64 (*.f64 eps b) #s(literal 3 binary64)))) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))) |
(*.f64 (/.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64))) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64))) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) eps) #s(literal -1 binary64)) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps b)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps b))) (/.f64 eps (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 eps b))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 (*.f64 eps b) #s(literal 3 binary64)))) (expm1.f64 (*.f64 eps a))) (/.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (/.f64 #s(literal 1 binary64) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps b) #s(literal 2 binary64))) #s(literal -1 binary64))) (expm1.f64 (*.f64 eps a))) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (expm1.f64 (*.f64 eps a)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a)))) (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps a)))) |
(neg.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps a)))) |
(/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 (*.f64 eps a)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (expm1.f64 (*.f64 eps a)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))))))) |
(/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (expm1.f64 (*.f64 eps a)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps a)))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)))) (expm1.f64 (*.f64 eps a)))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)) eps) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (expm1.f64 (*.f64 eps a)))) |
(/.f64 (*.f64 #s(literal 1 binary64) eps) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) eps) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (expm1.f64 (*.f64 eps a)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64))) eps) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps a)))) |
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps a)))) |
(/.f64 (*.f64 (*.f64 eps (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (expm1.f64 (*.f64 eps a)))) |
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps a)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)) eps) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (expm1.f64 (*.f64 eps a)))) |
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) #s(literal -1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a))))) |
(/.f64 (*.f64 (*.f64 eps (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a))))) |
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps) #s(literal -1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)) eps) #s(literal -1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))))) (*.f64 (expm1.f64 (*.f64 eps a)) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 eps (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)))) (*.f64 (expm1.f64 (*.f64 eps a)) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps)) (*.f64 (expm1.f64 (*.f64 eps a)) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)) eps)) (*.f64 (expm1.f64 (*.f64 eps a)) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 eps (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps)) (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)) eps)) (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 (+.f64 (*.f64 eps a) (*.f64 eps a)) #s(literal 3 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))) #s(literal 3 binary64)))) (*.f64 (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (+.f64 (exp.f64 (+.f64 (+.f64 (*.f64 eps a) (*.f64 eps a)) (+.f64 (*.f64 eps a) (*.f64 eps a)))) (-.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))) #s(literal 2 binary64)) (*.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))))) |
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (-.f64 (exp.f64 (+.f64 (+.f64 (*.f64 eps a) (*.f64 eps a)) (+.f64 (*.f64 eps a) (*.f64 eps a)))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))) #s(literal 2 binary64)))) (*.f64 (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (-.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64))) (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64)) (expm1.f64 (*.f64 eps a)))) |
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))))) (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (exp.f64 (*.f64 eps a)))))) |
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) #s(literal 1 binary64))) (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64)) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))))) (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) |
(pow.f64 (/.f64 (expm1.f64 (*.f64 eps a)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))) #s(literal -1 binary64)) |
(*.f64 eps (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))) |
(*.f64 eps (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b)))))) |
(*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (expm1.f64 (*.f64 eps a)))) |
(*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) |
(*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))))) |
(*.f64 (/.f64 eps (/.f64 (expm1.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps (+.f64 a b))))) #s(literal 1 binary64)) |
(*.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps a)))) |
(*.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps a)))) |
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))) eps) |
(*.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 0 binary64) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))))) |
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64)))) (/.f64 eps (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))) |
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64))) (/.f64 eps (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) |
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))) |
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) |
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(*.f64 (/.f64 eps #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a)))) |
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 eps a)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) eps) #s(literal -1 binary64)) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))) |
(*.f64 (/.f64 eps (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64)))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))) |
(*.f64 (/.f64 eps (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))) #s(literal -1 binary64)) (/.f64 eps (expm1.f64 (*.f64 eps a)))) |
(*.f64 (pow.f64 (/.f64 (expm1.f64 (*.f64 eps a)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (expm1.f64 (*.f64 eps a)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))) #s(literal -1/2 binary64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) eps)) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))) |
(+.f64 (*.f64 eps (exp.f64 (*.f64 eps (+.f64 a b)))) (*.f64 eps #s(literal -1 binary64))) |
(+.f64 (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) eps) (-.f64 #s(literal 0 binary64) eps)) |
(-.f64 #s(literal 0 binary64) (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps))) |
(fma.f64 eps (exp.f64 (*.f64 eps (+.f64 a b))) (*.f64 eps #s(literal -1 binary64))) |
(fma.f64 (exp.f64 (*.f64 eps (+.f64 a b))) eps (-.f64 #s(literal 0 binary64) eps)) |
(neg.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps))) |
(/.f64 eps (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (+.f64 a b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (*.f64 eps (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)) eps))) |
(/.f64 (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 eps (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)) eps) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) |
(/.f64 (neg.f64 (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (*.f64 eps (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps)) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)) eps)) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 eps (exp.f64 (*.f64 eps (+.f64 a b)))) #s(literal 3 binary64)) (pow.f64 (*.f64 eps #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 eps (exp.f64 (*.f64 eps (+.f64 a b)))) (*.f64 eps (exp.f64 (*.f64 eps (+.f64 a b))))) (-.f64 (*.f64 (*.f64 eps #s(literal -1 binary64)) (*.f64 eps #s(literal -1 binary64))) (*.f64 (*.f64 eps (exp.f64 (*.f64 eps (+.f64 a b)))) (*.f64 eps #s(literal -1 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) eps) #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) eps) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) eps) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) eps)) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 0 binary64) eps)) (*.f64 (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) eps) (-.f64 #s(literal 0 binary64) eps))))) |
(/.f64 (-.f64 (*.f64 (*.f64 eps (exp.f64 (*.f64 eps (+.f64 a b)))) (*.f64 eps (exp.f64 (*.f64 eps (+.f64 a b))))) (*.f64 (*.f64 eps #s(literal -1 binary64)) (*.f64 eps #s(literal -1 binary64)))) (-.f64 (*.f64 eps (exp.f64 (*.f64 eps (+.f64 a b)))) (*.f64 eps #s(literal -1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) eps) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) eps)) (*.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 0 binary64) eps))) (-.f64 (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) eps) (-.f64 #s(literal 0 binary64) eps))) |
(*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) |
(*.f64 eps (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))))) |
(*.f64 #s(literal 1 binary64) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))) |
(*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) eps) |
(*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps #s(literal 1 binary64))) |
(*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (neg.f64 (-.f64 #s(literal 0 binary64) eps))) |
(*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps))) |
(*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 0 binary64) eps)) |
(*.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps (+.f64 a b))))) |
(*.f64 (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(*.f64 (*.f64 eps (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(*.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(*.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)) eps) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps (+.f64 a b))))) eps) |
(*.f64 (/.f64 eps (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)) #s(literal 1 binary64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) eps)) (expm1.f64 (*.f64 eps (+.f64 a b)))) |
(+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)) |
(+.f64 #s(literal -1 binary64) (exp.f64 (*.f64 eps (+.f64 a b)))) |
(+.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 (+.f64 a b) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))) |
(+.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(-.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) |
(-.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 (+.f64 a b) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(-.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(-.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 (+.f64 a b) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)))))) |
(fma.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64) #s(literal -1 binary64)) |
(fma.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)) |
(fma.f64 (exp.f64 (*.f64 eps a)) (exp.f64 (*.f64 eps b)) #s(literal -1 binary64)) |
(fma.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps a)) #s(literal -1 binary64)) |
(fma.f64 (exp.f64 (*.f64 eps (/.f64 (+.f64 a b) #s(literal 2 binary64)))) (exp.f64 (*.f64 eps (/.f64 (+.f64 a b) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(expm1.f64 (*.f64 eps (+.f64 a b))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (+.f64 a b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)))) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))))) |
(/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))))) |
(/.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b))))) (-.f64 #s(literal -1 binary64) (exp.f64 (*.f64 eps (+.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (*.f64 eps (*.f64 (+.f64 a b) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) #s(literal 1 binary64))) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (pow.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 (+.f64 (*.f64 eps (+.f64 a b)) (*.f64 eps (+.f64 a b))) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (*.f64 (+.f64 a b) #s(literal 3 binary64)))))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 (+.f64 (*.f64 eps (+.f64 a b)) (*.f64 eps (+.f64 a b))) #s(literal 3 binary64))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 (+.f64 a b) #s(literal 3 binary64)))) #s(literal 1 binary64)) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 (+.f64 (*.f64 eps (+.f64 a b)) (*.f64 eps (+.f64 a b))) #s(literal 3 binary64))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (+.f64 (+.f64 (*.f64 eps (+.f64 a b)) (*.f64 eps (+.f64 a b))) (+.f64 (*.f64 eps (+.f64 a b)) (*.f64 eps (+.f64 a b))))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (+.f64 (+.f64 (*.f64 eps (+.f64 a b)) (*.f64 eps (+.f64 a b))) (+.f64 (*.f64 eps (+.f64 a b)) (*.f64 eps (+.f64 a b))))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal 1 binary64)) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (exp.f64 (*.f64 eps (*.f64 (+.f64 a b) #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (-.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (*.f64 #s(literal -1 binary64) (exp.f64 (*.f64 eps (+.f64 a b))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 (+.f64 a b) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 (+.f64 a b) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 (exp.f64 (*.f64 eps (*.f64 (+.f64 a b) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) (*.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 (+.f64 a b) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (*.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 (+.f64 a b) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 (exp.f64 (*.f64 eps (*.f64 (+.f64 a b) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))) (+.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 (+.f64 a b) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) (+.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))) |
(*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)))))) |
(*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) (+.f64 a b)))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (exp.f64 (*.f64 eps (/.f64 (+.f64 a b) #s(literal 2 binary64)))) #s(literal 1 binary64)) (-.f64 (exp.f64 (*.f64 eps (/.f64 (+.f64 a b) #s(literal 2 binary64)))) #s(literal 1 binary64))) |
(log.f64 (exp.f64 (*.f64 eps (+.f64 a b)))) |
(+.f64 (*.f64 eps (+.f64 a b)) #s(literal 0 binary64)) |
(+.f64 (*.f64 eps a) (*.f64 eps b)) |
(+.f64 (*.f64 eps b) (*.f64 eps a)) |
(+.f64 #s(literal 0 binary64) (*.f64 eps (+.f64 a b))) |
(+.f64 (log.f64 (exp.f64 (*.f64 eps (/.f64 (+.f64 a b) #s(literal 2 binary64))))) (log.f64 (exp.f64 (*.f64 eps (/.f64 (+.f64 a b) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 eps a) (*.f64 eps a)) (-.f64 (*.f64 eps a) (*.f64 eps b))) (/.f64 (*.f64 (*.f64 eps b) (*.f64 eps b)) (-.f64 (*.f64 eps a) (*.f64 eps b)))) |
(fma.f64 eps a (*.f64 eps b)) |
(fma.f64 eps b (*.f64 eps a)) |
(fma.f64 a eps (*.f64 eps b)) |
(fma.f64 b eps (*.f64 eps a)) |
(/.f64 eps (/.f64 #s(literal 1 binary64) (+.f64 a b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 eps a) (*.f64 eps a)) (-.f64 (*.f64 (*.f64 eps b) (*.f64 eps b)) (*.f64 (*.f64 eps a) (*.f64 eps b)))) (+.f64 (*.f64 (*.f64 eps a) (*.f64 (*.f64 eps a) (*.f64 eps a))) (*.f64 (*.f64 eps b) (*.f64 (*.f64 eps b) (*.f64 eps b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 eps a) (*.f64 eps b)) (*.f64 (*.f64 eps (+.f64 a b)) (-.f64 (*.f64 eps a) (*.f64 eps b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (*.f64 eps (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 a b) (*.f64 eps (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) eps))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 a b) (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) eps))) |
(/.f64 (+.f64 (*.f64 (*.f64 eps a) (*.f64 (*.f64 eps a) (*.f64 eps a))) (*.f64 (*.f64 eps b) (*.f64 (*.f64 eps b) (*.f64 eps b)))) (+.f64 (*.f64 (*.f64 eps a) (*.f64 eps a)) (-.f64 (*.f64 (*.f64 eps b) (*.f64 eps b)) (*.f64 (*.f64 eps a) (*.f64 eps b))))) |
(/.f64 (*.f64 (*.f64 eps (+.f64 a b)) (-.f64 (*.f64 eps a) (*.f64 eps b))) (-.f64 (*.f64 eps a) (*.f64 eps b))) |
(/.f64 (*.f64 eps (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) |
(/.f64 (*.f64 eps (-.f64 (*.f64 a a) (*.f64 b b))) (-.f64 a b)) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) eps) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) |
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) eps) (-.f64 a b)) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 eps a) (*.f64 (*.f64 eps a) (*.f64 eps a))) (*.f64 (*.f64 eps b) (*.f64 (*.f64 eps b) (*.f64 eps b))))) (neg.f64 (+.f64 (*.f64 (*.f64 eps a) (*.f64 eps a)) (-.f64 (*.f64 (*.f64 eps b) (*.f64 eps b)) (*.f64 (*.f64 eps a) (*.f64 eps b)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 eps (+.f64 a b)) (-.f64 (*.f64 eps a) (*.f64 eps b)))) (neg.f64 (-.f64 (*.f64 eps a) (*.f64 eps b)))) |
(/.f64 (neg.f64 (*.f64 eps (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (neg.f64 (*.f64 eps (-.f64 (*.f64 a a) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (-.f64 a b))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) eps)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) eps)) (-.f64 #s(literal 0 binary64) (-.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 eps b) (*.f64 (*.f64 eps b) (*.f64 eps b))) (*.f64 (*.f64 eps a) (*.f64 (*.f64 eps a) (*.f64 eps a)))) (+.f64 (*.f64 (*.f64 eps b) (*.f64 eps b)) (-.f64 (*.f64 (*.f64 eps a) (*.f64 eps a)) (*.f64 (*.f64 eps b) (*.f64 eps a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 eps b) (*.f64 eps b)) (*.f64 (*.f64 eps a) (*.f64 eps a))) (-.f64 (*.f64 eps b) (*.f64 eps a))) |
(*.f64 eps (+.f64 a b)) |
(*.f64 eps (log.f64 (exp.f64 (+.f64 a b)))) |
(*.f64 (+.f64 a b) eps) |
(*.f64 (+.f64 (*.f64 (*.f64 eps a) (*.f64 (*.f64 eps a) (*.f64 eps a))) (*.f64 (*.f64 eps b) (*.f64 (*.f64 eps b) (*.f64 eps b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 eps a) (*.f64 eps a)) (-.f64 (*.f64 (*.f64 eps b) (*.f64 eps b)) (*.f64 (*.f64 eps a) (*.f64 eps b)))))) |
(*.f64 (*.f64 (*.f64 eps (+.f64 a b)) (-.f64 (*.f64 eps a) (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 eps a) (*.f64 eps b)))) |
(*.f64 (*.f64 eps (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(*.f64 (*.f64 eps (-.f64 (*.f64 a a) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (-.f64 a b))) |
(*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) eps) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) eps) (/.f64 #s(literal 1 binary64) (-.f64 a b))) |
(+.f64 (exp.f64 (*.f64 eps a)) #s(literal -1 binary64)) |
(+.f64 #s(literal -1 binary64) (exp.f64 (*.f64 eps a))) |
(+.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))) |
(+.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(-.f64 (exp.f64 (*.f64 eps a)) #s(literal 1 binary64)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a)))) |
(-.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(-.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) |
(-.f64 (/.f64 (exp.f64 (*.f64 eps a)) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(-.f64 (/.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (*.f64 eps a)))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (*.f64 eps a))))))) |
(fma.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)) #s(literal -1 binary64)) |
(fma.f64 (exp.f64 (*.f64 eps a)) #s(literal 1 binary64) #s(literal -1 binary64)) |
(fma.f64 (exp.f64 (*.f64 eps (/.f64 a #s(literal 2 binary64)))) (exp.f64 (*.f64 eps (/.f64 a #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(expm1.f64 (*.f64 eps a)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (*.f64 eps a))))) (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))))) |
(/.f64 (expm1.f64 (*.f64 eps a)) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a))) #s(literal -1 binary64)) |
(/.f64 (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) |
(/.f64 (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (*.f64 eps a)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))))) |
(/.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64)))) (neg.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (*.f64 eps a))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64)))) (-.f64 #s(literal -1 binary64) (exp.f64 (*.f64 eps a)))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) #s(literal 1 binary64))) (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 (+.f64 (*.f64 eps a) (*.f64 eps a)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 (+.f64 (*.f64 eps a) (*.f64 eps a)) #s(literal 3 binary64))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) #s(literal 1 binary64)) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 (+.f64 (*.f64 eps a) (*.f64 eps a)) #s(literal 3 binary64))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (+.f64 (+.f64 (*.f64 eps a) (*.f64 eps a)) (+.f64 (*.f64 eps a) (*.f64 eps a)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (+.f64 (+.f64 (*.f64 eps a) (*.f64 eps a)) (+.f64 (*.f64 eps a) (*.f64 eps a)))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (exp.f64 (*.f64 eps a)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) (*.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) (*.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))) (+.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) (+.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) |
(*.f64 (expm1.f64 (*.f64 eps a)) #s(literal 1 binary64)) |
(*.f64 (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(*.f64 (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (*.f64 eps a))))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 eps a)))) |
(*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps a) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 (*.f64 eps a) #s(literal 2 binary64))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (expm1.f64 (*.f64 eps a))) |
(*.f64 (+.f64 (exp.f64 (*.f64 eps (/.f64 a #s(literal 2 binary64)))) #s(literal 1 binary64)) (-.f64 (exp.f64 (*.f64 eps (/.f64 a #s(literal 2 binary64)))) #s(literal 1 binary64))) |
| 1× | egg-herbie |
| 5794× | *-lowering-*.f32 |
| 5794× | *-lowering-*.f64 |
| 2418× | +-lowering-+.f64 |
| 2418× | +-lowering-+.f32 |
| 1796× | sum4-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 452 | 3615 |
| 1 | 1560 | 3386 |
| 2 | 5674 | 3366 |
| 0 | 8804 | 3366 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ a b) (* a b)) |
(+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b))) |
(+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* eps (- (* 1/6 (/ (pow (+ a b) 3) (* a b))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)))))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b))) |
(+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* eps (- (+ (* 1/6 (/ (pow (+ a b) 3) (* a b))) (* eps (- (* 1/24 (/ (pow (+ a b) 4) (* a b))) (+ (/ (* (+ a b) (+ (* 1/24 (* a (pow b 4))) (+ (* 1/24 (* (pow a 4) b)) (+ (* 1/12 (* (pow a 2) (pow b 3))) (* 1/12 (* (pow a 3) (pow b 2))))))) (* (pow a 2) (pow b 2))) (+ (/ (* (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2))))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/6 (/ (pow (+ a b) 3) (* a b))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b))))) (* a b))))))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)))))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ 1 a) |
(/ (+ 1 (* a (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps)))) a) |
(/ (+ 1 (* a (- (+ (* a (- (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1))) (* 1/2 eps)))) a) |
(/ (+ 1 (* a (- (+ (* a (- (+ (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (* a (- (* 1/6 (/ (* (pow eps 3) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/24 (pow eps 3)) (+ (* 1/6 (* (pow eps 2) (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps)))) (* 1/2 (* eps (- (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))))))))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1))) (* 1/2 eps)))) a) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ 1 b) |
(/ (+ 1 (* b (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps)))) b) |
(/ (+ 1 (* b (- (+ (* b (- (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1))) (* 1/2 eps)))) b) |
(/ (+ 1 (* b (- (+ (* b (- (+ (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (* b (- (* 1/6 (/ (* (pow eps 3) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/24 (pow eps 3)) (+ (* 1/6 (* (pow eps 2) (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps)))) (* 1/2 (* eps (- (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))))))))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1))) (* 1/2 eps)))) b) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/ (* eps (+ a b)) a) |
(* eps (+ 1 (+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) a)) (* 1/2 (+ a b)))) (/ b a)))) |
(* eps (+ 1 (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) a)) (* eps (- (* 1/6 (/ (pow (+ a b) 3) a)) (+ (* 1/6 (* a (+ a b))) (* 1/2 (* a (- (* 1/2 (/ (pow (+ a b) 2) a)) (* 1/2 (+ a b))))))))) (* 1/2 (+ a b)))) (/ b a)))) |
(* eps (+ 1 (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) a)) (* eps (- (+ (* 1/6 (/ (pow (+ a b) 3) a)) (* eps (- (* 1/24 (/ (pow (+ a b) 4) a)) (+ (* 1/24 (* (pow a 2) (+ a b))) (+ (* 1/6 (* (pow a 2) (- (* 1/2 (/ (pow (+ a b) 2) a)) (* 1/2 (+ a b))))) (* 1/2 (* a (- (* 1/6 (/ (pow (+ a b) 3) a)) (+ (* 1/6 (* a (+ a b))) (* 1/2 (* a (- (* 1/2 (/ (pow (+ a b) 2) a)) (* 1/2 (+ a b)))))))))))))) (+ (* 1/6 (* a (+ a b))) (* 1/2 (* a (- (* 1/2 (/ (pow (+ a b) 2) a)) (* 1/2 (+ a b))))))))) (* 1/2 (+ a b)))) (/ b a)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (- (exp (* b eps)) 1) a) |
(/ (- (+ (exp (* b eps)) (* a (- (* eps (exp (* b eps))) (* 1/2 (* eps (- (exp (* b eps)) 1)))))) 1) a) |
(/ (- (+ (exp (* b eps)) (* a (- (+ (* a (- (* 1/2 (* (pow eps 2) (exp (* b eps)))) (+ (* 1/6 (* (pow eps 2) (- (exp (* b eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* b eps))) (* 1/2 (* eps (- (exp (* b eps)) 1))))))))) (* eps (exp (* b eps)))) (* 1/2 (* eps (- (exp (* b eps)) 1)))))) 1) a) |
(/ (- (+ (exp (* b eps)) (* a (- (+ (* a (- (+ (* 1/2 (* (pow eps 2) (exp (* b eps)))) (* a (- (* 1/6 (* (pow eps 3) (exp (* b eps)))) (+ (* 1/24 (* (pow eps 3) (- (exp (* b eps)) 1))) (+ (* 1/6 (* (pow eps 2) (- (* eps (exp (* b eps))) (* 1/2 (* eps (- (exp (* b eps)) 1)))))) (* 1/2 (* eps (- (* 1/2 (* (pow eps 2) (exp (* b eps)))) (+ (* 1/6 (* (pow eps 2) (- (exp (* b eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* b eps))) (* 1/2 (* eps (- (exp (* b eps)) 1))))))))))))))) (+ (* 1/6 (* (pow eps 2) (- (exp (* b eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* b eps))) (* 1/2 (* eps (- (exp (* b eps)) 1))))))))) (* eps (exp (* b eps)))) (* 1/2 (* eps (- (exp (* b eps)) 1)))))) 1) a) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* a eps)) 1)) |
eps |
(+ eps (/ (* b (* (pow eps 2) (exp (* a eps)))) (- (exp (* a eps)) 1))) |
(+ eps (* b (+ (* 1/2 (/ (* b (* (pow eps 3) (exp (* a eps)))) (- (exp (* a eps)) 1))) (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))))) |
(+ eps (* b (+ (* b (+ (* 1/6 (/ (* b (* (pow eps 4) (exp (* a eps)))) (- (exp (* a eps)) 1))) (* 1/2 (/ (* (pow eps 3) (exp (* a eps))) (- (exp (* a eps)) 1))))) (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* a eps)) 1)) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* a eps)) 1)) |
(* (pow eps 2) (+ a b)) |
(* (pow eps 2) (+ a (+ b (* 1/2 (* eps (pow (+ a b) 2)))))) |
(* (pow eps 2) (+ a (+ b (* eps (+ (* 1/6 (* eps (pow (+ a b) 3))) (* 1/2 (pow (+ a b) 2))))))) |
(* (pow eps 2) (+ a (+ b (* eps (+ (* 1/2 (pow (+ a b) 2)) (* eps (+ (* 1/24 (* eps (pow (+ a b) 4))) (* 1/6 (pow (+ a b) 3))))))))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* b eps)) 1)) |
(+ (* a (* (pow eps 2) (exp (* b eps)))) (* eps (- (exp (* b eps)) 1))) |
(+ (* a (+ (* 1/2 (* a (* (pow eps 3) (exp (* b eps))))) (* (pow eps 2) (exp (* b eps))))) (* eps (- (exp (* b eps)) 1))) |
(+ (* a (+ (* a (+ (* 1/6 (* a (* (pow eps 4) (exp (* b eps))))) (* 1/2 (* (pow eps 3) (exp (* b eps)))))) (* (pow eps 2) (exp (* b eps))))) (* eps (- (exp (* b eps)) 1))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* eps (- b (* -1 a)))) 1)) |
(* eps (- (exp (* eps (- b (* -1 a)))) 1)) |
(* eps (- (exp (* eps (- b (* -1 a)))) 1)) |
(* eps (- (exp (* eps (- b (* -1 a)))) 1)) |
(* eps (- (exp (* a eps)) 1)) |
(+ (* b (* (pow eps 2) (exp (* a eps)))) (* eps (- (exp (* a eps)) 1))) |
(+ (* b (+ (* 1/2 (* b (* (pow eps 3) (exp (* a eps))))) (* (pow eps 2) (exp (* a eps))))) (* eps (- (exp (* a eps)) 1))) |
(+ (* b (+ (* b (+ (* 1/6 (* b (* (pow eps 4) (exp (* a eps))))) (* 1/2 (* (pow eps 3) (exp (* a eps)))))) (* (pow eps 2) (exp (* a eps))))) (* eps (- (exp (* a eps)) 1))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(* eps (- (exp (* eps (- a (* -1 b)))) 1)) |
(* eps (- (exp (* eps (- a (* -1 b)))) 1)) |
(* eps (- (exp (* eps (- a (* -1 b)))) 1)) |
(* eps (- (exp (* eps (- a (* -1 b)))) 1)) |
(* eps (+ a b)) |
(* eps (+ a (+ b (* 1/2 (* eps (pow (+ a b) 2)))))) |
(* eps (+ a (+ b (* eps (+ (* 1/6 (* eps (pow (+ a b) 3))) (* 1/2 (pow (+ a b) 2))))))) |
(* eps (+ a (+ b (* eps (+ (* 1/2 (pow (+ a b) 2)) (* eps (+ (* 1/24 (* eps (pow (+ a b) 4))) (* 1/6 (pow (+ a b) 3))))))))) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* b eps)) 1) |
(- (+ (exp (* b eps)) (* a (* eps (exp (* b eps))))) 1) |
(- (+ (exp (* b eps)) (* a (+ (* 1/2 (* a (* (pow eps 2) (exp (* b eps))))) (* eps (exp (* b eps)))))) 1) |
(- (+ (exp (* b eps)) (* a (+ (* a (+ (* 1/6 (* a (* (pow eps 3) (exp (* b eps))))) (* 1/2 (* (pow eps 2) (exp (* b eps)))))) (* eps (exp (* b eps)))))) 1) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* eps (- b (* -1 a)))) 1) |
(- (exp (* eps (- b (* -1 a)))) 1) |
(- (exp (* eps (- b (* -1 a)))) 1) |
(- (exp (* eps (- b (* -1 a)))) 1) |
(- (exp (* a eps)) 1) |
(- (+ (exp (* a eps)) (* b (* eps (exp (* a eps))))) 1) |
(- (+ (exp (* a eps)) (* b (+ (* 1/2 (* b (* (pow eps 2) (exp (* a eps))))) (* eps (exp (* a eps)))))) 1) |
(- (+ (exp (* a eps)) (* b (+ (* b (+ (* 1/6 (* b (* (pow eps 3) (exp (* a eps))))) (* 1/2 (* (pow eps 2) (exp (* a eps)))))) (* eps (exp (* a eps)))))) 1) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* eps (+ a b))) 1) |
(- (exp (* eps (- a (* -1 b)))) 1) |
(- (exp (* eps (- a (* -1 b)))) 1) |
(- (exp (* eps (- a (* -1 b)))) 1) |
(- (exp (* eps (- a (* -1 b)))) 1) |
(* eps (+ a b)) |
(* eps (+ a b)) |
(* eps (+ a b)) |
(* eps (+ a b)) |
(* eps (+ a b)) |
(* eps (+ a b)) |
(* eps (+ a b)) |
(* eps (+ a b)) |
(* eps (+ a b)) |
(* eps (+ a b)) |
(* eps (+ a b)) |
(* eps (+ a b)) |
(* b eps) |
(+ (* a eps) (* b eps)) |
(+ (* a eps) (* b eps)) |
(+ (* a eps) (* b eps)) |
(* a eps) |
(* a (+ eps (/ (* b eps) a))) |
(* a (+ eps (/ (* b eps) a))) |
(* a (+ eps (/ (* b eps) a))) |
(* a eps) |
(* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a))))) |
(* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a))))) |
(* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a))))) |
(* a eps) |
(+ (* a eps) (* b eps)) |
(+ (* a eps) (* b eps)) |
(+ (* a eps) (* b eps)) |
(* b eps) |
(* b (+ eps (/ (* a eps) b))) |
(* b (+ eps (/ (* a eps) b))) |
(* b (+ eps (/ (* a eps) b))) |
(* b eps) |
(* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b))))) |
(* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b))))) |
(* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b))))) |
(* a eps) |
(* eps (+ a (* 1/2 (* (pow a 2) eps)))) |
(* eps (+ a (* eps (+ (* 1/6 (* (pow a 3) eps)) (* 1/2 (pow a 2)))))) |
(* eps (+ a (* eps (+ (* 1/2 (pow a 2)) (* eps (+ (* 1/24 (* (pow a 4) eps)) (* 1/6 (pow a 3)))))))) |
(- (exp (* a eps)) 1) |
(- (exp (* a eps)) 1) |
(- (exp (* a eps)) 1) |
(- (exp (* a eps)) 1) |
(- (exp (* a eps)) 1) |
(- (exp (* a eps)) 1) |
(- (exp (* a eps)) 1) |
(- (exp (* a eps)) 1) |
(* a eps) |
(* a (+ eps (* 1/2 (* a (pow eps 2))))) |
(* a (+ eps (* a (+ (* 1/6 (* a (pow eps 3))) (* 1/2 (pow eps 2)))))) |
(* a (+ eps (* a (+ (* 1/2 (pow eps 2)) (* a (+ (* 1/24 (* a (pow eps 4))) (* 1/6 (pow eps 3)))))))) |
(- (exp (* a eps)) 1) |
(- (exp (* a eps)) 1) |
(- (exp (* a eps)) 1) |
(- (exp (* a eps)) 1) |
(- (exp (* a eps)) 1) |
(- (exp (* a eps)) 1) |
(- (exp (* a eps)) 1) |
(- (exp (* a eps)) 1) |
| Outputs |
|---|
(/ (+ a b) (* a b)) |
(/.f64 (/.f64 (+.f64 a b) a) b) |
(+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b))) |
(+.f64 (*.f64 eps (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 b (*.f64 a a)))) (*.f64 b (*.f64 b (*.f64 a a)))))) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) |
(+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* eps (- (* 1/6 (/ (pow (+ a b) 3) (* a b))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)))))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b))) |
(+.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (+.f64 (*.f64 eps (-.f64 (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) #s(literal 1/6 binary64))) a) b) (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 a a))) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 b (*.f64 a a)))))) (/.f64 (+.f64 a b) (*.f64 b (*.f64 b (*.f64 a a)))))) (*.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 b (*.f64 a a)))) (*.f64 b (*.f64 b (*.f64 a a))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 b (*.f64 a a)))) (*.f64 a b))))) (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 b (*.f64 a a)))) (*.f64 b (*.f64 b (*.f64 a a)))))))) |
(+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* eps (- (+ (* 1/6 (/ (pow (+ a b) 3) (* a b))) (* eps (- (* 1/24 (/ (pow (+ a b) 4) (* a b))) (+ (/ (* (+ a b) (+ (* 1/24 (* a (pow b 4))) (+ (* 1/24 (* (pow a 4) b)) (+ (* 1/12 (* (pow a 2) (pow b 3))) (* 1/12 (* (pow a 3) (pow b 2))))))) (* (pow a 2) (pow b 2))) (+ (/ (* (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2))))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/6 (/ (pow (+ a b) 3) (* a b))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b))))) (* a b))))))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)))))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (+.f64 (*.f64 eps (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) #s(literal 1/6 binary64))) a) b) (-.f64 (*.f64 eps (-.f64 (-.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/24 binary64) (pow.f64 (+.f64 a b) #s(literal 4 binary64))) (*.f64 a b)) (*.f64 (+.f64 (*.f64 #s(literal 1/12 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 a a)))) (*.f64 a (*.f64 b (*.f64 b (*.f64 a a)))))) (*.f64 #s(literal 1/24 binary64) (+.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) (*.f64 b (pow.f64 a #s(literal 4 binary64)))))) (/.f64 (+.f64 a b) (*.f64 b (*.f64 b (*.f64 a a)))))) (*.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 b (*.f64 a a)))) (*.f64 b (*.f64 b (*.f64 a a))))) (/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 a a))) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 b (*.f64 a a)))))) (*.f64 a b)))) (*.f64 (-.f64 (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) #s(literal 1/6 binary64))) a) b) (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 a a))) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 b (*.f64 a a)))))) (/.f64 (+.f64 a b) (*.f64 b (*.f64 b (*.f64 a a)))))) (*.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 b (*.f64 a a)))) (*.f64 b (*.f64 b (*.f64 a a))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 b (*.f64 a a)))) (*.f64 a b)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 b (*.f64 a a)))) (*.f64 a b))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 a a))) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 b (*.f64 a a)))))) (/.f64 (+.f64 a b) (*.f64 b (*.f64 b (*.f64 a a))))) (*.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 b (*.f64 a a)))) (*.f64 b (*.f64 b (*.f64 a a))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 b (*.f64 a a)))) (*.f64 a b))))))) (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 b (*.f64 a a)))) (*.f64 b (*.f64 b (*.f64 a a))))))))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ (+ 1 (* a (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps)))) a) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 a (*.f64 eps (-.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal 1/2 binary64))))) a) |
(/ (+ 1 (* a (- (+ (* a (- (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1))) (* 1/2 eps)))) a) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 eps (-.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal 1/2 binary64))) (*.f64 a (+.f64 (+.f64 (/.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 eps (*.f64 eps #s(literal 1/2 binary64)))) (expm1.f64 (*.f64 b eps))) (*.f64 #s(literal -1/6 binary64) (*.f64 eps eps))) (*.f64 #s(literal -1/2 binary64) (*.f64 eps (*.f64 eps (-.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal 1/2 binary64)))))))))) a) |
(/ (+ 1 (* a (- (+ (* a (- (+ (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (* a (- (* 1/6 (/ (* (pow eps 3) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/24 (pow eps 3)) (+ (* 1/6 (* (pow eps 2) (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps)))) (* 1/2 (* eps (- (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))))))))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1))) (* 1/2 eps)))) a) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 eps (-.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal 1/2 binary64))) (*.f64 a (+.f64 (*.f64 a (-.f64 (/.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 #s(literal 1/6 binary64) (*.f64 eps (*.f64 eps eps)))) (expm1.f64 (*.f64 b eps))) (+.f64 (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 eps (*.f64 eps #s(literal 1/2 binary64)))) (expm1.f64 (*.f64 b eps))) (*.f64 #s(literal -1/6 binary64) (*.f64 eps eps))) (*.f64 #s(literal -1/2 binary64) (*.f64 eps (*.f64 eps (-.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal 1/2 binary64))))))) (+.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (-.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal 1/2 binary64))) (*.f64 #s(literal 1/6 binary64) (*.f64 eps eps))))))) (+.f64 (+.f64 (/.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 eps (*.f64 eps #s(literal 1/2 binary64)))) (expm1.f64 (*.f64 b eps))) (*.f64 #s(literal -1/6 binary64) (*.f64 eps eps))) (*.f64 #s(literal -1/2 binary64) (*.f64 eps (*.f64 eps (-.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal 1/2 binary64))))))))))) a) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ (+ 1 (* b (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps)))) b) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps (-.f64 (/.f64 (exp.f64 (*.f64 a eps)) (expm1.f64 (*.f64 a eps))) #s(literal 1/2 binary64))))) b) |
(/ (+ 1 (* b (- (+ (* b (- (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1))) (* 1/2 eps)))) b) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 eps (-.f64 (/.f64 (exp.f64 (*.f64 a eps)) (expm1.f64 (*.f64 a eps))) #s(literal 1/2 binary64))) (*.f64 b (+.f64 (+.f64 (/.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 eps (*.f64 eps #s(literal 1/2 binary64)))) (expm1.f64 (*.f64 a eps))) (*.f64 #s(literal -1/6 binary64) (*.f64 eps eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (*.f64 eps (-.f64 (/.f64 (exp.f64 (*.f64 a eps)) (expm1.f64 (*.f64 a eps))) #s(literal 1/2 binary64))))))))) b) |
(/ (+ 1 (* b (- (+ (* b (- (+ (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (* b (- (* 1/6 (/ (* (pow eps 3) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/24 (pow eps 3)) (+ (* 1/6 (* (pow eps 2) (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps)))) (* 1/2 (* eps (- (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))))))))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1))) (* 1/2 eps)))) b) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 eps (-.f64 (/.f64 (exp.f64 (*.f64 a eps)) (expm1.f64 (*.f64 a eps))) #s(literal 1/2 binary64))) (*.f64 b (+.f64 (/.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 eps (*.f64 eps #s(literal 1/2 binary64)))) (expm1.f64 (*.f64 a eps))) (-.f64 (*.f64 b (-.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 eps (*.f64 eps eps)))) (expm1.f64 (*.f64 a eps))) (*.f64 #s(literal -1/24 binary64) (*.f64 eps (*.f64 eps eps)))) (*.f64 #s(literal 1/6 binary64) (*.f64 eps (*.f64 eps (*.f64 eps (-.f64 (/.f64 (exp.f64 (*.f64 a eps)) (expm1.f64 (*.f64 a eps))) #s(literal 1/2 binary64))))))) (*.f64 eps (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 eps (*.f64 eps #s(literal 1/2 binary64)))) (expm1.f64 (*.f64 a eps))) (*.f64 #s(literal -1/6 binary64) (*.f64 eps eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (*.f64 eps (-.f64 (/.f64 (exp.f64 (*.f64 a eps)) (expm1.f64 (*.f64 a eps))) #s(literal 1/2 binary64))))))))) (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 eps eps)) (*.f64 eps (*.f64 #s(literal 1/2 binary64) (*.f64 eps (-.f64 (/.f64 (exp.f64 (*.f64 a eps)) (expm1.f64 (*.f64 a eps))) #s(literal 1/2 binary64)))))))))))) b) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 b eps))) |
(/ (* eps (+ a b)) a) |
(/.f64 (*.f64 (+.f64 a b) eps) a) |
(* eps (+ 1 (+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) a)) (* 1/2 (+ a b)))) (/ b a)))) |
(*.f64 eps (+.f64 (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b))) (+.f64 (/.f64 b a) #s(literal 1 binary64)))) |
(* eps (+ 1 (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) a)) (* eps (- (* 1/6 (/ (pow (+ a b) 3) a)) (+ (* 1/6 (* a (+ a b))) (* 1/2 (* a (- (* 1/2 (/ (pow (+ a b) 2) a)) (* 1/2 (+ a b))))))))) (* 1/2 (+ a b)))) (/ b a)))) |
(*.f64 eps (+.f64 (*.f64 eps (+.f64 (*.f64 eps (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) a) (*.f64 a (+.f64 a b)))) (*.f64 (*.f64 (*.f64 a #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b))))) (+.f64 (/.f64 b a) #s(literal 1 binary64)))) |
(* eps (+ 1 (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) a)) (* eps (- (+ (* 1/6 (/ (pow (+ a b) 3) a)) (* eps (- (* 1/24 (/ (pow (+ a b) 4) a)) (+ (* 1/24 (* (pow a 2) (+ a b))) (+ (* 1/6 (* (pow a 2) (- (* 1/2 (/ (pow (+ a b) 2) a)) (* 1/2 (+ a b))))) (* 1/2 (* a (- (* 1/6 (/ (pow (+ a b) 3) a)) (+ (* 1/6 (* a (+ a b))) (* 1/2 (* a (- (* 1/2 (/ (pow (+ a b) 2) a)) (* 1/2 (+ a b)))))))))))))) (+ (* 1/6 (* a (+ a b))) (* 1/2 (* a (- (* 1/2 (/ (pow (+ a b) 2) a)) (* 1/2 (+ a b))))))))) (* 1/2 (+ a b)))) (/ b a)))) |
(*.f64 eps (+.f64 (*.f64 eps (+.f64 (*.f64 eps (+.f64 (*.f64 eps (-.f64 (-.f64 (*.f64 #s(literal 1/24 binary64) (-.f64 (/.f64 (pow.f64 (+.f64 a b) #s(literal 4 binary64)) a) (*.f64 a (*.f64 a (+.f64 a b))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b))) (*.f64 (*.f64 a a) #s(literal 1/6 binary64)))) (*.f64 a (*.f64 (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) a) (*.f64 a (+.f64 a b)))) (*.f64 (*.f64 (*.f64 a #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b)))) #s(literal 1/2 binary64))))) (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) a) (*.f64 a (+.f64 a b)))) (*.f64 (*.f64 (*.f64 a #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b))))) (+.f64 (/.f64 b a) #s(literal 1 binary64)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (- (exp (* b eps)) 1) a) |
(/.f64 (expm1.f64 (*.f64 b eps)) a) |
(/ (- (+ (exp (* b eps)) (* a (- (* eps (exp (* b eps))) (* 1/2 (* eps (- (exp (* b eps)) 1)))))) 1) a) |
(/.f64 (+.f64 (*.f64 a (+.f64 (*.f64 eps (exp.f64 (*.f64 b eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (expm1.f64 (*.f64 b eps))))) (expm1.f64 (*.f64 b eps))) a) |
(/ (- (+ (exp (* b eps)) (* a (- (+ (* a (- (* 1/2 (* (pow eps 2) (exp (* b eps)))) (+ (* 1/6 (* (pow eps 2) (- (exp (* b eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* b eps))) (* 1/2 (* eps (- (exp (* b eps)) 1))))))))) (* eps (exp (* b eps)))) (* 1/2 (* eps (- (exp (* b eps)) 1)))))) 1) a) |
(/.f64 (+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 eps (exp.f64 (*.f64 b eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (expm1.f64 (*.f64 b eps)))) (*.f64 a (+.f64 (+.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 eps (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 #s(literal -1/6 binary64) (*.f64 (expm1.f64 (*.f64 b eps)) (*.f64 eps eps)))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (+.f64 (*.f64 eps (exp.f64 (*.f64 b eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (expm1.f64 (*.f64 b eps))))))))) (expm1.f64 (*.f64 b eps))) a) |
(/ (- (+ (exp (* b eps)) (* a (- (+ (* a (- (+ (* 1/2 (* (pow eps 2) (exp (* b eps)))) (* a (- (* 1/6 (* (pow eps 3) (exp (* b eps)))) (+ (* 1/24 (* (pow eps 3) (- (exp (* b eps)) 1))) (+ (* 1/6 (* (pow eps 2) (- (* eps (exp (* b eps))) (* 1/2 (* eps (- (exp (* b eps)) 1)))))) (* 1/2 (* eps (- (* 1/2 (* (pow eps 2) (exp (* b eps)))) (+ (* 1/6 (* (pow eps 2) (- (exp (* b eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* b eps))) (* 1/2 (* eps (- (exp (* b eps)) 1))))))))))))))) (+ (* 1/6 (* (pow eps 2) (- (exp (* b eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* b eps))) (* 1/2 (* eps (- (exp (* b eps)) 1))))))))) (* eps (exp (* b eps)))) (* 1/2 (* eps (- (exp (* b eps)) 1)))))) 1) a) |
(/.f64 (+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 eps (exp.f64 (*.f64 b eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (expm1.f64 (*.f64 b eps)))) (*.f64 a (+.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 eps (*.f64 eps #s(literal 1/2 binary64)))) (-.f64 (*.f64 a (-.f64 (-.f64 (+.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 #s(literal 1/6 binary64) (*.f64 eps (*.f64 eps eps)))) (*.f64 #s(literal -1/24 binary64) (*.f64 (expm1.f64 (*.f64 b eps)) (*.f64 eps (*.f64 eps eps))))) (*.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 eps eps)) (+.f64 (*.f64 eps (exp.f64 (*.f64 b eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (expm1.f64 (*.f64 b eps)))))) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (+.f64 (+.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 eps (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 #s(literal -1/6 binary64) (*.f64 (expm1.f64 (*.f64 b eps)) (*.f64 eps eps)))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (+.f64 (*.f64 eps (exp.f64 (*.f64 b eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (expm1.f64 (*.f64 b eps))))))))) (+.f64 (*.f64 (expm1.f64 (*.f64 b eps)) (*.f64 #s(literal 1/6 binary64) (*.f64 eps eps))) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (+.f64 (*.f64 eps (exp.f64 (*.f64 b eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (expm1.f64 (*.f64 b eps))))))))))) (expm1.f64 (*.f64 b eps))) a) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
eps |
(+ eps (/ (* b (* (pow eps 2) (exp (* a eps)))) (- (exp (* a eps)) 1))) |
(+.f64 eps (/.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 b (*.f64 eps eps))) (expm1.f64 (*.f64 a eps)))) |
(+ eps (* b (+ (* 1/2 (/ (* b (* (pow eps 3) (exp (* a eps)))) (- (exp (* a eps)) 1))) (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))))) |
(+.f64 eps (*.f64 b (+.f64 (*.f64 (exp.f64 (*.f64 a eps)) (/.f64 (*.f64 eps eps) (expm1.f64 (*.f64 a eps)))) (/.f64 (*.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 b #s(literal 1/2 binary64))) (expm1.f64 (*.f64 a eps)))))) |
(+ eps (* b (+ (* b (+ (* 1/6 (/ (* b (* (pow eps 4) (exp (* a eps)))) (- (exp (* a eps)) 1))) (* 1/2 (/ (* (pow eps 3) (exp (* a eps))) (- (exp (* a eps)) 1))))) (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))))) |
(+.f64 eps (*.f64 b (+.f64 (*.f64 (exp.f64 (*.f64 a eps)) (/.f64 (*.f64 eps eps) (expm1.f64 (*.f64 a eps)))) (*.f64 b (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 b (pow.f64 eps #s(literal 4 binary64)))) (exp.f64 (*.f64 a eps))) (expm1.f64 (*.f64 a eps))) (/.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 #s(literal 1/2 binary64) (*.f64 eps (*.f64 eps eps)))) (expm1.f64 (*.f64 a eps)))))))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* a eps)) 1)) |
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 a eps)))) |
(* (pow eps 2) (+ a b)) |
(*.f64 eps (*.f64 (+.f64 a b) eps)) |
(* (pow eps 2) (+ a (+ b (* 1/2 (* eps (pow (+ a b) 2)))))) |
(*.f64 (*.f64 eps eps) (+.f64 (+.f64 a b) (*.f64 eps (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))))) |
(* (pow eps 2) (+ a (+ b (* eps (+ (* 1/6 (* eps (pow (+ a b) 3))) (* 1/2 (pow (+ a b) 2))))))) |
(*.f64 (*.f64 eps eps) (+.f64 a (+.f64 b (*.f64 eps (+.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 eps (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) #s(literal 1/6 binary64))))))))) |
(* (pow eps 2) (+ a (+ b (* eps (+ (* 1/2 (pow (+ a b) 2)) (* eps (+ (* 1/24 (* eps (pow (+ a b) 4))) (* 1/6 (pow (+ a b) 3))))))))) |
(*.f64 (*.f64 eps eps) (+.f64 (+.f64 a b) (*.f64 eps (+.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 eps (+.f64 (*.f64 eps (*.f64 #s(literal 1/24 binary64) (pow.f64 (+.f64 a b) #s(literal 4 binary64)))) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) #s(literal 1/6 binary64))))))))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* b eps)) 1)) |
(*.f64 eps (expm1.f64 (*.f64 b eps))) |
(+ (* a (* (pow eps 2) (exp (* b eps)))) (* eps (- (exp (* b eps)) 1))) |
(+.f64 (*.f64 eps (expm1.f64 (*.f64 b eps))) (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 a (*.f64 eps eps)))) |
(+ (* a (+ (* 1/2 (* a (* (pow eps 3) (exp (* b eps))))) (* (pow eps 2) (exp (* b eps))))) (* eps (- (exp (* b eps)) 1))) |
(+.f64 (*.f64 eps (expm1.f64 (*.f64 b eps))) (*.f64 a (+.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 eps eps)) (*.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 eps (*.f64 eps eps)))) (exp.f64 (*.f64 b eps)))))) |
(+ (* a (+ (* a (+ (* 1/6 (* a (* (pow eps 4) (exp (* b eps))))) (* 1/2 (* (pow eps 3) (exp (* b eps)))))) (* (pow eps 2) (exp (* b eps))))) (* eps (- (exp (* b eps)) 1))) |
(+.f64 (*.f64 eps (expm1.f64 (*.f64 b eps))) (*.f64 a (+.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 eps eps)) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 a (pow.f64 eps #s(literal 4 binary64)))) (exp.f64 (*.f64 b eps))) (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 #s(literal 1/2 binary64) (*.f64 eps (*.f64 eps eps))))))))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (- b (* -1 a)))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (- b (* -1 a)))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (- b (* -1 a)))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (- b (* -1 a)))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* a eps)) 1)) |
(*.f64 eps (expm1.f64 (*.f64 a eps))) |
(+ (* b (* (pow eps 2) (exp (* a eps)))) (* eps (- (exp (* a eps)) 1))) |
(+.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 b (*.f64 eps eps))) (*.f64 eps (expm1.f64 (*.f64 a eps)))) |
(+ (* b (+ (* 1/2 (* b (* (pow eps 3) (exp (* a eps))))) (* (pow eps 2) (exp (* a eps))))) (* eps (- (exp (* a eps)) 1))) |
(+.f64 (*.f64 eps (expm1.f64 (*.f64 a eps))) (*.f64 b (+.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 eps eps)) (*.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 b #s(literal 1/2 binary64)))))) |
(+ (* b (+ (* b (+ (* 1/6 (* b (* (pow eps 4) (exp (* a eps))))) (* 1/2 (* (pow eps 3) (exp (* a eps)))))) (* (pow eps 2) (exp (* a eps))))) (* eps (- (exp (* a eps)) 1))) |
(+.f64 (*.f64 eps (expm1.f64 (*.f64 a eps))) (*.f64 b (+.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 eps eps)) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 b (pow.f64 eps #s(literal 4 binary64)))) (exp.f64 (*.f64 a eps))) (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 #s(literal 1/2 binary64) (*.f64 eps (*.f64 eps eps))))))))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (+ a b))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (- a (* -1 b)))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (- a (* -1 b)))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (- a (* -1 b)))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (- (exp (* eps (- a (* -1 b)))) 1)) |
(*.f64 eps (expm1.f64 (*.f64 (+.f64 a b) eps))) |
(* eps (+ a b)) |
(*.f64 (+.f64 a b) eps) |
(* eps (+ a (+ b (* 1/2 (* eps (pow (+ a b) 2)))))) |
(*.f64 eps (+.f64 (+.f64 a b) (*.f64 eps (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))))) |
(* eps (+ a (+ b (* eps (+ (* 1/6 (* eps (pow (+ a b) 3))) (* 1/2 (pow (+ a b) 2))))))) |
(*.f64 eps (+.f64 a (+.f64 b (*.f64 eps (+.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 eps (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) #s(literal 1/6 binary64))))))))) |
(* eps (+ a (+ b (* eps (+ (* 1/2 (pow (+ a b) 2)) (* eps (+ (* 1/24 (* eps (pow (+ a b) 4))) (* 1/6 (pow (+ a b) 3))))))))) |
(*.f64 eps (+.f64 (+.f64 a b) (*.f64 eps (+.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 eps (+.f64 (*.f64 eps (*.f64 #s(literal 1/24 binary64) (pow.f64 (+.f64 a b) #s(literal 4 binary64)))) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) #s(literal 1/6 binary64))))))))) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* b eps)) 1) |
(expm1.f64 (*.f64 b eps)) |
(- (+ (exp (* b eps)) (* a (* eps (exp (* b eps))))) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 (+.f64 (*.f64 a eps) #s(literal 1 binary64)) (exp.f64 (*.f64 b eps)))) |
(- (+ (exp (* b eps)) (* a (+ (* 1/2 (* a (* (pow eps 2) (exp (* b eps))))) (* eps (exp (* b eps)))))) 1) |
(+.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 a (*.f64 eps eps))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 (+.f64 (*.f64 a eps) #s(literal 1 binary64)) (exp.f64 (*.f64 b eps))))) |
(- (+ (exp (* b eps)) (* a (+ (* a (+ (* 1/6 (* a (* (pow eps 3) (exp (* b eps))))) (* 1/2 (* (pow eps 2) (exp (* b eps)))))) (* eps (exp (* b eps)))))) 1) |
(+.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 eps (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 a (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 #s(literal 1/6 binary64) (*.f64 eps (*.f64 eps eps))))))) (*.f64 (+.f64 (*.f64 a eps) #s(literal 1 binary64)) (exp.f64 (*.f64 b eps))))) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (- b (* -1 a)))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (- b (* -1 a)))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (- b (* -1 a)))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (- b (* -1 a)))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(- (+ (exp (* a eps)) (* b (* eps (exp (* a eps))))) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 (+.f64 (*.f64 b eps) #s(literal 1 binary64)) (exp.f64 (*.f64 a eps)))) |
(- (+ (exp (* a eps)) (* b (+ (* 1/2 (* b (* (pow eps 2) (exp (* a eps))))) (* eps (exp (* a eps)))))) 1) |
(+.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 b (*.f64 eps eps))) (*.f64 b #s(literal 1/2 binary64))) (*.f64 (+.f64 (*.f64 b eps) #s(literal 1 binary64)) (exp.f64 (*.f64 a eps))))) |
(- (+ (exp (* a eps)) (* b (+ (* b (+ (* 1/6 (* b (* (pow eps 3) (exp (* a eps))))) (* 1/2 (* (pow eps 2) (exp (* a eps)))))) (* eps (exp (* a eps)))))) 1) |
(+.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 b #s(literal 1/6 binary64))) (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 eps (*.f64 eps #s(literal 1/2 binary64)))))) (*.f64 (+.f64 (*.f64 b eps) #s(literal 1 binary64)) (exp.f64 (*.f64 a eps))))) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (+ a b))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (- a (* -1 b)))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (- a (* -1 b)))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (- a (* -1 b)))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(- (exp (* eps (- a (* -1 b)))) 1) |
(expm1.f64 (*.f64 (+.f64 a b) eps)) |
(* eps (+ a b)) |
(*.f64 (+.f64 a b) eps) |
(* eps (+ a b)) |
(*.f64 (+.f64 a b) eps) |
(* eps (+ a b)) |
(*.f64 (+.f64 a b) eps) |
(* eps (+ a b)) |
(*.f64 (+.f64 a b) eps) |
(* eps (+ a b)) |
(*.f64 (+.f64 a b) eps) |
(* eps (+ a b)) |
(*.f64 (+.f64 a b) eps) |
(* eps (+ a b)) |
(*.f64 (+.f64 a b) eps) |
(* eps (+ a b)) |
(*.f64 (+.f64 a b) eps) |
(* eps (+ a b)) |
(*.f64 (+.f64 a b) eps) |
(* eps (+ a b)) |
(*.f64 (+.f64 a b) eps) |
(* eps (+ a b)) |
(*.f64 (+.f64 a b) eps) |
(* eps (+ a b)) |
(*.f64 (+.f64 a b) eps) |
(* b eps) |
(*.f64 b eps) |
(+ (* a eps) (* b eps)) |
(*.f64 (+.f64 a b) eps) |
(+ (* a eps) (* b eps)) |
(*.f64 (+.f64 a b) eps) |
(+ (* a eps) (* b eps)) |
(*.f64 (+.f64 a b) eps) |
(* a eps) |
(*.f64 a eps) |
(* a (+ eps (/ (* b eps) a))) |
(*.f64 a (+.f64 eps (/.f64 (*.f64 b eps) a))) |
(* a (+ eps (/ (* b eps) a))) |
(*.f64 a (+.f64 eps (/.f64 (*.f64 b eps) a))) |
(* a (+ eps (/ (* b eps) a))) |
(*.f64 a (+.f64 eps (/.f64 (*.f64 b eps) a))) |
(* a eps) |
(*.f64 a eps) |
(* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a))))) |
(*.f64 a (+.f64 eps (/.f64 (*.f64 b eps) a))) |
(* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a))))) |
(*.f64 a (+.f64 eps (/.f64 (*.f64 b eps) a))) |
(* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a))))) |
(*.f64 a (+.f64 eps (/.f64 (*.f64 b eps) a))) |
(* a eps) |
(*.f64 a eps) |
(+ (* a eps) (* b eps)) |
(*.f64 (+.f64 a b) eps) |
(+ (* a eps) (* b eps)) |
(*.f64 (+.f64 a b) eps) |
(+ (* a eps) (* b eps)) |
(*.f64 (+.f64 a b) eps) |
(* b eps) |
(*.f64 b eps) |
(* b (+ eps (/ (* a eps) b))) |
(*.f64 b (+.f64 eps (/.f64 (*.f64 a eps) b))) |
(* b (+ eps (/ (* a eps) b))) |
(*.f64 b (+.f64 eps (/.f64 (*.f64 a eps) b))) |
(* b (+ eps (/ (* a eps) b))) |
(*.f64 b (+.f64 eps (/.f64 (*.f64 a eps) b))) |
(* b eps) |
(*.f64 b eps) |
(* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b))))) |
(*.f64 b (+.f64 eps (/.f64 (*.f64 a eps) b))) |
(* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b))))) |
(*.f64 b (+.f64 eps (/.f64 (*.f64 a eps) b))) |
(* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b))))) |
(*.f64 b (+.f64 eps (/.f64 (*.f64 a eps) b))) |
(* a eps) |
(*.f64 a eps) |
(* eps (+ a (* 1/2 (* (pow a 2) eps)))) |
(*.f64 eps (+.f64 a (*.f64 eps (*.f64 a (*.f64 a #s(literal 1/2 binary64)))))) |
(* eps (+ a (* eps (+ (* 1/6 (* (pow a 3) eps)) (* 1/2 (pow a 2)))))) |
(*.f64 eps (+.f64 a (*.f64 eps (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 eps (*.f64 a (*.f64 a a)))) (*.f64 a (*.f64 a #s(literal 1/2 binary64))))))) |
(* eps (+ a (* eps (+ (* 1/2 (pow a 2)) (* eps (+ (* 1/24 (* (pow a 4) eps)) (* 1/6 (pow a 3)))))))) |
(*.f64 eps (+.f64 a (*.f64 eps (+.f64 (*.f64 a (*.f64 a #s(literal 1/2 binary64))) (*.f64 eps (+.f64 (*.f64 eps (*.f64 #s(literal 1/24 binary64) (pow.f64 a #s(literal 4 binary64)))) (*.f64 a (*.f64 (*.f64 a a) #s(literal 1/6 binary64))))))))) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(* a eps) |
(*.f64 a eps) |
(* a (+ eps (* 1/2 (* a (pow eps 2))))) |
(*.f64 eps (+.f64 a (*.f64 eps (*.f64 a (*.f64 a #s(literal 1/2 binary64)))))) |
(* a (+ eps (* a (+ (* 1/6 (* a (pow eps 3))) (* 1/2 (pow eps 2)))))) |
(*.f64 a (+.f64 eps (*.f64 a (+.f64 (*.f64 a (*.f64 #s(literal 1/6 binary64) (*.f64 eps (*.f64 eps eps)))) (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))))))) |
(* a (+ eps (* a (+ (* 1/2 (pow eps 2)) (* a (+ (* 1/24 (* a (pow eps 4))) (* 1/6 (pow eps 3)))))))) |
(*.f64 a (+.f64 eps (*.f64 a (+.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) (*.f64 a (+.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 a (pow.f64 eps #s(literal 4 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 eps (*.f64 eps eps))))))))) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
(- (exp (* a eps)) 1) |
(expm1.f64 (*.f64 a eps)) |
Compiled 17827 to 1932 computations (89.2% saved)
4 alts after pruning (4 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 558 | 4 | 562 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 559 | 4 | 563 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.7% | (/.f64 (/.f64 (+.f64 a b) a) b) |
| ▶ | 43.4% | (/.f64 (*.f64 eps (+.f64 (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b))) (+.f64 (/.f64 b a) #s(literal 1 binary64)))) (expm1.f64 (*.f64 eps b))) |
| ▶ | 50.8% | (/.f64 #s(literal 1 binary64) b) |
| ▶ | 49.9% | (/.f64 #s(literal 1 binary64) a) |
Compiled 55 to 34 computations (38.2% saved)
| 1× | egg-herbie |
Found 9 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 a b) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 a b) a) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (+.f64 a b) a) b) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b))) (+.f64 (/.f64 b a) #s(literal 1 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 eps (+.f64 (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b))) (+.f64 (/.f64 b a) #s(literal 1 binary64)))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 eps (+.f64 (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b))) (+.f64 (/.f64 b a) #s(literal 1 binary64)))) (expm1.f64 (*.f64 eps b))) |
| ✓ | cost-diff | 128 | (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) b) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) a) |
| 2208× | +-lowering-+.f64 |
| 2208× | +-lowering-+.f32 |
| 2098× | --lowering--.f32 |
| 2098× | --lowering--.f64 |
| 1840× | unsub-neg |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 23 | 151 |
| 1 | 70 | 151 |
| 2 | 171 | 149 |
| 3 | 552 | 149 |
| 4 | 2564 | 149 |
| 5 | 6063 | 149 |
| 0 | 8077 | 149 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1 a) |
1 |
a |
(/ 1 b) |
1 |
b |
(/ (* eps (+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1))) (- (exp (* eps b)) 1)) |
(* eps (+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1))) |
eps |
(+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1)) |
(* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) |
(* eps 1/2) |
1/2 |
(- (/ (* (+ a b) (+ a b)) a) (+ a b)) |
(/ (* (+ a b) (+ a b)) a) |
(* (+ a b) (+ a b)) |
(+ a b) |
a |
b |
(+ (/ b a) 1) |
(/ b a) |
1 |
(- (exp (* eps b)) 1) |
(* eps b) |
(/ (/ (+ a b) a) b) |
(/ (+ a b) a) |
(+ a b) |
a |
b |
| Outputs |
|---|
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
1 |
#s(literal 1 binary64) |
a |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
1 |
#s(literal 1 binary64) |
b |
(/ (* eps (+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1))) (- (exp (* eps b)) 1)) |
(/.f64 (*.f64 eps (+.f64 (*.f64 (+.f64 a b) (*.f64 eps (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 a b)) a) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) (expm1.f64 (*.f64 b eps))) |
(* eps (+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1))) |
(*.f64 eps (+.f64 (*.f64 (+.f64 a b) (*.f64 eps (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 a b)) a) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) |
eps |
(+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1)) |
(+.f64 (*.f64 (+.f64 a b) (*.f64 eps (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 a b)) a) #s(literal -1/2 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) |
(*.f64 (+.f64 a b) (*.f64 eps (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 a b)) a) #s(literal -1/2 binary64)))) |
(* eps 1/2) |
(*.f64 eps #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(- (/ (* (+ a b) (+ a b)) a) (+ a b)) |
(*.f64 (+.f64 a b) (+.f64 (/.f64 (+.f64 a b) a) #s(literal -1 binary64))) |
(/ (* (+ a b) (+ a b)) a) |
(/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) |
(* (+ a b) (+ a b)) |
(*.f64 (+.f64 a b) (+.f64 a b)) |
(+ a b) |
(+.f64 a b) |
a |
b |
(+ (/ b a) 1) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(/ b a) |
(/.f64 b a) |
1 |
#s(literal 1 binary64) |
(- (exp (* eps b)) 1) |
(expm1.f64 (*.f64 b eps)) |
(* eps b) |
(*.f64 b eps) |
(/ (/ (+ a b) a) b) |
(/.f64 (/.f64 (+.f64 a b) a) b) |
(/ (+ a b) a) |
(/.f64 (+.f64 a b) a) |
(+ a b) |
(+.f64 a b) |
a |
b |
Found 9 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (+.f64 a b) |
| ✓ | accuracy | 100.0% | (/.f64 (+.f64 a b) a) |
| ✓ | accuracy | 99.9% | (/.f64 (/.f64 (+.f64 a b) a) b) |
| ✓ | accuracy | 99.9% | (*.f64 eps (+.f64 (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b))) (+.f64 (/.f64 b a) #s(literal 1 binary64)))) |
| ✓ | accuracy | 99.9% | (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) |
| ✓ | accuracy | 99.3% | (/.f64 (*.f64 eps (+.f64 (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b))) (+.f64 (/.f64 b a) #s(literal 1 binary64)))) (expm1.f64 (*.f64 eps b))) |
| ✓ | accuracy | 88.6% | (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1 binary64) b) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1 binary64) a) |
| 302.0ms | 156× | 5 | exit |
| 73.0ms | 100× | 1 | valid |
Compiled 181 to 23 computations (87.3% saved)
backward-pass: 65.0ms (40.9% of total)ival-div: 30.0ms (18.9% of total)ival-mult: 18.0ms (11.3% of total)compiled-spec: 18.0ms (11.3% of total)ival-exp: 10.0ms (6.3% of total)ival-add: 10.0ms (6.3% of total)ival-sub: 6.0ms (3.8% of total)const: 2.0ms (1.3% of total)| Inputs |
|---|
#<alt (/ 1 a)> |
#<alt (/ 1 b)> |
#<alt (- (/ (* (+ a b) (+ a b)) a) (+ a b))> |
#<alt (/ (* eps (+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1))) (- (exp (* eps b)) 1))> |
#<alt (* eps (+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1)))> |
#<alt (+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1))> |
#<alt (/ (/ (+ a b) a) b)> |
#<alt (/ (+ a b) a)> |
#<alt (+ a b)> |
#<alt (/ (* (+ a b) (+ a b)) a)> |
| Outputs |
|---|
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (+ (* a (- (* 2 b) b)) (pow b 2)) a)> |
#<alt (/ (+ (* a (- (* 2 b) b)) (pow b 2)) a)> |
#<alt (/ (+ (* a (- (* 2 b) b)) (pow b 2)) a)> |
#<alt (- (* 2 b) b)> |
#<alt (- (+ (* 2 b) (/ (pow b 2) a)) b)> |
#<alt (- (+ (* 2 b) (/ (pow b 2) a)) b)> |
#<alt (- (+ (* 2 b) (/ (pow b 2) a)) b)> |
#<alt (- (* 2 b) b)> |
#<alt (- (+ (* 2 b) (/ (pow b 2) a)) b)> |
#<alt (- (+ (* 2 b) (/ (pow b 2) a)) b)> |
#<alt (- (+ (* 2 b) (/ (pow b 2) a)) b)> |
#<alt b> |
#<alt (* b (+ 1 (/ b a)))> |
#<alt (* b (+ 1 (/ b a)))> |
#<alt (* b (+ 1 (/ b a)))> |
#<alt (/ (pow b 2) a)> |
#<alt (* (pow b 2) (+ (/ 1 a) (/ 1 b)))> |
#<alt (* (pow b 2) (+ (/ 1 a) (/ 1 b)))> |
#<alt (* (pow b 2) (+ (/ 1 a) (/ 1 b)))> |
#<alt (/ (pow b 2) a)> |
#<alt (* (pow b 2) (+ (/ 1 a) (/ 1 b)))> |
#<alt (* (pow b 2) (+ (/ 1 a) (/ 1 b)))> |
#<alt (* (pow b 2) (+ (/ 1 a) (/ 1 b)))> |
#<alt (/ (+ 1 (/ b a)) b)> |
#<alt (+ (* eps (- (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* 1/2 (+ 1 (/ b a))))) (+ (/ 1 a) (/ 1 b)))> |
#<alt (+ (* eps (- (+ (* -1 (* eps (+ (* 1/6 (* b (+ 1 (/ b a)))) (* 1/2 (* b (- (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* 1/2 (+ 1 (/ b a))))))))) (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b))) (* 1/2 (+ 1 (/ b a))))) (+ (/ 1 a) (/ 1 b)))> |
#<alt (+ (* eps (- (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* eps (- (* -1 (* eps (+ (* -1/2 (* b (+ (* 1/6 (* b (+ 1 (/ b a)))) (* 1/2 (* b (- (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* 1/2 (+ 1 (/ b a))))))))) (+ (* 1/24 (* (pow b 2) (+ 1 (/ b a)))) (* 1/6 (* (pow b 2) (- (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* 1/2 (+ 1 (/ b a)))))))))) (+ (* 1/6 (* b (+ 1 (/ b a)))) (* 1/2 (* b (- (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* 1/2 (+ 1 (/ b a)))))))))) (* 1/2 (+ 1 (/ b a))))) (+ (/ 1 a) (/ 1 b)))> |
#<alt (* 1/2 (/ (* (pow eps 2) (- (/ (pow (+ a b) 2) a) (+ a b))) (- (exp (* b eps)) 1)))> |
#<alt (* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1)))))))> |
#<alt (* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1)))))))> |
#<alt (* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1)))))))> |
#<alt (* 1/2 (/ (* (pow eps 2) (- (/ (pow (+ a b) 2) a) (+ a b))) (- (exp (* b eps)) 1)))> |
#<alt (* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1)))))))> |
#<alt (* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1)))))))> |
#<alt (* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1)))))))> |
#<alt (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))> |
#<alt (/ (+ (/ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (- (exp (* b eps)) 1))) a)> |
#<alt (/ (+ (/ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (- (exp (* b eps)) 1))) a)> |
#<alt (/ (+ (/ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (- (exp (* b eps)) 1))) a)> |
#<alt (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1))> |
#<alt (+ (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1))))> |
#<alt (+ (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1))))> |
#<alt (+ (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1))))> |
#<alt (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1))> |
#<alt (+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))) (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)))> |
#<alt (+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))) (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)))> |
#<alt (+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))) (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)))> |
#<alt (/ 1 b)> |
#<alt (/ (+ 1 (/ b a)) b)> |
#<alt (/ (+ 1 (* b (+ (* -1/6 (* b (pow eps 2))) (/ 1 a)))) b)> |
#<alt (/ (+ 1 (* b (+ (* b (- (* -1 (* b (+ (* -1/12 (pow eps 3)) (+ (* 1/24 (pow eps 3)) (* 1/6 (/ (pow eps 2) a)))))) (* 1/6 (pow eps 2)))) (/ 1 a)))) b)> |
#<alt (* 1/2 (/ (* (pow b 2) (pow eps 2)) (* a (- (exp (* b eps)) 1))))> |
#<alt (* (pow b 2) (+ (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1)))) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) (* b (- (exp (* b eps)) 1)))))> |
#<alt (* (pow b 2) (+ (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1)))) (+ (/ eps (* (pow b 2) (- (exp (* b eps)) 1))) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) (* b (- (exp (* b eps)) 1))))))> |
#<alt (* (pow b 2) (+ (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1)))) (+ (/ eps (* (pow b 2) (- (exp (* b eps)) 1))) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) (* b (- (exp (* b eps)) 1))))))> |
#<alt (* 1/2 (/ (* (pow b 2) (pow eps 2)) (* a (- (exp (* b eps)) 1))))> |
#<alt (* (pow b 2) (+ (* -1 (/ (* eps (- (* -1/2 eps) (/ 1 a))) (* b (- (exp (* b eps)) 1)))) (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1))))))> |
#<alt (* (pow b 2) (+ (* -1 (/ (+ (* -1 (/ eps (* b (- (exp (* b eps)) 1)))) (/ (* eps (- (* -1/2 eps) (/ 1 a))) (- (exp (* b eps)) 1))) b)) (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1))))))> |
#<alt (* (pow b 2) (+ (* -1 (/ (+ (* -1 (/ eps (* b (- (exp (* b eps)) 1)))) (/ (* eps (- (* -1/2 eps) (/ 1 a))) (- (exp (* b eps)) 1))) b)) (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1))))))> |
#<alt (* eps (+ 1 (/ b a)))> |
#<alt (* eps (+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a))))> |
#<alt (* eps (+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a))))> |
#<alt (* eps (+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a))))> |
#<alt (* 1/2 (* (pow eps 2) (- (/ (pow (+ a b) 2) a) (+ a b))))> |
#<alt (* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps)))))> |
#<alt (* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps)))))> |
#<alt (* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps)))))> |
#<alt (* 1/2 (* (pow eps 2) (- (/ (pow (+ a b) 2) a) (+ a b))))> |
#<alt (* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps)))))> |
#<alt (* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps)))))> |
#<alt (* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps)))))> |
#<alt (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) a)> |
#<alt (/ (+ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (* eps (+ b (* 1/2 (* (pow b 2) eps))))) a)> |
#<alt (/ (+ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (* eps (+ b (* 1/2 (* (pow b 2) eps))))) a)> |
#<alt (/ (+ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (* eps (+ b (* 1/2 (* (pow b 2) eps))))) a)> |
#<alt (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))> |
#<alt (+ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) a))> |
#<alt (+ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) a))> |
#<alt (+ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) a))> |
#<alt (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))> |
#<alt (+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) a)) (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))))> |
#<alt (+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) a)) (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))))> |
#<alt (+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) a)) (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))))> |
#<alt eps> |
#<alt (+ eps (* b (* eps (+ (* 1/2 eps) (/ 1 a)))))> |
#<alt (+ eps (* b (+ (* 1/2 (/ (* b (pow eps 2)) a)) (* eps (+ (* 1/2 eps) (/ 1 a))))))> |
#<alt (+ eps (* b (+ (* 1/2 (/ (* b (pow eps 2)) a)) (* eps (+ (* 1/2 eps) (/ 1 a))))))> |
#<alt (* 1/2 (/ (* (pow b 2) (pow eps 2)) a))> |
#<alt (* (pow b 2) (+ (* 1/2 (/ (pow eps 2) a)) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) b)))> |
#<alt (* (pow b 2) (+ (* 1/2 (/ (pow eps 2) a)) (+ (/ eps (pow b 2)) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) b))))> |
#<alt (* (pow b 2) (+ (* 1/2 (/ (pow eps 2) a)) (+ (/ eps (pow b 2)) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) b))))> |
#<alt (* 1/2 (/ (* (pow b 2) (pow eps 2)) a))> |
#<alt (* (pow b 2) (+ (* -1 (/ (* eps (- (* -1/2 eps) (/ 1 a))) b)) (* 1/2 (/ (pow eps 2) a))))> |
#<alt (* (pow b 2) (+ (* -1 (/ (+ (* -1 (/ eps b)) (* eps (- (* -1/2 eps) (/ 1 a)))) b)) (* 1/2 (/ (pow eps 2) a))))> |
#<alt (* (pow b 2) (+ (* -1 (/ (+ (* -1 (/ eps b)) (* eps (- (* -1/2 eps) (/ 1 a)))) b)) (* 1/2 (/ (pow eps 2) a))))> |
#<alt (+ 1 (/ b a))> |
#<alt (+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a)))> |
#<alt (+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a)))> |
#<alt (+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a)))> |
#<alt (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b))))> |
#<alt (* eps (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps)))))> |
#<alt (* eps (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps)))))> |
#<alt (* eps (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps)))))> |
#<alt (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b))))> |
#<alt (* -1 (* eps (+ (* -1 (/ (+ 1 (/ b a)) eps)) (* -1/2 (- (/ (pow (+ a b) 2) a) (+ a b))))))> |
#<alt (* -1 (* eps (+ (* -1 (/ (+ 1 (/ b a)) eps)) (* -1/2 (- (/ (pow (+ a b) 2) a) (+ a b))))))> |
#<alt (* -1 (* eps (+ (* -1 (/ (+ 1 (/ b a)) eps)) (* -1/2 (- (/ (pow (+ a b) 2) a) (+ a b))))))> |
#<alt (/ (+ b (* 1/2 (* (pow b 2) eps))) a)> |
#<alt (/ (+ b (+ (* 1/2 (* (pow b 2) eps)) (* a (+ 1 (* 1/2 (* eps (- (* 2 b) b))))))) a)> |
#<alt (/ (+ b (+ (* 1/2 (* (pow b 2) eps)) (* a (+ 1 (* 1/2 (* eps (- (* 2 b) b))))))) a)> |
#<alt (/ (+ b (+ (* 1/2 (* (pow b 2) eps)) (* a (+ 1 (* 1/2 (* eps (- (* 2 b) b))))))) a)> |
#<alt (+ 1 (* 1/2 (* eps (- (* 2 b) b))))> |
#<alt (+ 1 (+ (* 1/2 (* eps (- (* 2 b) b))) (+ (* 1/2 (/ (* (pow b 2) eps) a)) (/ b a))))> |
#<alt (+ 1 (+ (* 1/2 (* eps (- (* 2 b) b))) (+ (* 1/2 (/ (* (pow b 2) eps) a)) (/ b a))))> |
#<alt (+ 1 (+ (* 1/2 (* eps (- (* 2 b) b))) (+ (* 1/2 (/ (* (pow b 2) eps) a)) (/ b a))))> |
#<alt (+ 1 (* 1/2 (* eps (- (* 2 b) b))))> |
#<alt (+ 1 (+ (* -1 (/ (+ (* -1 b) (* -1/2 (* (pow b 2) eps))) a)) (* 1/2 (* eps (- (* 2 b) b)))))> |
#<alt (+ 1 (+ (* -1 (/ (+ (* -1 b) (* -1/2 (* (pow b 2) eps))) a)) (* 1/2 (* eps (- (* 2 b) b)))))> |
#<alt (+ 1 (+ (* -1 (/ (+ (* -1 b) (* -1/2 (* (pow b 2) eps))) a)) (* 1/2 (* eps (- (* 2 b) b)))))> |
#<alt 1> |
#<alt (+ 1 (* b (+ (* 1/2 eps) (/ 1 a))))> |
#<alt (+ 1 (* b (+ (* 1/2 eps) (+ (* 1/2 (/ (* b eps) a)) (/ 1 a)))))> |
#<alt (+ 1 (* b (+ (* 1/2 eps) (+ (* 1/2 (/ (* b eps) a)) (/ 1 a)))))> |
#<alt (* 1/2 (/ (* (pow b 2) eps) a))> |
#<alt (* (pow b 2) (+ (* 1/2 (/ eps a)) (+ (* 1/2 (/ eps b)) (/ 1 (* a b)))))> |
#<alt (* (pow b 2) (+ (* 1/2 (/ eps a)) (+ (* 1/2 (/ eps b)) (+ (/ 1 (* a b)) (/ 1 (pow b 2))))))> |
#<alt (* (pow b 2) (+ (* 1/2 (/ eps a)) (+ (* 1/2 (/ eps b)) (+ (/ 1 (* a b)) (/ 1 (pow b 2))))))> |
#<alt (* 1/2 (/ (* (pow b 2) eps) a))> |
#<alt (* (pow b 2) (+ (* -1 (/ (- (* -1/2 eps) (/ 1 a)) b)) (* 1/2 (/ eps a))))> |
#<alt (* (pow b 2) (+ (* -1 (/ (- (* -1/2 eps) (+ (/ 1 a) (/ 1 b))) b)) (* 1/2 (/ eps a))))> |
#<alt (* (pow b 2) (+ (* -1 (/ (- (* -1/2 eps) (+ (/ 1 a) (/ 1 b))) b)) (* 1/2 (/ eps a))))> |
#<alt (/ 1 a)> |
#<alt (/ (+ 1 (/ a b)) a)> |
#<alt (/ (+ 1 (/ a b)) a)> |
#<alt (/ (+ 1 (/ a b)) a)> |
#<alt (/ 1 b)> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (/ 1 b)> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (/ 1 b)> |
#<alt (/ (+ 1 (/ b a)) b)> |
#<alt (/ (+ 1 (/ b a)) b)> |
#<alt (/ (+ 1 (/ b a)) b)> |
#<alt (/ 1 a)> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (/ 1 a)> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (/ b a)> |
#<alt (/ (+ a b) a)> |
#<alt (/ (+ a b) a)> |
#<alt (/ (+ a b) a)> |
#<alt 1> |
#<alt (+ 1 (/ b a))> |
#<alt (+ 1 (/ b a))> |
#<alt (+ 1 (/ b a))> |
#<alt 1> |
#<alt (+ 1 (/ b a))> |
#<alt (+ 1 (/ b a))> |
#<alt (+ 1 (/ b a))> |
#<alt 1> |
#<alt (+ 1 (/ b a))> |
#<alt (+ 1 (/ b a))> |
#<alt (+ 1 (/ b a))> |
#<alt (/ b a)> |
#<alt (* b (+ (/ 1 a) (/ 1 b)))> |
#<alt (* b (+ (/ 1 a) (/ 1 b)))> |
#<alt (* b (+ (/ 1 a) (/ 1 b)))> |
#<alt (/ b a)> |
#<alt (* b (+ (/ 1 a) (/ 1 b)))> |
#<alt (* b (+ (/ 1 a) (/ 1 b)))> |
#<alt (* b (+ (/ 1 a) (/ 1 b)))> |
#<alt b> |
#<alt (+ a b)> |
#<alt (+ a b)> |
#<alt (+ a b)> |
#<alt a> |
#<alt (* a (+ 1 (/ b a)))> |
#<alt (* a (+ 1 (/ b a)))> |
#<alt (* a (+ 1 (/ b a)))> |
#<alt a> |
#<alt (* -1 (* a (- (* -1 (/ b a)) 1)))> |
#<alt (* -1 (* a (- (* -1 (/ b a)) 1)))> |
#<alt (* -1 (* a (- (* -1 (/ b a)) 1)))> |
#<alt a> |
#<alt (+ a b)> |
#<alt (+ a b)> |
#<alt (+ a b)> |
#<alt b> |
#<alt (* b (+ 1 (/ a b)))> |
#<alt (* b (+ 1 (/ a b)))> |
#<alt (* b (+ 1 (/ a b)))> |
#<alt b> |
#<alt (* -1 (* b (- (* -1 (/ a b)) 1)))> |
#<alt (* -1 (* b (- (* -1 (/ a b)) 1)))> |
#<alt (* -1 (* b (- (* -1 (/ a b)) 1)))> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (+ (* 2 (* a b)) (pow b 2)) a)> |
#<alt (/ (+ (* a (+ a (* 2 b))) (pow b 2)) a)> |
#<alt (/ (+ (* a (+ a (* 2 b))) (pow b 2)) a)> |
#<alt a> |
#<alt (* a (+ 1 (* 2 (/ b a))))> |
#<alt (* a (+ 1 (+ (* 2 (/ b a)) (/ (pow b 2) (pow a 2)))))> |
#<alt (* a (+ 1 (+ (* 2 (/ b a)) (/ (pow b 2) (pow a 2)))))> |
#<alt a> |
#<alt (* -1 (* a (- (* -2 (/ b a)) 1)))> |
#<alt (* -1 (* a (- (* -1 (/ (+ (* 2 b) (/ (pow b 2) a)) a)) 1)))> |
#<alt (* -1 (* a (- (* -1 (/ (+ (* 2 b) (/ (pow b 2) a)) a)) 1)))> |
#<alt a> |
#<alt (+ a (* 2 b))> |
#<alt (+ a (* b (+ 2 (/ b a))))> |
#<alt (+ a (* b (+ 2 (/ b a))))> |
#<alt (/ (pow b 2) a)> |
#<alt (* (pow b 2) (+ (/ 1 a) (* 2 (/ 1 b))))> |
#<alt (* (pow b 2) (+ (/ 1 a) (+ (* 2 (/ 1 b)) (/ a (pow b 2)))))> |
#<alt (* (pow b 2) (+ (/ 1 a) (+ (* 2 (/ 1 b)) (/ a (pow b 2)))))> |
#<alt (/ (pow b 2) a)> |
#<alt (* (pow b 2) (+ (/ 1 a) (* 2 (/ 1 b))))> |
#<alt (* (pow b 2) (+ (* -1 (/ (- (* -1 (/ a b)) 2) b)) (/ 1 a)))> |
#<alt (* (pow b 2) (+ (* -1 (/ (- (* -1 (/ a b)) 2) b)) (/ 1 a)))> |
63 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 8.0ms | a | @ | -inf | (/ (* eps (+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1))) (- (exp (* eps b)) 1)) |
| 7.0ms | eps | @ | inf | (/ (* eps (+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1))) (- (exp (* eps b)) 1)) |
| 1.0ms | eps | @ | 0 | (/ (* eps (+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1))) (- (exp (* eps b)) 1)) |
| 1.0ms | eps | @ | -inf | (/ (* eps (+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1))) (- (exp (* eps b)) 1)) |
| 1.0ms | a | @ | 0 | (/ (* eps (+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1))) (- (exp (* eps b)) 1)) |
| 1× | batch-egg-rewrite |
| 5136× | *-lowering-*.f32 |
| 5136× | *-lowering-*.f64 |
| 3164× | /-lowering-/.f32 |
| 3164× | /-lowering-/.f64 |
| 2290× | --lowering--.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 23 | 101 |
| 1 | 167 | 101 |
| 2 | 1638 | 101 |
| 0 | 8988 | 101 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1 a) |
(/ 1 b) |
(- (/ (* (+ a b) (+ a b)) a) (+ a b)) |
(/ (* eps (+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1))) (- (exp (* eps b)) 1)) |
(* eps (+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1))) |
(+ (* (* eps 1/2) (- (/ (* (+ a b) (+ a b)) a) (+ a b))) (+ (/ b a) 1)) |
(/ (/ (+ a b) a) b) |
(/ (+ a b) a) |
(+ a b) |
(/ (* (+ a b) (+ a b)) a) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 a) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) a)) |
(/.f64 #s(literal 1 binary64) a) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 a #s(literal -1 binary64)) |
(pow.f64 (*.f64 a a) #s(literal -1/2 binary64)) |
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 a)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (pow.f64 a #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 b) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) b)) |
(/.f64 #s(literal 1 binary64) b) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 b #s(literal -1 binary64)) |
(pow.f64 (*.f64 b b) #s(literal -1/2 binary64)) |
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 b #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 b)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (pow.f64 b #s(literal -1/2 binary64)) (pow.f64 b #s(literal -1/2 binary64))) |
(+.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (-.f64 #s(literal 0 binary64) (+.f64 a b))) |
(+.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))) |
(+.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b))) (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (+.f64 a b) (+.f64 a b)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (+.f64 a b) (+.f64 a b)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b))) (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(+.f64 (fma.f64 (+.f64 a b) (/.f64 (+.f64 a b) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(+.f64 (fma.f64 (+.f64 a b) (/.f64 (+.f64 a b) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b))) (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(+.f64 (fma.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(+.f64 (fma.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b))) (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(+.f64 (fma.f64 (/.f64 (+.f64 a b) a) (+.f64 a b) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(+.f64 (fma.f64 (/.f64 (+.f64 a b) a) (+.f64 a b) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b))) (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b))) (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(+.f64 (fma.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(+.f64 (fma.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b))) (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) |
(-.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a) b) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b)))) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))))))) (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))))))) |
(-.f64 (/.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))))) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))))) |
(-.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) b) a) |
(fma.f64 #s(literal 1 binary64) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (-.f64 #s(literal 0 binary64) (+.f64 a b))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (+.f64 a b) (+.f64 a b)) (-.f64 #s(literal 0 binary64) (+.f64 a b))) |
(fma.f64 (+.f64 a b) (/.f64 (+.f64 a b) a) (-.f64 #s(literal 0 binary64) (+.f64 a b))) |
(fma.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 a b))) |
(fma.f64 (/.f64 (+.f64 a b) a) (+.f64 a b) (-.f64 #s(literal 0 binary64) (+.f64 a b))) |
(fma.f64 #s(literal -1 binary64) (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 a b))) |
(fma.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 a b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))))) (-.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b)))) (*.f64 a (*.f64 a a))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))) (-.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 a b))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b)))) (*.f64 a (*.f64 a a))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b)))) (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b)))) (*.f64 a (*.f64 a a))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b)))) (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (-.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (-.f64 #s(literal 0 binary64) (+.f64 a b)))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 a b))) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 a b))) (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (-.f64 #s(literal 0 binary64) (+.f64 a b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 a b)) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 a (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 a (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (-.f64 a b)) (*.f64 a (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 a (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) (-.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 a b))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b)))) (*.f64 a (*.f64 a a))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))))) (neg.f64 (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 a b)))) (neg.f64 (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a) (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a) (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a)) (+.f64 (*.f64 b b) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a) b)))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a) (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a)) (*.f64 b b)) (+.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a) b)) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 a b) a)) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (+.f64 a b) a)) (-.f64 (*.f64 a a) (*.f64 b b))) (-.f64 a b)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 a b))) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 b a)) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 a b)) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 a b))) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 b a)) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 a (+.f64 a b)) #s(literal 1 binary64))) (*.f64 (/.f64 a (+.f64 a b)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (/.f64 a (+.f64 a b)) #s(literal 1 binary64))) (*.f64 (/.f64 a (+.f64 a b)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (+.f64 a b) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (/.f64 a (+.f64 a b)) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 a (+.f64 a b)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (+.f64 a b) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (/.f64 a (+.f64 a b)) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 a (+.f64 a b)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 (/.f64 a (+.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (/.f64 a (+.f64 a b)) (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 (+.f64 a b) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (/.f64 a (+.f64 a b)) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 a (+.f64 a b)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 a b) (neg.f64 (-.f64 a b))) (*.f64 (/.f64 a (+.f64 a b)) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (/.f64 a (+.f64 a b)) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (+.f64 a b) (-.f64 b a)) (*.f64 (/.f64 a (+.f64 a b)) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (/.f64 a (+.f64 a b)) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) a) (*.f64 a (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) a) (*.f64 a (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 a (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 a (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 a (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 a (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (neg.f64 (-.f64 a b))) (*.f64 a (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 a (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (-.f64 b a)) (*.f64 a (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 a (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 a b)) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 a b))) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 b a)) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) (neg.f64 (-.f64 a b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) (-.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal 1 binary64)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) a) (*.f64 a (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal 1 binary64)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) a) (*.f64 a (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal 1 binary64)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 a (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 a (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal 1 binary64)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 a (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 a (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal 1 binary64)) (-.f64 a b)) (*.f64 a (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 a (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal 1 binary64)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 a (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 a (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal 1 binary64)) (neg.f64 (-.f64 a b))) (*.f64 a (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 a (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal 1 binary64)) (-.f64 b a)) (*.f64 a (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 a (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 a (+.f64 a b)) #s(literal 1 binary64))) (*.f64 (/.f64 a (+.f64 a b)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (/.f64 a (+.f64 a b)) #s(literal 1 binary64))) (*.f64 (/.f64 a (+.f64 a b)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (/.f64 a (+.f64 a b)) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 a (+.f64 a b)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (/.f64 a (+.f64 a b)) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 a (+.f64 a b)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64)) (-.f64 a b)) (*.f64 (/.f64 a (+.f64 a b)) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (/.f64 a (+.f64 a b)) (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (/.f64 a (+.f64 a b)) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 a (+.f64 a b)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64)) (neg.f64 (-.f64 a b))) (*.f64 (/.f64 a (+.f64 a b)) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (/.f64 a (+.f64 a b)) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64)) (-.f64 b a)) (*.f64 (/.f64 a (+.f64 a b)) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (/.f64 a (+.f64 a b)) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) #s(literal 1 binary64))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) #s(literal 1 binary64))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (-.f64 a b)) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (neg.f64 (-.f64 a b))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (-.f64 b a)) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b))) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (+.f64 a b)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) #s(literal 1 binary64))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (+.f64 a b)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) #s(literal 1 binary64))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (+.f64 a b)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (+.f64 a b)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (+.f64 a b)) (-.f64 a b)) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (+.f64 a b)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (+.f64 a b)) (neg.f64 (-.f64 a b))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (+.f64 a b)) (-.f64 b a)) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (-.f64 a b)) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (neg.f64 (-.f64 a b))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (-.f64 b a)) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) #s(literal 1 binary64))) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) #s(literal 1 binary64))) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)) (-.f64 a b)) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)) (neg.f64 (-.f64 a b))) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)) (-.f64 b a)) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b))) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 a b)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (-.f64 a b) a) #s(literal 1 binary64))) (*.f64 (*.f64 (-.f64 a b) a) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 a b)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (*.f64 (-.f64 a b) a) #s(literal 1 binary64))) (*.f64 (*.f64 (-.f64 a b) a) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 a b)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (*.f64 (-.f64 a b) a) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (-.f64 a b) a) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 a b)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (*.f64 (-.f64 a b) a) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (-.f64 a b) a) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 a b)) (-.f64 a b)) (*.f64 (*.f64 (-.f64 a b) a) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (*.f64 (-.f64 a b) a) (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 a b)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (*.f64 (-.f64 a b) a) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (-.f64 a b) a) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 a b)) (neg.f64 (-.f64 a b))) (*.f64 (*.f64 (-.f64 a b) a) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (*.f64 (-.f64 a b) a) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 a b)) (-.f64 b a)) (*.f64 (*.f64 (-.f64 a b) a) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (*.f64 (-.f64 a b) a) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (-.f64 a b)) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (neg.f64 (-.f64 a b))) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (-.f64 b a)) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b)))) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b)))) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b)))) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b)))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b)))) (-.f64 a b)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b)))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b)))) (neg.f64 (-.f64 a b))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b)))) (-.f64 b a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal -1 binary64)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal -1 binary64)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal -1 binary64)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal -1 binary64)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal -1 binary64)) (-.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal -1 binary64)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal -1 binary64)) (neg.f64 (-.f64 a b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal -1 binary64)) (-.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 a b) a)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) #s(literal 1 binary64))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 a b) a)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) #s(literal 1 binary64))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 a b) a)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 a b) a)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 a b) a)) (-.f64 a b)) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 a b) a)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 a b) a)) (neg.f64 (-.f64 a b))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 a b) a)) (-.f64 b a)) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (+.f64 a b) a)) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 a b) #s(literal 1 binary64))) (*.f64 (-.f64 a b) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (+.f64 a b) a)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (-.f64 a b) #s(literal 1 binary64))) (*.f64 (-.f64 a b) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (+.f64 a b) a)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) (*.f64 (-.f64 a b) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 a b) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (+.f64 a b) a)) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) (*.f64 (-.f64 a b) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 a b) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (+.f64 a b) a)) (-.f64 a b)) (*.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (-.f64 a b) (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (+.f64 a b) a)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) (*.f64 (-.f64 a b) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (-.f64 a b) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (+.f64 a b) a)) (neg.f64 (-.f64 a b))) (*.f64 (-.f64 a b) (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (-.f64 a b) (neg.f64 (-.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (+.f64 a b) a)) (-.f64 b a)) (*.f64 (-.f64 a b) (-.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (-.f64 a b) (-.f64 b a))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b)))) (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) b)) (*.f64 (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (+.f64 (*.f64 a a) (*.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a))) #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (+.f64 (*.f64 a a) (*.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a))) (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b)))) (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a a))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (+.f64 (*.f64 a a) (*.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a))) b)) (*.f64 (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (+.f64 (*.f64 a a) (*.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b)))) (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a a))) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (+.f64 (*.f64 a a) (*.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (+.f64 (*.f64 a a) (*.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a))) #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 a a)) (/.f64 #s(literal 1 binary64) b)) (*.f64 (+.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a) #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a) (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 a a)) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a) b)) (*.f64 (+.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 a a)) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a) (-.f64 #s(literal 0 binary64) b))) (*.f64 (+.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) a) #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b)))) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))))))) (*.f64 (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))))) (*.f64 (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))))) (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))))) (*.f64 (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))) (*.f64 (+.f64 a b) (+.f64 a b)))) (*.f64 (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))))) (-.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b)))) (*.f64 a (*.f64 a a))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))) (-.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b)))) (*.f64 a (*.f64 a a))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))))))) |
(*.f64 (-.f64 (/.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) (*.f64 (+.f64 a b) (+.f64 a b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 b eps)) (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) eps)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 eps (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 b eps))))) |
(neg.f64 (/.f64 (*.f64 eps (neg.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) (expm1.f64 (*.f64 b eps)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 b eps)) (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) eps)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 b eps)) (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) eps) #s(literal 1 binary64))) |
(/.f64 (*.f64 eps (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) (expm1.f64 (*.f64 b eps))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 b eps)) (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) eps))) |
(/.f64 (*.f64 eps (neg.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 b eps)))) |
(/.f64 (neg.f64 (*.f64 eps (neg.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 b eps))))) |
(/.f64 (*.f64 (*.f64 eps (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) #s(literal 1 binary64)) (expm1.f64 (*.f64 b eps))) |
(pow.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 b eps)) (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) eps) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 b eps)) (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) eps) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 eps (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (expm1.f64 (*.f64 b eps))))) |
(*.f64 eps (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (expm1.f64 (*.f64 b eps)))) |
(*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (*.f64 eps (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 b eps))))) |
(*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (/.f64 eps (expm1.f64 (*.f64 b eps)))) |
(*.f64 (*.f64 eps (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 b eps)))) |
(*.f64 (*.f64 eps (neg.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 b eps))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 b eps))) (*.f64 eps (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 b eps))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 eps (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (expm1.f64 (*.f64 b eps))) eps) |
(*.f64 (/.f64 (*.f64 eps (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) (expm1.f64 (*.f64 (*.f64 b eps) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 (*.f64 b eps) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 b eps))))) |
(*.f64 (/.f64 (*.f64 eps (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) (+.f64 (exp.f64 (*.f64 (*.f64 b eps) #s(literal 2 binary64))) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 b eps)))) |
(+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) eps)) (*.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(+.f64 (*.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) eps))) |
(+.f64 (*.f64 eps (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (/.f64 b a))) (*.f64 eps #s(literal 1 binary64))) |
(+.f64 (*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (/.f64 b a)) eps) (*.f64 #s(literal 1 binary64) eps)) |
(fma.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) eps) (*.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(fma.f64 eps (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(fma.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) eps))) |
(fma.f64 eps (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (/.f64 b a)) (*.f64 eps #s(literal 1 binary64))) |
(fma.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) eps) (*.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(fma.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) eps (*.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) eps (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) eps))) |
(fma.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (/.f64 b a)) eps (*.f64 #s(literal 1 binary64) eps)) |
(fma.f64 (*.f64 eps eps) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) #s(literal 1/2 binary64)) (*.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(fma.f64 (*.f64 eps (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b))) (*.f64 eps #s(literal 1/2 binary64)) (*.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(fma.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)))) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 1/8 binary64))) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) (*.f64 eps (*.f64 eps eps)))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) eps)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) eps))) (-.f64 (*.f64 (*.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a))) (*.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a)))) (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) eps)) (*.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) eps)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) eps))) (*.f64 (*.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a))) (*.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a))))) (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) eps)) (*.f64 eps (+.f64 #s(literal 1 binary64) (/.f64 b a))))) |
(/.f64 (*.f64 eps (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)))) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 1/8 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a)))))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 eps (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)))) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 1/8 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) eps) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) eps) (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(*.f64 eps (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))) eps) |
(+.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (/.f64 b a))) |
(+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(+.f64 (/.f64 b a) (+.f64 #s(literal 1 binary64) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) |
(+.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (/.f64 b a)) #s(literal 1 binary64)) |
(+.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) #s(literal 1 binary64)) (/.f64 b a)) |
(-.f64 (/.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 b a) (+.f64 #s(literal 1 binary64) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) b (+.f64 #s(literal 1 binary64) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))))) |
(fma.f64 b (/.f64 #s(literal 1 binary64) a) (+.f64 #s(literal 1 binary64) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(fma.f64 eps (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 eps (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b))) (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(fma.f64 (*.f64 eps #s(literal 1/2 binary64)) (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(fma.f64 (/.f64 b a) #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (+.f64 #s(literal 1 binary64) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 (/.f64 b a) b) a))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 b a) b) a) (-.f64 #s(literal 1 binary64) (/.f64 b a)))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) |
(fma.f64 (+.f64 (/.f64 (*.f64 (/.f64 b a) b) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 b a) #s(literal -1 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) #s(literal 1/2 binary64)) eps (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(fma.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) eps) #s(literal 1/2 binary64) (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)))) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 1/8 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)))) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 1/8 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)))) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 1/8 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 b a))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)))) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 1/8 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a)))))) (neg.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) (neg.f64 (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (/.f64 b a)) (*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (/.f64 b a)) (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (/.f64 b a)))) #s(literal 1 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (/.f64 b a)) (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (/.f64 b a))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (/.f64 b a)) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (/.f64 b a)) (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (/.f64 b a))) #s(literal 1 binary64)) (-.f64 (+.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (/.f64 b a)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))))) (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) (*.f64 (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) (*.f64 (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)))) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 1/8 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)))) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 1/8 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (-.f64 (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (/.f64 (+.f64 a b) a))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 (+.f64 a b) a) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 a b) a)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (+.f64 a b) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (+.f64 a b)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 (+.f64 a b) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a b) (+.f64 a b))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a (+.f64 a b))) |
(/.f64 (+.f64 a b) (*.f64 a b)) |
(/.f64 (/.f64 (+.f64 a b) a) b) |
(/.f64 (/.f64 (+.f64 a b) a) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 a (+.f64 a b)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (/.f64 (+.f64 a b) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 a b) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (neg.f64 (*.f64 a b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (*.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a b) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 (*.f64 a b) (-.f64 a b))) |
(/.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64)) (*.f64 a b)) |
(/.f64 (*.f64 (+.f64 a b) #s(literal -1 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(literal 1 binary64)) b) |
(/.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (+.f64 a b) (/.f64 #s(literal 1 binary64) b)) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (/.f64 #s(literal 1 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (+.f64 a b) b) a) |
(pow.f64 (/.f64 b (/.f64 (+.f64 a b) a)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 a (+.f64 a b)) b) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (/.f64 (+.f64 a b) a)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a b) (+.f64 a b)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 a b) a) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (+.f64 a b) a)) |
(*.f64 (+.f64 a b) (/.f64 #s(literal 1 binary64) (*.f64 a b))) |
(*.f64 (+.f64 a b) (/.f64 (/.f64 #s(literal 1 binary64) a) b)) |
(*.f64 (/.f64 (+.f64 a b) a) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 a b) a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (pow.f64 (/.f64 b (+.f64 a b)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 b (-.f64 #s(literal 0 binary64) (+.f64 a b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (+.f64 a b))) #s(literal -1 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 a b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (+.f64 a b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (+.f64 a b)) #s(literal 1 binary64))) |
(/.f64 (+.f64 a b) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (+.f64 a b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a (-.f64 a b))) |
(/.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (+.f64 a b) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (-.f64 a b) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal -1 binary64)) (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) |
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)) (-.f64 a b)) |
(pow.f64 (/.f64 a (+.f64 a b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (+.f64 a b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 a b) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 a b)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 a b)) #s(literal -1 binary64))) |
(*.f64 (+.f64 a b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 (*.f64 a a) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 a b))) |
(+.f64 a b) |
(+.f64 b a) |
(exp.f64 (*.f64 (log.f64 (+.f64 a b)) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 a a) (-.f64 a b)) (/.f64 (*.f64 b b) (-.f64 a b))) |
(fma.f64 a #s(literal 1 binary64) b) |
(fma.f64 b #s(literal 1 binary64) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))) |
(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 a b)) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))) (neg.f64 (-.f64 a b))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 a a)) (-.f64 b a)) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) (-.f64 a b)) (*.f64 (-.f64 a b) (*.f64 b b))) (*.f64 (-.f64 a b) (-.f64 a b))) |
(pow.f64 (+.f64 a b) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))) |
(*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (-.f64 a b))) |
(*.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (*.f64 (log.f64 a) #s(literal -1 binary64)) (*.f64 (log.f64 (+.f64 a b)) #s(literal 2 binary64)))) |
(exp.f64 (+.f64 (*.f64 (log.f64 (+.f64 a b)) #s(literal 2 binary64)) (*.f64 (log.f64 a) #s(literal -1 binary64)))) |
(neg.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64))) |
(/.f64 (+.f64 a b) (/.f64 a (+.f64 a b))) |
(/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64)) (/.f64 a (+.f64 a b))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (/.f64 a (+.f64 a b)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (+.f64 a b)) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (-.f64 a b) (/.f64 a (+.f64 a b)))) |
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 a b)) (*.f64 (-.f64 a b) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (+.f64 a b))) (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 a b) a)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) |
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (+.f64 a b) a)) (-.f64 a b)) |
(pow.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a (+.f64 a b)) (+.f64 a b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 a b) (/.f64 a (+.f64 a b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (+.f64 a b) (+.f64 a b))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal -1 binary64))) |
(*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) |
(*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 a b) a) (+.f64 a b)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
| 1× | egg-herbie |
| 5054× | *-lowering-*.f32 |
| 5054× | *-lowering-*.f64 |
| 3016× | +-lowering-+.f64 |
| 3016× | +-lowering-+.f32 |
| 1350× | times-frac |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 315 | 3506 |
| 1 | 1103 | 3001 |
| 2 | 3884 | 2883 |
| 0 | 8510 | 2883 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ (pow b 2) a) |
(/ (+ (* a (- (* 2 b) b)) (pow b 2)) a) |
(/ (+ (* a (- (* 2 b) b)) (pow b 2)) a) |
(/ (+ (* a (- (* 2 b) b)) (pow b 2)) a) |
(- (* 2 b) b) |
(- (+ (* 2 b) (/ (pow b 2) a)) b) |
(- (+ (* 2 b) (/ (pow b 2) a)) b) |
(- (+ (* 2 b) (/ (pow b 2) a)) b) |
(- (* 2 b) b) |
(- (+ (* 2 b) (/ (pow b 2) a)) b) |
(- (+ (* 2 b) (/ (pow b 2) a)) b) |
(- (+ (* 2 b) (/ (pow b 2) a)) b) |
b |
(* b (+ 1 (/ b a))) |
(* b (+ 1 (/ b a))) |
(* b (+ 1 (/ b a))) |
(/ (pow b 2) a) |
(* (pow b 2) (+ (/ 1 a) (/ 1 b))) |
(* (pow b 2) (+ (/ 1 a) (/ 1 b))) |
(* (pow b 2) (+ (/ 1 a) (/ 1 b))) |
(/ (pow b 2) a) |
(* (pow b 2) (+ (/ 1 a) (/ 1 b))) |
(* (pow b 2) (+ (/ 1 a) (/ 1 b))) |
(* (pow b 2) (+ (/ 1 a) (/ 1 b))) |
(/ (+ 1 (/ b a)) b) |
(+ (* eps (- (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* 1/2 (+ 1 (/ b a))))) (+ (/ 1 a) (/ 1 b))) |
(+ (* eps (- (+ (* -1 (* eps (+ (* 1/6 (* b (+ 1 (/ b a)))) (* 1/2 (* b (- (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* 1/2 (+ 1 (/ b a))))))))) (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b))) (* 1/2 (+ 1 (/ b a))))) (+ (/ 1 a) (/ 1 b))) |
(+ (* eps (- (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* eps (- (* -1 (* eps (+ (* -1/2 (* b (+ (* 1/6 (* b (+ 1 (/ b a)))) (* 1/2 (* b (- (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* 1/2 (+ 1 (/ b a))))))))) (+ (* 1/24 (* (pow b 2) (+ 1 (/ b a)))) (* 1/6 (* (pow b 2) (- (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* 1/2 (+ 1 (/ b a)))))))))) (+ (* 1/6 (* b (+ 1 (/ b a)))) (* 1/2 (* b (- (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* 1/2 (+ 1 (/ b a)))))))))) (* 1/2 (+ 1 (/ b a))))) (+ (/ 1 a) (/ 1 b))) |
(* 1/2 (/ (* (pow eps 2) (- (/ (pow (+ a b) 2) a) (+ a b))) (- (exp (* b eps)) 1))) |
(* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1))))))) |
(* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1))))))) |
(* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1))))))) |
(* 1/2 (/ (* (pow eps 2) (- (/ (pow (+ a b) 2) a) (+ a b))) (- (exp (* b eps)) 1))) |
(* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1))))))) |
(* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1))))))) |
(* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1))))))) |
(/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1))) |
(/ (+ (/ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (- (exp (* b eps)) 1))) a) |
(/ (+ (/ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (- (exp (* b eps)) 1))) a) |
(/ (+ (/ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (- (exp (* b eps)) 1))) a) |
(/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)) |
(+ (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))) |
(+ (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))) |
(+ (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))) |
(/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)) |
(+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))) (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1))) |
(+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))) (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1))) |
(+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))) (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1))) |
(/ 1 b) |
(/ (+ 1 (/ b a)) b) |
(/ (+ 1 (* b (+ (* -1/6 (* b (pow eps 2))) (/ 1 a)))) b) |
(/ (+ 1 (* b (+ (* b (- (* -1 (* b (+ (* -1/12 (pow eps 3)) (+ (* 1/24 (pow eps 3)) (* 1/6 (/ (pow eps 2) a)))))) (* 1/6 (pow eps 2)))) (/ 1 a)))) b) |
(* 1/2 (/ (* (pow b 2) (pow eps 2)) (* a (- (exp (* b eps)) 1)))) |
(* (pow b 2) (+ (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1)))) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) (* b (- (exp (* b eps)) 1))))) |
(* (pow b 2) (+ (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1)))) (+ (/ eps (* (pow b 2) (- (exp (* b eps)) 1))) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) (* b (- (exp (* b eps)) 1)))))) |
(* (pow b 2) (+ (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1)))) (+ (/ eps (* (pow b 2) (- (exp (* b eps)) 1))) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) (* b (- (exp (* b eps)) 1)))))) |
(* 1/2 (/ (* (pow b 2) (pow eps 2)) (* a (- (exp (* b eps)) 1)))) |
(* (pow b 2) (+ (* -1 (/ (* eps (- (* -1/2 eps) (/ 1 a))) (* b (- (exp (* b eps)) 1)))) (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1)))))) |
(* (pow b 2) (+ (* -1 (/ (+ (* -1 (/ eps (* b (- (exp (* b eps)) 1)))) (/ (* eps (- (* -1/2 eps) (/ 1 a))) (- (exp (* b eps)) 1))) b)) (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1)))))) |
(* (pow b 2) (+ (* -1 (/ (+ (* -1 (/ eps (* b (- (exp (* b eps)) 1)))) (/ (* eps (- (* -1/2 eps) (/ 1 a))) (- (exp (* b eps)) 1))) b)) (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1)))))) |
(* eps (+ 1 (/ b a))) |
(* eps (+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a)))) |
(* eps (+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a)))) |
(* eps (+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a)))) |
(* 1/2 (* (pow eps 2) (- (/ (pow (+ a b) 2) a) (+ a b)))) |
(* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(* 1/2 (* (pow eps 2) (- (/ (pow (+ a b) 2) a) (+ a b)))) |
(* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) a) |
(/ (+ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (* eps (+ b (* 1/2 (* (pow b 2) eps))))) a) |
(/ (+ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (* eps (+ b (* 1/2 (* (pow b 2) eps))))) a) |
(/ (+ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (* eps (+ b (* 1/2 (* (pow b 2) eps))))) a) |
(* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) |
(+ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) a)) |
(+ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) a)) |
(+ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) a)) |
(* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) |
(+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) a)) (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) |
(+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) a)) (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) |
(+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) a)) (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) |
eps |
(+ eps (* b (* eps (+ (* 1/2 eps) (/ 1 a))))) |
(+ eps (* b (+ (* 1/2 (/ (* b (pow eps 2)) a)) (* eps (+ (* 1/2 eps) (/ 1 a)))))) |
(+ eps (* b (+ (* 1/2 (/ (* b (pow eps 2)) a)) (* eps (+ (* 1/2 eps) (/ 1 a)))))) |
(* 1/2 (/ (* (pow b 2) (pow eps 2)) a)) |
(* (pow b 2) (+ (* 1/2 (/ (pow eps 2) a)) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) b))) |
(* (pow b 2) (+ (* 1/2 (/ (pow eps 2) a)) (+ (/ eps (pow b 2)) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) b)))) |
(* (pow b 2) (+ (* 1/2 (/ (pow eps 2) a)) (+ (/ eps (pow b 2)) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) b)))) |
(* 1/2 (/ (* (pow b 2) (pow eps 2)) a)) |
(* (pow b 2) (+ (* -1 (/ (* eps (- (* -1/2 eps) (/ 1 a))) b)) (* 1/2 (/ (pow eps 2) a)))) |
(* (pow b 2) (+ (* -1 (/ (+ (* -1 (/ eps b)) (* eps (- (* -1/2 eps) (/ 1 a)))) b)) (* 1/2 (/ (pow eps 2) a)))) |
(* (pow b 2) (+ (* -1 (/ (+ (* -1 (/ eps b)) (* eps (- (* -1/2 eps) (/ 1 a)))) b)) (* 1/2 (/ (pow eps 2) a)))) |
(+ 1 (/ b a)) |
(+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a))) |
(+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a))) |
(+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a))) |
(* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) |
(* eps (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(* eps (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(* eps (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) |
(* -1 (* eps (+ (* -1 (/ (+ 1 (/ b a)) eps)) (* -1/2 (- (/ (pow (+ a b) 2) a) (+ a b)))))) |
(* -1 (* eps (+ (* -1 (/ (+ 1 (/ b a)) eps)) (* -1/2 (- (/ (pow (+ a b) 2) a) (+ a b)))))) |
(* -1 (* eps (+ (* -1 (/ (+ 1 (/ b a)) eps)) (* -1/2 (- (/ (pow (+ a b) 2) a) (+ a b)))))) |
(/ (+ b (* 1/2 (* (pow b 2) eps))) a) |
(/ (+ b (+ (* 1/2 (* (pow b 2) eps)) (* a (+ 1 (* 1/2 (* eps (- (* 2 b) b))))))) a) |
(/ (+ b (+ (* 1/2 (* (pow b 2) eps)) (* a (+ 1 (* 1/2 (* eps (- (* 2 b) b))))))) a) |
(/ (+ b (+ (* 1/2 (* (pow b 2) eps)) (* a (+ 1 (* 1/2 (* eps (- (* 2 b) b))))))) a) |
(+ 1 (* 1/2 (* eps (- (* 2 b) b)))) |
(+ 1 (+ (* 1/2 (* eps (- (* 2 b) b))) (+ (* 1/2 (/ (* (pow b 2) eps) a)) (/ b a)))) |
(+ 1 (+ (* 1/2 (* eps (- (* 2 b) b))) (+ (* 1/2 (/ (* (pow b 2) eps) a)) (/ b a)))) |
(+ 1 (+ (* 1/2 (* eps (- (* 2 b) b))) (+ (* 1/2 (/ (* (pow b 2) eps) a)) (/ b a)))) |
(+ 1 (* 1/2 (* eps (- (* 2 b) b)))) |
(+ 1 (+ (* -1 (/ (+ (* -1 b) (* -1/2 (* (pow b 2) eps))) a)) (* 1/2 (* eps (- (* 2 b) b))))) |
(+ 1 (+ (* -1 (/ (+ (* -1 b) (* -1/2 (* (pow b 2) eps))) a)) (* 1/2 (* eps (- (* 2 b) b))))) |
(+ 1 (+ (* -1 (/ (+ (* -1 b) (* -1/2 (* (pow b 2) eps))) a)) (* 1/2 (* eps (- (* 2 b) b))))) |
1 |
(+ 1 (* b (+ (* 1/2 eps) (/ 1 a)))) |
(+ 1 (* b (+ (* 1/2 eps) (+ (* 1/2 (/ (* b eps) a)) (/ 1 a))))) |
(+ 1 (* b (+ (* 1/2 eps) (+ (* 1/2 (/ (* b eps) a)) (/ 1 a))))) |
(* 1/2 (/ (* (pow b 2) eps) a)) |
(* (pow b 2) (+ (* 1/2 (/ eps a)) (+ (* 1/2 (/ eps b)) (/ 1 (* a b))))) |
(* (pow b 2) (+ (* 1/2 (/ eps a)) (+ (* 1/2 (/ eps b)) (+ (/ 1 (* a b)) (/ 1 (pow b 2)))))) |
(* (pow b 2) (+ (* 1/2 (/ eps a)) (+ (* 1/2 (/ eps b)) (+ (/ 1 (* a b)) (/ 1 (pow b 2)))))) |
(* 1/2 (/ (* (pow b 2) eps) a)) |
(* (pow b 2) (+ (* -1 (/ (- (* -1/2 eps) (/ 1 a)) b)) (* 1/2 (/ eps a)))) |
(* (pow b 2) (+ (* -1 (/ (- (* -1/2 eps) (+ (/ 1 a) (/ 1 b))) b)) (* 1/2 (/ eps a)))) |
(* (pow b 2) (+ (* -1 (/ (- (* -1/2 eps) (+ (/ 1 a) (/ 1 b))) b)) (* 1/2 (/ eps a)))) |
(/ 1 a) |
(/ (+ 1 (/ a b)) a) |
(/ (+ 1 (/ a b)) a) |
(/ (+ 1 (/ a b)) a) |
(/ 1 b) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(/ 1 b) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(/ 1 b) |
(/ (+ 1 (/ b a)) b) |
(/ (+ 1 (/ b a)) b) |
(/ (+ 1 (/ b a)) b) |
(/ 1 a) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(/ 1 a) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(/ b a) |
(/ (+ a b) a) |
(/ (+ a b) a) |
(/ (+ a b) a) |
1 |
(+ 1 (/ b a)) |
(+ 1 (/ b a)) |
(+ 1 (/ b a)) |
1 |
(+ 1 (/ b a)) |
(+ 1 (/ b a)) |
(+ 1 (/ b a)) |
1 |
(+ 1 (/ b a)) |
(+ 1 (/ b a)) |
(+ 1 (/ b a)) |
(/ b a) |
(* b (+ (/ 1 a) (/ 1 b))) |
(* b (+ (/ 1 a) (/ 1 b))) |
(* b (+ (/ 1 a) (/ 1 b))) |
(/ b a) |
(* b (+ (/ 1 a) (/ 1 b))) |
(* b (+ (/ 1 a) (/ 1 b))) |
(* b (+ (/ 1 a) (/ 1 b))) |
b |
(+ a b) |
(+ a b) |
(+ a b) |
a |
(* a (+ 1 (/ b a))) |
(* a (+ 1 (/ b a))) |
(* a (+ 1 (/ b a))) |
a |
(* -1 (* a (- (* -1 (/ b a)) 1))) |
(* -1 (* a (- (* -1 (/ b a)) 1))) |
(* -1 (* a (- (* -1 (/ b a)) 1))) |
a |
(+ a b) |
(+ a b) |
(+ a b) |
b |
(* b (+ 1 (/ a b))) |
(* b (+ 1 (/ a b))) |
(* b (+ 1 (/ a b))) |
b |
(* -1 (* b (- (* -1 (/ a b)) 1))) |
(* -1 (* b (- (* -1 (/ a b)) 1))) |
(* -1 (* b (- (* -1 (/ a b)) 1))) |
(/ (pow b 2) a) |
(/ (+ (* 2 (* a b)) (pow b 2)) a) |
(/ (+ (* a (+ a (* 2 b))) (pow b 2)) a) |
(/ (+ (* a (+ a (* 2 b))) (pow b 2)) a) |
a |
(* a (+ 1 (* 2 (/ b a)))) |
(* a (+ 1 (+ (* 2 (/ b a)) (/ (pow b 2) (pow a 2))))) |
(* a (+ 1 (+ (* 2 (/ b a)) (/ (pow b 2) (pow a 2))))) |
a |
(* -1 (* a (- (* -2 (/ b a)) 1))) |
(* -1 (* a (- (* -1 (/ (+ (* 2 b) (/ (pow b 2) a)) a)) 1))) |
(* -1 (* a (- (* -1 (/ (+ (* 2 b) (/ (pow b 2) a)) a)) 1))) |
a |
(+ a (* 2 b)) |
(+ a (* b (+ 2 (/ b a)))) |
(+ a (* b (+ 2 (/ b a)))) |
(/ (pow b 2) a) |
(* (pow b 2) (+ (/ 1 a) (* 2 (/ 1 b)))) |
(* (pow b 2) (+ (/ 1 a) (+ (* 2 (/ 1 b)) (/ a (pow b 2))))) |
(* (pow b 2) (+ (/ 1 a) (+ (* 2 (/ 1 b)) (/ a (pow b 2))))) |
(/ (pow b 2) a) |
(* (pow b 2) (+ (/ 1 a) (* 2 (/ 1 b)))) |
(* (pow b 2) (+ (* -1 (/ (- (* -1 (/ a b)) 2) b)) (/ 1 a))) |
(* (pow b 2) (+ (* -1 (/ (- (* -1 (/ a b)) 2) b)) (/ 1 a))) |
| Outputs |
|---|
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (+ (* a (- (* 2 b) b)) (pow b 2)) a) |
(/.f64 (*.f64 b (+.f64 a b)) a) |
(/ (+ (* a (- (* 2 b) b)) (pow b 2)) a) |
(/.f64 (*.f64 b (+.f64 a b)) a) |
(/ (+ (* a (- (* 2 b) b)) (pow b 2)) a) |
(/.f64 (*.f64 b (+.f64 a b)) a) |
(- (* 2 b) b) |
b |
(- (+ (* 2 b) (/ (pow b 2) a)) b) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(- (+ (* 2 b) (/ (pow b 2) a)) b) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(- (+ (* 2 b) (/ (pow b 2) a)) b) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(- (* 2 b) b) |
b |
(- (+ (* 2 b) (/ (pow b 2) a)) b) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(- (+ (* 2 b) (/ (pow b 2) a)) b) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(- (+ (* 2 b) (/ (pow b 2) a)) b) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
b |
(* b (+ 1 (/ b a))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(* b (+ 1 (/ b a))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(* b (+ 1 (/ b a))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(* (pow b 2) (+ (/ 1 a) (/ 1 b))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(* (pow b 2) (+ (/ 1 a) (/ 1 b))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(* (pow b 2) (+ (/ 1 a) (/ 1 b))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(* (pow b 2) (+ (/ 1 a) (/ 1 b))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(* (pow b 2) (+ (/ 1 a) (/ 1 b))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(* (pow b 2) (+ (/ 1 a) (/ 1 b))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(/ (+ 1 (/ b a)) b) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b) |
(+ (* eps (- (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* 1/2 (+ 1 (/ b a))))) (+ (/ 1 a) (/ 1 b))) |
(+.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) a) b) #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) (/.f64 b a)))))) |
(+ (* eps (- (+ (* -1 (* eps (+ (* 1/6 (* b (+ 1 (/ b a)))) (* 1/2 (* b (- (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* 1/2 (+ 1 (/ b a))))))))) (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b))) (* 1/2 (+ 1 (/ b a))))) (+ (/ 1 a) (/ 1 b))) |
(+.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) a) b) #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) (/.f64 b a)))) (*.f64 eps (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) a) b) #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) (/.f64 b a))))))))))) |
(+ (* eps (- (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* eps (- (* -1 (* eps (+ (* -1/2 (* b (+ (* 1/6 (* b (+ 1 (/ b a)))) (* 1/2 (* b (- (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* 1/2 (+ 1 (/ b a))))))))) (+ (* 1/24 (* (pow b 2) (+ 1 (/ b a)))) (* 1/6 (* (pow b 2) (- (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* 1/2 (+ 1 (/ b a)))))))))) (+ (* 1/6 (* b (+ 1 (/ b a)))) (* 1/2 (* b (- (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) b)) (* 1/2 (+ 1 (/ b a)))))))))) (* 1/2 (+ 1 (/ b a))))) (+ (/ 1 a) (/ 1 b))) |
(+.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) a) b) #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) (/.f64 b a)))) (neg.f64 (*.f64 (+.f64 (*.f64 eps (+.f64 (*.f64 b (*.f64 (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) a) b) #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) (/.f64 b a))))))) #s(literal -1/2 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) #s(literal 1/24 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) a) b) #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) (/.f64 b a)))) #s(literal 1/6 binary64)))))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) a) b) #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) (/.f64 b a)))))))) eps))))) |
(* 1/2 (/ (* (pow eps 2) (- (/ (pow (+ a b) 2) a) (+ a b))) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 eps (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (expm1.f64 (*.f64 b eps))) |
(* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1))))))) |
(*.f64 (*.f64 eps eps) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b))) (expm1.f64 (*.f64 b eps))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) eps) (expm1.f64 (*.f64 b eps))) (/.f64 b (*.f64 (expm1.f64 (*.f64 b eps)) (*.f64 a eps)))))) |
(* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1))))))) |
(*.f64 (*.f64 eps eps) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b))) (expm1.f64 (*.f64 b eps))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) eps) (expm1.f64 (*.f64 b eps))) (/.f64 b (*.f64 (expm1.f64 (*.f64 b eps)) (*.f64 a eps)))))) |
(* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1))))))) |
(*.f64 (*.f64 eps eps) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b))) (expm1.f64 (*.f64 b eps))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) eps) (expm1.f64 (*.f64 b eps))) (/.f64 b (*.f64 (expm1.f64 (*.f64 b eps)) (*.f64 a eps)))))) |
(* 1/2 (/ (* (pow eps 2) (- (/ (pow (+ a b) 2) a) (+ a b))) (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 eps (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) (expm1.f64 (*.f64 b eps))) |
(* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1))))))) |
(*.f64 (*.f64 eps eps) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b))) (expm1.f64 (*.f64 b eps))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) eps) (expm1.f64 (*.f64 b eps))) (/.f64 b (*.f64 (expm1.f64 (*.f64 b eps)) (*.f64 a eps)))))) |
(* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1))))))) |
(*.f64 (*.f64 eps eps) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b))) (expm1.f64 (*.f64 b eps))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) eps) (expm1.f64 (*.f64 b eps))) (/.f64 b (*.f64 (expm1.f64 (*.f64 b eps)) (*.f64 a eps)))))) |
(* (pow eps 2) (+ (* 1/2 (/ (- (/ (pow (+ a b) 2) a) (+ a b)) (- (exp (* b eps)) 1))) (+ (/ 1 (* eps (- (exp (* b eps)) 1))) (/ b (* a (* eps (- (exp (* b eps)) 1))))))) |
(*.f64 (*.f64 eps eps) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b))) (expm1.f64 (*.f64 b eps))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) eps) (expm1.f64 (*.f64 b eps))) (/.f64 b (*.f64 (expm1.f64 (*.f64 b eps)) (*.f64 a eps)))))) |
(/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1))) |
(/.f64 (*.f64 (+.f64 b (*.f64 (*.f64 b b) (*.f64 eps #s(literal 1/2 binary64)))) (/.f64 eps a)) (expm1.f64 (*.f64 b eps))) |
(/ (+ (/ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (- (exp (* b eps)) 1))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 a (*.f64 eps (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal 1/2 binary64)))))) (expm1.f64 (*.f64 b eps))) (/.f64 (*.f64 eps (+.f64 b (*.f64 (*.f64 b b) (*.f64 eps #s(literal 1/2 binary64))))) (expm1.f64 (*.f64 b eps)))) a) |
(/ (+ (/ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (- (exp (* b eps)) 1))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 a (*.f64 eps (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal 1/2 binary64)))))) (expm1.f64 (*.f64 b eps))) (/.f64 (*.f64 eps (+.f64 b (*.f64 (*.f64 b b) (*.f64 eps #s(literal 1/2 binary64))))) (expm1.f64 (*.f64 b eps)))) a) |
(/ (+ (/ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (- (exp (* b eps)) 1))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 a (*.f64 eps (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal 1/2 binary64)))))) (expm1.f64 (*.f64 b eps))) (/.f64 (*.f64 eps (+.f64 b (*.f64 (*.f64 b b) (*.f64 eps #s(literal 1/2 binary64))))) (expm1.f64 (*.f64 b eps)))) a) |
(/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)) |
(/.f64 (*.f64 eps (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal 1/2 binary64))))) (expm1.f64 (*.f64 b eps))) |
(+ (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))) |
(*.f64 (/.f64 eps (expm1.f64 (*.f64 b eps))) (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal 1/2 binary64)))) (/.f64 (+.f64 b (*.f64 (*.f64 b b) (*.f64 eps #s(literal 1/2 binary64)))) a))) |
(+ (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))) |
(*.f64 (/.f64 eps (expm1.f64 (*.f64 b eps))) (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal 1/2 binary64)))) (/.f64 (+.f64 b (*.f64 (*.f64 b b) (*.f64 eps #s(literal 1/2 binary64)))) a))) |
(+ (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))) |
(*.f64 (/.f64 eps (expm1.f64 (*.f64 b eps))) (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal 1/2 binary64)))) (/.f64 (+.f64 b (*.f64 (*.f64 b b) (*.f64 eps #s(literal 1/2 binary64)))) a))) |
(/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1)) |
(/.f64 (*.f64 eps (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal 1/2 binary64))))) (expm1.f64 (*.f64 b eps))) |
(+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))) (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1))) |
(*.f64 (/.f64 eps (expm1.f64 (*.f64 b eps))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b (*.f64 eps #s(literal 1/2 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 eps #s(literal -1/2 binary64))) b) a)))) |
(+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))) (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1))) |
(*.f64 (/.f64 eps (expm1.f64 (*.f64 b eps))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b (*.f64 eps #s(literal 1/2 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 eps #s(literal -1/2 binary64))) b) a)))) |
(+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) (* a (- (exp (* b eps)) 1)))) (/ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (- (exp (* b eps)) 1))) |
(*.f64 (/.f64 eps (expm1.f64 (*.f64 b eps))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b (*.f64 eps #s(literal 1/2 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 eps #s(literal -1/2 binary64))) b) a)))) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ (+ 1 (/ b a)) b) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b) |
(/ (+ 1 (* b (+ (* -1/6 (* b (pow eps 2))) (/ 1 a)))) b) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 (*.f64 eps eps) #s(literal -1/6 binary64)))))) b) |
(/ (+ 1 (* b (+ (* b (- (* -1 (* b (+ (* -1/12 (pow eps 3)) (+ (* 1/24 (pow eps 3)) (* 1/6 (/ (pow eps 2) a)))))) (* 1/6 (pow eps 2)))) (/ 1 a)))) b) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (-.f64 (*.f64 (*.f64 eps eps) #s(literal -1/6 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 eps eps)) a) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -1/24 binary64))))))))) b) |
(* 1/2 (/ (* (pow b 2) (pow eps 2)) (* a (- (exp (* b eps)) 1)))) |
(*.f64 (*.f64 b b) (/.f64 (/.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) a) (expm1.f64 (*.f64 b eps)))) |
(* (pow b 2) (+ (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1)))) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) (* b (- (exp (* b eps)) 1))))) |
(+.f64 (*.f64 b (/.f64 (*.f64 eps (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps #s(literal 1/2 binary64)))) (expm1.f64 (*.f64 b eps)))) (*.f64 (*.f64 b b) (/.f64 (/.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) a) (expm1.f64 (*.f64 b eps))))) |
(* (pow b 2) (+ (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1)))) (+ (/ eps (* (pow b 2) (- (exp (* b eps)) 1))) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) (* b (- (exp (* b eps)) 1)))))) |
(+.f64 (*.f64 (*.f64 b b) (+.f64 (/.f64 (/.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) a) (expm1.f64 (*.f64 b eps))) (/.f64 (/.f64 eps (*.f64 b b)) (expm1.f64 (*.f64 b eps))))) (*.f64 b (/.f64 (*.f64 eps (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps #s(literal 1/2 binary64)))) (expm1.f64 (*.f64 b eps))))) |
(* (pow b 2) (+ (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1)))) (+ (/ eps (* (pow b 2) (- (exp (* b eps)) 1))) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) (* b (- (exp (* b eps)) 1)))))) |
(+.f64 (*.f64 (*.f64 b b) (+.f64 (/.f64 (/.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) a) (expm1.f64 (*.f64 b eps))) (/.f64 (/.f64 eps (*.f64 b b)) (expm1.f64 (*.f64 b eps))))) (*.f64 b (/.f64 (*.f64 eps (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps #s(literal 1/2 binary64)))) (expm1.f64 (*.f64 b eps))))) |
(* 1/2 (/ (* (pow b 2) (pow eps 2)) (* a (- (exp (* b eps)) 1)))) |
(*.f64 (*.f64 b b) (/.f64 (/.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) a) (expm1.f64 (*.f64 b eps)))) |
(* (pow b 2) (+ (* -1 (/ (* eps (- (* -1/2 eps) (/ 1 a))) (* b (- (exp (* b eps)) 1)))) (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1)))))) |
(*.f64 (*.f64 b b) (-.f64 (/.f64 (/.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) a) (expm1.f64 (*.f64 b eps))) (*.f64 (+.f64 (*.f64 eps #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) (/.f64 (/.f64 eps b) (expm1.f64 (*.f64 b eps)))))) |
(* (pow b 2) (+ (* -1 (/ (+ (* -1 (/ eps (* b (- (exp (* b eps)) 1)))) (/ (* eps (- (* -1/2 eps) (/ 1 a))) (- (exp (* b eps)) 1))) b)) (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1)))))) |
(*.f64 (*.f64 b b) (-.f64 (/.f64 (/.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) a) (expm1.f64 (*.f64 b eps))) (/.f64 (*.f64 (/.f64 eps (expm1.f64 (*.f64 b eps))) (+.f64 (+.f64 (*.f64 eps #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) (/.f64 #s(literal -1 binary64) b))) b))) |
(* (pow b 2) (+ (* -1 (/ (+ (* -1 (/ eps (* b (- (exp (* b eps)) 1)))) (/ (* eps (- (* -1/2 eps) (/ 1 a))) (- (exp (* b eps)) 1))) b)) (* 1/2 (/ (pow eps 2) (* a (- (exp (* b eps)) 1)))))) |
(*.f64 (*.f64 b b) (-.f64 (/.f64 (/.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) a) (expm1.f64 (*.f64 b eps))) (/.f64 (*.f64 (/.f64 eps (expm1.f64 (*.f64 b eps))) (+.f64 (+.f64 (*.f64 eps #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) (/.f64 #s(literal -1 binary64) b))) b))) |
(* eps (+ 1 (/ b a))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) eps) |
(* eps (+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a)))) |
(*.f64 eps (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))))) |
(* eps (+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a)))) |
(*.f64 eps (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))))) |
(* eps (+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a)))) |
(*.f64 eps (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))))) |
(* 1/2 (* (pow eps 2) (- (/ (pow (+ a b) 2) a) (+ a b)))) |
(*.f64 eps (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) |
(* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(*.f64 eps (+.f64 (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 eps (/.f64 b (*.f64 a eps)))))) |
(* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(*.f64 eps (+.f64 (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 eps (/.f64 b (*.f64 a eps)))))) |
(* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(*.f64 eps (+.f64 (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 eps (/.f64 b (*.f64 a eps)))))) |
(* 1/2 (* (pow eps 2) (- (/ (pow (+ a b) 2) a) (+ a b)))) |
(*.f64 eps (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) |
(* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(*.f64 eps (+.f64 (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 eps (/.f64 b (*.f64 a eps)))))) |
(* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(*.f64 eps (+.f64 (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 eps (/.f64 b (*.f64 a eps)))))) |
(* (pow eps 2) (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(*.f64 eps (+.f64 (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 eps (/.f64 b (*.f64 a eps)))))) |
(/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) a) |
(*.f64 (+.f64 b (*.f64 (*.f64 b b) (*.f64 eps #s(literal 1/2 binary64)))) (/.f64 eps a)) |
(/ (+ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (* eps (+ b (* 1/2 (* (pow b 2) eps))))) a) |
(/.f64 (*.f64 eps (+.f64 (+.f64 a b) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 b (+.f64 a b))))) a) |
(/ (+ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (* eps (+ b (* 1/2 (* (pow b 2) eps))))) a) |
(/.f64 (*.f64 eps (+.f64 (+.f64 a b) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 b (+.f64 a b))))) a) |
(/ (+ (* a (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) (* eps (+ b (* 1/2 (* (pow b 2) eps))))) a) |
(/.f64 (*.f64 eps (+.f64 (+.f64 a b) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 b (+.f64 a b))))) a) |
(* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) |
(*.f64 eps (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal 1/2 binary64))))) |
(+ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) a)) |
(*.f64 eps (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal 1/2 binary64)))) (/.f64 (+.f64 b (*.f64 (*.f64 b b) (*.f64 eps #s(literal 1/2 binary64)))) a))) |
(+ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) a)) |
(*.f64 eps (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal 1/2 binary64)))) (/.f64 (+.f64 b (*.f64 (*.f64 b b) (*.f64 eps #s(literal 1/2 binary64)))) a))) |
(+ (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) (/ (* eps (+ b (* 1/2 (* (pow b 2) eps)))) a)) |
(*.f64 eps (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal 1/2 binary64)))) (/.f64 (+.f64 b (*.f64 (*.f64 b b) (*.f64 eps #s(literal 1/2 binary64)))) a))) |
(* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b))))) |
(*.f64 eps (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal 1/2 binary64))))) |
(+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) a)) (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) |
(*.f64 eps (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b (*.f64 eps #s(literal 1/2 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 eps #s(literal -1/2 binary64))) b) a)))) |
(+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) a)) (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) |
(*.f64 eps (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b (*.f64 eps #s(literal 1/2 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 eps #s(literal -1/2 binary64))) b) a)))) |
(+ (* -1 (/ (* eps (+ (* -1 b) (* -1/2 (* (pow b 2) eps)))) a)) (* eps (+ 1 (* 1/2 (* eps (- (* 2 b) b)))))) |
(*.f64 eps (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b (*.f64 eps #s(literal 1/2 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 eps #s(literal -1/2 binary64))) b) a)))) |
eps |
(+ eps (* b (* eps (+ (* 1/2 eps) (/ 1 a))))) |
(*.f64 eps (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps #s(literal 1/2 binary64)))))) |
(+ eps (* b (+ (* 1/2 (/ (* b (pow eps 2)) a)) (* eps (+ (* 1/2 eps) (/ 1 a)))))) |
(+.f64 eps (*.f64 b (+.f64 (*.f64 eps (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps #s(literal 1/2 binary64)))) (/.f64 (*.f64 eps (*.f64 b (*.f64 eps #s(literal 1/2 binary64)))) a)))) |
(+ eps (* b (+ (* 1/2 (/ (* b (pow eps 2)) a)) (* eps (+ (* 1/2 eps) (/ 1 a)))))) |
(+.f64 eps (*.f64 b (+.f64 (*.f64 eps (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps #s(literal 1/2 binary64)))) (/.f64 (*.f64 eps (*.f64 b (*.f64 eps #s(literal 1/2 binary64)))) a)))) |
(* 1/2 (/ (* (pow b 2) (pow eps 2)) a)) |
(/.f64 (*.f64 b (*.f64 eps (*.f64 b (*.f64 eps #s(literal 1/2 binary64))))) a) |
(* (pow b 2) (+ (* 1/2 (/ (pow eps 2) a)) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) b))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) a) (/.f64 (*.f64 eps (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps #s(literal 1/2 binary64)))) b))) |
(* (pow b 2) (+ (* 1/2 (/ (pow eps 2) a)) (+ (/ eps (pow b 2)) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) b)))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 eps (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps #s(literal 1/2 binary64)))) b) (+.f64 (/.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) a) (/.f64 eps (*.f64 b b))))) |
(* (pow b 2) (+ (* 1/2 (/ (pow eps 2) a)) (+ (/ eps (pow b 2)) (/ (* eps (+ (* 1/2 eps) (/ 1 a))) b)))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 eps (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps #s(literal 1/2 binary64)))) b) (+.f64 (/.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) a) (/.f64 eps (*.f64 b b))))) |
(* 1/2 (/ (* (pow b 2) (pow eps 2)) a)) |
(/.f64 (*.f64 b (*.f64 eps (*.f64 b (*.f64 eps #s(literal 1/2 binary64))))) a) |
(* (pow b 2) (+ (* -1 (/ (* eps (- (* -1/2 eps) (/ 1 a))) b)) (* 1/2 (/ (pow eps 2) a)))) |
(*.f64 (*.f64 b b) (-.f64 (/.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) a) (*.f64 (+.f64 (*.f64 eps #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) (/.f64 eps b)))) |
(* (pow b 2) (+ (* -1 (/ (+ (* -1 (/ eps b)) (* eps (- (* -1/2 eps) (/ 1 a)))) b)) (* 1/2 (/ (pow eps 2) a)))) |
(*.f64 (*.f64 b b) (-.f64 (/.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) a) (/.f64 (-.f64 (*.f64 eps (+.f64 (*.f64 eps #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a))) (/.f64 eps b)) b))) |
(* (pow b 2) (+ (* -1 (/ (+ (* -1 (/ eps b)) (* eps (- (* -1/2 eps) (/ 1 a)))) b)) (* 1/2 (/ (pow eps 2) a)))) |
(*.f64 (*.f64 b b) (-.f64 (/.f64 (*.f64 eps (*.f64 eps #s(literal 1/2 binary64))) a) (/.f64 (-.f64 (*.f64 eps (+.f64 (*.f64 eps #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a))) (/.f64 eps b)) b))) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) |
(+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) |
(+ 1 (+ (* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) (/ b a))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))) |
(* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) |
(*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) |
(* eps (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(+.f64 (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 eps (/.f64 b (*.f64 a eps))))) |
(* eps (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(+.f64 (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 eps (/.f64 b (*.f64 a eps))))) |
(* eps (+ (* 1/2 (- (/ (pow (+ a b) 2) a) (+ a b))) (+ (/ 1 eps) (/ b (* a eps))))) |
(+.f64 (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 eps (/.f64 b (*.f64 a eps))))) |
(* 1/2 (* eps (- (/ (pow (+ a b) 2) a) (+ a b)))) |
(*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64))) |
(* -1 (* eps (+ (* -1 (/ (+ 1 (/ b a)) eps)) (* -1/2 (- (/ (pow (+ a b) 2) a) (+ a b)))))) |
(*.f64 (+.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 b a)) eps) (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) eps)) |
(* -1 (* eps (+ (* -1 (/ (+ 1 (/ b a)) eps)) (* -1/2 (- (/ (pow (+ a b) 2) a) (+ a b)))))) |
(*.f64 (+.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 b a)) eps) (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) eps)) |
(* -1 (* eps (+ (* -1 (/ (+ 1 (/ b a)) eps)) (* -1/2 (- (/ (pow (+ a b) 2) a) (+ a b)))))) |
(*.f64 (+.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 b a)) eps) (*.f64 (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) a)) (+.f64 a b)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) eps)) |
(/ (+ b (* 1/2 (* (pow b 2) eps))) a) |
(/.f64 (+.f64 b (*.f64 (*.f64 b b) (*.f64 eps #s(literal 1/2 binary64)))) a) |
(/ (+ b (+ (* 1/2 (* (pow b 2) eps)) (* a (+ 1 (* 1/2 (* eps (- (* 2 b) b))))))) a) |
(/.f64 (+.f64 (+.f64 a b) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 b (+.f64 a b)))) a) |
(/ (+ b (+ (* 1/2 (* (pow b 2) eps)) (* a (+ 1 (* 1/2 (* eps (- (* 2 b) b))))))) a) |
(/.f64 (+.f64 (+.f64 a b) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 b (+.f64 a b)))) a) |
(/ (+ b (+ (* 1/2 (* (pow b 2) eps)) (* a (+ 1 (* 1/2 (* eps (- (* 2 b) b))))))) a) |
(/.f64 (+.f64 (+.f64 a b) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 b (+.f64 a b)))) a) |
(+ 1 (* 1/2 (* eps (- (* 2 b) b)))) |
(+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal 1/2 binary64)))) |
(+ 1 (+ (* 1/2 (* eps (- (* 2 b) b))) (+ (* 1/2 (/ (* (pow b 2) eps) a)) (/ b a)))) |
(+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) eps))))) |
(+ 1 (+ (* 1/2 (* eps (- (* 2 b) b))) (+ (* 1/2 (/ (* (pow b 2) eps) a)) (/ b a)))) |
(+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) eps))))) |
(+ 1 (+ (* 1/2 (* eps (- (* 2 b) b))) (+ (* 1/2 (/ (* (pow b 2) eps) a)) (/ b a)))) |
(+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) eps))))) |
(+ 1 (* 1/2 (* eps (- (* 2 b) b)))) |
(+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal 1/2 binary64)))) |
(+ 1 (+ (* -1 (/ (+ (* -1 b) (* -1/2 (* (pow b 2) eps))) a)) (* 1/2 (* eps (- (* 2 b) b))))) |
(+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b (*.f64 eps #s(literal 1/2 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 eps #s(literal -1/2 binary64))) b) a))) |
(+ 1 (+ (* -1 (/ (+ (* -1 b) (* -1/2 (* (pow b 2) eps))) a)) (* 1/2 (* eps (- (* 2 b) b))))) |
(+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b (*.f64 eps #s(literal 1/2 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 eps #s(literal -1/2 binary64))) b) a))) |
(+ 1 (+ (* -1 (/ (+ (* -1 b) (* -1/2 (* (pow b 2) eps))) a)) (* 1/2 (* eps (- (* 2 b) b))))) |
(+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b (*.f64 eps #s(literal 1/2 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 eps #s(literal -1/2 binary64))) b) a))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* b (+ (* 1/2 eps) (/ 1 a)))) |
(+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps #s(literal 1/2 binary64))))) |
(+ 1 (* b (+ (* 1/2 eps) (+ (* 1/2 (/ (* b eps) a)) (/ 1 a))))) |
(+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) eps))))) |
(+ 1 (* b (+ (* 1/2 eps) (+ (* 1/2 (/ (* b eps) a)) (/ 1 a))))) |
(+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) eps))))) |
(* 1/2 (/ (* (pow b 2) eps) a)) |
(*.f64 b (/.f64 (*.f64 b (*.f64 eps #s(literal 1/2 binary64))) a)) |
(* (pow b 2) (+ (* 1/2 (/ eps a)) (+ (* 1/2 (/ eps b)) (/ 1 (* a b))))) |
(*.f64 b (*.f64 b (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) b) (*.f64 eps (+.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) b)))))) |
(* (pow b 2) (+ (* 1/2 (/ eps a)) (+ (* 1/2 (/ eps b)) (+ (/ 1 (* a b)) (/ 1 (pow b 2)))))) |
(+.f64 (*.f64 b (*.f64 b (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) b) (*.f64 eps (+.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) b)))))) #s(literal 1 binary64)) |
(* (pow b 2) (+ (* 1/2 (/ eps a)) (+ (* 1/2 (/ eps b)) (+ (/ 1 (* a b)) (/ 1 (pow b 2)))))) |
(+.f64 (*.f64 b (*.f64 b (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) b) (*.f64 eps (+.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) b)))))) #s(literal 1 binary64)) |
(* 1/2 (/ (* (pow b 2) eps) a)) |
(*.f64 b (/.f64 (*.f64 b (*.f64 eps #s(literal 1/2 binary64))) a)) |
(* (pow b 2) (+ (* -1 (/ (- (* -1/2 eps) (/ 1 a)) b)) (* 1/2 (/ eps a)))) |
(*.f64 (*.f64 b b) (-.f64 (/.f64 (*.f64 eps #s(literal 1/2 binary64)) a) (/.f64 (+.f64 (*.f64 eps #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) b))) |
(* (pow b 2) (+ (* -1 (/ (- (* -1/2 eps) (+ (/ 1 a) (/ 1 b))) b)) (* 1/2 (/ eps a)))) |
(*.f64 (*.f64 b b) (-.f64 (/.f64 (*.f64 eps #s(literal 1/2 binary64)) a) (/.f64 (+.f64 (+.f64 (*.f64 eps #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) (/.f64 #s(literal -1 binary64) b)) b))) |
(* (pow b 2) (+ (* -1 (/ (- (* -1/2 eps) (+ (/ 1 a) (/ 1 b))) b)) (* 1/2 (/ eps a)))) |
(*.f64 (*.f64 b b) (-.f64 (/.f64 (*.f64 eps #s(literal 1/2 binary64)) a) (/.f64 (+.f64 (+.f64 (*.f64 eps #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) (/.f64 #s(literal -1 binary64) b)) b))) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ (+ 1 (/ a b)) a) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) |
(/ (+ 1 (/ a b)) a) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) |
(/ (+ 1 (/ a b)) a) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ (+ 1 (/ b a)) b) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b) |
(/ (+ 1 (/ b a)) b) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b) |
(/ (+ 1 (/ b a)) b) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ b a) |
(/.f64 b a) |
(/ (+ a b) a) |
(/.f64 (+.f64 a b) a) |
(/ (+ a b) a) |
(/.f64 (+.f64 a b) a) |
(/ (+ a b) a) |
(/.f64 (+.f64 a b) a) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(/ b a) |
(/.f64 b a) |
(* b (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(* b (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(* b (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(/ b a) |
(/.f64 b a) |
(* b (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(* b (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(* b (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
b |
(+ a b) |
(+.f64 a b) |
(+ a b) |
(+.f64 a b) |
(+ a b) |
(+.f64 a b) |
a |
(* a (+ 1 (/ b a))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(* a (+ 1 (/ b a))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(* a (+ 1 (/ b a))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
a |
(* -1 (* a (- (* -1 (/ b a)) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(* -1 (* a (- (* -1 (/ b a)) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(* -1 (* a (- (* -1 (/ b a)) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
a |
(+ a b) |
(+.f64 a b) |
(+ a b) |
(+.f64 a b) |
(+ a b) |
(+.f64 a b) |
b |
(* b (+ 1 (/ a b))) |
(+.f64 b (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1 binary64)))) |
(* b (+ 1 (/ a b))) |
(+.f64 b (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1 binary64)))) |
(* b (+ 1 (/ a b))) |
(+.f64 b (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1 binary64)))) |
b |
(* -1 (* b (- (* -1 (/ a b)) 1))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 a b)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* -1 (/ a b)) 1))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 a b)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* -1 (/ a b)) 1))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 a b)) (-.f64 #s(literal 0 binary64) b)) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (+ (* 2 (* a b)) (pow b 2)) a) |
(/.f64 (*.f64 b (+.f64 b (*.f64 a #s(literal 2 binary64)))) a) |
(/ (+ (* a (+ a (* 2 b))) (pow b 2)) a) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 a (+.f64 a (*.f64 b #s(literal 2 binary64))))) a) |
(/ (+ (* a (+ a (* 2 b))) (pow b 2)) a) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 a (+.f64 a (*.f64 b #s(literal 2 binary64))))) a) |
a |
(* a (+ 1 (* 2 (/ b a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 2 binary64)) a))) |
(* a (+ 1 (+ (* 2 (/ b a)) (/ (pow b 2) (pow a 2))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b a) (+.f64 #s(literal 2 binary64) (/.f64 b a))))) |
(* a (+ 1 (+ (* 2 (/ b a)) (/ (pow b 2) (pow a 2))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b a) (+.f64 #s(literal 2 binary64) (/.f64 b a))))) |
a |
(* -1 (* a (- (* -2 (/ b a)) 1))) |
(*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (*.f64 (/.f64 b a) #s(literal -2 binary64))))) |
(* -1 (* a (- (* -1 (/ (+ (* 2 b) (/ (pow b 2) a)) a)) 1))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 b a))) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* -1 (/ (+ (* 2 b) (/ (pow b 2) a)) a)) 1))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 b a))) a)) (-.f64 #s(literal 0 binary64) a)) |
a |
(+ a (* 2 b)) |
(+.f64 a (*.f64 b #s(literal 2 binary64))) |
(+ a (* b (+ 2 (/ b a)))) |
(+.f64 a (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 b a)))) |
(+ a (* b (+ 2 (/ b a)))) |
(+.f64 a (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 b a)))) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(* (pow b 2) (+ (/ 1 a) (* 2 (/ 1 b)))) |
(*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 b a))) |
(* (pow b 2) (+ (/ 1 a) (+ (* 2 (/ 1 b)) (/ a (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal 2 binary64) b) (/.f64 a (*.f64 b b))))) |
(* (pow b 2) (+ (/ 1 a) (+ (* 2 (/ 1 b)) (/ a (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal 2 binary64) b) (/.f64 a (*.f64 b b))))) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(* (pow b 2) (+ (/ 1 a) (* 2 (/ 1 b)))) |
(*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 b a))) |
(* (pow b 2) (+ (* -1 (/ (- (* -1 (/ a b)) 2) b)) (/ 1 a))) |
(*.f64 (*.f64 b b) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 #s(literal -2 binary64) (/.f64 a b)) b))) |
(* (pow b 2) (+ (* -1 (/ (- (* -1 (/ a b)) 2) b)) (/ 1 a))) |
(*.f64 (*.f64 b b) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 #s(literal -2 binary64) (/.f64 a b)) b))) |
Compiled 30923 to 3233 computations (89.5% saved)
5 alts after pruning (3 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 817 | 3 | 820 |
| Fresh | 0 | 0 | 0 |
| Picked | 2 | 2 | 4 |
| Done | 0 | 0 | 0 |
| Total | 819 | 5 | 824 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 49.7% | (/.f64 (/.f64 b a) b) |
| ▶ | 99.8% | (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b) |
| ▶ | 99.8% | (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) |
| ✓ | 50.8% | (/.f64 #s(literal 1 binary64) b) |
| ✓ | 49.9% | (/.f64 #s(literal 1 binary64) a) |
Compiled 40 to 29 computations (27.5% saved)
| 1× | egg-herbie |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 b a) |
| ✓ | cost-diff | 128 | (/.f64 (/.f64 b a) b) |
| ✓ | cost-diff | 0 | (/.f64 b a) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (/.f64 b a)) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b) |
| ✓ | cost-diff | 0 | (/.f64 a b) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (/.f64 a b)) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) |
| 14× | /-lowering-/.f32 |
| 14× | /-lowering-/.f64 |
| 8× | +-lowering-+.f64 |
| 8× | +-lowering-+.f32 |
| 4× | *-lowering-*.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 10 | 46 |
| 1 | 16 | 46 |
| 2 | 19 | 44 |
| 3 | 20 | 43 |
| 4 | 22 | 43 |
| 0 | 22 | 43 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ (+ 1 (/ a b)) a) |
(+ 1 (/ a b)) |
1 |
(/ a b) |
a |
b |
(/ (+ 1 (/ b a)) b) |
(+ 1 (/ b a)) |
1 |
(/ b a) |
b |
a |
(/ (/ b a) b) |
(/ b a) |
b |
a |
| Outputs |
|---|
(/ (+ 1 (/ a b)) a) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) |
(+ 1 (/ a b)) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
1 |
#s(literal 1 binary64) |
(/ a b) |
(/.f64 a b) |
a |
b |
(/ (+ 1 (/ b a)) b) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
1 |
#s(literal 1 binary64) |
(/ b a) |
(/.f64 b a) |
b |
a |
(/ (/ b a) b) |
(/.f64 #s(literal 1 binary64) a) |
(/ b a) |
(/.f64 b a) |
b |
a |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.f64 b a) |
| ✓ | accuracy | 99.5% | (/.f64 (/.f64 b a) b) |
| ✓ | accuracy | 100.0% | (/.f64 b a) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal 1 binary64) (/.f64 b a)) |
| ✓ | accuracy | 99.8% | (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b) |
| ✓ | accuracy | 100.0% | (/.f64 a b) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal 1 binary64) (/.f64 a b)) |
| ✓ | accuracy | 99.8% | (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) |
| 44.0ms | 256× | 0 | valid |
Compiled 50 to 12 computations (76% saved)
ival-div: 9.0ms (69.1% of total)ival-add: 3.0ms (23% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (+ 1 (/ a b)) a)> |
#<alt (+ 1 (/ a b))> |
#<alt (/ a b)> |
#<alt (/ (+ 1 (/ b a)) b)> |
#<alt (+ 1 (/ b a))> |
#<alt (/ b a)> |
#<alt (/ (/ b a) b)> |
| Outputs |
|---|
#<alt (/ 1 a)> |
#<alt (/ (+ 1 (/ a b)) a)> |
#<alt (/ (+ 1 (/ a b)) a)> |
#<alt (/ (+ 1 (/ a b)) a)> |
#<alt (/ 1 b)> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (/ 1 b)> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (/ 1 b)> |
#<alt (/ (+ 1 (/ b a)) b)> |
#<alt (/ (+ 1 (/ b a)) b)> |
#<alt (/ (+ 1 (/ b a)) b)> |
#<alt (/ 1 a)> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (/ 1 a)> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt 1> |
#<alt (+ 1 (/ a b))> |
#<alt (+ 1 (/ a b))> |
#<alt (+ 1 (/ a b))> |
#<alt (/ a b)> |
#<alt (* a (+ (/ 1 a) (/ 1 b)))> |
#<alt (* a (+ (/ 1 a) (/ 1 b)))> |
#<alt (* a (+ (/ 1 a) (/ 1 b)))> |
#<alt (/ a b)> |
#<alt (* a (+ (/ 1 a) (/ 1 b)))> |
#<alt (* a (+ (/ 1 a) (/ 1 b)))> |
#<alt (* a (+ (/ 1 a) (/ 1 b)))> |
#<alt (/ a b)> |
#<alt (/ (+ a b) b)> |
#<alt (/ (+ a b) b)> |
#<alt (/ (+ a b) b)> |
#<alt 1> |
#<alt (+ 1 (/ a b))> |
#<alt (+ 1 (/ a b))> |
#<alt (+ 1 (/ a b))> |
#<alt 1> |
#<alt (+ 1 (/ a b))> |
#<alt (+ 1 (/ a b))> |
#<alt (+ 1 (/ a b))> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ 1 b)> |
#<alt (/ (+ 1 (/ b a)) b)> |
#<alt (/ (+ 1 (/ b a)) b)> |
#<alt (/ (+ 1 (/ b a)) b)> |
#<alt (/ 1 a)> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (/ 1 a)> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (/ 1 a)> |
#<alt (/ (+ 1 (/ a b)) a)> |
#<alt (/ (+ 1 (/ a b)) a)> |
#<alt (/ (+ 1 (/ a b)) a)> |
#<alt (/ 1 b)> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (/ 1 b)> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt (+ (/ 1 a) (/ 1 b))> |
#<alt 1> |
#<alt (+ 1 (/ b a))> |
#<alt (+ 1 (/ b a))> |
#<alt (+ 1 (/ b a))> |
#<alt (/ b a)> |
#<alt (* b (+ (/ 1 a) (/ 1 b)))> |
#<alt (* b (+ (/ 1 a) (/ 1 b)))> |
#<alt (* b (+ (/ 1 a) (/ 1 b)))> |
#<alt (/ b a)> |
#<alt (* b (+ (/ 1 a) (/ 1 b)))> |
#<alt (* b (+ (/ 1 a) (/ 1 b)))> |
#<alt (* b (+ (/ 1 a) (/ 1 b)))> |
#<alt (/ b a)> |
#<alt (/ (+ a b) a)> |
#<alt (/ (+ a b) a)> |
#<alt (/ (+ a b) a)> |
#<alt 1> |
#<alt (+ 1 (/ b a))> |
#<alt (+ 1 (/ b a))> |
#<alt (+ 1 (/ b a))> |
#<alt 1> |
#<alt (+ 1 (/ b a))> |
#<alt (+ 1 (/ b a))> |
#<alt (+ 1 (/ b a))> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ b a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
42 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 0.0ms | a | @ | -inf | (/ (+ 1 (/ a b)) a) |
| 0.0ms | a | @ | 0 | (/ (+ 1 (/ a b)) a) |
| 0.0ms | a | @ | inf | (/ (+ 1 (/ a b)) a) |
| 0.0ms | b | @ | -inf | (/ (+ 1 (/ b a)) b) |
| 0.0ms | b | @ | -inf | (/ (+ 1 (/ a b)) a) |
| 1× | batch-egg-rewrite |
| 3206× | *-lowering-*.f32 |
| 3206× | *-lowering-*.f64 |
| 3064× | /-lowering-/.f32 |
| 3064× | /-lowering-/.f64 |
| 1150× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 10 | 35 |
| 1 | 64 | 35 |
| 2 | 582 | 30 |
| 0 | 8216 | 30 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ 1 (/ a b)) a) |
(+ 1 (/ a b)) |
(/ a b) |
(/ (+ 1 (/ b a)) b) |
(+ 1 (/ b a)) |
(/ b a) |
(/ (/ b a) b) |
| Outputs |
|---|
(+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a b) (/.f64 #s(literal 1 binary64) a))) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a b))) |
(+.f64 (*.f64 (/.f64 a b) (/.f64 #s(literal 1 binary64) a)) (/.f64 #s(literal 1 binary64) a)) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a b)) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 a b)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 a b)) a)) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) a) (/.f64 (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b))) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 a b)) a)) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 a b)))) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 a b))))) |
(neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 a b)) a)) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 a b)) a))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 a b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 a b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a b)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) a))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) |
(/.f64 (-.f64 #s(literal -1 binary64) (/.f64 a b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 a b)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 a b)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 #s(literal -1 binary64) (/.f64 a b)))) |
(/.f64 #s(literal -1 binary64) (/.f64 a (-.f64 #s(literal -1 binary64) (/.f64 a b)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) (neg.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) (*.f64 a (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (neg.f64 (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 a b))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (*.f64 a (+.f64 #s(literal -1 binary64) (/.f64 a b)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 1 binary64) (/.f64 a b)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 b (/.f64 (*.f64 a a) b)))))) (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))) (-.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 b (/.f64 (*.f64 a a) b))))) (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 b (/.f64 (*.f64 a a) b))))) (*.f64 (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 a b))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (+.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))))))) |
(/.f64 (+.f64 (/.f64 a (/.f64 (*.f64 b b) a)) #s(literal -1 binary64)) (*.f64 a (+.f64 (/.f64 a b) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 b (/.f64 (*.f64 a a) b)))) (*.f64 (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 a b))) (+.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) a) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) a) (-.f64 #s(literal 1 binary64) (/.f64 a b))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) a)) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) a)) (+.f64 #s(literal -1 binary64) (/.f64 a b))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) a)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b))) |
(/.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 a b)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))))) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 b b) a)))) (+.f64 #s(literal -1 binary64) (/.f64 a b))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 a (/.f64 (*.f64 b b) a)) #s(literal -1 binary64))) (+.f64 (/.f64 a b) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) (/.f64 #s(literal 1 binary64) a)) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 #s(literal 1 binary64) a)) (+.f64 #s(literal -1 binary64) (/.f64 a b))) |
(/.f64 (*.f64 (+.f64 (/.f64 a (/.f64 (*.f64 b b) a)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) (+.f64 (/.f64 a b) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) (/.f64 #s(literal -1 binary64) a)) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 #s(literal -1 binary64) a)) (+.f64 #s(literal -1 binary64) (/.f64 a b))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) (/.f64 #s(literal -1 binary64) a)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 a (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))))) (-.f64 #s(literal 1 binary64) (/.f64 a b))) |
(/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 a b)) #s(literal -1 binary64)) a) |
(pow.f64 (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 a b))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 a b)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))) a)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 #s(literal 1 binary64) (/.f64 a b))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) a)) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 a b))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 1 binary64) (/.f64 a b)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 a b)) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal -1 binary64) (/.f64 a b))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) a) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) a) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b)))) |
(*.f64 (pow.f64 (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b)))) |
(*.f64 (pow.f64 (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 a b))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 a b))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (/.f64 a b))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) a) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (*.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (+.f64 (/.f64 a b) #s(literal -1 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)) (-.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) a) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (*.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (+.f64 (/.f64 a b) #s(literal -1 binary64)))))) (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) a) (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a)))) (+.f64 #s(literal 1 binary64) (/.f64 a b))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) a) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 a b) (+.f64 #s(literal 1 binary64) (/.f64 a b))))) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(+.f64 (/.f64 a b) #s(literal 1 binary64)) |
(+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) (neg.f64 (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b))))) |
(-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (/.f64 a b))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b)))) |
(-.f64 (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (+.f64 (/.f64 a b) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 a b) #s(literal -1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 a b) #s(literal 1 binary64)) |
(fma.f64 a (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) |
(fma.f64 (/.f64 a b) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) b) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) a #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) b) (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) |
(neg.f64 (-.f64 #s(literal -1 binary64) (/.f64 a b))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 a b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 a b))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (+.f64 (/.f64 a (/.f64 (*.f64 b b) a)) #s(literal -1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (-.f64 #s(literal 1 binary64) (/.f64 a b))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (neg.f64 (+.f64 #s(literal -1 binary64) (/.f64 a b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 a b))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (+.f64 #s(literal -1 binary64) (/.f64 a b))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 b (/.f64 (*.f64 a a) b)))))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))) (-.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 b (/.f64 (*.f64 a a) b))))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 b (/.f64 (*.f64 a a) b))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a b)) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (+.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))))))) |
(/.f64 (+.f64 (/.f64 a (/.f64 (*.f64 b b) a)) #s(literal -1 binary64)) (+.f64 (/.f64 a b) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 b (/.f64 (*.f64 a a) b)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a b)) (+.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a b)) (/.f64 a (/.f64 (*.f64 b b) a)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a b)) (-.f64 #s(literal 1 binary64) (/.f64 a b)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 b b) a)))) (-.f64 #s(literal 1 binary64) (/.f64 a b))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 b b) a)))) (neg.f64 (+.f64 #s(literal -1 binary64) (/.f64 a b)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 a (/.f64 (*.f64 b b) a)) #s(literal -1 binary64))) (neg.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b)))) (+.f64 (*.f64 (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b))) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b)))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b)))) (*.f64 (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b))) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b))))) (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 b (/.f64 (*.f64 a a) b)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))) (-.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 b (/.f64 (*.f64 a a) b))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))))) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 b (/.f64 (*.f64 a a) b))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (+.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (/.f64 b (/.f64 (*.f64 a a) b)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b)))) (+.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) #s(literal 1 binary64)) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) #s(literal 1 binary64)) (+.f64 #s(literal -1 binary64) (/.f64 a b))) |
(/.f64 (*.f64 (+.f64 (/.f64 a (/.f64 (*.f64 b b) a)) #s(literal -1 binary64)) #s(literal 1 binary64)) (+.f64 (/.f64 a b) #s(literal -1 binary64))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 a b))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 a b))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) (/.f64 a b))) |
(*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (/.f64 a b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) |
(*.f64 (+.f64 (/.f64 a (/.f64 (*.f64 b b) a)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 a b) #s(literal -1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a)))) (+.f64 #s(literal 1 binary64) (/.f64 a b))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (*.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (+.f64 (/.f64 a b) #s(literal -1 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)) (-.f64 (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (*.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (+.f64 (/.f64 a b) #s(literal -1 binary64)))))) (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 b a)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 a b) (+.f64 #s(literal 1 binary64) (/.f64 a b))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b a)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b a)) |
(/.f64 a b) |
(/.f64 (/.f64 a b) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a b)) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(pow.f64 (/.f64 a b) #s(literal 1 binary64)) |
(pow.f64 (/.f64 b a) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 a b)) |
(*.f64 a (/.f64 #s(literal 1 binary64) b)) |
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64))) |
(*.f64 (/.f64 a b) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal -1 binary64) b) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 #s(literal -1 binary64) b) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) a) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) a) |
(*.f64 (pow.f64 (/.f64 b a) #s(literal -1/2 binary64)) (pow.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64)) a) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 b a)) b)) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a))) b) (/.f64 (/.f64 (/.f64 b (/.f64 (*.f64 a a) b)) (-.f64 #s(literal 1 binary64) (/.f64 b a))) b)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 b a)) b)) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 #s(literal 1 binary64) (/.f64 b a)))) (/.f64 (/.f64 b (/.f64 (*.f64 a a) b)) (*.f64 b (-.f64 #s(literal 1 binary64) (/.f64 b a))))) |
(neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 b a)) b)) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 b a)) b))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 b a)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) b))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b) |
(/.f64 (-.f64 #s(literal -1 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (*.f64 b (-.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 #s(literal -1 binary64) (/.f64 b a)))) |
(/.f64 #s(literal -1 binary64) (/.f64 b (-.f64 #s(literal -1 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))))) (neg.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))))) (*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))))) (*.f64 b (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (neg.f64 (*.f64 b (-.f64 #s(literal 1 binary64) (/.f64 b a))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (*.f64 b (+.f64 #s(literal -1 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))))) (*.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (-.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) (*.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) (*.f64 (*.f64 b (-.f64 #s(literal 1 binary64) (/.f64 b a))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (/.f64 (*.f64 a a) b)) (+.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))))))) |
(/.f64 (+.f64 (/.f64 b (/.f64 (*.f64 a a) b)) #s(literal -1 binary64)) (*.f64 b (+.f64 (/.f64 b a) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 a b))) (*.f64 (*.f64 b (-.f64 #s(literal 1 binary64) (/.f64 b a))) (+.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) b) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) b) (-.f64 #s(literal 1 binary64) (/.f64 b a))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) b)) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) b)) (+.f64 #s(literal -1 binary64) (/.f64 b a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (/.f64 b a))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) b)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) b)) (-.f64 #s(literal 1 binary64) (/.f64 b a))) |
(/.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 b a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))))) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 #s(literal -1 binary64) (/.f64 b (/.f64 (*.f64 a a) b)))) (+.f64 #s(literal -1 binary64) (/.f64 b a))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 b (/.f64 (*.f64 a a) b)) #s(literal -1 binary64))) (+.f64 (/.f64 b a) #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))))) (/.f64 #s(literal 1 binary64) b)) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (/.f64 #s(literal 1 binary64) b)) (+.f64 #s(literal -1 binary64) (/.f64 b a))) |
(/.f64 (*.f64 (+.f64 (/.f64 b (/.f64 (*.f64 a a) b)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 b a) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) (/.f64 #s(literal -1 binary64) b)) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (/.f64 #s(literal -1 binary64) b)) (+.f64 #s(literal -1 binary64) (/.f64 b a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))))) (/.f64 #s(literal -1 binary64) b)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (/.f64 #s(literal -1 binary64) b)) (-.f64 #s(literal 1 binary64) (/.f64 b a))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))))) (-.f64 #s(literal 1 binary64) (/.f64 b a))) |
(/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 b a)) #s(literal -1 binary64)) b) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 b a)) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))) b)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) (/.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a))) b)) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 #s(literal 1 binary64) (/.f64 b a))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a))) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (/.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 b a)) b)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (-.f64 #s(literal -1 binary64) (/.f64 b a))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) b) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) b) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(*.f64 (pow.f64 (/.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))) |
(*.f64 (pow.f64 (/.f64 b (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (/.f64 b a))) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) b) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)) (*.f64 (/.f64 b a) (*.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)) (-.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) b) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b a) (*.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))))) (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) b) (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b)))) (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) b) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b a) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(+.f64 (/.f64 b a) #s(literal 1 binary64)) |
(+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a))) (neg.f64 (/.f64 (/.f64 b (/.f64 (*.f64 a a) b)) (-.f64 #s(literal 1 binary64) (/.f64 b a))))) |
(-.f64 #s(literal 1 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (/.f64 b a))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a))) (/.f64 (/.f64 b (/.f64 (*.f64 a a) b)) (-.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(-.f64 (/.f64 (/.f64 b (/.f64 (*.f64 a a) b)) (+.f64 (/.f64 b a) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 b a) #s(literal -1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 b a) #s(literal 1 binary64)) |
(fma.f64 b (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) |
(fma.f64 (/.f64 b a) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) b #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) |
(neg.f64 (-.f64 #s(literal -1 binary64) (/.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 b a))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (+.f64 (/.f64 b (/.f64 (*.f64 a a) b)) #s(literal -1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (-.f64 #s(literal 1 binary64) (/.f64 b a))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (neg.f64 (+.f64 #s(literal -1 binary64) (/.f64 b a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))))) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (+.f64 #s(literal -1 binary64) (/.f64 b a))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (-.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (/.f64 (*.f64 a a) b)) (+.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))))))) |
(/.f64 (+.f64 (/.f64 b (/.f64 (*.f64 a a) b)) #s(literal -1 binary64)) (+.f64 (/.f64 b a) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 a b))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 b a)) (/.f64 b (/.f64 (*.f64 a a) b)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 b a)) (-.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (/.f64 b (/.f64 (*.f64 a a) b)))) (-.f64 #s(literal 1 binary64) (/.f64 b a))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (/.f64 b (/.f64 (*.f64 a a) b)))) (neg.f64 (+.f64 #s(literal -1 binary64) (/.f64 b a)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 b (/.f64 (*.f64 a a) b)) #s(literal -1 binary64))) (neg.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 b (/.f64 (*.f64 a a) b)) (-.f64 #s(literal 1 binary64) (/.f64 b a))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a)))) (+.f64 (*.f64 (/.f64 (/.f64 b (/.f64 (*.f64 a a) b)) (-.f64 #s(literal 1 binary64) (/.f64 b a))) (/.f64 (/.f64 b (/.f64 (*.f64 a a) b)) (-.f64 #s(literal 1 binary64) (/.f64 b a)))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a))) (/.f64 (/.f64 b (/.f64 (*.f64 a a) b)) (-.f64 #s(literal 1 binary64) (/.f64 b a))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a)))) (*.f64 (/.f64 (/.f64 b (/.f64 (*.f64 a a) b)) (-.f64 #s(literal 1 binary64) (/.f64 b a))) (/.f64 (/.f64 b (/.f64 (*.f64 a a) b)) (-.f64 #s(literal 1 binary64) (/.f64 b a))))) (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a))) (/.f64 (/.f64 b (/.f64 (*.f64 a a) b)) (-.f64 #s(literal 1 binary64) (/.f64 b a))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (-.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 (/.f64 a b) (/.f64 b (/.f64 (*.f64 a a) b))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (/.f64 (*.f64 a a) b)) (+.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 a b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a)))) (+.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))))) #s(literal 1 binary64)) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) #s(literal 1 binary64)) (+.f64 #s(literal -1 binary64) (/.f64 b a))) |
(/.f64 (*.f64 (+.f64 (/.f64 b (/.f64 (*.f64 a a) b)) #s(literal -1 binary64)) #s(literal 1 binary64)) (+.f64 (/.f64 b a) #s(literal -1 binary64))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 b a))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a))) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) (/.f64 b a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (/.f64 b a)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 b a))) (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))))) |
(*.f64 (+.f64 (/.f64 b (/.f64 (*.f64 a a) b)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 b a) #s(literal -1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b)))) (+.f64 #s(literal 1 binary64) (/.f64 b a))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)) (*.f64 (/.f64 b a) (*.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b))))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)) (-.f64 (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b a) (*.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))))) (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 a b)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a a) b))) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 (*.f64 b b) a))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b a) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a b)) |
(/.f64 b a) |
(/.f64 (/.f64 b a) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -1 binary64) b)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a b) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b a) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 b a)) |
(*.f64 b (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 b a) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a b) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a b) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 a) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal -1 binary64) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a b))) (/.f64 #s(literal -1 binary64) a)) |
(neg.f64 (/.f64 #s(literal -1 binary64) a)) |
(neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 a b)))) |
(/.f64 #s(literal 1 binary64) a) |
(/.f64 b (*.f64 a b)) |
(/.f64 b (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 b (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)))) |
(/.f64 (/.f64 b a) b) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 a b))) |
(/.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a b)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 a b) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (/.f64 #s(literal -1 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) (/.f64 a b)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) b)) a) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) b)) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) b)) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -1 binary64) b)) a) |
(pow.f64 a #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 b (/.f64 #s(literal 1 binary64) (*.f64 a b))) |
(*.f64 b (*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -1 binary64) b))) |
(*.f64 (/.f64 b a) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 #s(literal -1 binary64) a) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) b))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) b) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) (/.f64 b a)) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) a) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) b)) (/.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (pow.f64 a #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
| 1× | egg-herbie |
| 5300× | *-lowering-*.f32 |
| 5300× | *-lowering-*.f64 |
| 3056× | +-lowering-+.f64 |
| 3056× | +-lowering-+.f32 |
| 2572× | /-lowering-/.f32 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 17 | 672 |
| 1 | 41 | 672 |
| 2 | 68 | 672 |
| 3 | 76 | 672 |
| 4 | 141 | 600 |
| 5 | 223 | 600 |
| 6 | 468 | 600 |
| 7 | 1978 | 600 |
| 8 | 2766 | 600 |
| 9 | 3168 | 600 |
| 10 | 3609 | 600 |
| 11 | 3958 | 600 |
| 12 | 4324 | 600 |
| 0 | 8836 | 600 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1 a) |
(/ (+ 1 (/ a b)) a) |
(/ (+ 1 (/ a b)) a) |
(/ (+ 1 (/ a b)) a) |
(/ 1 b) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(/ 1 b) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(/ 1 b) |
(/ (+ 1 (/ b a)) b) |
(/ (+ 1 (/ b a)) b) |
(/ (+ 1 (/ b a)) b) |
(/ 1 a) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(/ 1 a) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
1 |
(+ 1 (/ a b)) |
(+ 1 (/ a b)) |
(+ 1 (/ a b)) |
(/ a b) |
(* a (+ (/ 1 a) (/ 1 b))) |
(* a (+ (/ 1 a) (/ 1 b))) |
(* a (+ (/ 1 a) (/ 1 b))) |
(/ a b) |
(* a (+ (/ 1 a) (/ 1 b))) |
(* a (+ (/ 1 a) (/ 1 b))) |
(* a (+ (/ 1 a) (/ 1 b))) |
(/ a b) |
(/ (+ a b) b) |
(/ (+ a b) b) |
(/ (+ a b) b) |
1 |
(+ 1 (/ a b)) |
(+ 1 (/ a b)) |
(+ 1 (/ a b)) |
1 |
(+ 1 (/ a b)) |
(+ 1 (/ a b)) |
(+ 1 (/ a b)) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ 1 b) |
(/ (+ 1 (/ b a)) b) |
(/ (+ 1 (/ b a)) b) |
(/ (+ 1 (/ b a)) b) |
(/ 1 a) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(/ 1 a) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(/ 1 a) |
(/ (+ 1 (/ a b)) a) |
(/ (+ 1 (/ a b)) a) |
(/ (+ 1 (/ a b)) a) |
(/ 1 b) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(/ 1 b) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
(+ (/ 1 a) (/ 1 b)) |
1 |
(+ 1 (/ b a)) |
(+ 1 (/ b a)) |
(+ 1 (/ b a)) |
(/ b a) |
(* b (+ (/ 1 a) (/ 1 b))) |
(* b (+ (/ 1 a) (/ 1 b))) |
(* b (+ (/ 1 a) (/ 1 b))) |
(/ b a) |
(* b (+ (/ 1 a) (/ 1 b))) |
(* b (+ (/ 1 a) (/ 1 b))) |
(* b (+ (/ 1 a) (/ 1 b))) |
(/ b a) |
(/ (+ a b) a) |
(/ (+ a b) a) |
(/ (+ a b) a) |
1 |
(+ 1 (/ b a)) |
(+ 1 (/ b a)) |
(+ 1 (/ b a)) |
1 |
(+ 1 (/ b a)) |
(+ 1 (/ b a)) |
(+ 1 (/ b a)) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
| Outputs |
|---|
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ (+ 1 (/ a b)) a) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ (+ 1 (/ a b)) a) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ (+ 1 (/ a b)) a) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ (+ 1 (/ b a)) b) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ (+ 1 (/ b a)) b) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ (+ 1 (/ b a)) b) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ a b)) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(+ 1 (/ a b)) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(+ 1 (/ a b)) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(/ a b) |
(/.f64 a b) |
(* a (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(* a (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(* a (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(/ a b) |
(/.f64 a b) |
(* a (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(* a (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(* a (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(/ a b) |
(/.f64 a b) |
(/ (+ a b) b) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(/ (+ a b) b) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(/ (+ a b) b) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ a b)) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(+ 1 (/ a b)) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(+ 1 (/ a b)) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ a b)) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(+ 1 (/ a b)) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(+ 1 (/ a b)) |
(+.f64 #s(literal 1 binary64) (/.f64 a b)) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ (+ 1 (/ b a)) b) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ (+ 1 (/ b a)) b) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ (+ 1 (/ b a)) b) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ (+ 1 (/ a b)) a) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ (+ 1 (/ a b)) a) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ (+ 1 (/ a b)) a) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(+ (/ 1 a) (/ 1 b)) |
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(/ b a) |
(/.f64 b a) |
(* b (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(* b (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(* b (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(/ b a) |
(/.f64 b a) |
(* b (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(* b (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(* b (+ (/ 1 a) (/ 1 b))) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(/ b a) |
(/.f64 b a) |
(/ (+ a b) a) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(/ (+ a b) a) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(/ (+ a b) a) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(+ 1 (/ b a)) |
(+.f64 #s(literal 1 binary64) (/.f64 b a)) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
Compiled 9319 to 1042 computations (88.8% saved)
6 alts after pruning (1 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 620 | 1 | 621 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 3 | 3 |
| Done | 0 | 2 | 2 |
| Total | 620 | 6 | 626 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 49.7% | (/.f64 (/.f64 b a) b) |
| ▶ | 50.6% | (/.f64 (/.f64 a b) a) |
| ✓ | 99.8% | (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b) |
| ✓ | 99.8% | (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) |
| ✓ | 50.8% | (/.f64 #s(literal 1 binary64) b) |
| ✓ | 49.9% | (/.f64 #s(literal 1 binary64) a) |
Compiled 48 to 34 computations (29.2% saved)
| 1× | egg-herbie |
Found 2 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 a b) |
| ✓ | cost-diff | 128 | (/.f64 (/.f64 a b) a) |
| 8× | /-lowering-/.f32 |
| 8× | /-lowering-/.f64 |
| 4× | *-lowering-*.f32 |
| 4× | *-lowering-*.f64 |
| 2× | *-inverses |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 4 | 10 |
| 1 | 6 | 10 |
| 2 | 9 | 8 |
| 3 | 10 | 7 |
| 4 | 14 | 7 |
| 0 | 14 | 7 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ (/ a b) a) |
(/ a b) |
a |
b |
| Outputs |
|---|
(/ (/ a b) a) |
(/.f64 #s(literal 1 binary64) b) |
(/ a b) |
(/.f64 a b) |
a |
b |
Found 2 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.f64 a b) |
| ✓ | accuracy | 99.6% | (/.f64 (/.f64 a b) a) |
| 36.0ms | 256× | 0 | valid |
Compiled 14 to 6 computations (57.1% saved)
ival-div: 4.0ms (84.8% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (/ a b) a)> |
#<alt (/ a b)> |
| Outputs |
|---|
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
12 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 0.0ms | a | @ | 0 | (/ (/ a b) a) |
| 0.0ms | a | @ | inf | (/ (/ a b) a) |
| 0.0ms | a | @ | -inf | (/ (/ a b) a) |
| 0.0ms | b | @ | -inf | (/ (/ a b) a) |
| 0.0ms | b | @ | inf | (/ (/ a b) a) |
| 1× | batch-egg-rewrite |
| 1518× | *-lowering-*.f32 |
| 1518× | *-lowering-*.f64 |
| 1264× | /-lowering-/.f32 |
| 1264× | /-lowering-/.f64 |
| 238× | associate-*r/ |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 4 | 8 |
| 1 | 20 | 8 |
| 2 | 130 | 5 |
| 3 | 741 | 5 |
| 0 | 3214 | 5 |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ a b) a) |
(/ a b) |
| Outputs |
|---|
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) b)) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a b)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 b))) |
(exp.f64 (+.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 b a))) (*.f64 #s(literal -1 binary64) (log.f64 a)))) |
(exp.f64 (+.f64 (*.f64 #s(literal -1 binary64) (log.f64 a)) (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 b a))))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) b)) |
(neg.f64 (/.f64 #s(literal -1 binary64) b)) |
(/.f64 a (*.f64 a b)) |
(/.f64 (/.f64 a b) a) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (/.f64 #s(literal -1 binary64) b))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) b) |
(/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b a)) |
(/.f64 (*.f64 a b) (*.f64 (/.f64 a (/.f64 #s(literal -1 binary64) b)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 a (/.f64 #s(literal -1 binary64) b)) (*.f64 (/.f64 a (/.f64 #s(literal -1 binary64) b)) b)) |
(/.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 #s(literal -1 binary64) (*.f64 a b)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a))) (*.f64 (/.f64 a (/.f64 #s(literal -1 binary64) b)) (*.f64 a a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a b) (/.f64 b a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (*.f64 (/.f64 a (/.f64 #s(literal -1 binary64) b)) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a b) (/.f64 b a))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (/.f64 #s(literal -1 binary64) b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b))) (*.f64 a a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) a) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a (/.f64 #s(literal -1 binary64) b)) a)) (*.f64 (/.f64 a (/.f64 #s(literal -1 binary64) b)) (/.f64 a (/.f64 #s(literal -1 binary64) b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a (/.f64 #s(literal -1 binary64) b)) (/.f64 a b))) (*.f64 (/.f64 a (/.f64 #s(literal -1 binary64) b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a (/.f64 #s(literal -1 binary64) b)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a (/.f64 #s(literal -1 binary64) b)) (*.f64 a b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a (/.f64 #s(literal -1 binary64) b)) (/.f64 (-.f64 #s(literal 0 binary64) a) b))) (*.f64 (/.f64 a (/.f64 #s(literal -1 binary64) b)) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) b) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 #s(literal -1 binary64) b)) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 #s(literal -1 binary64) b))) (/.f64 #s(literal -1 binary64) b)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) a) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (/.f64 (/.f64 a b) (/.f64 b a))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a b) (/.f64 b a)))) (/.f64 a b)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a b)) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a)))) (*.f64 a a)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a b)) (-.f64 #s(literal 0 binary64) (*.f64 a a))) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -1 binary64) (*.f64 a b))) (*.f64 a a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) (*.f64 a b))) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) a)) (/.f64 (/.f64 a b) (/.f64 b a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a b) (/.f64 b a))) (/.f64 #s(literal -1 binary64) a)) (/.f64 a b)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (pow.f64 a #s(literal -1/2 binary64))) (pow.f64 a #s(literal -1/2 binary64))) |
(pow.f64 b #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) |
(pow.f64 (*.f64 b b) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 b #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 b)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 a b))) |
(*.f64 (/.f64 a b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) (*.f64 a b))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a b)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) a) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (*.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 a b))) |
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 b a))) |
(*.f64 (pow.f64 (/.f64 a b) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (/.f64 a b) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (pow.f64 (/.f64 a b) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 a b) #s(literal 1/2 binary64)) a)) |
(*.f64 (pow.f64 b #s(literal -1/2 binary64)) (pow.f64 b #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 b #s(literal -1/2 binary64)) (*.f64 (pow.f64 b #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 a b))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) a)) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) a) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (*.f64 (/.f64 a b) (pow.f64 a #s(literal -1/2 binary64))) (pow.f64 a #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 b #s(literal -1/2 binary64))) (pow.f64 b #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 a b) #s(literal 1/2 binary64))) (pow.f64 (/.f64 a b) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a)))) (*.f64 a a)) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b) (-.f64 #s(literal 0 binary64) (*.f64 a a))) a) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) b) |
(+.f64 (/.f64 a b) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 a b)) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) b) #s(literal 0 binary64)) (/.f64 a b)) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 b a)))) |
(exp.f64 (-.f64 (*.f64 #s(literal -1 binary64) (log.f64 b)) (*.f64 #s(literal -1 binary64) (log.f64 a)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 a b) |
(/.f64 b (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 a b) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 b a))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 b a)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b a))) |
(/.f64 (*.f64 a b) (*.f64 b b)) |
(/.f64 #s(literal -1 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 a (/.f64 #s(literal -1 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) b) b)) |
(/.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a a))) |
(/.f64 (*.f64 a a) (*.f64 a b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a b) (/.f64 b a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 a b) (/.f64 b a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (/.f64 a (/.f64 #s(literal -1 binary64) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a b) (/.f64 b a))) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) a) (/.f64 a (/.f64 #s(literal -1 binary64) b))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) a) |
(/.f64 (*.f64 a (/.f64 a b)) a) |
(/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 #s(literal -1 binary64) b))) |
(/.f64 (*.f64 a (/.f64 (-.f64 #s(literal 0 binary64) a) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -1 binary64) b))) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 a b) (/.f64 b a))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 a b) (/.f64 b a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a b) (/.f64 b a))))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a b))) |
(/.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b) a) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b) (-.f64 #s(literal 0 binary64) a)) a) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (/.f64 (/.f64 a b) (/.f64 b a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a b) (/.f64 b a)))) (/.f64 a b)) |
(/.f64 (+.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (-.f64 (/.f64 (/.f64 a b) (/.f64 b a)) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b) #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 b a))) |
(/.f64 (*.f64 (/.f64 a b) a) a) |
(/.f64 (*.f64 (/.f64 a b) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) a) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (/.f64 (/.f64 a b) (/.f64 b a))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a b) (/.f64 b a)))) (/.f64 a b)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a)))) (*.f64 a a)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 a a))) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -1 binary64) b)) (*.f64 a a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) b)) a) |
(/.f64 (/.f64 a (/.f64 #s(literal -1 binary64) a)) (/.f64 a (/.f64 #s(literal -1 binary64) b))) |
(/.f64 (/.f64 a (/.f64 b a)) a) |
(/.f64 (/.f64 a (/.f64 b (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 a #s(literal -1/2 binary64))) (pow.f64 a #s(literal -1/2 binary64))) |
(pow.f64 (/.f64 a b) #s(literal 1 binary64)) |
(pow.f64 (/.f64 b a) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 a b) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 b a))) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 a b) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b) #s(literal -1 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b) (*.f64 (/.f64 #s(literal -1 binary64) a) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 a b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) a) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a b) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 a b) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (*.f64 a a)) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a b)) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (*.f64 a a) (/.f64 #s(literal 1 binary64) (*.f64 a b))) |
(*.f64 (pow.f64 (/.f64 a b) #s(literal 1/2 binary64)) (pow.f64 (/.f64 a b) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 a b) #s(literal 1/2 binary64)) (*.f64 (pow.f64 (/.f64 a b) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 a b) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 a b) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 b #s(literal -1/2 binary64)) (*.f64 (pow.f64 b #s(literal -1/2 binary64)) a)) |
(*.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) a) (/.f64 #s(literal -1 binary64) (*.f64 a b))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 a (/.f64 a b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) (*.f64 a b))) |
(*.f64 (*.f64 a (/.f64 (-.f64 #s(literal 0 binary64) a) b)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 a (pow.f64 b #s(literal -1/2 binary64))) (pow.f64 b #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 a b) #s(literal 1/2 binary64))) (pow.f64 (/.f64 a b) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 a (/.f64 b a)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 a (/.f64 b (-.f64 #s(literal 0 binary64) a))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b b)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b b))) b) |
| 1× | egg-herbie |
| 4× | /-lowering-/.f32 |
| 4× | /-lowering-/.f64 |
| 2× | recip-define |
| 2× | 1-exp |
| 2× | avx-recip-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 5 | 120 |
| 1 | 9 | 120 |
| 0 | 9 | 120 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
| Outputs |
|---|
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
Compiled 2351 to 434 computations (81.5% saved)
7 alts after pruning (1 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 226 | 1 | 227 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 5 | 5 |
| Total | 226 | 7 | 233 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 49.7% | (/.f64 (/.f64 b a) b) |
| ✓ | 50.6% | (/.f64 (/.f64 a b) a) |
| ✓ | 99.8% | (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b) |
| ✓ | 99.8% | (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) |
| 32.6% | (/.f64 a (*.f64 a b)) | |
| ✓ | 50.8% | (/.f64 #s(literal 1 binary64) b) |
| ✓ | 49.9% | (/.f64 #s(literal 1 binary64) a) |
Compiled 173 to 89 computations (48.6% saved)
| Inputs |
|---|
(/.f64 #s(literal 1 binary64) a) |
(/.f64 #s(literal 1 binary64) b) |
(/.f64 a (*.f64 a b)) |
(/.f64 (/.f64 a b) a) |
(/.f64 (/.f64 b a) b) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b) |
(/.f64 (/.f64 (+.f64 a b) a) b) |
(/.f64 (*.f64 eps (+.f64 (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (+.f64 a b))) (+.f64 (/.f64 b a) #s(literal 1 binary64)))) (expm1.f64 (*.f64 eps b))) |
(/.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps b))) |
(/.f64 (*.f64 eps (-.f64 (exp.f64 (*.f64 (+.f64 a b) eps)) #s(literal 1 binary64))) (*.f64 (-.f64 (exp.f64 (*.f64 a eps)) #s(literal 1 binary64)) (-.f64 (exp.f64 (*.f64 b eps)) #s(literal 1 binary64)))) |
| Outputs |
|---|
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) |
4 calls:
| 6.0ms | eps |
| 4.0ms | b |
| 4.0ms | a |
| 3.0ms | (/.f64 (*.f64 eps (-.f64 (exp.f64 (*.f64 (+.f64 a b) eps)) #s(literal 1 binary64))) (*.f64 (-.f64 (exp.f64 (*.f64 a eps)) #s(literal 1 binary64)) (-.f64 (exp.f64 (*.f64 b eps)) #s(literal 1 binary64)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.8% | 1 | a |
| 99.8% | 1 | b |
| 99.8% | 1 | eps |
| 99.8% | 1 | (/.f64 (*.f64 eps (-.f64 (exp.f64 (*.f64 (+.f64 a b) eps)) #s(literal 1 binary64))) (*.f64 (-.f64 (exp.f64 (*.f64 a eps)) #s(literal 1 binary64)) (-.f64 (exp.f64 (*.f64 b eps)) #s(literal 1 binary64)))) |
Compiled 39 to 26 computations (33.3% saved)
| Inputs |
|---|
(/.f64 #s(literal 1 binary64) a) |
(/.f64 #s(literal 1 binary64) b) |
(/.f64 a (*.f64 a b)) |
(/.f64 (/.f64 a b) a) |
(/.f64 (/.f64 b a) b) |
| Outputs |
|---|
(/.f64 #s(literal 1 binary64) b) |
(/.f64 #s(literal 1 binary64) a) |
3 calls:
| 2.0ms | eps |
| 2.0ms | a |
| 2.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.2% | 2 | a |
| 83.1% | 2 | b |
| 63.9% | 5 | eps |
Compiled 12 to 9 computations (25% saved)
Total 0.0b remaining (0%)
Threshold costs 0b (0%)
| Inputs |
|---|
(/.f64 #s(literal 1 binary64) a) |
| Outputs |
|---|
(/.f64 #s(literal 1 binary64) a) |
3 calls:
| 3.0ms | eps |
| 1.0ms | b |
| 1.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 49.9% | 1 | eps |
| 49.9% | 1 | b |
| 49.9% | 1 | a |
Compiled 12 to 9 computations (25% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 117.0ms | -9.1887938719255e-212 | -4.043010425207481e-213 |
| 108.0ms | 101× | 2 | valid |
| 4.0ms | 11× | 1 | valid |
Compiled 131 to 106 computations (19.1% saved)
ival-exp: 73.0ms (73.7% of total)ival-mult: 10.0ms (10.1% of total)backward-pass: 6.0ms (6.1% of total)ival-sub: 5.0ms (5% of total)ival-add: 2.0ms (2% of total)ival-div: 1.0ms (1% of total)const: 0.0ms (0% of total)| 1× | egg-herbie |
| 2× | +-commutative_binary64 |
| 2× | 1-exp_binary64 |
| 2× | 1-exp_binary32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 11 | 20 |
| 1 | 15 | 20 |
| 1× | saturated |
| Inputs |
|---|
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) |
(if (<=.f64 a #s(literal -4311497387675919/47379092172262845921294540053176957863064148471578876072358765808900480733837185251796826441303908628860099203403658239934435426150964794660775368501012608007948455078761288621529091968737745508583465551566054344204493617364992 binary64)) (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) a) |
| Outputs |
|---|
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) |
(if (<=.f64 a #s(literal -4311497387675919/47379092172262845921294540053176957863064148471578876072358765808900480733837185251796826441303908628860099203403658239934435426150964794660775368501012608007948455078761288621529091968737745508583465551566054344204493617364992 binary64)) (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) a) |
| 5794× | *-lowering-*.f32 |
| 5794× | *-lowering-*.f64 |
| 5054× | *-lowering-*.f32 |
| 5054× | *-lowering-*.f64 |
| 3016× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 17 | 18 |
| 1 | 49 | 18 |
| 2 | 105 | 18 |
| 3 | 188 | 18 |
| 4 | 453 | 18 |
| 5 | 918 | 18 |
| 6 | 1823 | 18 |
| 7 | 5702 | 18 |
| 0 | 8188 | 18 |
| 0 | 452 | 3615 |
| 1 | 1560 | 3386 |
| 2 | 5674 | 3366 |
| 0 | 8804 | 3366 |
| 0 | 315 | 3506 |
| 1 | 1103 | 3001 |
| 2 | 3884 | 2883 |
| 0 | 8510 | 2883 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 145 to 92 computations (36.6% saved)
Compiled 140 to 86 computations (38.6% saved)
Loading profile data...