
Time bar (total: 11.2s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 1 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 2 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 3 |
| 25% | 25% | 74.9% | 0.1% | 0% | 0% | 0% | 4 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 5 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 6 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 7 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 8 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 9 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 10 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 11 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 12 |
Compiled 8 to 8 computations (0% saved)
| 2.0s | 7 965× | 5 | exit |
| 1.1s | 1 596× | 2 | valid |
| 496.0ms | 2 260× | 1 | valid |
| 305.0ms | 4 400× | 0 | valid |
ival-exp: 1.1s (34.8% of total)ival-log: 1.0s (33.5% of total)adjust: 842.0ms (27.3% of total)ival-add!: 136.0ms (4.4% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 127 | 0 | - | 0 | - | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 0 | 0 | - | 0 | - | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 0 | 0 | - | 0 | - | a |
| 0 | 0 | - | 0 | - | (exp.f64 b) |
| 0 | 0 | - | 0 | - | b |
| 0 | 0 | - | 0 | - | (exp.f64 a) |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
log.f64 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) | sensitivity | 122 | 0 |
log.f64 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) | oflow-rescue | 3 | 0 |
| ↳ | (+.f64 (exp.f64 a) (exp.f64 b)) | overflow | 3 | |
| ↳ | (exp.f64 a) | overflow | 3 | |
log.f64 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) | uflow-rescue | 2 | 0 |
| ↳ | (+.f64 (exp.f64 a) (exp.f64 b)) | underflow | 2 | |
| ↳ | (exp.f64 a) | underflow | 59 | |
| ↳ | (exp.f64 b) | underflow | 65 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 127 | 0 |
| - | 0 | 129 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 127 | 0 | 0 |
| - | 0 | 0 | 129 |
| number | freq |
|---|---|
| 0 | 129 |
| 1 | 127 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 52.0ms | 100× | 2 | valid |
| 26.0ms | 142× | 1 | valid |
| 18.0ms | 270× | 0 | valid |
Compiled 44 to 22 computations (50% saved)
ival-log: 43.0ms (54.7% of total)ival-exp: 28.0ms (35.6% of total)adjust: 5.0ms (6.4% of total)ival-add!: 2.0ms (2.5% of total)Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 42 |
| 1 | 37 | 42 |
| 2 | 94 | 42 |
| 3 | 358 | 42 |
| 4 | 1773 | 42 |
| 5 | 6967 | 42 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 53.8% | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
(sort a b)
Compiled 12 to 12 computations (0% saved)
| Inputs |
|---|
(log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
(+.f64 (exp.f64 a) (exp.f64 b)) |
(exp.f64 a) |
a |
(exp.f64 b) |
b |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* 1/2 (* a (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 2 (/ 1 (pow (+ 1 (exp b)) 3))) (/ 1 (+ 1 (exp b)))) (* 3 (/ 1 (pow (+ 1 (exp b)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2)))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp b)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ a (exp b))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* 1/2 a))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* a (+ 1/2 (* 1/6 a))))))))) |
#s(approx (exp a) #s(hole binary64 1)) |
#s(approx (exp a) #s(hole binary64 (+ 1 a))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ (exp a) (exp b))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ (exp a) (exp b)))) |
#s(approx (exp a) #s(hole binary64 (exp a))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (/ b (+ 1 (exp a)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* 1/2 (* b (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 2 (/ 1 (pow (+ 1 (exp a)) 3))) (/ 1 (+ 1 (exp a)))) (* 3 (/ 1 (pow (+ 1 (exp a)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2)))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp a)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ b (exp a))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* 1/2 b))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* b (+ 1/2 (* 1/6 b))))))))) |
#s(approx (exp b) #s(hole binary64 1)) |
#s(approx (exp b) #s(hole binary64 (+ 1 b))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* 1/2 b)))))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (exp b) #s(hole binary64 (exp b))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 30.0ms | a | @ | inf | ((log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) a (exp b) b) |
| 21.0ms | a | @ | -inf | ((log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) a (exp b) b) |
| 18.0ms | b | @ | inf | ((log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) a (exp b) b) |
| 14.0ms | b | @ | -inf | ((log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) a (exp b) b) |
| 4.0ms | a | @ | 0 | ((log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) a (exp b) b) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 133 | 549 |
| 0 | 137 | 533 |
| 1 | 867 | 533 |
| 0 | 8509 | 485 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
(+.f64 (exp.f64 a) (exp.f64 b)) |
(exp.f64 a) |
a |
(exp.f64 b) |
b |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* 1/2 (* a (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 2 (/ 1 (pow (+ 1 (exp b)) 3))) (/ 1 (+ 1 (exp b)))) (* 3 (/ 1 (pow (+ 1 (exp b)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2)))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp b)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ a (exp b))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* 1/2 a))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* a (+ 1/2 (* 1/6 a))))))))) |
#s(approx (exp a) #s(hole binary64 1)) |
#s(approx (exp a) #s(hole binary64 (+ 1 a))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ (exp a) (exp b))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ (exp a) (exp b)))) |
#s(approx (exp a) #s(hole binary64 (exp a))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (/ b (+ 1 (exp a)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* 1/2 (* b (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 2 (/ 1 (pow (+ 1 (exp a)) 3))) (/ 1 (+ 1 (exp a)))) (* 3 (/ 1 (pow (+ 1 (exp a)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2)))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp a)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ b (exp a))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* 1/2 b))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* b (+ 1/2 (* 1/6 b))))))))) |
#s(approx (exp b) #s(hole binary64 1)) |
#s(approx (exp b) #s(hole binary64 (+ 1 b))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* 1/2 b)))))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (exp b) #s(hole binary64 (exp b))) |
| Outputs |
|---|
(-.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
(-.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(log.f64 (+.f64 (exp.f64 b) (exp.f64 a))) |
(/.f64 (-.f64 (pow.f64 (exp.f64 b) #s(literal 2 binary64)) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (-.f64 (exp.f64 b) (exp.f64 a))) |
(/.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (fma.f64 (exp.f64 b) (exp.f64 b) (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (*.f64 (exp.f64 b) (exp.f64 a))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (neg.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(/.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) (-.f64 (exp.f64 a) (exp.f64 b))) |
(/.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) |
(fma.f64 #s(literal 1 binary64) (exp.f64 b) (exp.f64 a)) |
(fma.f64 #s(literal 1 binary64) (exp.f64 a) (exp.f64 b)) |
(-.f64 (/.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (-.f64 (exp.f64 a) (exp.f64 b))) (/.f64 (pow.f64 (exp.f64 b) #s(literal 2 binary64)) (-.f64 (exp.f64 a) (exp.f64 b)))) |
(+.f64 (+.f64 (exp.f64 b) (cosh.f64 a)) (sinh.f64 a)) |
(+.f64 (+.f64 (exp.f64 a) (cosh.f64 b)) (sinh.f64 b)) |
(+.f64 (/.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) (/.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(+.f64 (cosh.f64 b) (+.f64 (sinh.f64 b) (exp.f64 a))) |
(+.f64 (cosh.f64 a) (+.f64 (sinh.f64 a) (exp.f64 b))) |
(+.f64 (exp.f64 b) (exp.f64 a)) |
(+.f64 (exp.f64 a) (exp.f64 b)) |
(*.f64 #s(literal 1 binary64) (exp.f64 a)) |
(/.f64 (-.f64 (*.f64 (cosh.f64 a) (cosh.f64 a)) (*.f64 (sinh.f64 a) (sinh.f64 a))) (-.f64 (cosh.f64 a) (sinh.f64 a))) |
(/.f64 (+.f64 (pow.f64 (cosh.f64 a) #s(literal 3 binary64)) (pow.f64 (sinh.f64 a) #s(literal 3 binary64))) (fma.f64 (cosh.f64 a) (cosh.f64 a) (-.f64 (*.f64 (sinh.f64 a) (sinh.f64 a)) (*.f64 (cosh.f64 a) (sinh.f64 a))))) |
(fma.f64 (cosh.f64 a) #s(literal 1 binary64) (*.f64 (sinh.f64 a) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (cosh.f64 a) (*.f64 #s(literal 1 binary64) (sinh.f64 a))) |
(exp.f64 (+.f64 #s(literal 0 binary64) a)) |
(exp.f64 a) |
(+.f64 (*.f64 (cosh.f64 a) #s(literal 1 binary64)) (*.f64 (sinh.f64 a) #s(literal 1 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (cosh.f64 a)) (*.f64 #s(literal 1 binary64) (sinh.f64 a))) |
(+.f64 (cosh.f64 a) (sinh.f64 a)) |
a |
(*.f64 #s(literal 1 binary64) (exp.f64 b)) |
(/.f64 (-.f64 (*.f64 (cosh.f64 b) (cosh.f64 b)) (*.f64 (sinh.f64 b) (sinh.f64 b))) (-.f64 (cosh.f64 b) (sinh.f64 b))) |
(/.f64 (+.f64 (pow.f64 (cosh.f64 b) #s(literal 3 binary64)) (pow.f64 (sinh.f64 b) #s(literal 3 binary64))) (fma.f64 (cosh.f64 b) (cosh.f64 b) (-.f64 (*.f64 (sinh.f64 b) (sinh.f64 b)) (*.f64 (cosh.f64 b) (sinh.f64 b))))) |
(fma.f64 (cosh.f64 b) #s(literal 1 binary64) (*.f64 (sinh.f64 b) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (cosh.f64 b) (*.f64 #s(literal 1 binary64) (sinh.f64 b))) |
(exp.f64 (+.f64 #s(literal 0 binary64) b)) |
(exp.f64 b) |
(+.f64 (*.f64 (cosh.f64 b) #s(literal 1 binary64)) (*.f64 (sinh.f64 b) #s(literal 1 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (cosh.f64 b)) (*.f64 #s(literal 1 binary64) (sinh.f64 b))) |
(+.f64 (cosh.f64 b) (sinh.f64 b)) |
b |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 b))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) (log1p.f64 (exp.f64 b)))) |
#s(approx (log (+ (exp a) (exp b))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) a) (-.f64 (pow.f64 (-.f64 (exp.f64 b) #s(literal -1 binary64)) #s(literal -1 binary64)) (pow.f64 (-.f64 (exp.f64 b) #s(literal -1 binary64)) #s(literal -2 binary64))) (pow.f64 (-.f64 (exp.f64 b) #s(literal -1 binary64)) #s(literal -1 binary64))) a (log1p.f64 (exp.f64 b)))) |
#s(approx (log (+ (exp a) (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (-.f64 (exp.f64 b) #s(literal -1 binary64)) #s(literal -3 binary64)) #s(literal 2 binary64) (pow.f64 (-.f64 (exp.f64 b) #s(literal -1 binary64)) #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 (-.f64 (exp.f64 b) #s(literal -1 binary64)) #s(literal -2 binary64)))) (*.f64 (-.f64 (pow.f64 (-.f64 (exp.f64 b) #s(literal -1 binary64)) #s(literal -1 binary64)) (pow.f64 (-.f64 (exp.f64 b) #s(literal -1 binary64)) #s(literal -2 binary64))) #s(literal 1/2 binary64))) a (pow.f64 (-.f64 (exp.f64 b) #s(literal -1 binary64)) #s(literal -1 binary64))) a (log1p.f64 (exp.f64 b)))) |
#s(approx (+ (exp a) (exp b)) (-.f64 (exp.f64 b) #s(literal -1 binary64))) |
#s(approx (+ (exp a) (exp b)) (-.f64 (+.f64 (exp.f64 b) a) #s(literal -1 binary64))) |
#s(approx (+ (exp a) (exp b)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a (-.f64 (exp.f64 b) #s(literal -1 binary64)))) |
#s(approx (+ (exp a) (exp b)) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a (-.f64 (exp.f64 b) #s(literal -1 binary64)))) |
#s(approx (exp a) #s(literal 1 binary64)) |
#s(approx (exp a) (-.f64 a #s(literal -1 binary64))) |
#s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
#s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
#s(approx a a) |
#s(approx (log (+ (exp a) (exp b))) (log.f64 (+.f64 (exp.f64 b) (exp.f64 a)))) |
#s(approx (+ (exp a) (exp b)) (+.f64 (exp.f64 b) (exp.f64 a))) |
#s(approx (exp a) (exp.f64 a)) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) (log1p.f64 (exp.f64 a)))) |
#s(approx (log (+ (exp a) (exp b))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) b) (-.f64 (pow.f64 (-.f64 (exp.f64 a) #s(literal -1 binary64)) #s(literal -1 binary64)) (pow.f64 (-.f64 (exp.f64 a) #s(literal -1 binary64)) #s(literal -2 binary64))) (pow.f64 (-.f64 (exp.f64 a) #s(literal -1 binary64)) #s(literal -1 binary64))) b (log1p.f64 (exp.f64 a)))) |
#s(approx (log (+ (exp a) (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/6 binary64) b) (-.f64 (fma.f64 (pow.f64 (-.f64 (exp.f64 a) #s(literal -1 binary64)) #s(literal -3 binary64)) #s(literal 2 binary64) (pow.f64 (-.f64 (exp.f64 a) #s(literal -1 binary64)) #s(literal -1 binary64))) (*.f64 (pow.f64 (-.f64 (exp.f64 a) #s(literal -1 binary64)) #s(literal -2 binary64)) #s(literal 3 binary64))) (*.f64 (-.f64 (pow.f64 (-.f64 (exp.f64 a) #s(literal -1 binary64)) #s(literal -1 binary64)) (pow.f64 (-.f64 (exp.f64 a) #s(literal -1 binary64)) #s(literal -2 binary64))) #s(literal 1/2 binary64))) b (pow.f64 (-.f64 (exp.f64 a) #s(literal -1 binary64)) #s(literal -1 binary64))) b (log1p.f64 (exp.f64 a)))) |
#s(approx (+ (exp a) (exp b)) (-.f64 (exp.f64 a) #s(literal -1 binary64))) |
#s(approx (+ (exp a) (exp b)) (-.f64 (+.f64 (exp.f64 a) b) #s(literal -1 binary64))) |
#s(approx (+ (exp a) (exp b)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b (-.f64 (exp.f64 a) #s(literal -1 binary64)))) |
#s(approx (+ (exp a) (exp b)) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) b #s(literal 1/2 binary64)) b #s(literal 1 binary64)) b (-.f64 (exp.f64 a) #s(literal -1 binary64)))) |
#s(approx (exp b) #s(literal 1 binary64)) |
#s(approx (exp b) (-.f64 b #s(literal -1 binary64))) |
#s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))) |
#s(approx (exp b) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) b #s(literal 1/2 binary64)) b #s(literal 1 binary64)) b #s(literal 1 binary64))) |
#s(approx b b) |
#s(approx (exp b) (exp.f64 b)) |
Compiled 1 099 to 293 computations (73.3% saved)
11 alts after pruning (10 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 61 | 10 | 71 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 61 | 11 | 72 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 0.0% | (-.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
| ▶ | 53.7% | (-.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
| ✓ | 53.8% | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| ▶ | 49.8% | (log.f64 (+.f64 (exp.f64 a) #s(approx (exp b) #s(literal 1 binary64)))) |
| ▶ | 49.6% | (log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
| ▶ | 51.0% | (log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
| ▶ | 49.5% | (log.f64 (+.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b))) |
| ▶ | 96.9% | #s(approx (log (+ (exp a) (exp b))) (+.f64 (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) (log1p.f64 (exp.f64 a)))) |
| ▶ | 50.8% | #s(approx (log (+ (exp a) (exp b))) (+.f64 (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) (log1p.f64 (exp.f64 b)))) |
| ▶ | 50.9% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 b))) |
| ▶ | 50.8% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
Compiled 151 to 117 computations (22.5% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
(log1p.f64 (exp.f64 a)) |
(exp.f64 a) |
a |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 b))) |
(log1p.f64 (exp.f64 b)) |
(exp.f64 b) |
b |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) (log1p.f64 (exp.f64 b)))) |
(+.f64 (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) (log1p.f64 (exp.f64 b))) |
(/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) |
(-.f64 (exp.f64 b) #s(literal -1 binary64)) |
#s(literal -1 binary64) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) (log1p.f64 (exp.f64 a)))) |
(+.f64 (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) (log1p.f64 (exp.f64 a))) |
(/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) |
(-.f64 (exp.f64 a) #s(literal -1 binary64)) |
(log.f64 (+.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b))) |
(+.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b)) |
#s(approx (exp a) (-.f64 a #s(literal -1 binary64))) |
(-.f64 a #s(literal -1 binary64)) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
(+.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b)) |
#s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
(+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b)) |
#s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
(fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64)) |
(fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) |
#s(literal 1/6 binary64) |
(log.f64 (+.f64 (exp.f64 a) #s(approx (exp b) #s(literal 1 binary64)))) |
(+.f64 (exp.f64 a) #s(approx (exp b) #s(literal 1 binary64))) |
#s(approx (exp b) #s(literal 1 binary64)) |
(-.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
(+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) |
(pow.f64 (exp.f64 a) #s(literal 3 binary64)) |
#s(literal 3 binary64) |
(pow.f64 (exp.f64 b) #s(literal 3 binary64)) |
(log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) |
(fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
(*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))) |
(-.f64 (exp.f64 b) (exp.f64 a)) |
(-.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
(log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) |
(-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) |
(pow.f64 (exp.f64 a) #s(literal 2 binary64)) |
#s(literal 2 binary64) |
(pow.f64 (exp.f64 b) #s(literal 2 binary64)) |
(log.f64 (-.f64 (exp.f64 a) (exp.f64 b))) |
(-.f64 (exp.f64 a) (exp.f64 b)) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* 1/2 (* a (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 2 (/ 1 (pow (+ 1 (exp b)) 3))) (/ 1 (+ 1 (exp b)))) (* 3 (/ 1 (pow (+ 1 (exp b)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2)))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* 1/8 a)))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* a (+ 1/8 (* -1/192 (pow a 2))))))))) |
#s(approx (exp a) #s(hole binary64 1)) |
#s(approx (exp a) #s(hole binary64 (+ 1 a))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (/ a (- (exp b) -1)) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- 1/2 (* 1/4 b))))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- (+ 1/2 (* a (- 1/8 (+ (* -1/8 b) (* 1/8 b))))) (* 1/4 b))))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- (+ 1/2 (* a (- (+ 1/8 (* -1 (* a (+ (* -1/2 (+ (* -1/8 b) (* 1/8 b))) (+ (* -1/16 b) (* 1/24 b)))))) (+ (* -1/8 b) (* 1/8 b))))) (* 1/4 b))))))) |
#s(approx (/ b (- (exp a) -1)) #s(hole binary64 (* 1/2 b))) |
#s(approx (/ b (- (exp a) -1)) #s(hole binary64 (+ (* -1/4 (* a b)) (* 1/2 b)))) |
#s(approx (/ b (- (exp a) -1)) #s(hole binary64 (+ (* 1/2 b) (* a (- (* -1 (* a (+ (* -1/8 b) (* 1/8 b)))) (* 1/4 b)))))) |
#s(approx (/ b (- (exp a) -1)) #s(hole binary64 (+ (* 1/2 b) (* a (- (* a (- (* -1 (* a (+ (* -1/2 (+ (* -1/8 b) (* 1/8 b))) (+ (* -1/16 b) (* 1/24 b))))) (+ (* -1/8 b) (* 1/8 b)))) (* 1/4 b)))))) |
#s(approx (- (exp a) -1) #s(hole binary64 2)) |
#s(approx (- (exp a) -1) #s(hole binary64 (+ 2 a))) |
#s(approx (- (exp a) -1) #s(hole binary64 (+ 2 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (- (exp a) -1) #s(hole binary64 (+ 2 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp b)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ a (exp b))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* 1/2 a))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* a (+ 1/2 (* 1/6 a))))))))) |
#s(approx (- a -1) #s(hole binary64 1)) |
#s(approx (- a -1) #s(hole binary64 (+ 1 a))) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) #s(hole binary64 (+ 1 a))) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (+ (* 1/2 a) 1) #s(hole binary64 1)) |
#s(approx (+ (* 1/2 a) 1) #s(hole binary64 (+ 1 (* 1/2 a)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 a))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (+ 1 (* 1/2 a)))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (+ 1 (* a (+ 1/2 (* 1/6 a)))))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (+ 1/2 (* 1/6 a)))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (pow (exp b) 3))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (+ (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (* a (- (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (+ (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (* a (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* a (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ 1 (pow (exp b) 3))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* 3 (/ a (+ 1 (pow (exp b) 3))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (pow (exp b) 3)))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (+ (* 3 a) (pow (exp b) 3))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (+ (* a (+ 3 (* 9/2 a))) (pow (exp b) 3))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (+ (* a (+ 3 (* a (+ 9/2 (* 9/2 a))))) (pow (exp b) 3))))) |
#s(approx (pow (exp a) 3) #s(hole binary64 1)) |
#s(approx (pow (exp a) 3) #s(hole binary64 (+ 1 (* 3 a)))) |
#s(approx (pow (exp a) 3) #s(hole binary64 (+ 1 (* a (+ 3 (* 9/2 a)))))) |
#s(approx (pow (exp a) 3) #s(hole binary64 (+ 1 (* a (+ 3 (* a (+ 9/2 (* 9/2 a)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (+ 1 (* (exp b) (- (exp b) 1)))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1)))))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (+ (* 1/2 (* a (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (+ (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))) (* a (+ (* 1/6 (* a (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (* (exp b) (- (exp b) 1))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (* -1 (exp b)))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (+ (* -1 (exp b)) (* a (+ 2 (* -1/2 (exp b))))))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (+ (* -1 (exp b)) (* a (+ 2 (+ (* -1/2 (exp b)) (* a (+ 4/3 (* -1/6 (exp b)))))))))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (* (exp b) (- (exp b) 1)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* -1 (* a (exp b))) (* (exp b) (- (exp b) 1))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* a (+ (* -1 (exp b)) (* -1/2 (* a (exp b))))) (* (exp b) (- (exp b) 1))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* a (+ (* -1 (exp b)) (* a (+ (* -1/2 (exp b)) (* -1/6 (* a (exp b))))))) (* (exp b) (- (exp b) 1))))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (exp b) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* -1 a)) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* a (- (* -1/2 a) 1))) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* a (- (* a (- (* -1/6 a) 1/2)) 1))) 1))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (log (- 1 (pow (exp b) 2))) (log (- 1 (exp b)))))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- 1 (pow (exp b) 2))) (* a (- (* 2 (/ 1 (- 1 (pow (exp b) 2)))) (/ 1 (- 1 (exp b)))))) (log (- 1 (exp b)))))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- 1 (pow (exp b) 2))) (* a (- (+ (* 2 (/ 1 (- 1 (pow (exp b) 2)))) (* a (- (* 1/2 (- (* 4 (/ 1 (- 1 (pow (exp b) 2)))) (* 4 (/ 1 (pow (- 1 (pow (exp b) 2)) 2))))) (* 1/2 (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2))))))) (/ 1 (- 1 (exp b)))))) (log (- 1 (exp b)))))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- 1 (pow (exp b) 2))) (* a (- (+ (* 2 (/ 1 (- 1 (pow (exp b) 2)))) (* a (- (+ (* 1/2 (- (* 4 (/ 1 (- 1 (pow (exp b) 2)))) (* 4 (/ 1 (pow (- 1 (pow (exp b) 2)) 2))))) (* a (- (* 1/6 (- (+ (* 8 (/ 1 (- 1 (pow (exp b) 2)))) (* 16 (/ 1 (pow (- 1 (pow (exp b) 2)) 3)))) (* 24 (/ 1 (pow (- 1 (pow (exp b) 2)) 2))))) (* 1/6 (- (+ (* 2 (/ 1 (pow (- 1 (exp b)) 3))) (/ 1 (- 1 (exp b)))) (* 3 (/ 1 (pow (- 1 (exp b)) 2)))))))) (* 1/2 (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2))))))) (/ 1 (- 1 (exp b)))))) (log (- 1 (exp b)))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (log (- 1 (pow (exp b) 2))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (+ (log (- 1 (pow (exp b) 2))) (* 2 (/ a (- 1 (pow (exp b) 2))))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (+ (log (- 1 (pow (exp b) 2))) (* a (+ (* 1/2 (* a (- (* 4 (/ 1 (- 1 (pow (exp b) 2)))) (* 4 (/ 1 (pow (- 1 (pow (exp b) 2)) 2)))))) (* 2 (/ 1 (- 1 (pow (exp b) 2))))))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (+ (log (- 1 (pow (exp b) 2))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 8 (/ 1 (- 1 (pow (exp b) 2)))) (* 16 (/ 1 (pow (- 1 (pow (exp b) 2)) 3)))) (* 24 (/ 1 (pow (- 1 (pow (exp b) 2)) 2)))))) (* 1/2 (- (* 4 (/ 1 (- 1 (pow (exp b) 2)))) (* 4 (/ 1 (pow (- 1 (pow (exp b) 2)) 2))))))) (* 2 (/ 1 (- 1 (pow (exp b) 2))))))))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- 1 (pow (exp b) 2)))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (+ 1 (* 2 a)) (pow (exp b) 2)))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (+ 1 (* a (+ 2 (* 2 a)))) (pow (exp b) 2)))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (+ 1 (* a (+ 2 (* a (+ 2 (* 4/3 a)))))) (pow (exp b) 2)))) |
#s(approx (pow (exp a) 2) #s(hole binary64 1)) |
#s(approx (pow (exp a) 2) #s(hole binary64 (+ 1 (* 2 a)))) |
#s(approx (pow (exp a) 2) #s(hole binary64 (+ 1 (* a (+ 2 (* 2 a)))))) |
#s(approx (pow (exp a) 2) #s(hole binary64 (+ 1 (* a (+ 2 (* a (+ 2 (* 4/3 a)))))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (log (- 1 (exp b))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- 1 (exp b))) (/ a (- 1 (exp b)))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- 1 (exp b))) (* a (+ (* 1/2 (* a (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2))))) (/ 1 (- 1 (exp b)))))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- 1 (exp b))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 2 (/ 1 (pow (- 1 (exp b)) 3))) (/ 1 (- 1 (exp b)))) (* 3 (/ 1 (pow (- 1 (exp b)) 2)))))) (* 1/2 (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2)))))) (/ 1 (- 1 (exp b)))))))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- 1 (exp b)))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ 1 a) (exp b)))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ 1 (* a (+ 1 (* 1/2 a)))) (exp b)))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))) (exp b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ (exp a) (exp b))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (exp a) #s(hole binary64 (exp a))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (* a (+ (/ 1 (+ 1 (exp b))) (/ (log (+ 1 (exp b))) a))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log (+ 1 (exp a))) (/ b (+ 1 (exp a)))))) |
#s(approx (/ b (- (exp a) -1)) #s(hole binary64 (/ b (+ 1 (exp a))))) |
#s(approx (- (exp a) -1) #s(hole binary64 (+ 1 (exp a)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ (exp a) (exp b)))) |
#s(approx (- a -1) #s(hole binary64 a)) |
#s(approx (- a -1) #s(hole binary64 (* a (+ 1 (/ 1 a))))) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) #s(hole binary64 (* 1/2 (pow a 2)))) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/2 (/ 1 a))))) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/2 (+ (/ 1 a) (/ 1 (pow a 2))))))) |
#s(approx (+ (* 1/2 a) 1) #s(hole binary64 (* 1/2 a))) |
#s(approx (+ (* 1/2 a) 1) #s(hole binary64 (* a (+ 1/2 (/ 1 a))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* 1/6 (pow a 3)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (+ (* 1/2 (/ 1 a)) (/ 1 (pow a 2))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (+ (* 1/2 (/ 1 a)) (+ (/ 1 (pow a 2)) (/ 1 (pow a 3)))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* 1/6 (pow a 2)))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/6 (+ (* 1/2 (/ 1 a)) (/ 1 (pow a 2))))))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (* 1/6 a))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (* a (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ (pow (exp a) 3) (pow (exp b) 3))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ (pow (exp a) 3) (pow (exp b) 3)))) |
#s(approx (pow (exp a) 3) #s(hole binary64 (pow (exp a) 3))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (* (exp b) (- (exp b) (exp a))))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (exp b) (exp a)))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (log (- (pow (exp a) 2) (pow (exp b) 2))))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (pow (exp a) 2) (pow (exp b) 2)))) |
#s(approx (pow (exp a) 2) #s(hole binary64 (pow (exp a) 2))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (log (- (exp a) (exp b))))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (exp a) (exp b)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (log (+ 1 (exp b))) a)) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* -1 (* (pow a 3) (- (* -1 (/ (+ 1/2 (/ 1 a)) a)) 1/6))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* -1 (* (pow a 3) (- (* -1 (/ (+ 1/2 (+ (/ 1 a) (/ 1 (pow a 2)))) a)) 1/6))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (/ b (+ 1 (exp a)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* 1/2 (* b (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 2 (/ 1 (pow (+ 1 (exp a)) 3))) (/ 1 (+ 1 (exp a)))) (* 3 (/ 1 (pow (+ 1 (exp a)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2)))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* b (+ 1/8 (* -1/192 (pow b 2))))))))) |
#s(approx (exp b) #s(hole binary64 1)) |
#s(approx (exp b) #s(hole binary64 (+ 1 b))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* 1/2 b)))))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- 1/2 (* 1/4 a))))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* b (- 1/8 (+ (* -1/8 a) (* 1/8 a))))) (* 1/4 a))))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* b (- (+ 1/8 (* -1 (* b (+ (* -1/2 (+ (* -1/8 a) (* 1/8 a))) (+ (* -1/16 a) (* 1/24 a)))))) (+ (* -1/8 a) (* 1/8 a))))) (* 1/4 a))))))) |
#s(approx (/ a (- (exp b) -1)) #s(hole binary64 (* 1/2 a))) |
#s(approx (/ a (- (exp b) -1)) #s(hole binary64 (+ (* -1/4 (* a b)) (* 1/2 a)))) |
#s(approx (/ a (- (exp b) -1)) #s(hole binary64 (+ (* 1/2 a) (* b (- (* -1 (* b (+ (* -1/8 a) (* 1/8 a)))) (* 1/4 a)))))) |
#s(approx (/ a (- (exp b) -1)) #s(hole binary64 (+ (* 1/2 a) (* b (- (* b (- (* -1 (* b (+ (* -1/2 (+ (* -1/8 a) (* 1/8 a))) (+ (* -1/16 a) (* 1/24 a))))) (+ (* -1/8 a) (* 1/8 a)))) (* 1/4 a)))))) |
#s(approx (- (exp b) -1) #s(hole binary64 2)) |
#s(approx (- (exp b) -1) #s(hole binary64 (+ 2 b))) |
#s(approx (- (exp b) -1) #s(hole binary64 (+ 2 (* b (+ 1 (* 1/2 b)))))) |
#s(approx (- (exp b) -1) #s(hole binary64 (+ 2 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp a)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ b (exp a))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* 1/2 b))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* b (+ 1/2 (* 1/6 b))))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (pow (exp a) 3))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* b (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ 1 (pow (exp a) 3))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* 3 (/ b (+ 1 (pow (exp a) 3))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* 1/2 (* b (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (pow (exp a) 3)))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (+ (* 3 b) (pow (exp a) 3))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (+ (* b (+ 3 (* 9/2 b))) (pow (exp a) 3))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (+ (* b (+ 3 (* b (+ 9/2 (* 9/2 b))))) (pow (exp a) 3))))) |
#s(approx (pow (exp b) 3) #s(hole binary64 1)) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* 3 b)))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (- (+ 1 (pow (exp a) 2)) (exp a))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a)))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (+ (* 1/2 (* b (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a))))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (+ (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a)))) (* b (+ (* 1/6 (* b (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a))))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (pow (exp a) 2)) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- 2 (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- (+ 2 (* b (+ 3/2 (* 1/2 (- 1 (exp a)))))) (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- (+ 2 (* b (+ 3/2 (+ (* 1/2 (- 1 (exp a))) (* b (+ 7/6 (* 1/6 (- 1 (exp a))))))))) (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- 1 (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- 2 (exp a)))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- (+ 2 (* b (+ 3/2 (* 1/2 (- 1 (exp a)))))) (exp a)))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- (+ 2 (* b (+ 3/2 (+ (* 1/2 (- 1 (exp a))) (* b (+ 7/6 (* 1/6 (- 1 (exp a))))))))) (exp a)))) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- 1 (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 b) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 (* b (+ 1 (* 1/2 b)))) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))) (exp a)))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (log (- (pow (exp a) 2) 1)) (log (- (exp a) 1))))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- (pow (exp a) 2) 1)) (* b (- (/ 1 (- (exp a) 1)) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))) (log (- (exp a) 1))))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- (pow (exp a) 2) 1)) (* b (- (+ (* b (- (* -1/2 (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2))))) (* -1/2 (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2)))))) (/ 1 (- (exp a) 1))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))) (log (- (exp a) 1))))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- (pow (exp a) 2) 1)) (* b (- (+ (* b (- (+ (* -1/2 (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2))))) (* b (- (* -1/6 (+ (* 16 (/ 1 (pow (- (pow (exp a) 2) 1) 3))) (+ (* 24 (/ 1 (pow (- (pow (exp a) 2) 1) 2))) (* 8 (/ 1 (- (pow (exp a) 2) 1)))))) (* -1/6 (+ (* 3 (/ 1 (pow (- (exp a) 1) 2))) (+ (/ 1 (- (exp a) 1)) (* 2 (/ 1 (pow (- (exp a) 1) 3))))))))) (* -1/2 (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2)))))) (/ 1 (- (exp a) 1))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))) (log (- (exp a) 1))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (log (- (pow (exp a) 2) 1)))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (+ (log (- (pow (exp a) 2) 1)) (* -2 (/ b (- (pow (exp a) 2) 1)))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (+ (log (- (pow (exp a) 2) 1)) (* b (- (* -1/2 (* b (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2)))))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (+ (log (- (pow (exp a) 2) 1)) (* b (- (* b (+ (* -1/2 (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2))))) (* -1/6 (* b (+ (* 8 (/ 1 (- (pow (exp a) 2) 1))) (+ (* 24 (/ 1 (pow (- (pow (exp a) 2) 1) 2))) (* 16 (/ 1 (pow (- (pow (exp a) 2) 1) 3))))))))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (pow (exp a) 2) 1))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (+ (* -2 b) (pow (exp a) 2)) 1))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (+ (* b (- (* -2 b) 2)) (pow (exp a) 2)) 1))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (+ (* b (- (* b (- (* -4/3 b) 2)) 2)) (pow (exp a) 2)) 1))) |
#s(approx (pow (exp b) 2) #s(hole binary64 1)) |
#s(approx (pow (exp b) 2) #s(hole binary64 (+ 1 (* 2 b)))) |
#s(approx (pow (exp b) 2) #s(hole binary64 (+ 1 (* b (+ 2 (* 2 b)))))) |
#s(approx (pow (exp b) 2) #s(hole binary64 (+ 1 (* b (+ 2 (* b (+ 2 (* 4/3 b)))))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (log (- (exp a) 1)))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- (exp a) 1)) (* -1 (/ b (- (exp a) 1)))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- (exp a) 1)) (* b (- (* -1/2 (* b (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2))))) (/ 1 (- (exp a) 1))))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- (exp a) 1)) (* b (- (* b (+ (* -1/2 (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2)))) (* -1/6 (* b (+ (* 3 (/ 1 (pow (- (exp a) 1) 2))) (+ (/ 1 (- (exp a) 1)) (* 2 (/ 1 (pow (- (exp a) 1) 3))))))))) (/ 1 (- (exp a) 1))))))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (exp a) 1))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ (exp a) (* -1 b)) 1))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ (exp a) (* b (- (* -1/2 b) 1))) 1))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ (exp a) (* b (- (* b (- (* -1/6 b) 1/2)) 1))) 1))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (exp b) #s(hole binary64 (exp b))) |
#s(approx (- (exp b) -1) #s(hole binary64 (+ 1 (exp b)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (/ b (+ 1 (exp a))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (* b (+ (/ 1 (+ 1 (exp a))) (/ (log (+ 1 (exp a))) b))))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (pow (exp b) 3))) |
#s(approx (pow (exp b) 2) #s(hole binary64 (pow (exp b) 2))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (* -1 (* b (- (* -1 (/ (log (+ 1 (exp a))) b)) (/ 1 (+ 1 (exp a)))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 290.0ms | b | @ | inf | ((log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) a (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) b (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/ a (- (exp b) -1)) (- (exp b) -1) -1 (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/ b (- (exp a) -1)) (- (exp a) -1) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (- a -1) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* 1/2 a) 1) a) 1) (+ (* 1/2 a) 1) 1/2 1 (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+ (* (+ (* 1/6 a) 1/2) a) 1) (+ (* 1/6 a) 1/2) 1/6 (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp b) (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (pow (exp a) 3) (pow (exp b) 3)) (pow (exp a) 3) 3 (pow (exp b) 3) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (* (exp b) (- (exp b) (exp a))) (- (exp b) (exp a)) (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (log (- (pow (exp a) 2) (pow (exp b) 2))) (- (pow (exp a) 2) (pow (exp b) 2)) (pow (exp a) 2) 2 (pow (exp b) 2) (log (- (exp a) (exp b))) (- (exp a) (exp b))) |
| 164.0ms | a | @ | inf | ((log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) a (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) b (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/ a (- (exp b) -1)) (- (exp b) -1) -1 (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/ b (- (exp a) -1)) (- (exp a) -1) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (- a -1) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* 1/2 a) 1) a) 1) (+ (* 1/2 a) 1) 1/2 1 (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+ (* (+ (* 1/6 a) 1/2) a) 1) (+ (* 1/6 a) 1/2) 1/6 (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp b) (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (pow (exp a) 3) (pow (exp b) 3)) (pow (exp a) 3) 3 (pow (exp b) 3) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (* (exp b) (- (exp b) (exp a))) (- (exp b) (exp a)) (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (log (- (pow (exp a) 2) (pow (exp b) 2))) (- (pow (exp a) 2) (pow (exp b) 2)) (pow (exp a) 2) 2 (pow (exp b) 2) (log (- (exp a) (exp b))) (- (exp a) (exp b))) |
| 116.0ms | a | @ | -inf | ((log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) a (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) b (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/ a (- (exp b) -1)) (- (exp b) -1) -1 (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/ b (- (exp a) -1)) (- (exp a) -1) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (- a -1) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* 1/2 a) 1) a) 1) (+ (* 1/2 a) 1) 1/2 1 (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+ (* (+ (* 1/6 a) 1/2) a) 1) (+ (* 1/6 a) 1/2) 1/6 (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp b) (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (pow (exp a) 3) (pow (exp b) 3)) (pow (exp a) 3) 3 (pow (exp b) 3) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (* (exp b) (- (exp b) (exp a))) (- (exp b) (exp a)) (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (log (- (pow (exp a) 2) (pow (exp b) 2))) (- (pow (exp a) 2) (pow (exp b) 2)) (pow (exp a) 2) 2 (pow (exp b) 2) (log (- (exp a) (exp b))) (- (exp a) (exp b))) |
| 109.0ms | b | @ | -inf | ((log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) a (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) b (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/ a (- (exp b) -1)) (- (exp b) -1) -1 (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/ b (- (exp a) -1)) (- (exp a) -1) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (- a -1) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* 1/2 a) 1) a) 1) (+ (* 1/2 a) 1) 1/2 1 (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+ (* (+ (* 1/6 a) 1/2) a) 1) (+ (* 1/6 a) 1/2) 1/6 (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp b) (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (pow (exp a) 3) (pow (exp b) 3)) (pow (exp a) 3) 3 (pow (exp b) 3) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (* (exp b) (- (exp b) (exp a))) (- (exp b) (exp a)) (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (log (- (pow (exp a) 2) (pow (exp b) 2))) (- (pow (exp a) 2) (pow (exp b) 2)) (pow (exp a) 2) 2 (pow (exp b) 2) (log (- (exp a) (exp b))) (- (exp a) (exp b))) |
| 44.0ms | a | @ | 0 | ((log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) a (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) b (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/ a (- (exp b) -1)) (- (exp b) -1) -1 (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/ b (- (exp a) -1)) (- (exp a) -1) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (- a -1) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* 1/2 a) 1) a) 1) (+ (* 1/2 a) 1) 1/2 1 (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+ (* (+ (* 1/6 a) 1/2) a) 1) (+ (* 1/6 a) 1/2) 1/6 (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp b) (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (pow (exp a) 3) (pow (exp b) 3)) (pow (exp a) 3) 3 (pow (exp b) 3) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (* (exp b) (- (exp b) (exp a))) (- (exp b) (exp a)) (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (log (- (pow (exp a) 2) (pow (exp b) 2))) (- (pow (exp a) 2) (pow (exp b) 2)) (pow (exp a) 2) 2 (pow (exp b) 2) (log (- (exp a) (exp b))) (- (exp a) (exp b))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1161 | 7647 |
| 0 | 1244 | 7093 |
| 1 | 7860 | 7093 |
| 0 | 8002 | 6490 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
(log1p.f64 (exp.f64 a)) |
(exp.f64 a) |
a |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 b))) |
(log1p.f64 (exp.f64 b)) |
(exp.f64 b) |
b |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) (log1p.f64 (exp.f64 b)))) |
(+.f64 (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) (log1p.f64 (exp.f64 b))) |
(/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) |
(-.f64 (exp.f64 b) #s(literal -1 binary64)) |
#s(literal -1 binary64) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) (log1p.f64 (exp.f64 a)))) |
(+.f64 (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) (log1p.f64 (exp.f64 a))) |
(/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) |
(-.f64 (exp.f64 a) #s(literal -1 binary64)) |
(log.f64 (+.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b))) |
(+.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b)) |
#s(approx (exp a) (-.f64 a #s(literal -1 binary64))) |
(-.f64 a #s(literal -1 binary64)) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
(+.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b)) |
#s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
(+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b)) |
#s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
(fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64)) |
(fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) |
#s(literal 1/6 binary64) |
(log.f64 (+.f64 (exp.f64 a) #s(approx (exp b) #s(literal 1 binary64)))) |
(+.f64 (exp.f64 a) #s(approx (exp b) #s(literal 1 binary64))) |
#s(approx (exp b) #s(literal 1 binary64)) |
(-.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
(+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) |
(pow.f64 (exp.f64 a) #s(literal 3 binary64)) |
#s(literal 3 binary64) |
(pow.f64 (exp.f64 b) #s(literal 3 binary64)) |
(log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) |
(fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
(*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))) |
(-.f64 (exp.f64 b) (exp.f64 a)) |
(-.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
(log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) |
(-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) |
(pow.f64 (exp.f64 a) #s(literal 2 binary64)) |
#s(literal 2 binary64) |
(pow.f64 (exp.f64 b) #s(literal 2 binary64)) |
(log.f64 (-.f64 (exp.f64 a) (exp.f64 b))) |
(-.f64 (exp.f64 a) (exp.f64 b)) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* 1/2 (* a (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 2 (/ 1 (pow (+ 1 (exp b)) 3))) (/ 1 (+ 1 (exp b)))) (* 3 (/ 1 (pow (+ 1 (exp b)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2)))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* 1/8 a)))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* a (+ 1/8 (* -1/192 (pow a 2))))))))) |
#s(approx (exp a) #s(hole binary64 1)) |
#s(approx (exp a) #s(hole binary64 (+ 1 a))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (/ a (- (exp b) -1)) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- 1/2 (* 1/4 b))))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- (+ 1/2 (* a (- 1/8 (+ (* -1/8 b) (* 1/8 b))))) (* 1/4 b))))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- (+ 1/2 (* a (- (+ 1/8 (* -1 (* a (+ (* -1/2 (+ (* -1/8 b) (* 1/8 b))) (+ (* -1/16 b) (* 1/24 b)))))) (+ (* -1/8 b) (* 1/8 b))))) (* 1/4 b))))))) |
#s(approx (/ b (- (exp a) -1)) #s(hole binary64 (* 1/2 b))) |
#s(approx (/ b (- (exp a) -1)) #s(hole binary64 (+ (* -1/4 (* a b)) (* 1/2 b)))) |
#s(approx (/ b (- (exp a) -1)) #s(hole binary64 (+ (* 1/2 b) (* a (- (* -1 (* a (+ (* -1/8 b) (* 1/8 b)))) (* 1/4 b)))))) |
#s(approx (/ b (- (exp a) -1)) #s(hole binary64 (+ (* 1/2 b) (* a (- (* a (- (* -1 (* a (+ (* -1/2 (+ (* -1/8 b) (* 1/8 b))) (+ (* -1/16 b) (* 1/24 b))))) (+ (* -1/8 b) (* 1/8 b)))) (* 1/4 b)))))) |
#s(approx (- (exp a) -1) #s(hole binary64 2)) |
#s(approx (- (exp a) -1) #s(hole binary64 (+ 2 a))) |
#s(approx (- (exp a) -1) #s(hole binary64 (+ 2 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (- (exp a) -1) #s(hole binary64 (+ 2 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp b)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ a (exp b))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* 1/2 a))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* a (+ 1/2 (* 1/6 a))))))))) |
#s(approx (- a -1) #s(hole binary64 1)) |
#s(approx (- a -1) #s(hole binary64 (+ 1 a))) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) #s(hole binary64 (+ 1 a))) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (+ (* 1/2 a) 1) #s(hole binary64 1)) |
#s(approx (+ (* 1/2 a) 1) #s(hole binary64 (+ 1 (* 1/2 a)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 a))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (+ 1 (* 1/2 a)))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (+ 1 (* a (+ 1/2 (* 1/6 a)))))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (+ 1/2 (* 1/6 a)))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (pow (exp b) 3))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (+ (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (* a (- (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (+ (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (* a (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* a (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ 1 (pow (exp b) 3))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* 3 (/ a (+ 1 (pow (exp b) 3))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (pow (exp b) 3)))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (+ (* 3 a) (pow (exp b) 3))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (+ (* a (+ 3 (* 9/2 a))) (pow (exp b) 3))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (+ (* a (+ 3 (* a (+ 9/2 (* 9/2 a))))) (pow (exp b) 3))))) |
#s(approx (pow (exp a) 3) #s(hole binary64 1)) |
#s(approx (pow (exp a) 3) #s(hole binary64 (+ 1 (* 3 a)))) |
#s(approx (pow (exp a) 3) #s(hole binary64 (+ 1 (* a (+ 3 (* 9/2 a)))))) |
#s(approx (pow (exp a) 3) #s(hole binary64 (+ 1 (* a (+ 3 (* a (+ 9/2 (* 9/2 a)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (+ 1 (* (exp b) (- (exp b) 1)))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1)))))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (+ (* 1/2 (* a (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (+ (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))) (* a (+ (* 1/6 (* a (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (* (exp b) (- (exp b) 1))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (* -1 (exp b)))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (+ (* -1 (exp b)) (* a (+ 2 (* -1/2 (exp b))))))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (+ (* -1 (exp b)) (* a (+ 2 (+ (* -1/2 (exp b)) (* a (+ 4/3 (* -1/6 (exp b)))))))))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (* (exp b) (- (exp b) 1)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* -1 (* a (exp b))) (* (exp b) (- (exp b) 1))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* a (+ (* -1 (exp b)) (* -1/2 (* a (exp b))))) (* (exp b) (- (exp b) 1))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* a (+ (* -1 (exp b)) (* a (+ (* -1/2 (exp b)) (* -1/6 (* a (exp b))))))) (* (exp b) (- (exp b) 1))))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (exp b) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* -1 a)) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* a (- (* -1/2 a) 1))) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* a (- (* a (- (* -1/6 a) 1/2)) 1))) 1))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (log (- 1 (pow (exp b) 2))) (log (- 1 (exp b)))))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- 1 (pow (exp b) 2))) (* a (- (* 2 (/ 1 (- 1 (pow (exp b) 2)))) (/ 1 (- 1 (exp b)))))) (log (- 1 (exp b)))))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- 1 (pow (exp b) 2))) (* a (- (+ (* 2 (/ 1 (- 1 (pow (exp b) 2)))) (* a (- (* 1/2 (- (* 4 (/ 1 (- 1 (pow (exp b) 2)))) (* 4 (/ 1 (pow (- 1 (pow (exp b) 2)) 2))))) (* 1/2 (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2))))))) (/ 1 (- 1 (exp b)))))) (log (- 1 (exp b)))))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- 1 (pow (exp b) 2))) (* a (- (+ (* 2 (/ 1 (- 1 (pow (exp b) 2)))) (* a (- (+ (* 1/2 (- (* 4 (/ 1 (- 1 (pow (exp b) 2)))) (* 4 (/ 1 (pow (- 1 (pow (exp b) 2)) 2))))) (* a (- (* 1/6 (- (+ (* 8 (/ 1 (- 1 (pow (exp b) 2)))) (* 16 (/ 1 (pow (- 1 (pow (exp b) 2)) 3)))) (* 24 (/ 1 (pow (- 1 (pow (exp b) 2)) 2))))) (* 1/6 (- (+ (* 2 (/ 1 (pow (- 1 (exp b)) 3))) (/ 1 (- 1 (exp b)))) (* 3 (/ 1 (pow (- 1 (exp b)) 2)))))))) (* 1/2 (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2))))))) (/ 1 (- 1 (exp b)))))) (log (- 1 (exp b)))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (log (- 1 (pow (exp b) 2))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (+ (log (- 1 (pow (exp b) 2))) (* 2 (/ a (- 1 (pow (exp b) 2))))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (+ (log (- 1 (pow (exp b) 2))) (* a (+ (* 1/2 (* a (- (* 4 (/ 1 (- 1 (pow (exp b) 2)))) (* 4 (/ 1 (pow (- 1 (pow (exp b) 2)) 2)))))) (* 2 (/ 1 (- 1 (pow (exp b) 2))))))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (+ (log (- 1 (pow (exp b) 2))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 8 (/ 1 (- 1 (pow (exp b) 2)))) (* 16 (/ 1 (pow (- 1 (pow (exp b) 2)) 3)))) (* 24 (/ 1 (pow (- 1 (pow (exp b) 2)) 2)))))) (* 1/2 (- (* 4 (/ 1 (- 1 (pow (exp b) 2)))) (* 4 (/ 1 (pow (- 1 (pow (exp b) 2)) 2))))))) (* 2 (/ 1 (- 1 (pow (exp b) 2))))))))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- 1 (pow (exp b) 2)))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (+ 1 (* 2 a)) (pow (exp b) 2)))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (+ 1 (* a (+ 2 (* 2 a)))) (pow (exp b) 2)))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (+ 1 (* a (+ 2 (* a (+ 2 (* 4/3 a)))))) (pow (exp b) 2)))) |
#s(approx (pow (exp a) 2) #s(hole binary64 1)) |
#s(approx (pow (exp a) 2) #s(hole binary64 (+ 1 (* 2 a)))) |
#s(approx (pow (exp a) 2) #s(hole binary64 (+ 1 (* a (+ 2 (* 2 a)))))) |
#s(approx (pow (exp a) 2) #s(hole binary64 (+ 1 (* a (+ 2 (* a (+ 2 (* 4/3 a)))))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (log (- 1 (exp b))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- 1 (exp b))) (/ a (- 1 (exp b)))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- 1 (exp b))) (* a (+ (* 1/2 (* a (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2))))) (/ 1 (- 1 (exp b)))))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- 1 (exp b))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 2 (/ 1 (pow (- 1 (exp b)) 3))) (/ 1 (- 1 (exp b)))) (* 3 (/ 1 (pow (- 1 (exp b)) 2)))))) (* 1/2 (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2)))))) (/ 1 (- 1 (exp b)))))))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- 1 (exp b)))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ 1 a) (exp b)))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ 1 (* a (+ 1 (* 1/2 a)))) (exp b)))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))) (exp b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ (exp a) (exp b))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (exp a) #s(hole binary64 (exp a))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (* a (+ (/ 1 (+ 1 (exp b))) (/ (log (+ 1 (exp b))) a))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log (+ 1 (exp a))) (/ b (+ 1 (exp a)))))) |
#s(approx (/ b (- (exp a) -1)) #s(hole binary64 (/ b (+ 1 (exp a))))) |
#s(approx (- (exp a) -1) #s(hole binary64 (+ 1 (exp a)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ (exp a) (exp b)))) |
#s(approx (- a -1) #s(hole binary64 a)) |
#s(approx (- a -1) #s(hole binary64 (* a (+ 1 (/ 1 a))))) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) #s(hole binary64 (* 1/2 (pow a 2)))) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/2 (/ 1 a))))) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/2 (+ (/ 1 a) (/ 1 (pow a 2))))))) |
#s(approx (+ (* 1/2 a) 1) #s(hole binary64 (* 1/2 a))) |
#s(approx (+ (* 1/2 a) 1) #s(hole binary64 (* a (+ 1/2 (/ 1 a))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* 1/6 (pow a 3)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (+ (* 1/2 (/ 1 a)) (/ 1 (pow a 2))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (+ (* 1/2 (/ 1 a)) (+ (/ 1 (pow a 2)) (/ 1 (pow a 3)))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* 1/6 (pow a 2)))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/6 (+ (* 1/2 (/ 1 a)) (/ 1 (pow a 2))))))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (* 1/6 a))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (* a (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ (pow (exp a) 3) (pow (exp b) 3))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ (pow (exp a) 3) (pow (exp b) 3)))) |
#s(approx (pow (exp a) 3) #s(hole binary64 (pow (exp a) 3))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (* (exp b) (- (exp b) (exp a))))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (exp b) (exp a)))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (log (- (pow (exp a) 2) (pow (exp b) 2))))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (pow (exp a) 2) (pow (exp b) 2)))) |
#s(approx (pow (exp a) 2) #s(hole binary64 (pow (exp a) 2))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (log (- (exp a) (exp b))))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (exp a) (exp b)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (log (+ 1 (exp b))) a)) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* -1 (* (pow a 3) (- (* -1 (/ (+ 1/2 (/ 1 a)) a)) 1/6))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* -1 (* (pow a 3) (- (* -1 (/ (+ 1/2 (+ (/ 1 a) (/ 1 (pow a 2)))) a)) 1/6))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (/ b (+ 1 (exp a)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* 1/2 (* b (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 2 (/ 1 (pow (+ 1 (exp a)) 3))) (/ 1 (+ 1 (exp a)))) (* 3 (/ 1 (pow (+ 1 (exp a)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2)))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* b (+ 1/8 (* -1/192 (pow b 2))))))))) |
#s(approx (exp b) #s(hole binary64 1)) |
#s(approx (exp b) #s(hole binary64 (+ 1 b))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* 1/2 b)))))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- 1/2 (* 1/4 a))))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* b (- 1/8 (+ (* -1/8 a) (* 1/8 a))))) (* 1/4 a))))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* b (- (+ 1/8 (* -1 (* b (+ (* -1/2 (+ (* -1/8 a) (* 1/8 a))) (+ (* -1/16 a) (* 1/24 a)))))) (+ (* -1/8 a) (* 1/8 a))))) (* 1/4 a))))))) |
#s(approx (/ a (- (exp b) -1)) #s(hole binary64 (* 1/2 a))) |
#s(approx (/ a (- (exp b) -1)) #s(hole binary64 (+ (* -1/4 (* a b)) (* 1/2 a)))) |
#s(approx (/ a (- (exp b) -1)) #s(hole binary64 (+ (* 1/2 a) (* b (- (* -1 (* b (+ (* -1/8 a) (* 1/8 a)))) (* 1/4 a)))))) |
#s(approx (/ a (- (exp b) -1)) #s(hole binary64 (+ (* 1/2 a) (* b (- (* b (- (* -1 (* b (+ (* -1/2 (+ (* -1/8 a) (* 1/8 a))) (+ (* -1/16 a) (* 1/24 a))))) (+ (* -1/8 a) (* 1/8 a)))) (* 1/4 a)))))) |
#s(approx (- (exp b) -1) #s(hole binary64 2)) |
#s(approx (- (exp b) -1) #s(hole binary64 (+ 2 b))) |
#s(approx (- (exp b) -1) #s(hole binary64 (+ 2 (* b (+ 1 (* 1/2 b)))))) |
#s(approx (- (exp b) -1) #s(hole binary64 (+ 2 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp a)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ b (exp a))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* 1/2 b))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* b (+ 1/2 (* 1/6 b))))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (pow (exp a) 3))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* b (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ 1 (pow (exp a) 3))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* 3 (/ b (+ 1 (pow (exp a) 3))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* 1/2 (* b (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (pow (exp a) 3)))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (+ (* 3 b) (pow (exp a) 3))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (+ (* b (+ 3 (* 9/2 b))) (pow (exp a) 3))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) #s(hole binary64 (+ 1 (+ (* b (+ 3 (* b (+ 9/2 (* 9/2 b))))) (pow (exp a) 3))))) |
#s(approx (pow (exp b) 3) #s(hole binary64 1)) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* 3 b)))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (- (+ 1 (pow (exp a) 2)) (exp a))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a)))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (+ (* 1/2 (* b (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a))))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (+ (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a)))) (* b (+ (* 1/6 (* b (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a))))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (pow (exp a) 2)) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- 2 (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- (+ 2 (* b (+ 3/2 (* 1/2 (- 1 (exp a)))))) (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- (+ 2 (* b (+ 3/2 (+ (* 1/2 (- 1 (exp a))) (* b (+ 7/6 (* 1/6 (- 1 (exp a))))))))) (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- 1 (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- 2 (exp a)))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- (+ 2 (* b (+ 3/2 (* 1/2 (- 1 (exp a)))))) (exp a)))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- (+ 2 (* b (+ 3/2 (+ (* 1/2 (- 1 (exp a))) (* b (+ 7/6 (* 1/6 (- 1 (exp a))))))))) (exp a)))) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- 1 (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 b) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 (* b (+ 1 (* 1/2 b)))) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))) (exp a)))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (log (- (pow (exp a) 2) 1)) (log (- (exp a) 1))))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- (pow (exp a) 2) 1)) (* b (- (/ 1 (- (exp a) 1)) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))) (log (- (exp a) 1))))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- (pow (exp a) 2) 1)) (* b (- (+ (* b (- (* -1/2 (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2))))) (* -1/2 (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2)))))) (/ 1 (- (exp a) 1))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))) (log (- (exp a) 1))))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- (pow (exp a) 2) 1)) (* b (- (+ (* b (- (+ (* -1/2 (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2))))) (* b (- (* -1/6 (+ (* 16 (/ 1 (pow (- (pow (exp a) 2) 1) 3))) (+ (* 24 (/ 1 (pow (- (pow (exp a) 2) 1) 2))) (* 8 (/ 1 (- (pow (exp a) 2) 1)))))) (* -1/6 (+ (* 3 (/ 1 (pow (- (exp a) 1) 2))) (+ (/ 1 (- (exp a) 1)) (* 2 (/ 1 (pow (- (exp a) 1) 3))))))))) (* -1/2 (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2)))))) (/ 1 (- (exp a) 1))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))) (log (- (exp a) 1))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (log (- (pow (exp a) 2) 1)))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (+ (log (- (pow (exp a) 2) 1)) (* -2 (/ b (- (pow (exp a) 2) 1)))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (+ (log (- (pow (exp a) 2) 1)) (* b (- (* -1/2 (* b (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2)))))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) #s(hole binary64 (+ (log (- (pow (exp a) 2) 1)) (* b (- (* b (+ (* -1/2 (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2))))) (* -1/6 (* b (+ (* 8 (/ 1 (- (pow (exp a) 2) 1))) (+ (* 24 (/ 1 (pow (- (pow (exp a) 2) 1) 2))) (* 16 (/ 1 (pow (- (pow (exp a) 2) 1) 3))))))))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (pow (exp a) 2) 1))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (+ (* -2 b) (pow (exp a) 2)) 1))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (+ (* b (- (* -2 b) 2)) (pow (exp a) 2)) 1))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) #s(hole binary64 (- (+ (* b (- (* b (- (* -4/3 b) 2)) 2)) (pow (exp a) 2)) 1))) |
#s(approx (pow (exp b) 2) #s(hole binary64 1)) |
#s(approx (pow (exp b) 2) #s(hole binary64 (+ 1 (* 2 b)))) |
#s(approx (pow (exp b) 2) #s(hole binary64 (+ 1 (* b (+ 2 (* 2 b)))))) |
#s(approx (pow (exp b) 2) #s(hole binary64 (+ 1 (* b (+ 2 (* b (+ 2 (* 4/3 b)))))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (log (- (exp a) 1)))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- (exp a) 1)) (* -1 (/ b (- (exp a) 1)))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- (exp a) 1)) (* b (- (* -1/2 (* b (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2))))) (/ 1 (- (exp a) 1))))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- (exp a) 1)) (* b (- (* b (+ (* -1/2 (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2)))) (* -1/6 (* b (+ (* 3 (/ 1 (pow (- (exp a) 1) 2))) (+ (/ 1 (- (exp a) 1)) (* 2 (/ 1 (pow (- (exp a) 1) 3))))))))) (/ 1 (- (exp a) 1))))))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (exp a) 1))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ (exp a) (* -1 b)) 1))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ (exp a) (* b (- (* -1/2 b) 1))) 1))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ (exp a) (* b (- (* b (- (* -1/6 b) 1/2)) 1))) 1))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (exp b) #s(hole binary64 (exp b))) |
#s(approx (- (exp b) -1) #s(hole binary64 (+ 1 (exp b)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (/ b (+ 1 (exp a))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (* b (+ (/ 1 (+ 1 (exp a))) (/ (log (+ 1 (exp a))) b))))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (pow (exp b) 3))) |
#s(approx (pow (exp b) 2) #s(hole binary64 (pow (exp b) 2))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (* -1 (* b (- (* -1 (/ (log (+ 1 (exp a))) b)) (/ 1 (+ 1 (exp a)))))))) |
| Outputs |
|---|
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (log1p.f64 (exp.f64 a))) |
(log1p.f64 (exp.f64 a)) |
(log.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a))) |
(exp.f64 a) |
(+.f64 (cosh.f64 a) (sinh.f64 a)) |
a |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (log1p.f64 (exp.f64 b))) |
(log1p.f64 (exp.f64 b)) |
(/.f64 (-.f64 (*.f64 (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))))) (*.f64 (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))) (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))))) (log.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (exp.f64 b))))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))) #s(literal 3 binary64))) (fma.f64 (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (fma.f64 (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))) (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))) (*.f64 (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))))))) |
(-.f64 (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)))) |
(log.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b))) |
(exp.f64 b) |
(+.f64 (cosh.f64 b) (sinh.f64 b)) |
b |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (+.f64 (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) (log1p.f64 (exp.f64 b)))) |
(/.f64 (-.f64 (*.f64 (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64)))) (*.f64 (log1p.f64 (exp.f64 b)) (log1p.f64 (exp.f64 b)))) (-.f64 (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) (log1p.f64 (exp.f64 b)))) |
(/.f64 (+.f64 (pow.f64 (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (log1p.f64 (exp.f64 b)) #s(literal 3 binary64))) (fma.f64 (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) (-.f64 (*.f64 (log1p.f64 (exp.f64 b)) (log1p.f64 (exp.f64 b))) (*.f64 (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) (log1p.f64 (exp.f64 b)))))) |
(+.f64 (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) (log1p.f64 (exp.f64 b))) |
(+.f64 (log1p.f64 (exp.f64 b)) (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 a) (neg.f64 (-.f64 (exp.f64 b) #s(literal -1 binary64)))) |
(/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) |
(/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) b)) (+.f64 (exp.f64 b) #s(literal -1 binary64))) |
(/.f64 (-.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal -1 binary64)) (fma.f64 (exp.f64 b) (exp.f64 b) (+.f64 #s(literal 1 binary64) (neg.f64 (exp.f64 b))))) |
(-.f64 (exp.f64 b) #s(literal -1 binary64)) |
#s(literal -1 binary64) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (+.f64 (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) (log1p.f64 (exp.f64 a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64)))) (*.f64 (log1p.f64 (exp.f64 a)) (log1p.f64 (exp.f64 a)))) (-.f64 (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) (log1p.f64 (exp.f64 a)))) |
(/.f64 (+.f64 (pow.f64 (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (log1p.f64 (exp.f64 a)) #s(literal 3 binary64))) (fma.f64 (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) (-.f64 (*.f64 (log1p.f64 (exp.f64 a)) (log1p.f64 (exp.f64 a))) (*.f64 (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) (log1p.f64 (exp.f64 a)))))) |
(+.f64 (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) (log1p.f64 (exp.f64 a))) |
(+.f64 (log1p.f64 (exp.f64 a)) (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 b) (neg.f64 (-.f64 (exp.f64 a) #s(literal -1 binary64)))) |
(/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) |
(/.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal -1 binary64)) (fma.f64 (exp.f64 a) (exp.f64 a) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 a) #s(literal -1 binary64))))) |
(/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a)) (+.f64 (exp.f64 a) #s(literal -1 binary64))) |
(-.f64 (exp.f64 a) #s(literal -1 binary64)) |
(log.f64 (+.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b))) |
(/.f64 (-.f64 (*.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) #s(approx (exp a) (-.f64 a #s(literal -1 binary64)))) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) (-.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b))) |
(/.f64 (+.f64 (pow.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (fma.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (-.f64 (pow.f64 (exp.f64 b) #s(literal 2 binary64)) (*.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b))))) |
(+.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b)) |
(+.f64 (exp.f64 b) #s(approx (exp a) (-.f64 a #s(literal -1 binary64)))) |
#s(approx (exp a) (-.f64 a #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 a a) #s(literal 1 binary64)) (+.f64 a #s(literal -1 binary64))) |
(/.f64 (-.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal -1 binary64)) (fma.f64 a a (+.f64 #s(literal 1 binary64) (neg.f64 a)))) |
(-.f64 a #s(literal -1 binary64)) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
(/.f64 (-.f64 (*.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64)))) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) (-.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
(/.f64 (+.f64 (pow.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (fma.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (-.f64 (pow.f64 (exp.f64 b) #s(literal 2 binary64)) (*.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))))) |
(+.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b)) |
(+.f64 (exp.f64 b) #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64)))) |
#s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a) (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a)) #s(literal 1 binary64)) (-.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a) (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a))) (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a) (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a) (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a)) (*.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a))))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64)) |
(fma.f64 a (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 a) (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)))) |
(+.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1/2 binary64) a)) #s(literal 1 binary64)) (-.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1/2 binary64) a))) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) a))))) |
(fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) |
(fma.f64 a #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) a)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) a)) |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
(/.f64 (-.f64 (*.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64)))) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) (-.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
(/.f64 (+.f64 (pow.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (fma.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (-.f64 (pow.f64 (exp.f64 b) #s(literal 2 binary64)) (*.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))))) |
(+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b)) |
(+.f64 (exp.f64 b) #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64)))) |
#s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a))) (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a)) #s(literal 1 binary64)) (-.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a)) (*.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) #s(literal 1 binary64))))) |
(fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64)) |
(fma.f64 a (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 a) (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)))) |
(+.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a))) (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a)) #s(literal 1 binary64)) (-.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a)) (*.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) #s(literal 1 binary64))))) |
(fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) |
(fma.f64 a (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 a) (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (*.f64 #s(literal 1/6 binary64) a))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) a) (*.f64 #s(literal 1/6 binary64) a)) #s(literal 1/4 binary64)) (-.f64 (*.f64 #s(literal 1/6 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal 1/6 binary64) a) #s(literal 3 binary64))) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) a) (*.f64 #s(literal 1/6 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) a))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/6 binary64) a) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (fma.f64 (*.f64 #s(literal 1/6 binary64) a) (*.f64 #s(literal 1/6 binary64) a) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) |
(fma.f64 a #s(literal 1/6 binary64) #s(literal 1/2 binary64)) |
(-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/6 binary64) a)) |
(+.f64 (*.f64 #s(literal 1/6 binary64) a) #s(literal 1/2 binary64)) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) a)) |
#s(literal 1/6 binary64) |
(log.f64 (+.f64 #s(approx (exp b) #s(literal 1 binary64)) (exp.f64 a))) |
(/.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (*.f64 #s(approx (exp b) #s(literal 1 binary64)) #s(approx (exp b) #s(literal 1 binary64)))) (-.f64 (exp.f64 a) #s(approx (exp b) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 #s(approx (exp b) #s(literal 1 binary64)) #s(literal 3 binary64))) (fma.f64 (exp.f64 a) (exp.f64 a) (-.f64 (*.f64 #s(approx (exp b) #s(literal 1 binary64)) #s(approx (exp b) #s(literal 1 binary64))) (*.f64 (exp.f64 a) #s(approx (exp b) #s(literal 1 binary64)))))) |
(+.f64 #s(approx (exp b) #s(literal 1 binary64)) (exp.f64 a)) |
(+.f64 (exp.f64 a) #s(approx (exp b) #s(literal 1 binary64))) |
#s(approx (exp b) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) (log.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) (*.f64 (log.f64 (fma.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) (log.f64 (fma.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))))) (log.f64 (*.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (fma.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) #s(literal 3 binary64)) (pow.f64 (log.f64 (fma.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) #s(literal 3 binary64))) (fma.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) (log.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) (fma.f64 (log.f64 (fma.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) (log.f64 (fma.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) (*.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) (log.f64 (fma.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))))))) |
(-.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) (log.f64 (fma.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b) (pow.f64 (exp.f64 a) #s(literal 2 binary64))))) |
(log.f64 (/.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (fma.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b) (pow.f64 (exp.f64 a) #s(literal 2 binary64))))) |
(log.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
(*.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (-.f64 (pow.f64 (exp.f64 b) #s(literal 2 binary64)) (*.f64 (exp.f64 a) (exp.f64 b)))) (+.f64 (exp.f64 b) (exp.f64 a))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) (-.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
(/.f64 (+.f64 (pow.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 3 binary64))) (fma.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (-.f64 (*.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))))) |
(fma.f64 (pow.f64 (exp.f64 b) #s(literal 3/2 binary64)) (pow.f64 (exp.f64 b) #s(literal 3/2 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) |
(fma.f64 (pow.f64 (exp.f64 a) #s(literal 3/2 binary64)) (pow.f64 (exp.f64 a) #s(literal 3/2 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) |
(fma.f64 (pow.f64 (exp.f64 b) #s(literal 2 binary64)) (exp.f64 b) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) |
(fma.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 a) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) |
(fma.f64 (exp.f64 b) (pow.f64 (exp.f64 b) #s(literal 2 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) |
(fma.f64 (exp.f64 a) (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) |
(+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) |
(+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (exp.f64 a) #s(literal 3/2 binary64)) (pow.f64 (exp.f64 a) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 a)) |
(*.f64 (exp.f64 a) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) |
(pow.f64 (exp.f64 a) #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 (exp.f64 a)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 #s(literal 3 binary64) a)) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (exp.f64 a)) #s(literal 3 binary64))) (sinh.f64 (*.f64 (log.f64 (exp.f64 a)) #s(literal 3 binary64)))) |
(+.f64 (cosh.f64 (*.f64 #s(literal 3 binary64) a)) (sinh.f64 (*.f64 #s(literal 3 binary64) a))) |
#s(literal 3 binary64) |
(*.f64 (pow.f64 (exp.f64 b) #s(literal 3/2 binary64)) (pow.f64 (exp.f64 b) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (exp.f64 b) #s(literal 2 binary64)) (exp.f64 b)) |
(*.f64 (exp.f64 b) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) |
(pow.f64 (exp.f64 b) #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 (exp.f64 b)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 #s(literal 3 binary64) b)) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (exp.f64 b)) #s(literal 3 binary64))) (sinh.f64 (*.f64 (log.f64 (exp.f64 b)) #s(literal 3 binary64)))) |
(+.f64 (cosh.f64 (*.f64 #s(literal 3 binary64) b)) (sinh.f64 (*.f64 #s(literal 3 binary64) b))) |
(log.f64 (fma.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b)) (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b))) (*.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) (-.f64 (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (*.f64 (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b)) (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b)))) (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b)) (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b)) (-.f64 (*.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (*.f64 (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b)) #s(literal 3 binary64))) (fma.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b)) (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b))) (*.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b)))))) |
(fma.f64 (pow.f64 (exp.f64 a) #s(literal 1 binary64)) (pow.f64 (exp.f64 a) #s(literal 1 binary64)) (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b))) |
(fma.f64 (neg.f64 (exp.f64 a)) (neg.f64 (exp.f64 a)) (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b))) |
(fma.f64 (fabs.f64 (exp.f64 a)) (fabs.f64 (exp.f64 a)) (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b))) |
(fma.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) |
(fma.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) |
(fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b))) |
(-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (*.f64 (neg.f64 (exp.f64 b)) (-.f64 (exp.f64 b) (exp.f64 a)))) |
(+.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b))) |
(+.f64 (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b)) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) |
(*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b)) |
(*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))) |
(/.f64 (-.f64 (pow.f64 (exp.f64 b) #s(literal 2 binary64)) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (+.f64 (exp.f64 b) (exp.f64 a))) |
(/.f64 (-.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (fma.f64 (exp.f64 b) (exp.f64 b) (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (exp.f64 a))))) |
(-.f64 (exp.f64 b) (exp.f64 a)) |
(/.f64 (-.f64 (*.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64))))) (*.f64 (log.f64 (-.f64 (exp.f64 a) (exp.f64 b))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b))))) (log.f64 (*.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) (-.f64 (exp.f64 a) (exp.f64 b))))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (log.f64 (-.f64 (exp.f64 a) (exp.f64 b))) #s(literal 3 binary64))) (fma.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (fma.f64 (log.f64 (-.f64 (exp.f64 a) (exp.f64 b))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b))) (*.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b))))))) |
(-.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
(log.f64 (+.f64 (exp.f64 b) (exp.f64 a))) |
(log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (*.f64 (pow.f64 (exp.f64 b) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (fma.f64 (exp.f64 a) (exp.f64 a) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (pow.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (exp.f64 b) #s(literal 2 binary64)) #s(literal 3 binary64))) (fma.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (fma.f64 (pow.f64 (exp.f64 b) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)) (*.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))))) |
(-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (exp.f64 a) #s(literal 1 binary64)) (pow.f64 (exp.f64 a) #s(literal 1 binary64))) |
(*.f64 (neg.f64 (exp.f64 a)) (neg.f64 (exp.f64 a))) |
(*.f64 (fabs.f64 (exp.f64 a)) (fabs.f64 (exp.f64 a))) |
(*.f64 (exp.f64 a) (exp.f64 a)) |
(pow.f64 (exp.f64 a) #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 (exp.f64 a)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 #s(literal 2 binary64) a)) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (exp.f64 a)) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 (exp.f64 a)) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (*.f64 #s(literal 2 binary64) a)) (sinh.f64 (*.f64 #s(literal 2 binary64) a))) |
#s(literal 2 binary64) |
(*.f64 (pow.f64 (exp.f64 b) #s(literal 1 binary64)) (pow.f64 (exp.f64 b) #s(literal 1 binary64))) |
(*.f64 (exp.f64 b) (exp.f64 b)) |
(pow.f64 (exp.f64 b) #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 (exp.f64 b)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 #s(literal 2 binary64) b)) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (exp.f64 b)) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 (exp.f64 b)) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (*.f64 #s(literal 2 binary64) b)) (sinh.f64 (*.f64 #s(literal 2 binary64) b))) |
(log.f64 (-.f64 (exp.f64 a) (exp.f64 b))) |
(/.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (fma.f64 (exp.f64 a) (exp.f64 a) (fma.f64 (exp.f64 b) (exp.f64 b) (*.f64 (exp.f64 a) (exp.f64 b))))) |
(/.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) (+.f64 (exp.f64 b) (exp.f64 a))) |
(-.f64 (exp.f64 a) (exp.f64 b)) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (log1p.f64 (exp.f64 b))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (+.f64 (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))) (log1p.f64 (exp.f64 b)))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) a) (-.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a (log1p.f64 (exp.f64 b)))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -3 binary64)) #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) (*.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64)) #s(literal 3 binary64))) (*.f64 (-.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64))) #s(literal 1/2 binary64))) a (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a (log1p.f64 (exp.f64 b)))) |
#s(approx (log (+ 1 (exp a))) (log.f64 #s(literal 2 binary64))) |
#s(approx (log (+ 1 (exp a))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64)))) |
#s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64)))) |
#s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 a a) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64)))) |
#s(approx (exp a) #s(literal 1 binary64)) |
#s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) |
#s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
#s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
#s(approx a a) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (log1p.f64 (exp.f64 b))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))) (log1p.f64 (exp.f64 b)))) |
#s(approx (/ a (- (exp b) -1)) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) b)) a (*.f64 #s(literal 1/2 binary64) b)) (log.f64 #s(literal 2 binary64)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 b #s(literal 0 binary64))) a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) b)) a (*.f64 #s(literal 1/2 binary64) b)) (log.f64 #s(literal 2 binary64)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 (fma.f64 (neg.f64 a) (fma.f64 #s(literal -1/2 binary64) (*.f64 b #s(literal 0 binary64)) (*.f64 b #s(literal -1/48 binary64))) #s(literal 1/8 binary64)) (*.f64 b #s(literal 0 binary64))) a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) b)) a (*.f64 #s(literal 1/2 binary64) b)) (log.f64 #s(literal 2 binary64)))) |
#s(approx (/ b (- (exp a) -1)) (*.f64 #s(literal 1/2 binary64) b)) |
#s(approx (/ b (- (exp a) -1)) (fma.f64 (*.f64 b a) #s(literal -1/4 binary64) (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (/ b (- (exp a) -1)) (fma.f64 (fma.f64 (neg.f64 a) (*.f64 b #s(literal 0 binary64)) (*.f64 #s(literal -1/4 binary64) b)) a (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (/ b (- (exp a) -1)) (fma.f64 (fma.f64 (-.f64 (*.f64 (neg.f64 a) (fma.f64 #s(literal -1/2 binary64) (*.f64 b #s(literal 0 binary64)) (*.f64 b #s(literal -1/48 binary64)))) (*.f64 b #s(literal 0 binary64))) a (*.f64 #s(literal -1/4 binary64) b)) a (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (- (exp a) -1) #s(literal 2 binary64)) |
#s(approx (- (exp a) -1) (+.f64 #s(literal 2 binary64) a)) |
#s(approx (- (exp a) -1) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 2 binary64))) |
#s(approx (- (exp a) -1) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 2 binary64))) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (exp.f64 b))) |
#s(approx (+ (exp a) (exp b)) (+.f64 (+.f64 (exp.f64 b) a) #s(literal 1 binary64))) |
#s(approx (+ (exp a) (exp b)) (+.f64 (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a (exp.f64 b)) #s(literal 1 binary64))) |
#s(approx (+ (exp a) (exp b)) (+.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a (exp.f64 b)) #s(literal 1 binary64))) |
#s(approx (- a -1) #s(literal 1 binary64)) |
#s(approx (- a -1) (+.f64 #s(literal 1 binary64) a)) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) (+.f64 #s(literal 1 binary64) a)) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
#s(approx (+ (* 1/2 a) 1) #s(literal 1 binary64)) |
#s(approx (+ (* 1/2 a) 1) (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+.f64 #s(literal 1 binary64) a)) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64))) |
#s(approx (+ (* 1/6 a) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (* 1/6 a) 1/2) (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (log1p.f64 (*.f64 (expm1.f64 b) (exp.f64 b))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (fma.f64 (-.f64 (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (fma.f64 (/.f64 (exp.f64 b) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) (log1p.f64 (*.f64 (expm1.f64 b) (exp.f64 b))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) (exp.f64 b) #s(literal 2 binary64)) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))) #s(literal 2 binary64) (neg.f64 (/.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) (exp.f64 b) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64)) #s(literal 2 binary64))))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (fma.f64 (/.f64 (exp.f64 b) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) (log1p.f64 (*.f64 (expm1.f64 b) (exp.f64 b))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))) (fma.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (exp.f64 b) #s(literal 2 binary64)) (fma.f64 #s(literal -1 binary64) (exp.f64 b) #s(literal 2 binary64))) (pow.f64 (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64)) #s(literal 2 binary64))) #s(literal -6 binary64) (fma.f64 (/.f64 (fma.f64 #s(literal -1/6 binary64) (exp.f64 b) #s(literal 4/3 binary64)) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))) #s(literal 6 binary64) (*.f64 (pow.f64 (/.f64 (fma.f64 #s(literal -1 binary64) (exp.f64 b) #s(literal 2 binary64)) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))) #s(literal 3 binary64)) #s(literal 2 binary64)))))) a (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64))) (*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) (exp.f64 b) #s(literal 2 binary64)) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))) #s(literal 2 binary64) (neg.f64 (/.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) (exp.f64 b) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64)) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (fma.f64 (/.f64 (exp.f64 b) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) (log1p.f64 (*.f64 (expm1.f64 b) (exp.f64 b))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (/.f64 a (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) a) (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) (+.f64 (fma.f64 #s(literal 3 binary64) a (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) (+.f64 (fma.f64 (fma.f64 #s(literal 9/2 binary64) a #s(literal 3 binary64)) a (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) (+.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal 9/2 binary64) a #s(literal 9/2 binary64)) a #s(literal 3 binary64)) a (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal 1 binary64))) |
#s(approx (pow (exp a) 3) #s(literal 1 binary64)) |
#s(approx (pow (exp a) 3) (fma.f64 #s(literal 3 binary64) a #s(literal 1 binary64))) |
#s(approx (pow (exp a) 3) (fma.f64 (fma.f64 #s(literal 9/2 binary64) a #s(literal 3 binary64)) a #s(literal 1 binary64))) |
#s(approx (pow (exp a) 3) (fma.f64 (fma.f64 (fma.f64 #s(literal 9/2 binary64) a #s(literal 9/2 binary64)) a #s(literal 3 binary64)) a #s(literal 1 binary64))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (log1p.f64 (*.f64 (expm1.f64 b) (exp.f64 b)))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (fma.f64 (fma.f64 (/.f64 (exp.f64 b) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64)))) a (log1p.f64 (*.f64 (expm1.f64 b) (exp.f64 b))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (fma.f64 (+.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) a) (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) (exp.f64 b) #s(literal 2 binary64)) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))) #s(literal 2 binary64) (neg.f64 (/.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) (exp.f64 b) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 2 binary64) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64)))) (/.f64 (neg.f64 (exp.f64 b)) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64)))) a (log1p.f64 (*.f64 (expm1.f64 b) (exp.f64 b))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (fma.f64 (fma.f64 (/.f64 (exp.f64 b) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))) #s(literal -1 binary64) (fma.f64 (fma.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) (exp.f64 b) #s(literal 2 binary64)) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))) #s(literal 2 binary64) (neg.f64 (/.f64 (pow.f64 (fma.f64 #s(literal -1 binary64) (exp.f64 b) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64)) #s(literal 2 binary64))))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (fma.f64 (/.f64 (*.f64 (fma.f64 #s(literal -1/2 binary64) (exp.f64 b) #s(literal 2 binary64)) (fma.f64 #s(literal -1 binary64) (exp.f64 b) #s(literal 2 binary64))) (pow.f64 (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64)) #s(literal 2 binary64))) #s(literal -6 binary64) (fma.f64 (/.f64 (fma.f64 #s(literal -1/6 binary64) (exp.f64 b) #s(literal 4/3 binary64)) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))) #s(literal 6 binary64) (*.f64 (pow.f64 (/.f64 (fma.f64 #s(literal -1 binary64) (exp.f64 b) #s(literal 2 binary64)) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))) #s(literal 3 binary64)) #s(literal 2 binary64)))))) a (/.f64 #s(literal 2 binary64) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))))) a (log1p.f64 (*.f64 (expm1.f64 b) (exp.f64 b))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (fma.f64 (expm1.f64 b) (exp.f64 b) #s(literal 1 binary64))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (+.f64 (fma.f64 (fma.f64 #s(literal -1 binary64) (exp.f64 b) #s(literal 2 binary64)) a (*.f64 (expm1.f64 b) (exp.f64 b))) #s(literal 1 binary64))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (+.f64 (fma.f64 (+.f64 (fma.f64 (fma.f64 #s(literal -1/2 binary64) (exp.f64 b) #s(literal 2 binary64)) a (neg.f64 (exp.f64 b))) #s(literal 2 binary64)) a (*.f64 (expm1.f64 b) (exp.f64 b))) #s(literal 1 binary64))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (+.f64 (fma.f64 (+.f64 (fma.f64 (+.f64 (fma.f64 (fma.f64 #s(literal -1/6 binary64) (exp.f64 b) #s(literal 4/3 binary64)) a (*.f64 #s(literal -1/2 binary64) (exp.f64 b))) #s(literal 2 binary64)) a (neg.f64 (exp.f64 b))) #s(literal 2 binary64)) a (*.f64 (expm1.f64 b) (exp.f64 b))) #s(literal 1 binary64))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (*.f64 (expm1.f64 b) (exp.f64 b))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (fma.f64 (neg.f64 a) (exp.f64 b) (*.f64 (expm1.f64 b) (exp.f64 b)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (exp.f64 b) (neg.f64 (exp.f64 b))) a (*.f64 (expm1.f64 b) (exp.f64 b)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (exp.f64 b) a) #s(literal -1/6 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b))) a (neg.f64 (exp.f64 b))) a (*.f64 (expm1.f64 b) (exp.f64 b)))) |
#s(approx (- (exp b) (exp a)) (expm1.f64 b)) |
#s(approx (- (exp b) (exp a)) (-.f64 (fma.f64 #s(literal -1 binary64) a (exp.f64 b)) #s(literal 1 binary64))) |
#s(approx (- (exp b) (exp a)) (-.f64 (fma.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) a) #s(literal 1 binary64)) a (exp.f64 b)) #s(literal 1 binary64))) |
#s(approx (- (exp b) (exp a)) (-.f64 (fma.f64 (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) a) #s(literal 1/2 binary64)) a) #s(literal 1 binary64)) a (exp.f64 b)) #s(literal 1 binary64))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (log1p.f64 (exp.f64 b))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (-.f64 (fma.f64 (-.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))))) (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (-.f64 (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (-.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (*.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) #s(literal -2 binary64)) #s(literal 4 binary64))) (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64))))) a (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))))) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))))) (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (-.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (-.f64 (fma.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) #s(literal -3 binary64)) #s(literal 16 binary64) (/.f64 #s(literal 8 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))))) (*.f64 #s(literal 24 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) #s(literal -2 binary64)))) (-.f64 (fma.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -3 binary64)) #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) (*.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64)) #s(literal 3 binary64))))) a (*.f64 (-.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (*.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) #s(literal -2 binary64)) #s(literal 4 binary64))) #s(literal 1/2 binary64))) (*.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64))) #s(literal 1/2 binary64))) a (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))))) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))))) (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) (fma.f64 (/.f64 a (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) #s(literal 2 binary64) (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) a) (-.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (*.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) #s(literal -2 binary64)) #s(literal 4 binary64))) (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))))) a (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (*.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) #s(literal -2 binary64)) #s(literal 4 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) #s(literal -3 binary64)) #s(literal 16 binary64) (/.f64 #s(literal 8 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))))) (*.f64 #s(literal 24 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) #s(literal -2 binary64)))))) a (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64))))) a (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) (-.f64 (fma.f64 #s(literal 2 binary64) a #s(literal 1 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) (-.f64 (fma.f64 (fma.f64 #s(literal 2 binary64) a #s(literal 2 binary64)) a #s(literal 1 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) (-.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal 4/3 binary64) a #s(literal 2 binary64)) a #s(literal 2 binary64)) a #s(literal 1 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) |
#s(approx (pow (exp a) 2) #s(literal 1 binary64)) |
#s(approx (pow (exp a) 2) (fma.f64 #s(literal 2 binary64) a #s(literal 1 binary64))) |
#s(approx (pow (exp a) 2) (fma.f64 (fma.f64 #s(literal 2 binary64) a #s(literal 2 binary64)) a #s(literal 1 binary64))) |
#s(approx (pow (exp a) 2) (fma.f64 (fma.f64 (fma.f64 #s(literal 4/3 binary64) a #s(literal 2 binary64)) a #s(literal 2 binary64)) a #s(literal 1 binary64))) |
#s(approx (log (- (exp a) (exp b))) (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)))) |
#s(approx (log (- (exp a) (exp b))) (+.f64 (/.f64 a (-.f64 #s(literal 1 binary64) (exp.f64 b))) (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (log (- (exp a) (exp b))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) a) (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64))) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (log (- (exp a) (exp b))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -3 binary64)) #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) (*.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64)) #s(literal 3 binary64))))) a (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (- (exp a) (exp b)) (-.f64 #s(literal 1 binary64) (exp.f64 b))) |
#s(approx (- (exp a) (exp b)) (-.f64 (+.f64 #s(literal 1 binary64) a) (exp.f64 b))) |
#s(approx (- (exp a) (exp b)) (-.f64 (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64)) (exp.f64 b))) |
#s(approx (- (exp a) (exp b)) (-.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64)) (exp.f64 b))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (log.f64 (+.f64 (exp.f64 b) (exp.f64 a)))) |
#s(approx (log (+ 1 (exp a))) (log1p.f64 (exp.f64 a))) |
#s(approx (exp a) (exp.f64 a)) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 (+.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a)) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+.f64 (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))) (log1p.f64 (exp.f64 a)))) |
#s(approx (/ b (- (exp a) -1)) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a)))) |
#s(approx (- (exp a) -1) (+.f64 #s(literal 1 binary64) (exp.f64 a))) |
#s(approx (+ (exp a) (exp b)) (+.f64 (exp.f64 b) (exp.f64 a))) |
#s(approx (- a -1) a) |
#s(approx (- a -1) (*.f64 (+.f64 (pow.f64 a #s(literal -1 binary64)) #s(literal 1 binary64)) a)) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) (*.f64 (*.f64 a a) #s(literal 1/2 binary64))) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) (*.f64 (+.f64 (pow.f64 a #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 a a))) |
#s(approx (+ (* (+ (* 1/2 a) 1) a) 1) (*.f64 (+.f64 (+.f64 (pow.f64 a #s(literal -1 binary64)) #s(literal 1/2 binary64)) (pow.f64 a #s(literal -2 binary64))) (*.f64 a a))) |
#s(approx (+ (* 1/2 a) 1) (*.f64 #s(literal 1/2 binary64) a)) |
#s(approx (+ (* 1/2 a) 1) (*.f64 (+.f64 (pow.f64 a #s(literal -1 binary64)) #s(literal 1/2 binary64)) a)) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal 1/6 binary64))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/6 binary64)) (pow.f64 a #s(literal 3 binary64)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 a #s(literal -2 binary64))) #s(literal 1/6 binary64)) (pow.f64 a #s(literal 3 binary64)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/6 binary64)) (+.f64 (pow.f64 a #s(literal -3 binary64)) (pow.f64 a #s(literal -2 binary64)))) (pow.f64 a #s(literal 3 binary64)))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) (*.f64 (*.f64 a a) #s(literal 1/6 binary64))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/6 binary64)) (*.f64 a a))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) (*.f64 (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 a #s(literal -2 binary64))) #s(literal 1/6 binary64)) (*.f64 a a))) |
#s(approx (+ (* 1/6 a) 1/2) (*.f64 #s(literal 1/6 binary64) a)) |
#s(approx (+ (* 1/6 a) 1/2) (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/6 binary64)) a)) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log.f64 (/.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (fma.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
#s(approx (pow (exp a) 3) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (log.f64 (fma.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b) (pow.f64 (exp.f64 a) #s(literal 2 binary64))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (fma.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (*.f64 (-.f64 (exp.f64 b) (exp.f64 a)) (exp.f64 b))) |
#s(approx (- (exp b) (exp a)) (-.f64 (exp.f64 b) (exp.f64 a))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (log.f64 (+.f64 (exp.f64 b) (exp.f64 a)))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64))))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) |
#s(approx (pow (exp a) 2) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) |
#s(approx (log (- (exp a) (exp b))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
#s(approx (- (exp a) (exp b)) (-.f64 (exp.f64 a) (exp.f64 b))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 (neg.f64 a) (-.f64 (neg.f64 (/.f64 (log1p.f64 (exp.f64 b)) a)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (pow.f64 a #s(literal -1 binary64)) #s(literal 1/2 binary64)) a)) #s(literal 1/6 binary64)) (pow.f64 a #s(literal 3 binary64))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (+.f64 (pow.f64 a #s(literal -1 binary64)) #s(literal 1/2 binary64)) (pow.f64 a #s(literal -2 binary64))) a)) #s(literal 1/6 binary64)) (pow.f64 a #s(literal 3 binary64))))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (log1p.f64 (exp.f64 a))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (+.f64 (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))) (log1p.f64 (exp.f64 a)))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) b) (-.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -2 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64))) b (log1p.f64 (exp.f64 a)))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/6 binary64) b) (-.f64 (fma.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -3 binary64)) #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64))) (*.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -2 binary64)) #s(literal 3 binary64))) (*.f64 (-.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -2 binary64))) #s(literal 1/2 binary64))) b (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64))) b (log1p.f64 (exp.f64 a)))) |
#s(approx (log (+ 1 (exp b))) (log.f64 #s(literal 2 binary64))) |
#s(approx (log (+ 1 (exp b))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64)))) |
#s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64)))) |
#s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64)))) |
#s(approx (exp b) #s(literal 1 binary64)) |
#s(approx (exp b) (+.f64 #s(literal 1 binary64) b)) |
#s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))) |
#s(approx (exp b) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) b #s(literal 1/2 binary64)) b #s(literal 1 binary64)) b #s(literal 1 binary64))) |
#s(approx b b) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 (fma.f64 (neg.f64 b) (fma.f64 (*.f64 a #s(literal 0 binary64)) #s(literal -1/2 binary64) (*.f64 a #s(literal -1/48 binary64))) #s(literal 1/8 binary64)) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))) |
#s(approx (/ a (- (exp b) -1)) (*.f64 #s(literal 1/2 binary64) a)) |
#s(approx (/ a (- (exp b) -1)) (fma.f64 (*.f64 b a) #s(literal -1/4 binary64) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (/ a (- (exp b) -1)) (fma.f64 (fma.f64 (neg.f64 b) (*.f64 a #s(literal 0 binary64)) (*.f64 #s(literal -1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (/ a (- (exp b) -1)) (fma.f64 (fma.f64 (-.f64 (*.f64 (neg.f64 b) (fma.f64 (*.f64 a #s(literal 0 binary64)) #s(literal -1/2 binary64) (*.f64 a #s(literal -1/48 binary64)))) (*.f64 a #s(literal 0 binary64))) b (*.f64 #s(literal -1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (- (exp b) -1) #s(literal 2 binary64)) |
#s(approx (- (exp b) -1) (+.f64 #s(literal 2 binary64) b)) |
#s(approx (- (exp b) -1) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 2 binary64))) |
#s(approx (- (exp b) -1) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) b #s(literal 1/2 binary64)) b #s(literal 1 binary64)) b #s(literal 2 binary64))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (log1p.f64 (exp.f64 a))) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (exp.f64 a))) |
#s(approx (+ (exp a) (exp b)) (+.f64 (+.f64 b (exp.f64 a)) #s(literal 1 binary64))) |
#s(approx (+ (exp a) (exp b)) (+.f64 (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b (exp.f64 a)) #s(literal 1 binary64))) |
#s(approx (+ (exp a) (exp b)) (+.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) b #s(literal 1/2 binary64)) b #s(literal 1 binary64)) b (exp.f64 a)) #s(literal 1 binary64))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (log1p.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 a))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (fma.f64 (-.f64 (+.f64 (/.f64 (exp.f64 a) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a))) (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a)))) b (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) (log1p.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 a))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (fma.f64 (-.f64 (+.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) (fma.f64 (/.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal 1/2 binary64) #s(literal 3/2 binary64)) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a))) #s(literal 2 binary64) (neg.f64 (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a)) #s(literal 2 binary64))))))) b (/.f64 (exp.f64 a) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a)))) (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a)))) b (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) (log1p.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 a))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (fma.f64 (-.f64 (+.f64 (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 81 binary64))) (fma.f64 (/.f64 (*.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal 1/2 binary64) #s(literal 3/2 binary64)) (-.f64 #s(literal 2 binary64) (exp.f64 a))) (pow.f64 (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a)) #s(literal 2 binary64))) #s(literal -6 binary64) (fma.f64 (pow.f64 (/.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a))) #s(literal 3 binary64)) #s(literal 2 binary64) (/.f64 (*.f64 #s(literal 6 binary64) (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal 1/6 binary64) #s(literal 7/6 binary64))) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a))))))) b (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64))) (*.f64 (fma.f64 (/.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal 1/2 binary64) #s(literal 3/2 binary64)) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a))) #s(literal 2 binary64) (neg.f64 (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a)) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) b (/.f64 (exp.f64 a) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a)))) (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a)))) b (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) (log1p.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 a))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) b) (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)))) b (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) b) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 81 binary64))))) b (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)))) b (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) (+.f64 (fma.f64 #s(literal 3 binary64) b (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) (+.f64 (fma.f64 (fma.f64 #s(literal 9/2 binary64) b #s(literal 3 binary64)) b (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal 1 binary64))) |
#s(approx (+ (pow (exp a) 3) (pow (exp b) 3)) (+.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal 9/2 binary64) b #s(literal 9/2 binary64)) b #s(literal 3 binary64)) b (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal 1 binary64))) |
#s(approx (pow (exp b) 3) #s(literal 1 binary64)) |
#s(approx (pow (exp b) 3) (fma.f64 #s(literal 3 binary64) b #s(literal 1 binary64))) |
#s(approx (pow (exp b) 3) (fma.f64 (fma.f64 #s(literal 9/2 binary64) b #s(literal 3 binary64)) b #s(literal 1 binary64))) |
#s(approx (pow (exp b) 3) (fma.f64 (fma.f64 (fma.f64 #s(literal 9/2 binary64) b #s(literal 9/2 binary64)) b #s(literal 3 binary64)) b #s(literal 1 binary64))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (log1p.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 a)))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (fma.f64 (-.f64 (/.f64 #s(literal 2 binary64) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a))) (/.f64 (exp.f64 a) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a)))) b (log1p.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 a))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (fma.f64 (fma.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal 1/2 binary64) #s(literal 3/2 binary64)) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a))) #s(literal 2 binary64) (neg.f64 (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a)) #s(literal 2 binary64))))) b) #s(literal 1/2 binary64) (-.f64 (/.f64 #s(literal 2 binary64) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a))) (/.f64 (exp.f64 a) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a))))) b (log1p.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 a))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (fma.f64 (-.f64 (fma.f64 (fma.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal 1/2 binary64) #s(literal 3/2 binary64)) (-.f64 #s(literal 2 binary64) (exp.f64 a))) (pow.f64 (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a)) #s(literal 2 binary64))) #s(literal -6 binary64) (fma.f64 (pow.f64 (/.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a))) #s(literal 3 binary64)) #s(literal 2 binary64) (/.f64 (*.f64 #s(literal 6 binary64) (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal 1/6 binary64) #s(literal 7/6 binary64))) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a))))) b) #s(literal 1/6 binary64) (*.f64 (fma.f64 (/.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal 1/2 binary64) #s(literal 3/2 binary64)) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a))) #s(literal 2 binary64) (neg.f64 (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a)) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) b (/.f64 #s(literal 2 binary64) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a)))) (/.f64 (exp.f64 a) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a)))) b (log1p.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 a))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (-.f64 (fma.f64 (exp.f64 a) (exp.f64 a) #s(literal 1 binary64)) (exp.f64 a))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (-.f64 (+.f64 (fma.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) b (pow.f64 (exp.f64 a) #s(literal 2 binary64))) #s(literal 1 binary64)) (exp.f64 a))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (+.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (-.f64 (fma.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal 1/2 binary64) #s(literal 3/2 binary64)) b #s(literal 2 binary64)) (exp.f64 a)) b (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (+.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (-.f64 (fma.f64 (+.f64 (fma.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal 1/6 binary64) #s(literal 7/6 binary64)) b (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal 1/2 binary64))) #s(literal 3/2 binary64)) b #s(literal 2 binary64)) (exp.f64 a)) b (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (-.f64 #s(literal 1 binary64) (exp.f64 a))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (-.f64 (fma.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) b #s(literal 1 binary64)) (exp.f64 a))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (-.f64 (fma.f64 (-.f64 (fma.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal 1/2 binary64) #s(literal 3/2 binary64)) b #s(literal 2 binary64)) (exp.f64 a)) b #s(literal 1 binary64)) (exp.f64 a))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (-.f64 (fma.f64 (-.f64 (fma.f64 (+.f64 (fma.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal 1/6 binary64) #s(literal 7/6 binary64)) b (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal 1/2 binary64))) #s(literal 3/2 binary64)) b #s(literal 2 binary64)) (exp.f64 a)) b #s(literal 1 binary64)) (exp.f64 a))) |
#s(approx (- (exp b) (exp a)) (-.f64 #s(literal 1 binary64) (exp.f64 a))) |
#s(approx (- (exp b) (exp a)) (-.f64 (+.f64 #s(literal 1 binary64) b) (exp.f64 a))) |
#s(approx (- (exp b) (exp a)) (-.f64 (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64)) (exp.f64 a))) |
#s(approx (- (exp b) (exp a)) (-.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) b #s(literal 1/2 binary64)) b #s(literal 1 binary64)) b #s(literal 1 binary64)) (exp.f64 a))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (log.f64 (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a)) (expm1.f64 a)))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (-.f64 (fma.f64 (-.f64 (pow.f64 (expm1.f64 a) #s(literal -1 binary64)) (/.f64 #s(literal 2 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) a)))) b (log.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a)))) (log.f64 (expm1.f64 a)))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (-.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (fma.f64 (pow.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal -2 binary64)) #s(literal 4 binary64) (/.f64 #s(literal 4 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) a)))) (+.f64 (pow.f64 (expm1.f64 a) #s(literal -2 binary64)) (pow.f64 (expm1.f64 a) #s(literal -1 binary64))))) b (-.f64 (pow.f64 (expm1.f64 a) #s(literal -1 binary64)) (/.f64 #s(literal 2 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) a))))) b (log.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a)))) (log.f64 (expm1.f64 a)))) |
#s(approx (- (log (- (pow (exp a) 2) (pow (exp b) 2))) (log (- (exp a) (exp b)))) (-.f64 (fma.f64 (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) (-.f64 (fma.f64 (pow.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal -3 binary64)) #s(literal 16 binary64) (fma.f64 (pow.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal -2 binary64)) #s(literal 24 binary64) (/.f64 #s(literal 8 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) a))))) (fma.f64 (pow.f64 (expm1.f64 a) #s(literal -2 binary64)) #s(literal 3 binary64) (fma.f64 (pow.f64 (expm1.f64 a) #s(literal -3 binary64)) #s(literal 2 binary64) (pow.f64 (expm1.f64 a) #s(literal -1 binary64)))))) b (*.f64 (fma.f64 (pow.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal -2 binary64)) #s(literal 4 binary64) (/.f64 #s(literal 4 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) a)))) #s(literal -1/2 binary64))) (*.f64 (+.f64 (pow.f64 (expm1.f64 a) #s(literal -2 binary64)) (pow.f64 (expm1.f64 a) #s(literal -1 binary64))) #s(literal -1/2 binary64))) b (-.f64 (pow.f64 (expm1.f64 a) #s(literal -1 binary64)) (/.f64 #s(literal 2 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) a))))) b (log.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a)))) (log.f64 (expm1.f64 a)))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) (log.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a)))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) (fma.f64 (/.f64 b (expm1.f64 (*.f64 #s(literal 2 binary64) a))) #s(literal -2 binary64) (log.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (fma.f64 (pow.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal -2 binary64)) #s(literal 4 binary64) (/.f64 #s(literal 4 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) a))))) (/.f64 #s(literal 2 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) a)))) b (log.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a))))) |
#s(approx (log (- (pow (exp a) 2) (pow (exp b) 2))) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1/6 binary64) b) (fma.f64 (pow.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal -3 binary64)) #s(literal 16 binary64) (fma.f64 (pow.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal -2 binary64)) #s(literal 24 binary64) (/.f64 #s(literal 8 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) a))))) (*.f64 (fma.f64 (pow.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal -2 binary64)) #s(literal 4 binary64) (/.f64 #s(literal 4 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) a)))) #s(literal -1/2 binary64))) b) (/.f64 #s(literal 2 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) a)))) b (log.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) a))))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) (expm1.f64 (*.f64 #s(literal 2 binary64) a))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) (fma.f64 #s(literal -2 binary64) b (expm1.f64 (*.f64 #s(literal 2 binary64) a)))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) (fma.f64 (-.f64 (*.f64 #s(literal -2 binary64) b) #s(literal 2 binary64)) b (expm1.f64 (*.f64 #s(literal 2 binary64) a)))) |
#s(approx (- (pow (exp a) 2) (pow (exp b) 2)) (fma.f64 (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -4/3 binary64) b) #s(literal 2 binary64)) b) #s(literal 2 binary64)) b (expm1.f64 (*.f64 #s(literal 2 binary64) a)))) |
#s(approx (pow (exp b) 2) #s(literal 1 binary64)) |
#s(approx (pow (exp b) 2) (fma.f64 #s(literal 2 binary64) b #s(literal 1 binary64))) |
#s(approx (pow (exp b) 2) (fma.f64 (fma.f64 #s(literal 2 binary64) b #s(literal 2 binary64)) b #s(literal 1 binary64))) |
#s(approx (pow (exp b) 2) (fma.f64 (fma.f64 (fma.f64 #s(literal 4/3 binary64) b #s(literal 2 binary64)) b #s(literal 2 binary64)) b #s(literal 1 binary64))) |
#s(approx (log (- (exp a) (exp b))) (log.f64 (expm1.f64 a))) |
#s(approx (log (- (exp a) (exp b))) (fma.f64 (/.f64 b (expm1.f64 a)) #s(literal -1 binary64) (log.f64 (expm1.f64 a)))) |
#s(approx (log (- (exp a) (exp b))) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (+.f64 (pow.f64 (expm1.f64 a) #s(literal -2 binary64)) (pow.f64 (expm1.f64 a) #s(literal -1 binary64)))) (pow.f64 (expm1.f64 a) #s(literal -1 binary64))) b (log.f64 (expm1.f64 a)))) |
#s(approx (log (- (exp a) (exp b))) (fma.f64 (-.f64 (*.f64 (fma.f64 (+.f64 (pow.f64 (expm1.f64 a) #s(literal -2 binary64)) (pow.f64 (expm1.f64 a) #s(literal -1 binary64))) #s(literal -1/2 binary64) (*.f64 (*.f64 (fma.f64 (pow.f64 (expm1.f64 a) #s(literal -2 binary64)) #s(literal 3 binary64) (fma.f64 (pow.f64 (expm1.f64 a) #s(literal -3 binary64)) #s(literal 2 binary64) (pow.f64 (expm1.f64 a) #s(literal -1 binary64)))) b) #s(literal -1/6 binary64))) b) (pow.f64 (expm1.f64 a) #s(literal -1 binary64))) b (log.f64 (expm1.f64 a)))) |
#s(approx (- (exp a) (exp b)) (expm1.f64 a)) |
#s(approx (- (exp a) (exp b)) (-.f64 (fma.f64 #s(literal -1 binary64) b (exp.f64 a)) #s(literal 1 binary64))) |
#s(approx (- (exp a) (exp b)) (-.f64 (fma.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) b) #s(literal 1 binary64)) b (exp.f64 a)) #s(literal 1 binary64))) |
#s(approx (- (exp a) (exp b)) (-.f64 (fma.f64 (-.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) b) #s(literal 1/2 binary64)) b) #s(literal 1 binary64)) b (exp.f64 a)) #s(literal 1 binary64))) |
#s(approx (log (+ 1 (exp b))) (log1p.f64 (exp.f64 b))) |
#s(approx (exp b) (exp.f64 b)) |
#s(approx (- (exp b) -1) (+.f64 #s(literal 1 binary64) (exp.f64 b))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (*.f64 (+.f64 (/.f64 (log1p.f64 (exp.f64 a)) b) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64))) b)) |
#s(approx (pow (exp b) 3) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) |
#s(approx (pow (exp b) 2) (pow.f64 (exp.f64 b) #s(literal 2 binary64))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (*.f64 (neg.f64 b) (-.f64 (neg.f64 (/.f64 (log1p.f64 (exp.f64 a)) b)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64))))) |
Compiled 17 732 to 2 540 computations (85.7% saved)
25 alts after pruning (19 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 591 | 19 | 610 |
| Fresh | 0 | 0 | 0 |
| Picked | 5 | 5 | 10 |
| Done | 0 | 1 | 1 |
| Total | 596 | 25 | 621 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 0.0% | (-.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 (*.f64 #s(literal 2 binary64) b)))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
| ▶ | 53.7% | (-.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (exp.f64 (*.f64 #s(literal 3 binary64) b)))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
| ▶ | 50.7% | (-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
| ▶ | 57.1% | (-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
| ✓ | 53.8% | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| ✓ | 49.6% | (log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
| ▶ | 47.8% | (log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
| ✓ | 51.0% | (log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
| ✓ | 49.5% | (log.f64 (+.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b))) |
| ▶ | 46.9% | (log.f64 (+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))) |
| ✓ | 50.9% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 b))) |
| ✓ | 50.8% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
| ▶ | 49.6% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))))) |
| ▶ | 49.1% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
| ▶ | 46.9% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
| ▶ | 48.3% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
| ▶ | 49.4% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
| ▶ | 50.6% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
| ▶ | 48.2% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
| ▶ | 2.7% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
| ▶ | 49.9% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
| ▶ | 50.8% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 (+.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a))) |
| ▶ | 50.1% | #s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
| ▶ | 50.0% | #s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
| ▶ | 48.2% | #s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))))) |
Compiled 582 to 407 computations (30.1% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64)))) |
(fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) |
#s(literal 1/8 binary64) |
a |
#s(literal 1/2 binary64) |
(log.f64 #s(literal 2 binary64)) |
#s(literal 2 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64)))) |
(fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) |
b |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64)))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))) |
(fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) |
(*.f64 b b) |
#s(literal -1/192 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 (+.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 (+.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a)) |
(*.f64 (+.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a) |
(+.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) |
(/.f64 (log1p.f64 (exp.f64 b)) a) |
(log1p.f64 (exp.f64 b)) |
(exp.f64 b) |
(pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) |
(+.f64 #s(literal 1 binary64) (exp.f64 b)) |
#s(literal 1 binary64) |
#s(literal -1 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))) |
(fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) |
(-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) |
(fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) |
(-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) |
(*.f64 a #s(literal 0 binary64)) |
#s(literal 0 binary64) |
(*.f64 #s(literal 1/4 binary64) a) |
#s(literal 1/4 binary64) |
(*.f64 #s(literal 1/2 binary64) a) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b)))) |
(/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a)))) |
(/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))) |
(+.f64 #s(literal 1 binary64) (exp.f64 a)) |
(exp.f64 a) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
(log1p.f64 #s(approx (exp a) #s(literal 1 binary64))) |
#s(approx (exp a) #s(literal 1 binary64)) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
(log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a))) |
#s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) |
(+.f64 #s(literal 1 binary64) a) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
(log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b))) |
#s(approx (exp b) (+.f64 #s(literal 1 binary64) b)) |
(+.f64 #s(literal 1 binary64) b) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))))) |
(log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64)))) |
#s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) |
(log.f64 (+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))) |
(+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64))) |
#s(approx (exp b) #s(literal 1 binary64)) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
(+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b))) |
#s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
(fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64)) |
(fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) |
#s(literal 1/6 binary64) |
(-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) |
(fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
(/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 a) #s(literal 3 binary64)) |
#s(literal 3 binary64) |
(log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) |
(log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) |
(fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
(*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))) |
(-.f64 (exp.f64 b) (exp.f64 a)) |
(-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
(fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
(fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) |
(-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) |
(/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
#s(literal 9 binary64) |
(+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 b) #s(literal 3 binary64)) |
(*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)) |
(pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) |
#s(literal -2 binary64) |
(*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(*.f64 #s(literal 1/6 binary64) a) |
(-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) |
#s(literal -3 binary64) |
#s(literal 54 binary64) |
(/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
#s(literal 27 binary64) |
(*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) |
#s(literal 81 binary64) |
(/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) |
(-.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (exp.f64 (*.f64 #s(literal 3 binary64) b)))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (exp.f64 (*.f64 #s(literal 3 binary64) b)))) |
(+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (exp.f64 (*.f64 #s(literal 3 binary64) b))) |
(exp.f64 (*.f64 #s(literal 3 binary64) b)) |
(*.f64 #s(literal 3 binary64) b) |
(-.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 (*.f64 #s(literal 2 binary64) b)))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
(log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 (*.f64 #s(literal 2 binary64) b)))) |
(-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 (*.f64 #s(literal 2 binary64) b))) |
(pow.f64 (exp.f64 a) #s(literal 2 binary64)) |
(exp.f64 (*.f64 #s(literal 2 binary64) b)) |
(*.f64 #s(literal 2 binary64) b) |
(log.f64 (-.f64 (exp.f64 a) (exp.f64 b))) |
(-.f64 (exp.f64 a) (exp.f64 b)) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* 1/2 (* a (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 2 (/ 1 (pow (+ 1 (exp b)) 3))) (/ 1 (+ 1 (exp b)))) (* 3 (/ 1 (pow (+ 1 (exp b)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2)))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* 1/8 a)))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* a (+ 1/8 (* -1/192 (pow a 2))))))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (log 2))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* 1/8 a)))))) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 (+ 1/2 (* 1/8 a)))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (/ (log (+ 1 (exp b))) a))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (/ (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))) a))) |
#s(approx (/ (log (+ 1 (exp b))) a) #s(hole binary64 (/ (log (+ 1 (exp b))) a))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (+ (* a (+ 1/2 (* -1/4 b))) (* b (+ 1/2 (* 1/8 b))))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* b (+ 1/2 (* 1/8 b))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (+ (* a (+ 1/2 (* -1/4 b))) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (+ 1/2 (* 1/8 b)))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (+ 1/2 (+ (* -1/4 a) (* 1/8 b))))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 (+ 1/2 (* 1/8 b)))) |
#s(approx (- 1/8 (* a 0)) #s(hole binary64 1/8)) |
#s(approx (* a 0) #s(hole binary64 0)) |
#s(approx (* 1/4 a) #s(hole binary64 (* 1/4 a))) |
#s(approx (* 1/2 a) #s(hole binary64 (* 1/2 a))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (+ (* 1/2 a) (log 2)) #s(hole binary64 (log 2))) |
#s(approx (+ (* 1/2 a) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- 1/2 (* 1/4 b))))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- (+ 1/2 (* a (- 1/8 (+ (* -1/8 b) (* 1/8 b))))) (* 1/4 b))))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- (+ 1/2 (* a (- (+ 1/8 (* -1 (* a (+ (* -1/2 (+ (* -1/8 b) (* 1/8 b))) (+ (* -1/16 b) (* 1/24 b)))))) (+ (* -1/8 b) (* 1/8 b))))) (* 1/4 b))))))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (* 1/2 b))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (+ (* -1/4 (* a b)) (* 1/2 b)))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (+ (* 1/2 b) (* a (- (* -1 (* a (+ (* -1/8 b) (* 1/8 b)))) (* 1/4 b)))))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (+ (* 1/2 b) (* a (- (* a (- (* -1 (* a (+ (* -1/2 (+ (* -1/8 b) (* 1/8 b))) (+ (* -1/16 b) (* 1/24 b))))) (+ (* -1/8 b) (* 1/8 b)))) (* 1/4 b)))))) |
#s(approx (+ 1 (exp a)) #s(hole binary64 2)) |
#s(approx (+ 1 (exp a)) #s(hole binary64 (+ 2 a))) |
#s(approx (+ 1 (exp a)) #s(hole binary64 (+ 2 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (+ 1 (exp a)) #s(hole binary64 (+ 2 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx (exp a) #s(hole binary64 1)) |
#s(approx (exp a) #s(hole binary64 (+ 1 a))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx (+ 1 a) #s(hole binary64 1)) |
#s(approx (+ 1 a) #s(hole binary64 (+ 1 a))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp b)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ a (exp b))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* 1/2 a))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* a (+ 1/2 (* 1/6 a))))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 a))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (+ 1 (* 1/2 a)))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (+ 1 (* a (+ 1/2 (* 1/6 a)))))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (+ 1/2 (* 1/6 a)))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (pow (exp b) 3))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (+ (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (* a (- (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (+ (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (* a (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* a (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ 1 (pow (exp b) 3))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* 3 (/ a (+ 1 (pow (exp b) 3))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (+ (log 2) (* 3/2 b)))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (+ (log 2) (+ (* 3/2 b) (* a (+ 3/2 (* -9/4 b))))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (+ (log 2) (+ (* 3/2 b) (* a (+ 3/2 (+ (* -9/4 b) (* a (+ 9/8 (* -3 (+ (* -9/8 b) (* 9/8 b)))))))))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (+ (log 2) (+ (* 3/2 b) (* a (+ 3/2 (+ (* -9/4 b) (* a (+ 9/8 (+ (* -3 (* a (+ (* -27/16 b) (+ (* -3/2 (+ (* -9/8 b) (* 9/8 b))) (* 9/8 b))))) (* -3 (+ (* -9/8 b) (* 9/8 b))))))))))))) |
#s(approx (/ b (+ (pow (exp a) 3) 1)) #s(hole binary64 (* 1/2 b))) |
#s(approx (/ b (+ (pow (exp a) 3) 1)) #s(hole binary64 (+ (* -3/4 (* a b)) (* 1/2 b)))) |
#s(approx (/ b (+ (pow (exp a) 3) 1)) #s(hole binary64 (+ (* 1/2 b) (* a (- (* -1 (* a (+ (* -9/8 b) (* 9/8 b)))) (* 3/4 b)))))) |
#s(approx (/ b (+ (pow (exp a) 3) 1)) #s(hole binary64 (+ (* 1/2 b) (* a (- (* a (- (* -1 (* a (+ (* -27/16 b) (+ (* -3/2 (+ (* -9/8 b) (* 9/8 b))) (* 9/8 b))))) (+ (* -9/8 b) (* 9/8 b)))) (* 3/4 b)))))) |
#s(approx (+ (pow (exp a) 3) 1) #s(hole binary64 2)) |
#s(approx (+ (pow (exp a) 3) 1) #s(hole binary64 (+ 2 (* 3 a)))) |
#s(approx (+ (pow (exp a) 3) 1) #s(hole binary64 (+ 2 (* a (+ 3 (* 9/2 a)))))) |
#s(approx (+ (pow (exp a) 3) 1) #s(hole binary64 (+ 2 (* a (+ 3 (* a (+ 9/2 (* 9/2 a)))))))) |
#s(approx (pow (exp a) 3) #s(hole binary64 1)) |
#s(approx (pow (exp a) 3) #s(hole binary64 (+ 1 (* 3 a)))) |
#s(approx (pow (exp a) 3) #s(hole binary64 (+ 1 (* a (+ 3 (* 9/2 a)))))) |
#s(approx (pow (exp a) 3) #s(hole binary64 (+ 1 (* a (+ 3 (* a (+ 9/2 (* 9/2 a)))))))) |
#s(approx (log (+ 1 (pow (exp a) 3))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (pow (exp a) 3))) #s(hole binary64 (+ (log 2) (* 3/2 a)))) |
#s(approx (log (+ 1 (pow (exp a) 3))) #s(hole binary64 (+ (log 2) (* a (+ 3/2 (* 9/8 a)))))) |
#s(approx (log (+ 1 (pow (exp a) 3))) #s(hole binary64 (+ (log 2) (* a (+ 3/2 (* a (+ 9/8 (* -27/64 (pow a 2))))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (+ 1 (* (exp b) (- (exp b) 1)))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1)))))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (+ (* 1/2 (* a (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (+ (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))) (* a (+ (* 1/6 (* a (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (* (exp b) (- (exp b) 1))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (* -1 (exp b)))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (+ (* -1 (exp b)) (* a (+ 2 (* -1/2 (exp b))))))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (+ (* -1 (exp b)) (* a (+ 2 (+ (* -1/2 (exp b)) (* a (+ 4/3 (* -1/6 (exp b)))))))))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (* (exp b) (- (exp b) 1)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* -1 (* a (exp b))) (* (exp b) (- (exp b) 1))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* a (+ (* -1 (exp b)) (* -1/2 (* a (exp b))))) (* (exp b) (- (exp b) 1))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* a (+ (* -1 (exp b)) (* a (+ (* -1/2 (exp b)) (* -1/6 (* a (exp b))))))) (* (exp b) (- (exp b) 1))))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (exp b) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* -1 a)) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* a (- (* -1/2 a) 1))) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* a (- (* a (- (* -1/6 a) 1/2)) 1))) 1))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (log (+ 1 (pow (exp b) 3))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* 3 (/ a (+ 1 (pow (exp b) 3))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (/ 3 (+ 1 (pow (exp b) 3))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (* 1/6 a) #s(hole binary64 (* 1/6 a))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (exp (* 3 b)))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 b)))) (* a (- (* 3 (/ 1 (+ 1 (exp (* 3 b))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 b)))) (* a (- (+ (* 3 (/ 1 (+ 1 (exp (* 3 b))))) (* a (- (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 b)))) (* a (- (+ (* 3 (/ 1 (+ 1 (exp (* 3 b))))) (* a (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))) (* a (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (exp (* 3 b))))) (* 54 (/ 1 (pow (+ 1 (exp (* 3 b))) 3)))) (* 81 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (log (+ 1 (exp (* 3 b)))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* 3 (/ a (+ 1 (exp (* 3 b)))))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* a (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2)))))) (* 3 (/ 1 (+ 1 (exp (* 3 b)))))))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (exp (* 3 b))))) (* 54 (/ 1 (pow (+ 1 (exp (* 3 b))) 3)))) (* 81 (/ 1 (pow (+ 1 (exp (* 3 b))) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))))) (* 3 (/ 1 (+ 1 (exp (* 3 b)))))))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (exp (* 3 b))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 b)) (* 3 a))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 b)) (* a (+ 3 (* 9/2 a))))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 b)) (* a (+ 3 (* a (+ 9/2 (* 9/2 a))))))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (log (- 1 (exp (* 2 b)))) (log (- 1 (exp b)))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- 1 (exp (* 2 b)))) (* a (- (* 2 (/ 1 (- 1 (exp (* 2 b))))) (/ 1 (- 1 (exp b)))))) (log (- 1 (exp b)))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- 1 (exp (* 2 b)))) (* a (- (+ (* 2 (/ 1 (- 1 (exp (* 2 b))))) (* a (- (* 1/2 (- (* 4 (/ 1 (- 1 (exp (* 2 b))))) (* 4 (/ 1 (pow (- 1 (exp (* 2 b))) 2))))) (* 1/2 (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2))))))) (/ 1 (- 1 (exp b)))))) (log (- 1 (exp b)))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- 1 (exp (* 2 b)))) (* a (- (+ (* 2 (/ 1 (- 1 (exp (* 2 b))))) (* a (- (+ (* 1/2 (- (* 4 (/ 1 (- 1 (exp (* 2 b))))) (* 4 (/ 1 (pow (- 1 (exp (* 2 b))) 2))))) (* a (- (* 1/6 (- (+ (* 8 (/ 1 (- 1 (exp (* 2 b))))) (* 16 (/ 1 (pow (- 1 (exp (* 2 b))) 3)))) (* 24 (/ 1 (pow (- 1 (exp (* 2 b))) 2))))) (* 1/6 (- (+ (* 2 (/ 1 (pow (- 1 (exp b)) 3))) (/ 1 (- 1 (exp b)))) (* 3 (/ 1 (pow (- 1 (exp b)) 2)))))))) (* 1/2 (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2))))))) (/ 1 (- 1 (exp b)))))) (log (- 1 (exp b)))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (log (- 1 (exp (* 2 b)))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (+ (log (- 1 (exp (* 2 b)))) (* 2 (/ a (- 1 (exp (* 2 b)))))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (+ (log (- 1 (exp (* 2 b)))) (* a (+ (* 1/2 (* a (- (* 4 (/ 1 (- 1 (exp (* 2 b))))) (* 4 (/ 1 (pow (- 1 (exp (* 2 b))) 2)))))) (* 2 (/ 1 (- 1 (exp (* 2 b)))))))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (+ (log (- 1 (exp (* 2 b)))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 8 (/ 1 (- 1 (exp (* 2 b))))) (* 16 (/ 1 (pow (- 1 (exp (* 2 b))) 3)))) (* 24 (/ 1 (pow (- 1 (exp (* 2 b))) 2)))))) (* 1/2 (- (* 4 (/ 1 (- 1 (exp (* 2 b))))) (* 4 (/ 1 (pow (- 1 (exp (* 2 b))) 2))))))) (* 2 (/ 1 (- 1 (exp (* 2 b)))))))))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- 1 (exp (* 2 b))))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (+ 1 (* 2 a)) (exp (* 2 b))))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (+ 1 (* a (+ 2 (* 2 a)))) (exp (* 2 b))))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (+ 1 (* a (+ 2 (* a (+ 2 (* 4/3 a)))))) (exp (* 2 b))))) |
#s(approx (pow (exp a) 2) #s(hole binary64 1)) |
#s(approx (pow (exp a) 2) #s(hole binary64 (+ 1 (* 2 a)))) |
#s(approx (pow (exp a) 2) #s(hole binary64 (+ 1 (* a (+ 2 (* 2 a)))))) |
#s(approx (pow (exp a) 2) #s(hole binary64 (+ 1 (* a (+ 2 (* a (+ 2 (* 4/3 a)))))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (log (- 1 (exp b))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- 1 (exp b))) (/ a (- 1 (exp b)))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- 1 (exp b))) (* a (+ (* 1/2 (* a (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2))))) (/ 1 (- 1 (exp b)))))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- 1 (exp b))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 2 (/ 1 (pow (- 1 (exp b)) 3))) (/ 1 (- 1 (exp b)))) (* 3 (/ 1 (pow (- 1 (exp b)) 2)))))) (* 1/2 (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2)))))) (/ 1 (- 1 (exp b)))))))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- 1 (exp b)))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ 1 a) (exp b)))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ 1 (* a (+ 1 (* 1/2 a)))) (exp b)))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))) (exp b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ (exp a) (exp b))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* 1/8 (pow a 2)))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* (pow a 2) (+ 1/8 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* (pow a 2) (+ 1/8 (+ (* 1/2 (/ 1 a)) (/ (log 2) (pow a 2))))))) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 (* 1/8 a))) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 (* a (+ 1/8 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (* a (+ (/ 1 (+ 1 (exp b))) (/ (log (+ 1 (exp b))) a))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (* a (+ (/ 1 (+ 1 (exp b))) (/ (log (+ 1 (exp b))) a))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (/ 1 (+ 1 (exp b))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ (/ 1 (+ 1 (exp b))) (/ (log (+ 1 (exp b))) a)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* a (+ 1/2 (* -1/4 b))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* a (+ 1/2 (+ (* -1/4 b) (+ (/ (log 2) a) (/ (* b (+ 1/2 (* 1/8 b))) a))))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* a (+ 1/2 (* -1/4 b))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* a (+ 1/2 (+ (* -1/4 b) (/ (* b (+ 1/2 (* 1/8 b))) a)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* -1/4 a))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* a (- (+ (* 1/8 (/ b a)) (* 1/2 (/ 1 a))) 1/4)))) |
#s(approx (+ (* 1/2 a) (log 2)) #s(hole binary64 (* 1/2 a))) |
#s(approx (+ (* 1/2 a) (log 2)) #s(hole binary64 (* a (+ 1/2 (/ (log 2) a))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log (+ 1 (exp a))) (/ b (+ 1 (exp a)))))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (/ b (+ 1 (exp a))))) |
#s(approx (+ 1 (exp a)) #s(hole binary64 (+ 1 (exp a)))) |
#s(approx (exp a) #s(hole binary64 (exp a))) |
#s(approx (+ 1 a) #s(hole binary64 a)) |
#s(approx (+ 1 a) #s(hole binary64 (* a (+ 1 (/ 1 a))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ (exp a) (exp b)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* 1/6 (pow a 3)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (+ (* 1/2 (/ 1 a)) (/ 1 (pow a 2))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (+ (* 1/2 (/ 1 a)) (+ (/ 1 (pow a 2)) (/ 1 (pow a 3)))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* 1/6 (pow a 2)))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/6 (+ (* 1/2 (/ 1 a)) (/ 1 (pow a 2))))))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (* 1/6 a))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (* a (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ (pow (exp a) 3) (pow (exp b) 3))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* 3 (/ b (+ 1 (pow (exp a) 3))))))) |
#s(approx (/ b (+ (pow (exp a) 3) 1)) #s(hole binary64 (/ b (+ 1 (pow (exp a) 3))))) |
#s(approx (+ (pow (exp a) 3) 1) #s(hole binary64 (+ 1 (pow (exp a) 3)))) |
#s(approx (pow (exp a) 3) #s(hole binary64 (pow (exp a) 3))) |
#s(approx (log (+ 1 (pow (exp a) 3))) #s(hole binary64 (log (+ 1 (pow (exp a) 3))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (* (exp b) (- (exp b) (exp a))))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (exp b) (exp a)))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (* 1/6 (* (pow a 3) (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (* (pow a 3) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (* (pow a 3) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (+ (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (/ 3 (* (pow a 2) (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (* (pow a 3) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (+ (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (+ (* 3 (/ 1 (* (pow a 2) (+ 1 (pow (exp b) 3))))) (/ (log (+ 1 (pow (exp b) 3))) (pow a 3)))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* 1/6 (* (pow a 2) (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* (pow a 2) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* (pow a 2) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (+ (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (/ 3 (* (pow a 2) (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* a (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ (exp (* 3 b)) (pow (exp a) 3))) (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (log (+ (exp (* 3 b)) (pow (exp a) 3))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ (exp (* 3 b)) (pow (exp a) 3)))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (log (- (pow (exp a) 2) (exp (* 2 b)))))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (pow (exp a) 2) (exp (* 2 b))))) |
#s(approx (pow (exp a) 2) #s(hole binary64 (pow (exp a) 2))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (log (- (exp a) (exp b))))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (exp a) (exp b)))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* (pow a 2) (+ 1/8 (* -1 (/ (- (* -1 (/ (log 2) a)) 1/2) a)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (log (+ 1 (exp b))) a)) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (* -1 (* a (- (* -1 (/ (log (+ 1 (exp b))) a)) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* -1 (* a (- (* 1/4 b) 1/2))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (+ (log 2) (* b (+ 1/2 (* 1/8 b)))) a)) (* 1/4 b)) 1/2))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* -1 (* a (- (* 1/4 b) 1/2))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (* b (+ 1/2 (* 1/8 b))) a)) (* 1/4 b)) 1/2))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* -1 (* a (+ 1/4 (* -1 (/ (+ 1/2 (* 1/8 b)) a))))))) |
#s(approx (+ (* 1/2 a) (log 2)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (log 2) a)) 1/2))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* -1 (* (pow a 3) (- (* -1 (/ (+ 1/2 (/ 1 a)) a)) 1/6))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* -1 (* (pow a 3) (- (* -1 (/ (+ 1/2 (+ (/ 1 a) (/ 1 (pow a 2)))) a)) 1/6))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (* -1 (* (pow a 3) (+ (* -1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 3 (/ 1 (* a (+ 1 (pow (exp b) 3)))))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (log (+ 1 (pow (exp b) 3))) a)) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))) a)) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* (pow a 2) (+ (* -1 (/ (- (* -1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 3 (/ 1 (* a (+ 1 (pow (exp b) 3)))))) a)) (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* -1 (* a (+ (* -1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (/ b (+ 1 (exp a)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* 1/2 (* b (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 2 (/ 1 (pow (+ 1 (exp a)) 3))) (/ 1 (+ 1 (exp a)))) (* 3 (/ 1 (pow (+ 1 (exp a)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2)))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* b (+ 1/8 (* -1/192 (pow b 2))))))))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) #s(hole binary64 (log 2))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (+ (* 1/8 b) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* 1/8 b) 1/2) #s(hole binary64 (+ 1/2 (* 1/8 b)))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (log 2))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* b (+ 1/8 (* -1/192 (pow b 2))))))))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 (+ 1/2 (* 1/8 b)))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 (+ 1/2 (* b (+ 1/8 (* -1/192 (pow b 2))))))) |
#s(approx (+ (* (* b b) -1/192) 1/8) #s(hole binary64 1/8)) |
#s(approx (+ (* (* b b) -1/192) 1/8) #s(hole binary64 (+ 1/8 (* -1/192 (pow b 2))))) |
#s(approx (* b b) #s(hole binary64 (pow b 2))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- 1/2 (* 1/4 a))))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* b (- 1/8 (+ (* -1/8 a) (* 1/8 a))))) (* 1/4 a))))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* b (- (+ 1/8 (* -1 (* b (+ (* -1/2 (+ (* -1/8 a) (* 1/8 a))) (+ (* -1/16 a) (* 1/24 a)))))) (+ (* -1/8 a) (* 1/8 a))))) (* 1/4 a))))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (* a (+ 1/2 (/ (log 2) a))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (* a (* b (- (* 1/2 (/ 1 a)) 1/4))) (* a (+ 1/2 (/ (log 2) a)))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (* a (+ 1/2 (/ (log 2) a))) (* b (+ (* 1/8 b) (* a (- (* 1/2 (/ 1 a)) 1/4))))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (* a (+ 1/2 (/ (log 2) a))) (* b (+ (* a (- (* 1/2 (/ 1 a)) 1/4)) (* b (+ 1/8 (* 1/48 (* a b))))))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (/ (log 2) a)))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (+ (* b (- (* 1/2 (/ 1 a)) 1/4)) (/ (log 2) a))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (+ (* b (- (+ (* 1/8 (/ b a)) (* 1/2 (/ 1 a))) 1/4)) (/ (log 2) a))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (+ (* b (- (+ (* 1/2 (/ 1 a)) (* b (+ (* 1/48 b) (* 1/8 (/ 1 a))))) 1/4)) (/ (log 2) a))))) |
#s(approx (/ (log (+ 1 (exp b))) a) #s(hole binary64 (/ (log 2) a))) |
#s(approx (/ (log (+ 1 (exp b))) a) #s(hole binary64 (+ (* 1/2 (/ b a)) (/ (log 2) a)))) |
#s(approx (/ (log (+ 1 (exp b))) a) #s(hole binary64 (+ (* b (+ (* 1/8 (/ b a)) (* 1/2 (/ 1 a)))) (/ (log 2) a)))) |
#s(approx (/ (log (+ 1 (exp b))) a) #s(hole binary64 (+ (* b (+ (* b (+ (* -1/192 (/ (pow b 2) a)) (* 1/8 (/ 1 a)))) (* 1/2 (/ 1 a)))) (/ (log 2) a)))) |
#s(approx (exp b) #s(hole binary64 1)) |
#s(approx (exp b) #s(hole binary64 (+ 1 b))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* 1/2 b)))))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))))) |
#s(approx (pow (+ 1 (exp b)) -1) #s(hole binary64 1/2)) |
#s(approx (pow (+ 1 (exp b)) -1) #s(hole binary64 (+ 1/2 (* -1/4 b)))) |
#s(approx (pow (+ 1 (exp b)) -1) #s(hole binary64 (+ 1/2 (* b (- (* 1/48 (pow b 2)) 1/4))))) |
#s(approx (pow (+ 1 (exp b)) -1) #s(hole binary64 (+ 1/2 (* b (- (* (pow b 2) (+ 1/48 (* -1/480 (pow b 2)))) 1/4))))) |
#s(approx (+ 1 (exp b)) #s(hole binary64 2)) |
#s(approx (+ 1 (exp b)) #s(hole binary64 (+ 2 b))) |
#s(approx (+ 1 (exp b)) #s(hole binary64 (+ 2 (* b (+ 1 (* 1/2 b)))))) |
#s(approx (+ 1 (exp b)) #s(hole binary64 (+ 2 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- 1/2 (* 1/4 a))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* 1/8 b)) (* 1/4 a))))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* 1/2 a))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (+ (* 1/2 a) (* b (- 1/2 (* 1/4 a)))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (+ (* 1/2 a) (* b (- (+ 1/2 (* 1/8 b)) (* 1/4 a)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (- 1/2 (* 1/4 a)))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (- (+ 1/2 (* 1/8 b)) (* 1/4 a)))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 1/2)) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (* 1/2 a))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (+ (* -1/4 (* a b)) (* 1/2 a)))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (+ (* 1/2 a) (* b (- (* -1 (* b (+ (* -1/8 a) (* 1/8 a)))) (* 1/4 a)))))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (+ (* 1/2 a) (* b (- (* b (- (* -1 (* b (+ (* -1/2 (+ (* -1/8 a) (* 1/8 a))) (+ (* -1/16 a) (* 1/24 a))))) (+ (* -1/8 a) (* 1/8 a)))) (* 1/4 a)))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (+ (* 1/2 b) (log 2)) #s(hole binary64 (log 2))) |
#s(approx (+ (* 1/2 b) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (+ 1 b) #s(hole binary64 1)) |
#s(approx (+ 1 b) #s(hole binary64 (+ 1 b))) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) #s(hole binary64 (+ 1 b))) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) #s(hole binary64 (+ 1 (* b (+ 1 (* 1/2 b)))))) |
#s(approx (+ (* 1/2 b) 1) #s(hole binary64 1)) |
#s(approx (+ (* 1/2 b) 1) #s(hole binary64 (+ 1 (* 1/2 b)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp a)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ b (exp a))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* 1/2 b))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* b (+ 1/2 (* 1/6 b))))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (pow (exp a) 3))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* b (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ 1 (pow (exp a) 3))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* 3 (/ b (+ 1 (pow (exp a) 3))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* 1/2 (* b (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (log (+ 1 (pow (exp a) 3))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (- (+ 1 (pow (exp a) 2)) (exp a))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a)))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (+ (* 1/2 (* b (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a))))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (+ (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a)))) (* b (+ (* 1/6 (* b (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a))))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (pow (exp a) 2)) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- 2 (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- (+ 2 (* b (+ 3/2 (* 1/2 (- 1 (exp a)))))) (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- (+ 2 (* b (+ 3/2 (+ (* 1/2 (- 1 (exp a))) (* b (+ 7/6 (* 1/6 (- 1 (exp a))))))))) (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- 1 (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- 2 (exp a)))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- (+ 2 (* b (+ 3/2 (* 1/2 (- 1 (exp a)))))) (exp a)))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- (+ 2 (* b (+ 3/2 (+ (* 1/2 (- 1 (exp a))) (* b (+ 7/6 (* 1/6 (- 1 (exp a))))))))) (exp a)))) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- 1 (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 b) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 (* b (+ 1 (* 1/2 b)))) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))) (exp a)))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (+ (log 2) (* a (+ 3/2 (* 9/8 a)))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (+ (log 2) (+ (* a (+ 3/2 (* 9/8 a))) (* b (+ 3/2 (* a (- (* 27/16 (pow a 2)) 9/4)))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (+ (log 2) (+ (* a (+ 3/2 (* 9/8 a))) (* b (+ 3/2 (+ (* a (- (* 27/16 (pow a 2)) 9/4)) (* b (+ 9/8 (* -81/32 (pow a 2))))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (+ (log 2) (+ (* a (+ 3/2 (* 9/8 a))) (* b (+ 3/2 (+ (* a (- (* 27/16 (pow a 2)) 9/4)) (* b (+ 9/8 (+ (* -81/32 (pow a 2)) (* a (* b (+ 27/16 (* -81/16 (pow a 2))))))))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (* 9/8 a)))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (+ (* 9/8 a) (* b (- (* 27/16 (pow a 2)) 9/4)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (+ (* 9/8 a) (* b (- (+ (* -81/32 (* a b)) (* 27/16 (pow a 2))) 9/4)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (+ (* 9/8 a) (* b (- (+ (* 27/16 (pow a 2)) (* b (+ (* -81/32 a) (* b (+ 27/16 (* -81/16 (pow a 2))))))) 9/4)))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 9/8)) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ 9/8 (* 27/16 (* a b))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ 9/8 (* b (+ (* -81/32 b) (* 27/16 a)))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ 9/8 (* b (+ (* 27/16 a) (* b (- (* -81/16 (* a b)) 81/32))))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 9/4)) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (+ 9/4 (* -81/16 (pow b 2))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (+ 9/4 (* (pow b 2) (- (* 243/32 (pow b 2)) 81/16))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (+ 9/4 (* (pow b 2) (- (* (pow b 2) (+ 243/32 (* -12393/1280 (pow b 2)))) 81/16))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 9/2)) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 9/2 (* -27/4 b)))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 9/2 (* b (- (* 81/16 (pow b 2)) 27/4))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 9/2 (* b (- (* (pow b 2) (+ 81/16 (* -729/160 (pow b 2)))) 27/4))))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 2)) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 2 (* 3 b)))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 2 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 2 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (pow (exp b) 3) #s(hole binary64 1)) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* 3 b)))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 9/4)) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (+ 9/4 (* -27/4 b)))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (+ 9/4 (* b (- (* 81/16 b) 27/4))))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (+ 9/4 (* b (- (* b (+ 81/16 (* 81/16 b))) 27/4))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 1/4)) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (+ 1/4 (* -3/4 b)))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (+ 1/4 (* b (- (* 9/16 b) 3/4))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (+ 1/4 (* b (- (* b (+ 9/16 (* 9/16 b))) 3/4))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* 27/16 (* a b)))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* b (+ (* -81/16 (* a (pow b 2))) (* 27/16 a))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* b (+ (* 27/16 a) (* (pow b 2) (+ (* -81/16 a) (* 12393/1280 (* a (pow b 2))))))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* b (+ (* 27/16 a) (* (pow b 2) (+ (* -81/16 a) (* (pow b 2) (+ (* -67797/4480 (* a (pow b 2))) (* 12393/1280 a))))))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* 81/8 b))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* b (+ 81/8 (* -243/8 (pow b 2)))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* b (+ 81/8 (* (pow b 2) (- (* 37179/640 (pow b 2)) 243/8)))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* b (+ 81/8 (* (pow b 2) (- (* (pow b 2) (+ 37179/640 (* -203391/2240 (pow b 2)))) 243/8)))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 81/4)) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 81/4 (* -405/8 b)))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 81/4 (* b (- (* 729/16 b) 405/8))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 81/4 (* b (- (* b (+ 729/16 (* 243/16 b))) 405/8))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 1/8)) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (+ 1/8 (* -9/16 b)))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (+ 1/8 (* b (- (* 27/32 b) 9/16))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (+ 1/8 (* b (- (* b (+ 27/32 (* -81/64 (pow b 2)))) 9/16))))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 27/2)) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 27/2 (* -81/4 b)))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 27/2 (* b (- (* 243/16 (pow b 2)) 81/4))))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 27/2 (* b (- (* (pow b 2) (+ 243/16 (* -2187/160 (pow b 2)))) 81/4))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 81/4)) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (+ 81/4 (* -243/4 b)))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (+ 81/4 (* b (- (* 729/16 b) 243/4))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (+ 81/4 (* b (- (* b (+ 729/16 (* 729/16 b))) 243/4))))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 3/2)) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 3/2 (* -9/4 b)))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 3/2 (* b (- (* 27/16 (pow b 2)) 9/4))))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 3/2 (* b (- (* (pow b 2) (+ 27/16 (* -243/160 (pow b 2)))) 9/4))))) |
#s(approx (log (+ 1 (pow (exp b) 3))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (pow (exp b) 3))) #s(hole binary64 (+ (log 2) (* 3/2 b)))) |
#s(approx (log (+ 1 (pow (exp b) 3))) #s(hole binary64 (+ (log 2) (* b (+ 3/2 (* 9/8 b)))))) |
#s(approx (log (+ 1 (pow (exp b) 3))) #s(hole binary64 (+ (log 2) (* b (+ 3/2 (* b (+ 9/8 (* -27/64 (pow b 2))))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (pow (exp a) 3))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* b (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (log (+ 1 (pow (exp a) 3))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* 3 (/ b (+ 1 (pow (exp a) 3))))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* 1/2 (* b (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (pow (exp a) 3)))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (* 3 b) (pow (exp a) 3))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (* b (+ 3 (* 9/2 b))) (pow (exp a) 3))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (* b (+ 3 (* b (+ 9/2 (* 9/2 b))))) (pow (exp a) 3))))) |
#s(approx (exp (* 3 b)) #s(hole binary64 1)) |
#s(approx (exp (* 3 b)) #s(hole binary64 (+ 1 (* 3 b)))) |
#s(approx (exp (* 3 b)) #s(hole binary64 (+ 1 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (exp (* 3 b)) #s(hole binary64 (+ 1 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (* 3 b) #s(hole binary64 (* 3 b))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (log (- (pow (exp a) 2) 1)) (log (- (exp a) 1))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- (pow (exp a) 2) 1)) (* b (- (/ 1 (- (exp a) 1)) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))) (log (- (exp a) 1))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- (pow (exp a) 2) 1)) (* b (- (+ (* b (- (* -1/2 (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2))))) (* -1/2 (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2)))))) (/ 1 (- (exp a) 1))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))) (log (- (exp a) 1))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- (pow (exp a) 2) 1)) (* b (- (+ (* b (- (+ (* -1/2 (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2))))) (* b (- (* -1/6 (+ (* 16 (/ 1 (pow (- (pow (exp a) 2) 1) 3))) (+ (* 24 (/ 1 (pow (- (pow (exp a) 2) 1) 2))) (* 8 (/ 1 (- (pow (exp a) 2) 1)))))) (* -1/6 (+ (* 3 (/ 1 (pow (- (exp a) 1) 2))) (+ (/ 1 (- (exp a) 1)) (* 2 (/ 1 (pow (- (exp a) 1) 3))))))))) (* -1/2 (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2)))))) (/ 1 (- (exp a) 1))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))) (log (- (exp a) 1))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (log (- (pow (exp a) 2) 1)))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (+ (log (- (pow (exp a) 2) 1)) (* -2 (/ b (- (pow (exp a) 2) 1)))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (+ (log (- (pow (exp a) 2) 1)) (* b (- (* -1/2 (* b (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2)))))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (+ (log (- (pow (exp a) 2) 1)) (* b (- (* b (+ (* -1/2 (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2))))) (* -1/6 (* b (+ (* 8 (/ 1 (- (pow (exp a) 2) 1))) (+ (* 24 (/ 1 (pow (- (pow (exp a) 2) 1) 2))) (* 16 (/ 1 (pow (- (pow (exp a) 2) 1) 3))))))))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (pow (exp a) 2) 1))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (+ (* -2 b) (pow (exp a) 2)) 1))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (+ (* b (- (* -2 b) 2)) (pow (exp a) 2)) 1))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (+ (* b (- (* b (- (* -4/3 b) 2)) 2)) (pow (exp a) 2)) 1))) |
#s(approx (exp (* 2 b)) #s(hole binary64 1)) |
#s(approx (exp (* 2 b)) #s(hole binary64 (+ 1 (* 2 b)))) |
#s(approx (exp (* 2 b)) #s(hole binary64 (+ 1 (* b (+ 2 (* 2 b)))))) |
#s(approx (exp (* 2 b)) #s(hole binary64 (+ 1 (* b (+ 2 (* b (+ 2 (* 4/3 b)))))))) |
#s(approx (* 2 b) #s(hole binary64 (* 2 b))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (log (- (exp a) 1)))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- (exp a) 1)) (* -1 (/ b (- (exp a) 1)))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- (exp a) 1)) (* b (- (* -1/2 (* b (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2))))) (/ 1 (- (exp a) 1))))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- (exp a) 1)) (* b (- (* b (+ (* -1/2 (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2)))) (* -1/6 (* b (+ (* 3 (/ 1 (pow (- (exp a) 1) 2))) (+ (/ 1 (- (exp a) 1)) (* 2 (/ 1 (pow (- (exp a) 1) 3))))))))) (/ 1 (- (exp a) 1))))))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (exp a) 1))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ (exp a) (* -1 b)) 1))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ (exp a) (* b (- (* -1/2 b) 1))) 1))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ (exp a) (* b (- (* b (- (* -1/6 b) 1/2)) 1))) 1))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) #s(hole binary64 (* 1/8 (pow b 2)))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) #s(hole binary64 (* (pow b 2) (+ 1/8 (* 1/2 (/ 1 b)))))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) #s(hole binary64 (* (pow b 2) (+ 1/8 (+ (* 1/2 (/ 1 b)) (/ (log 2) (pow b 2))))))) |
#s(approx (+ (* 1/8 b) 1/2) #s(hole binary64 (* 1/8 b))) |
#s(approx (+ (* 1/8 b) 1/2) #s(hole binary64 (* b (+ 1/8 (* 1/2 (/ 1 b)))))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (* -1/192 (pow b 4)))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (* (pow b 4) (- (* 1/8 (/ 1 (pow b 2))) 1/192)))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (* (pow b 4) (- (+ (/ 1/2 (pow b 3)) (* 1/8 (/ 1 (pow b 2)))) 1/192)))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (* (pow b 4) (- (+ (/ 1/2 (pow b 3)) (+ (* 1/8 (/ 1 (pow b 2))) (/ (log 2) (pow b 4)))) 1/192)))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 (* -1/192 (pow b 3)))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 (* (pow b 3) (- (* 1/8 (/ 1 (pow b 2))) 1/192)))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 (* (pow b 3) (- (+ (/ 1/2 (pow b 3)) (* 1/8 (/ 1 (pow b 2)))) 1/192)))) |
#s(approx (+ (* (* b b) -1/192) 1/8) #s(hole binary64 (* -1/192 (pow b 2)))) |
#s(approx (+ (* (* b b) -1/192) 1/8) #s(hole binary64 (* (pow b 2) (- (* 1/8 (/ 1 (pow b 2))) 1/192)))) |
#s(approx (exp b) #s(hole binary64 (exp b))) |
#s(approx (pow (+ 1 (exp b)) -1) #s(hole binary64 (/ 1 (+ 1 (exp b))))) |
#s(approx (+ 1 (exp b)) #s(hole binary64 (+ 1 (exp b)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* 1/8 (pow b 2)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (* 1/2 (/ 1 b))) (* 1/4 (/ a b)))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 b)) (/ (log 2) (pow b 2))))) (* 1/4 (/ a b)))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* 1/8 (pow b 2)))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (* 1/2 (/ 1 b))) (* 1/4 (/ a b)))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (+ (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 b)))) (* 1/4 (/ a b)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* 1/8 b))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* b (- (+ 1/8 (* 1/2 (/ 1 b))) (* 1/4 (/ a b)))))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 (* 1/8 b))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 (* b (+ 1/8 (* 1/2 (/ 1 b)))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (/ b (+ 1 (exp a))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (* b (+ (/ 1 (+ 1 (exp a))) (/ (log (+ 1 (exp a))) b))))) |
#s(approx (+ (* 1/2 b) (log 2)) #s(hole binary64 (* 1/2 b))) |
#s(approx (+ (* 1/2 b) (log 2)) #s(hole binary64 (* b (+ 1/2 (/ (log 2) b))))) |
#s(approx (+ 1 b) #s(hole binary64 b)) |
#s(approx (+ 1 b) #s(hole binary64 (* b (+ 1 (/ 1 b))))) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) #s(hole binary64 (* 1/2 (pow b 2)))) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) #s(hole binary64 (* (pow b 2) (+ 1/2 (/ 1 b))))) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) #s(hole binary64 (* (pow b 2) (+ 1/2 (+ (/ 1 b) (/ 1 (pow b 2))))))) |
#s(approx (+ (* 1/2 b) 1) #s(hole binary64 (* 1/2 b))) |
#s(approx (+ (* 1/2 b) 1) #s(hole binary64 (* b (+ 1/2 (/ 1 b))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (* 3 (/ b (+ 1 (pow (exp a) 3)))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (* b (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (/ (log (+ 1 (pow (exp a) 3))) b))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (/ 9 (+ 1 (pow (exp b) 3))))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 1 (pow (exp b) 3)))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (pow (exp b) 3))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (/ 9 (pow (+ 1 (pow (exp b) 3)) 2)))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (/ 27 (+ 1 (pow (exp b) 3))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (/ 81 (pow (+ 1 (pow (exp b) 3)) 2)))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (/ 3 (+ 1 (pow (exp b) 3))))) |
#s(approx (log (+ 1 (pow (exp b) 3))) #s(hole binary64 (log (+ 1 (pow (exp b) 3))))) |
#s(approx (exp (* 3 b)) #s(hole binary64 (exp (* 3 b)))) |
#s(approx (exp (* 2 b)) #s(hole binary64 (exp (* 2 b)))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) #s(hole binary64 (* (pow b 2) (+ 1/8 (* -1 (/ (- (* -1 (/ (log 2) b)) 1/2) b)))))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (* (pow b 4) (- (+ (* -1 (/ (- (* -1 (/ (log 2) b)) 1/2) (pow b 3))) (* 1/8 (/ 1 (pow b 2)))) 1/192)))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 (* -1 (* (pow b 3) (- 1/192 (* 1/8 (/ 1 (pow b 2)))))))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 (* -1 (* (pow b 3) (+ 1/192 (* -1 (/ (+ 1/8 (* 1/2 (/ 1 b))) (pow b 2)))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* (pow b 2) (+ 1/8 (* -1 (/ (+ (* -1 (- 1/2 (* 1/4 a))) (* -1 (/ (+ (log 2) (* 1/2 a)) b))) b)))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* (pow b 2) (+ 1/8 (* -1 (/ (+ (* -1 (- 1/2 (* 1/4 a))) (* -1/2 (/ a b))) b)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* -1 (* b (- (* -1 (/ (- 1/2 (* 1/4 a)) b)) 1/8))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (* -1 (* b (- (* -1 (/ (log (+ 1 (exp a))) b)) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (+ (* 1/2 b) (log 2)) #s(hole binary64 (* -1 (* b (- (* -1 (/ (log 2) b)) 1/2))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (* -1 (* b (- (* -1 (/ (log (+ 1 (pow (exp a) 3))) b)) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.6s | b | @ | -inf | ((log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (+ (* 1/8 a) 1/2) 1/8 a 1/2 (log 2) 2 (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) (+ (* 1/8 b) 1/2) b (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) (+ (* (* b b) -1/192) 1/8) (* b b) -1/192 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (/ (log (+ 1 (exp b))) a) (log (+ 1 (exp b))) (exp b) (pow (+ 1 (exp b)) -1) (+ 1 (exp b)) 1 -1 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+ (* (- 1/8 (* a 0)) b) 1/2) (- 1/8 (* a 0)) (* a 0) 0 (* 1/4 a) 1/4 (* 1/2 a) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/ a (+ 1 (exp b))) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (* 1/2 a) (log 2)) (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/ b (+ 1 (exp a))) (+ 1 (exp a)) (exp a) (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+ (* 1/2 b) (log 2)) (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) (+ 1 a) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (+ 1 b) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (+ (* (+ (* 1/2 b) 1) b) 1) (+ (* 1/2 b) 1) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp b) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+ (* (+ (* 1/6 a) 1/2) a) 1) (+ (* 1/6 a) 1/2) 1/6 (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) (/ b (+ (pow (exp a) 3) 1)) (+ (pow (exp a) 3) 1) (pow (exp a) 3) 3 (log (+ 1 (pow (exp a) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (* (exp b) (- (exp b) (exp a))) (- (exp b) (exp a)) (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (/ 9 (+ (pow (exp b) 3) 1)) 9 (+ (pow (exp b) 3) 1) (pow (exp b) 3) (* (pow (+ (pow (exp b) 3) 1) -2) 9) (pow (+ (pow (exp b) 3) 1) -2) -2 (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (pow (+ (pow (exp b) 3) 1) -3) -3 54 (/ 27 (+ (pow (exp b) 3) 1)) 27 (* 81 (pow (+ (pow (exp b) 3) 1) -2)) 81 (/ 3 (+ (pow (exp b) 3) 1)) (log (+ 1 (pow (exp b) 3))) (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (exp (* 3 b)))) (+ (pow (exp a) 3) (exp (* 3 b))) (exp (* 3 b)) (* 3 b) (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) (log (- (pow (exp a) 2) (exp (* 2 b)))) (- (pow (exp a) 2) (exp (* 2 b))) (pow (exp a) 2) (exp (* 2 b)) (* 2 b) (log (- (exp a) (exp b))) (- (exp a) (exp b))) |
| 133.0ms | a | @ | inf | ((log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (+ (* 1/8 a) 1/2) 1/8 a 1/2 (log 2) 2 (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) (+ (* 1/8 b) 1/2) b (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) (+ (* (* b b) -1/192) 1/8) (* b b) -1/192 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (/ (log (+ 1 (exp b))) a) (log (+ 1 (exp b))) (exp b) (pow (+ 1 (exp b)) -1) (+ 1 (exp b)) 1 -1 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+ (* (- 1/8 (* a 0)) b) 1/2) (- 1/8 (* a 0)) (* a 0) 0 (* 1/4 a) 1/4 (* 1/2 a) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/ a (+ 1 (exp b))) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (* 1/2 a) (log 2)) (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/ b (+ 1 (exp a))) (+ 1 (exp a)) (exp a) (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+ (* 1/2 b) (log 2)) (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) (+ 1 a) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (+ 1 b) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (+ (* (+ (* 1/2 b) 1) b) 1) (+ (* 1/2 b) 1) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp b) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+ (* (+ (* 1/6 a) 1/2) a) 1) (+ (* 1/6 a) 1/2) 1/6 (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) (/ b (+ (pow (exp a) 3) 1)) (+ (pow (exp a) 3) 1) (pow (exp a) 3) 3 (log (+ 1 (pow (exp a) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (* (exp b) (- (exp b) (exp a))) (- (exp b) (exp a)) (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (/ 9 (+ (pow (exp b) 3) 1)) 9 (+ (pow (exp b) 3) 1) (pow (exp b) 3) (* (pow (+ (pow (exp b) 3) 1) -2) 9) (pow (+ (pow (exp b) 3) 1) -2) -2 (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (pow (+ (pow (exp b) 3) 1) -3) -3 54 (/ 27 (+ (pow (exp b) 3) 1)) 27 (* 81 (pow (+ (pow (exp b) 3) 1) -2)) 81 (/ 3 (+ (pow (exp b) 3) 1)) (log (+ 1 (pow (exp b) 3))) (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (exp (* 3 b)))) (+ (pow (exp a) 3) (exp (* 3 b))) (exp (* 3 b)) (* 3 b) (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) (log (- (pow (exp a) 2) (exp (* 2 b)))) (- (pow (exp a) 2) (exp (* 2 b))) (pow (exp a) 2) (exp (* 2 b)) (* 2 b) (log (- (exp a) (exp b))) (- (exp a) (exp b))) |
| 132.0ms | b | @ | inf | ((log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (+ (* 1/8 a) 1/2) 1/8 a 1/2 (log 2) 2 (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) (+ (* 1/8 b) 1/2) b (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) (+ (* (* b b) -1/192) 1/8) (* b b) -1/192 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (/ (log (+ 1 (exp b))) a) (log (+ 1 (exp b))) (exp b) (pow (+ 1 (exp b)) -1) (+ 1 (exp b)) 1 -1 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+ (* (- 1/8 (* a 0)) b) 1/2) (- 1/8 (* a 0)) (* a 0) 0 (* 1/4 a) 1/4 (* 1/2 a) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/ a (+ 1 (exp b))) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (* 1/2 a) (log 2)) (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/ b (+ 1 (exp a))) (+ 1 (exp a)) (exp a) (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+ (* 1/2 b) (log 2)) (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) (+ 1 a) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (+ 1 b) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (+ (* (+ (* 1/2 b) 1) b) 1) (+ (* 1/2 b) 1) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp b) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+ (* (+ (* 1/6 a) 1/2) a) 1) (+ (* 1/6 a) 1/2) 1/6 (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) (/ b (+ (pow (exp a) 3) 1)) (+ (pow (exp a) 3) 1) (pow (exp a) 3) 3 (log (+ 1 (pow (exp a) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (* (exp b) (- (exp b) (exp a))) (- (exp b) (exp a)) (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (/ 9 (+ (pow (exp b) 3) 1)) 9 (+ (pow (exp b) 3) 1) (pow (exp b) 3) (* (pow (+ (pow (exp b) 3) 1) -2) 9) (pow (+ (pow (exp b) 3) 1) -2) -2 (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (pow (+ (pow (exp b) 3) 1) -3) -3 54 (/ 27 (+ (pow (exp b) 3) 1)) 27 (* 81 (pow (+ (pow (exp b) 3) 1) -2)) 81 (/ 3 (+ (pow (exp b) 3) 1)) (log (+ 1 (pow (exp b) 3))) (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (exp (* 3 b)))) (+ (pow (exp a) 3) (exp (* 3 b))) (exp (* 3 b)) (* 3 b) (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) (log (- (pow (exp a) 2) (exp (* 2 b)))) (- (pow (exp a) 2) (exp (* 2 b))) (pow (exp a) 2) (exp (* 2 b)) (* 2 b) (log (- (exp a) (exp b))) (- (exp a) (exp b))) |
| 118.0ms | a | @ | -inf | ((log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (+ (* 1/8 a) 1/2) 1/8 a 1/2 (log 2) 2 (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) (+ (* 1/8 b) 1/2) b (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) (+ (* (* b b) -1/192) 1/8) (* b b) -1/192 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (/ (log (+ 1 (exp b))) a) (log (+ 1 (exp b))) (exp b) (pow (+ 1 (exp b)) -1) (+ 1 (exp b)) 1 -1 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+ (* (- 1/8 (* a 0)) b) 1/2) (- 1/8 (* a 0)) (* a 0) 0 (* 1/4 a) 1/4 (* 1/2 a) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/ a (+ 1 (exp b))) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (* 1/2 a) (log 2)) (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/ b (+ 1 (exp a))) (+ 1 (exp a)) (exp a) (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+ (* 1/2 b) (log 2)) (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) (+ 1 a) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (+ 1 b) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (+ (* (+ (* 1/2 b) 1) b) 1) (+ (* 1/2 b) 1) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp b) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+ (* (+ (* 1/6 a) 1/2) a) 1) (+ (* 1/6 a) 1/2) 1/6 (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) (/ b (+ (pow (exp a) 3) 1)) (+ (pow (exp a) 3) 1) (pow (exp a) 3) 3 (log (+ 1 (pow (exp a) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (* (exp b) (- (exp b) (exp a))) (- (exp b) (exp a)) (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (/ 9 (+ (pow (exp b) 3) 1)) 9 (+ (pow (exp b) 3) 1) (pow (exp b) 3) (* (pow (+ (pow (exp b) 3) 1) -2) 9) (pow (+ (pow (exp b) 3) 1) -2) -2 (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (pow (+ (pow (exp b) 3) 1) -3) -3 54 (/ 27 (+ (pow (exp b) 3) 1)) 27 (* 81 (pow (+ (pow (exp b) 3) 1) -2)) 81 (/ 3 (+ (pow (exp b) 3) 1)) (log (+ 1 (pow (exp b) 3))) (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (exp (* 3 b)))) (+ (pow (exp a) 3) (exp (* 3 b))) (exp (* 3 b)) (* 3 b) (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) (log (- (pow (exp a) 2) (exp (* 2 b)))) (- (pow (exp a) 2) (exp (* 2 b))) (pow (exp a) 2) (exp (* 2 b)) (* 2 b) (log (- (exp a) (exp b))) (- (exp a) (exp b))) |
| 63.0ms | a | @ | 0 | ((log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (+ (* 1/8 a) 1/2) 1/8 a 1/2 (log 2) 2 (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) (+ (* 1/8 b) 1/2) b (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) (+ (* (* b b) -1/192) 1/8) (* b b) -1/192 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (/ (log (+ 1 (exp b))) a) (log (+ 1 (exp b))) (exp b) (pow (+ 1 (exp b)) -1) (+ 1 (exp b)) 1 -1 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+ (* (- 1/8 (* a 0)) b) 1/2) (- 1/8 (* a 0)) (* a 0) 0 (* 1/4 a) 1/4 (* 1/2 a) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/ a (+ 1 (exp b))) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (* 1/2 a) (log 2)) (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/ b (+ 1 (exp a))) (+ 1 (exp a)) (exp a) (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+ (* 1/2 b) (log 2)) (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) (+ 1 a) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (+ 1 b) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (+ (* (+ (* 1/2 b) 1) b) 1) (+ (* 1/2 b) 1) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp b) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+ (* (+ (* 1/6 a) 1/2) a) 1) (+ (* 1/6 a) 1/2) 1/6 (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) (/ b (+ (pow (exp a) 3) 1)) (+ (pow (exp a) 3) 1) (pow (exp a) 3) 3 (log (+ 1 (pow (exp a) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (* (exp b) (- (exp b) (exp a))) (- (exp b) (exp a)) (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (/ 9 (+ (pow (exp b) 3) 1)) 9 (+ (pow (exp b) 3) 1) (pow (exp b) 3) (* (pow (+ (pow (exp b) 3) 1) -2) 9) (pow (+ (pow (exp b) 3) 1) -2) -2 (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (pow (+ (pow (exp b) 3) 1) -3) -3 54 (/ 27 (+ (pow (exp b) 3) 1)) 27 (* 81 (pow (+ (pow (exp b) 3) 1) -2)) 81 (/ 3 (+ (pow (exp b) 3) 1)) (log (+ 1 (pow (exp b) 3))) (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (exp (* 3 b)))) (+ (pow (exp a) 3) (exp (* 3 b))) (exp (* 3 b)) (* 3 b) (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) (log (- (pow (exp a) 2) (exp (* 2 b)))) (- (pow (exp a) 2) (exp (* 2 b))) (pow (exp a) 2) (exp (* 2 b)) (* 2 b) (log (- (exp a) (exp b))) (- (exp a) (exp b))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 2203 | 19414 |
| 0 | 2392 | 19075 |
| 0 | 8065 | 18445 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64)))) |
(fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) |
#s(literal 1/8 binary64) |
a |
#s(literal 1/2 binary64) |
(log.f64 #s(literal 2 binary64)) |
#s(literal 2 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64)))) |
(fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) |
b |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64)))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))) |
(fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) |
(*.f64 b b) |
#s(literal -1/192 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 (+.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 (+.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a)) |
(*.f64 (+.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a) |
(+.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) |
(/.f64 (log1p.f64 (exp.f64 b)) a) |
(log1p.f64 (exp.f64 b)) |
(exp.f64 b) |
(pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) |
(+.f64 #s(literal 1 binary64) (exp.f64 b)) |
#s(literal 1 binary64) |
#s(literal -1 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))) |
(fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) |
(-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) |
(fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) |
(-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) |
(*.f64 a #s(literal 0 binary64)) |
#s(literal 0 binary64) |
(*.f64 #s(literal 1/4 binary64) a) |
#s(literal 1/4 binary64) |
(*.f64 #s(literal 1/2 binary64) a) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b)))) |
(/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a)))) |
(/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))) |
(+.f64 #s(literal 1 binary64) (exp.f64 a)) |
(exp.f64 a) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
(log1p.f64 #s(approx (exp a) #s(literal 1 binary64))) |
#s(approx (exp a) #s(literal 1 binary64)) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
(log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a))) |
#s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) |
(+.f64 #s(literal 1 binary64) a) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
(log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b))) |
#s(approx (exp b) (+.f64 #s(literal 1 binary64) b)) |
(+.f64 #s(literal 1 binary64) b) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))))) |
(log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64)))) |
#s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) |
(log.f64 (+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))) |
(+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64))) |
#s(approx (exp b) #s(literal 1 binary64)) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
(+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b))) |
#s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
(fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64)) |
(fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) |
#s(literal 1/6 binary64) |
(-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) |
(fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
(/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 a) #s(literal 3 binary64)) |
#s(literal 3 binary64) |
(log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) |
(log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) |
(fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
(*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))) |
(-.f64 (exp.f64 b) (exp.f64 a)) |
(-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
(fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
(fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) |
(-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) |
(/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
#s(literal 9 binary64) |
(+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 b) #s(literal 3 binary64)) |
(*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)) |
(pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) |
#s(literal -2 binary64) |
(*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(*.f64 #s(literal 1/6 binary64) a) |
(-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) |
#s(literal -3 binary64) |
#s(literal 54 binary64) |
(/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
#s(literal 27 binary64) |
(*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) |
#s(literal 81 binary64) |
(/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) |
(-.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (exp.f64 (*.f64 #s(literal 3 binary64) b)))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (exp.f64 (*.f64 #s(literal 3 binary64) b)))) |
(+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (exp.f64 (*.f64 #s(literal 3 binary64) b))) |
(exp.f64 (*.f64 #s(literal 3 binary64) b)) |
(*.f64 #s(literal 3 binary64) b) |
(-.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 (*.f64 #s(literal 2 binary64) b)))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
(log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 (*.f64 #s(literal 2 binary64) b)))) |
(-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 (*.f64 #s(literal 2 binary64) b))) |
(pow.f64 (exp.f64 a) #s(literal 2 binary64)) |
(exp.f64 (*.f64 #s(literal 2 binary64) b)) |
(*.f64 #s(literal 2 binary64) b) |
(log.f64 (-.f64 (exp.f64 a) (exp.f64 b))) |
(-.f64 (exp.f64 a) (exp.f64 b)) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* 1/2 (* a (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 2 (/ 1 (pow (+ 1 (exp b)) 3))) (/ 1 (+ 1 (exp b)))) (* 3 (/ 1 (pow (+ 1 (exp b)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2)))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* 1/8 a)))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* a (+ 1/8 (* -1/192 (pow a 2))))))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (log 2))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* 1/8 a)))))) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 (+ 1/2 (* 1/8 a)))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (/ (log (+ 1 (exp b))) a))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (/ (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))) a))) |
#s(approx (/ (log (+ 1 (exp b))) a) #s(hole binary64 (/ (log (+ 1 (exp b))) a))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (+ (* a (+ 1/2 (* -1/4 b))) (* b (+ 1/2 (* 1/8 b))))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* b (+ 1/2 (* 1/8 b))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (+ (* a (+ 1/2 (* -1/4 b))) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (+ 1/2 (* 1/8 b)))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (+ 1/2 (+ (* -1/4 a) (* 1/8 b))))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 (+ 1/2 (* 1/8 b)))) |
#s(approx (- 1/8 (* a 0)) #s(hole binary64 1/8)) |
#s(approx (* a 0) #s(hole binary64 0)) |
#s(approx (* 1/4 a) #s(hole binary64 (* 1/4 a))) |
#s(approx (* 1/2 a) #s(hole binary64 (* 1/2 a))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (+ (* 1/2 a) (log 2)) #s(hole binary64 (log 2))) |
#s(approx (+ (* 1/2 a) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- 1/2 (* 1/4 b))))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- (+ 1/2 (* a (- 1/8 (+ (* -1/8 b) (* 1/8 b))))) (* 1/4 b))))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- (+ 1/2 (* a (- (+ 1/8 (* -1 (* a (+ (* -1/2 (+ (* -1/8 b) (* 1/8 b))) (+ (* -1/16 b) (* 1/24 b)))))) (+ (* -1/8 b) (* 1/8 b))))) (* 1/4 b))))))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (* 1/2 b))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (+ (* -1/4 (* a b)) (* 1/2 b)))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (+ (* 1/2 b) (* a (- (* -1 (* a (+ (* -1/8 b) (* 1/8 b)))) (* 1/4 b)))))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (+ (* 1/2 b) (* a (- (* a (- (* -1 (* a (+ (* -1/2 (+ (* -1/8 b) (* 1/8 b))) (+ (* -1/16 b) (* 1/24 b))))) (+ (* -1/8 b) (* 1/8 b)))) (* 1/4 b)))))) |
#s(approx (+ 1 (exp a)) #s(hole binary64 2)) |
#s(approx (+ 1 (exp a)) #s(hole binary64 (+ 2 a))) |
#s(approx (+ 1 (exp a)) #s(hole binary64 (+ 2 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (+ 1 (exp a)) #s(hole binary64 (+ 2 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx (exp a) #s(hole binary64 1)) |
#s(approx (exp a) #s(hole binary64 (+ 1 a))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx (+ 1 a) #s(hole binary64 1)) |
#s(approx (+ 1 a) #s(hole binary64 (+ 1 a))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp b)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ a (exp b))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* 1/2 a))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* a (+ 1/2 (* 1/6 a))))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 a))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (+ 1 (* 1/2 a)))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (+ 1 (* a (+ 1/2 (* 1/6 a)))))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (+ 1/2 (* 1/6 a)))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (pow (exp b) 3))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (+ (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (* a (- (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (+ (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (* a (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* a (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ 1 (pow (exp b) 3))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* 3 (/ a (+ 1 (pow (exp b) 3))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (+ (log 2) (* 3/2 b)))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (+ (log 2) (+ (* 3/2 b) (* a (+ 3/2 (* -9/4 b))))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (+ (log 2) (+ (* 3/2 b) (* a (+ 3/2 (+ (* -9/4 b) (* a (+ 9/8 (* -3 (+ (* -9/8 b) (* 9/8 b)))))))))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (+ (log 2) (+ (* 3/2 b) (* a (+ 3/2 (+ (* -9/4 b) (* a (+ 9/8 (+ (* -3 (* a (+ (* -27/16 b) (+ (* -3/2 (+ (* -9/8 b) (* 9/8 b))) (* 9/8 b))))) (* -3 (+ (* -9/8 b) (* 9/8 b))))))))))))) |
#s(approx (/ b (+ (pow (exp a) 3) 1)) #s(hole binary64 (* 1/2 b))) |
#s(approx (/ b (+ (pow (exp a) 3) 1)) #s(hole binary64 (+ (* -3/4 (* a b)) (* 1/2 b)))) |
#s(approx (/ b (+ (pow (exp a) 3) 1)) #s(hole binary64 (+ (* 1/2 b) (* a (- (* -1 (* a (+ (* -9/8 b) (* 9/8 b)))) (* 3/4 b)))))) |
#s(approx (/ b (+ (pow (exp a) 3) 1)) #s(hole binary64 (+ (* 1/2 b) (* a (- (* a (- (* -1 (* a (+ (* -27/16 b) (+ (* -3/2 (+ (* -9/8 b) (* 9/8 b))) (* 9/8 b))))) (+ (* -9/8 b) (* 9/8 b)))) (* 3/4 b)))))) |
#s(approx (+ (pow (exp a) 3) 1) #s(hole binary64 2)) |
#s(approx (+ (pow (exp a) 3) 1) #s(hole binary64 (+ 2 (* 3 a)))) |
#s(approx (+ (pow (exp a) 3) 1) #s(hole binary64 (+ 2 (* a (+ 3 (* 9/2 a)))))) |
#s(approx (+ (pow (exp a) 3) 1) #s(hole binary64 (+ 2 (* a (+ 3 (* a (+ 9/2 (* 9/2 a)))))))) |
#s(approx (pow (exp a) 3) #s(hole binary64 1)) |
#s(approx (pow (exp a) 3) #s(hole binary64 (+ 1 (* 3 a)))) |
#s(approx (pow (exp a) 3) #s(hole binary64 (+ 1 (* a (+ 3 (* 9/2 a)))))) |
#s(approx (pow (exp a) 3) #s(hole binary64 (+ 1 (* a (+ 3 (* a (+ 9/2 (* 9/2 a)))))))) |
#s(approx (log (+ 1 (pow (exp a) 3))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (pow (exp a) 3))) #s(hole binary64 (+ (log 2) (* 3/2 a)))) |
#s(approx (log (+ 1 (pow (exp a) 3))) #s(hole binary64 (+ (log 2) (* a (+ 3/2 (* 9/8 a)))))) |
#s(approx (log (+ 1 (pow (exp a) 3))) #s(hole binary64 (+ (log 2) (* a (+ 3/2 (* a (+ 9/8 (* -27/64 (pow a 2))))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (+ 1 (* (exp b) (- (exp b) 1)))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1)))))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (+ (* 1/2 (* a (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (+ (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))) (* a (+ (* 1/6 (* a (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (* (exp b) (- (exp b) 1))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (* -1 (exp b)))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (+ (* -1 (exp b)) (* a (+ 2 (* -1/2 (exp b))))))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (+ (* -1 (exp b)) (* a (+ 2 (+ (* -1/2 (exp b)) (* a (+ 4/3 (* -1/6 (exp b)))))))))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (* (exp b) (- (exp b) 1)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* -1 (* a (exp b))) (* (exp b) (- (exp b) 1))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* a (+ (* -1 (exp b)) (* -1/2 (* a (exp b))))) (* (exp b) (- (exp b) 1))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* a (+ (* -1 (exp b)) (* a (+ (* -1/2 (exp b)) (* -1/6 (* a (exp b))))))) (* (exp b) (- (exp b) 1))))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (exp b) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* -1 a)) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* a (- (* -1/2 a) 1))) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* a (- (* a (- (* -1/6 a) 1/2)) 1))) 1))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (log (+ 1 (pow (exp b) 3))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* 3 (/ a (+ 1 (pow (exp b) 3))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (/ 3 (+ 1 (pow (exp b) 3))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (* 1/6 a) #s(hole binary64 (* 1/6 a))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (exp (* 3 b)))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 b)))) (* a (- (* 3 (/ 1 (+ 1 (exp (* 3 b))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 b)))) (* a (- (+ (* 3 (/ 1 (+ 1 (exp (* 3 b))))) (* a (- (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 b)))) (* a (- (+ (* 3 (/ 1 (+ 1 (exp (* 3 b))))) (* a (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))) (* a (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (exp (* 3 b))))) (* 54 (/ 1 (pow (+ 1 (exp (* 3 b))) 3)))) (* 81 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (log (+ 1 (exp (* 3 b)))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* 3 (/ a (+ 1 (exp (* 3 b)))))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* a (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2)))))) (* 3 (/ 1 (+ 1 (exp (* 3 b)))))))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (exp (* 3 b))))) (* 54 (/ 1 (pow (+ 1 (exp (* 3 b))) 3)))) (* 81 (/ 1 (pow (+ 1 (exp (* 3 b))) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))))) (* 3 (/ 1 (+ 1 (exp (* 3 b)))))))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (exp (* 3 b))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 b)) (* 3 a))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 b)) (* a (+ 3 (* 9/2 a))))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 b)) (* a (+ 3 (* a (+ 9/2 (* 9/2 a))))))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (log (- 1 (exp (* 2 b)))) (log (- 1 (exp b)))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- 1 (exp (* 2 b)))) (* a (- (* 2 (/ 1 (- 1 (exp (* 2 b))))) (/ 1 (- 1 (exp b)))))) (log (- 1 (exp b)))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- 1 (exp (* 2 b)))) (* a (- (+ (* 2 (/ 1 (- 1 (exp (* 2 b))))) (* a (- (* 1/2 (- (* 4 (/ 1 (- 1 (exp (* 2 b))))) (* 4 (/ 1 (pow (- 1 (exp (* 2 b))) 2))))) (* 1/2 (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2))))))) (/ 1 (- 1 (exp b)))))) (log (- 1 (exp b)))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- 1 (exp (* 2 b)))) (* a (- (+ (* 2 (/ 1 (- 1 (exp (* 2 b))))) (* a (- (+ (* 1/2 (- (* 4 (/ 1 (- 1 (exp (* 2 b))))) (* 4 (/ 1 (pow (- 1 (exp (* 2 b))) 2))))) (* a (- (* 1/6 (- (+ (* 8 (/ 1 (- 1 (exp (* 2 b))))) (* 16 (/ 1 (pow (- 1 (exp (* 2 b))) 3)))) (* 24 (/ 1 (pow (- 1 (exp (* 2 b))) 2))))) (* 1/6 (- (+ (* 2 (/ 1 (pow (- 1 (exp b)) 3))) (/ 1 (- 1 (exp b)))) (* 3 (/ 1 (pow (- 1 (exp b)) 2)))))))) (* 1/2 (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2))))))) (/ 1 (- 1 (exp b)))))) (log (- 1 (exp b)))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (log (- 1 (exp (* 2 b)))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (+ (log (- 1 (exp (* 2 b)))) (* 2 (/ a (- 1 (exp (* 2 b)))))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (+ (log (- 1 (exp (* 2 b)))) (* a (+ (* 1/2 (* a (- (* 4 (/ 1 (- 1 (exp (* 2 b))))) (* 4 (/ 1 (pow (- 1 (exp (* 2 b))) 2)))))) (* 2 (/ 1 (- 1 (exp (* 2 b)))))))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (+ (log (- 1 (exp (* 2 b)))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 8 (/ 1 (- 1 (exp (* 2 b))))) (* 16 (/ 1 (pow (- 1 (exp (* 2 b))) 3)))) (* 24 (/ 1 (pow (- 1 (exp (* 2 b))) 2)))))) (* 1/2 (- (* 4 (/ 1 (- 1 (exp (* 2 b))))) (* 4 (/ 1 (pow (- 1 (exp (* 2 b))) 2))))))) (* 2 (/ 1 (- 1 (exp (* 2 b)))))))))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- 1 (exp (* 2 b))))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (+ 1 (* 2 a)) (exp (* 2 b))))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (+ 1 (* a (+ 2 (* 2 a)))) (exp (* 2 b))))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (+ 1 (* a (+ 2 (* a (+ 2 (* 4/3 a)))))) (exp (* 2 b))))) |
#s(approx (pow (exp a) 2) #s(hole binary64 1)) |
#s(approx (pow (exp a) 2) #s(hole binary64 (+ 1 (* 2 a)))) |
#s(approx (pow (exp a) 2) #s(hole binary64 (+ 1 (* a (+ 2 (* 2 a)))))) |
#s(approx (pow (exp a) 2) #s(hole binary64 (+ 1 (* a (+ 2 (* a (+ 2 (* 4/3 a)))))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (log (- 1 (exp b))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- 1 (exp b))) (/ a (- 1 (exp b)))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- 1 (exp b))) (* a (+ (* 1/2 (* a (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2))))) (/ 1 (- 1 (exp b)))))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- 1 (exp b))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 2 (/ 1 (pow (- 1 (exp b)) 3))) (/ 1 (- 1 (exp b)))) (* 3 (/ 1 (pow (- 1 (exp b)) 2)))))) (* 1/2 (- (/ 1 (- 1 (exp b))) (/ 1 (pow (- 1 (exp b)) 2)))))) (/ 1 (- 1 (exp b)))))))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- 1 (exp b)))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ 1 a) (exp b)))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ 1 (* a (+ 1 (* 1/2 a)))) (exp b)))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))) (exp b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ (exp a) (exp b))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* 1/8 (pow a 2)))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* (pow a 2) (+ 1/8 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* (pow a 2) (+ 1/8 (+ (* 1/2 (/ 1 a)) (/ (log 2) (pow a 2))))))) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 (* 1/8 a))) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 (* a (+ 1/8 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (* a (+ (/ 1 (+ 1 (exp b))) (/ (log (+ 1 (exp b))) a))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (* a (+ (/ 1 (+ 1 (exp b))) (/ (log (+ 1 (exp b))) a))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (/ 1 (+ 1 (exp b))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ (/ 1 (+ 1 (exp b))) (/ (log (+ 1 (exp b))) a)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* a (+ 1/2 (* -1/4 b))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* a (+ 1/2 (+ (* -1/4 b) (+ (/ (log 2) a) (/ (* b (+ 1/2 (* 1/8 b))) a))))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* a (+ 1/2 (* -1/4 b))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* a (+ 1/2 (+ (* -1/4 b) (/ (* b (+ 1/2 (* 1/8 b))) a)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* -1/4 a))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* a (- (+ (* 1/8 (/ b a)) (* 1/2 (/ 1 a))) 1/4)))) |
#s(approx (+ (* 1/2 a) (log 2)) #s(hole binary64 (* 1/2 a))) |
#s(approx (+ (* 1/2 a) (log 2)) #s(hole binary64 (* a (+ 1/2 (/ (log 2) a))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log (+ 1 (exp a))) (/ b (+ 1 (exp a)))))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (/ b (+ 1 (exp a))))) |
#s(approx (+ 1 (exp a)) #s(hole binary64 (+ 1 (exp a)))) |
#s(approx (exp a) #s(hole binary64 (exp a))) |
#s(approx (+ 1 a) #s(hole binary64 a)) |
#s(approx (+ 1 a) #s(hole binary64 (* a (+ 1 (/ 1 a))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ (exp a) (exp b)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* 1/6 (pow a 3)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (+ (* 1/2 (/ 1 a)) (/ 1 (pow a 2))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (+ (* 1/2 (/ 1 a)) (+ (/ 1 (pow a 2)) (/ 1 (pow a 3)))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* 1/6 (pow a 2)))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/6 (+ (* 1/2 (/ 1 a)) (/ 1 (pow a 2))))))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (* 1/6 a))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (* a (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ (pow (exp a) 3) (pow (exp b) 3))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* 3 (/ b (+ 1 (pow (exp a) 3))))))) |
#s(approx (/ b (+ (pow (exp a) 3) 1)) #s(hole binary64 (/ b (+ 1 (pow (exp a) 3))))) |
#s(approx (+ (pow (exp a) 3) 1) #s(hole binary64 (+ 1 (pow (exp a) 3)))) |
#s(approx (pow (exp a) 3) #s(hole binary64 (pow (exp a) 3))) |
#s(approx (log (+ 1 (pow (exp a) 3))) #s(hole binary64 (log (+ 1 (pow (exp a) 3))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (* (exp b) (- (exp b) (exp a))))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (exp b) (exp a)))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (* 1/6 (* (pow a 3) (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (* (pow a 3) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (* (pow a 3) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (+ (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (/ 3 (* (pow a 2) (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (* (pow a 3) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (+ (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (+ (* 3 (/ 1 (* (pow a 2) (+ 1 (pow (exp b) 3))))) (/ (log (+ 1 (pow (exp b) 3))) (pow a 3)))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* 1/6 (* (pow a 2) (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* (pow a 2) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* (pow a 2) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (+ (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (/ 3 (* (pow a 2) (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* a (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ (exp (* 3 b)) (pow (exp a) 3))) (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (log (+ (exp (* 3 b)) (pow (exp a) 3))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ (exp (* 3 b)) (pow (exp a) 3)))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (log (- (pow (exp a) 2) (exp (* 2 b)))))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (pow (exp a) 2) (exp (* 2 b))))) |
#s(approx (pow (exp a) 2) #s(hole binary64 (pow (exp a) 2))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (log (- (exp a) (exp b))))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (exp a) (exp b)))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* (pow a 2) (+ 1/8 (* -1 (/ (- (* -1 (/ (log 2) a)) 1/2) a)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (log (+ 1 (exp b))) a)) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (* -1 (* a (- (* -1 (/ (log (+ 1 (exp b))) a)) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* -1 (* a (- (* 1/4 b) 1/2))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (+ (log 2) (* b (+ 1/2 (* 1/8 b)))) a)) (* 1/4 b)) 1/2))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* -1 (* a (- (* 1/4 b) 1/2))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (* b (+ 1/2 (* 1/8 b))) a)) (* 1/4 b)) 1/2))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* -1 (* a (+ 1/4 (* -1 (/ (+ 1/2 (* 1/8 b)) a))))))) |
#s(approx (+ (* 1/2 a) (log 2)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (log 2) a)) 1/2))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* -1 (* (pow a 3) (- (* -1 (/ (+ 1/2 (/ 1 a)) a)) 1/6))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* -1 (* (pow a 3) (- (* -1 (/ (+ 1/2 (+ (/ 1 a) (/ 1 (pow a 2)))) a)) 1/6))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (* -1 (* (pow a 3) (+ (* -1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 3 (/ 1 (* a (+ 1 (pow (exp b) 3)))))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (log (+ 1 (pow (exp b) 3))) a)) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))) a)) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* (pow a 2) (+ (* -1 (/ (- (* -1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 3 (/ 1 (* a (+ 1 (pow (exp b) 3)))))) a)) (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* -1 (* a (+ (* -1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (/ b (+ 1 (exp a)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* 1/2 (* b (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 2 (/ 1 (pow (+ 1 (exp a)) 3))) (/ 1 (+ 1 (exp a)))) (* 3 (/ 1 (pow (+ 1 (exp a)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2)))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* b (+ 1/8 (* -1/192 (pow b 2))))))))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) #s(hole binary64 (log 2))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (+ (* 1/8 b) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* 1/8 b) 1/2) #s(hole binary64 (+ 1/2 (* 1/8 b)))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (log 2))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* b (+ 1/8 (* -1/192 (pow b 2))))))))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 (+ 1/2 (* 1/8 b)))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 (+ 1/2 (* b (+ 1/8 (* -1/192 (pow b 2))))))) |
#s(approx (+ (* (* b b) -1/192) 1/8) #s(hole binary64 1/8)) |
#s(approx (+ (* (* b b) -1/192) 1/8) #s(hole binary64 (+ 1/8 (* -1/192 (pow b 2))))) |
#s(approx (* b b) #s(hole binary64 (pow b 2))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- 1/2 (* 1/4 a))))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* b (- 1/8 (+ (* -1/8 a) (* 1/8 a))))) (* 1/4 a))))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* b (- (+ 1/8 (* -1 (* b (+ (* -1/2 (+ (* -1/8 a) (* 1/8 a))) (+ (* -1/16 a) (* 1/24 a)))))) (+ (* -1/8 a) (* 1/8 a))))) (* 1/4 a))))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (* a (+ 1/2 (/ (log 2) a))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (* a (* b (- (* 1/2 (/ 1 a)) 1/4))) (* a (+ 1/2 (/ (log 2) a)))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (* a (+ 1/2 (/ (log 2) a))) (* b (+ (* 1/8 b) (* a (- (* 1/2 (/ 1 a)) 1/4))))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (* a (+ 1/2 (/ (log 2) a))) (* b (+ (* a (- (* 1/2 (/ 1 a)) 1/4)) (* b (+ 1/8 (* 1/48 (* a b))))))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (/ (log 2) a)))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (+ (* b (- (* 1/2 (/ 1 a)) 1/4)) (/ (log 2) a))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (+ (* b (- (+ (* 1/8 (/ b a)) (* 1/2 (/ 1 a))) 1/4)) (/ (log 2) a))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (+ (* b (- (+ (* 1/2 (/ 1 a)) (* b (+ (* 1/48 b) (* 1/8 (/ 1 a))))) 1/4)) (/ (log 2) a))))) |
#s(approx (/ (log (+ 1 (exp b))) a) #s(hole binary64 (/ (log 2) a))) |
#s(approx (/ (log (+ 1 (exp b))) a) #s(hole binary64 (+ (* 1/2 (/ b a)) (/ (log 2) a)))) |
#s(approx (/ (log (+ 1 (exp b))) a) #s(hole binary64 (+ (* b (+ (* 1/8 (/ b a)) (* 1/2 (/ 1 a)))) (/ (log 2) a)))) |
#s(approx (/ (log (+ 1 (exp b))) a) #s(hole binary64 (+ (* b (+ (* b (+ (* -1/192 (/ (pow b 2) a)) (* 1/8 (/ 1 a)))) (* 1/2 (/ 1 a)))) (/ (log 2) a)))) |
#s(approx (exp b) #s(hole binary64 1)) |
#s(approx (exp b) #s(hole binary64 (+ 1 b))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* 1/2 b)))))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))))) |
#s(approx (pow (+ 1 (exp b)) -1) #s(hole binary64 1/2)) |
#s(approx (pow (+ 1 (exp b)) -1) #s(hole binary64 (+ 1/2 (* -1/4 b)))) |
#s(approx (pow (+ 1 (exp b)) -1) #s(hole binary64 (+ 1/2 (* b (- (* 1/48 (pow b 2)) 1/4))))) |
#s(approx (pow (+ 1 (exp b)) -1) #s(hole binary64 (+ 1/2 (* b (- (* (pow b 2) (+ 1/48 (* -1/480 (pow b 2)))) 1/4))))) |
#s(approx (+ 1 (exp b)) #s(hole binary64 2)) |
#s(approx (+ 1 (exp b)) #s(hole binary64 (+ 2 b))) |
#s(approx (+ 1 (exp b)) #s(hole binary64 (+ 2 (* b (+ 1 (* 1/2 b)))))) |
#s(approx (+ 1 (exp b)) #s(hole binary64 (+ 2 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- 1/2 (* 1/4 a))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* 1/8 b)) (* 1/4 a))))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* 1/2 a))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (+ (* 1/2 a) (* b (- 1/2 (* 1/4 a)))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (+ (* 1/2 a) (* b (- (+ 1/2 (* 1/8 b)) (* 1/4 a)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (- 1/2 (* 1/4 a)))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (- (+ 1/2 (* 1/8 b)) (* 1/4 a)))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 1/2)) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (* 1/2 a))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (+ (* -1/4 (* a b)) (* 1/2 a)))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (+ (* 1/2 a) (* b (- (* -1 (* b (+ (* -1/8 a) (* 1/8 a)))) (* 1/4 a)))))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (+ (* 1/2 a) (* b (- (* b (- (* -1 (* b (+ (* -1/2 (+ (* -1/8 a) (* 1/8 a))) (+ (* -1/16 a) (* 1/24 a))))) (+ (* -1/8 a) (* 1/8 a)))) (* 1/4 a)))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (+ (* 1/2 b) (log 2)) #s(hole binary64 (log 2))) |
#s(approx (+ (* 1/2 b) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (+ 1 b) #s(hole binary64 1)) |
#s(approx (+ 1 b) #s(hole binary64 (+ 1 b))) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) #s(hole binary64 (+ 1 b))) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) #s(hole binary64 (+ 1 (* b (+ 1 (* 1/2 b)))))) |
#s(approx (+ (* 1/2 b) 1) #s(hole binary64 1)) |
#s(approx (+ (* 1/2 b) 1) #s(hole binary64 (+ 1 (* 1/2 b)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp a)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ b (exp a))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* 1/2 b))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* b (+ 1/2 (* 1/6 b))))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (pow (exp a) 3))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* b (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ 1 (pow (exp a) 3))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* 3 (/ b (+ 1 (pow (exp a) 3))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* 1/2 (* b (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (log (+ 1 (pow (exp a) 3))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (- (+ 1 (pow (exp a) 2)) (exp a))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a)))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (+ (* 1/2 (* b (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a))))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (+ (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a)))) (* b (+ (* 1/6 (* b (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a))))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (pow (exp a) 2)) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- 2 (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- (+ 2 (* b (+ 3/2 (* 1/2 (- 1 (exp a)))))) (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- (+ 2 (* b (+ 3/2 (+ (* 1/2 (- 1 (exp a))) (* b (+ 7/6 (* 1/6 (- 1 (exp a))))))))) (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- 1 (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- 2 (exp a)))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- (+ 2 (* b (+ 3/2 (* 1/2 (- 1 (exp a)))))) (exp a)))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- (+ 2 (* b (+ 3/2 (+ (* 1/2 (- 1 (exp a))) (* b (+ 7/6 (* 1/6 (- 1 (exp a))))))))) (exp a)))) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- 1 (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 b) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 (* b (+ 1 (* 1/2 b)))) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))) (exp a)))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (+ (log 2) (* a (+ 3/2 (* 9/8 a)))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (+ (log 2) (+ (* a (+ 3/2 (* 9/8 a))) (* b (+ 3/2 (* a (- (* 27/16 (pow a 2)) 9/4)))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (+ (log 2) (+ (* a (+ 3/2 (* 9/8 a))) (* b (+ 3/2 (+ (* a (- (* 27/16 (pow a 2)) 9/4)) (* b (+ 9/8 (* -81/32 (pow a 2))))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) #s(hole binary64 (+ (log 2) (+ (* a (+ 3/2 (* 9/8 a))) (* b (+ 3/2 (+ (* a (- (* 27/16 (pow a 2)) 9/4)) (* b (+ 9/8 (+ (* -81/32 (pow a 2)) (* a (* b (+ 27/16 (* -81/16 (pow a 2))))))))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (* 9/8 a)))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (+ (* 9/8 a) (* b (- (* 27/16 (pow a 2)) 9/4)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (+ (* 9/8 a) (* b (- (+ (* -81/32 (* a b)) (* 27/16 (pow a 2))) 9/4)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (+ (* 9/8 a) (* b (- (+ (* 27/16 (pow a 2)) (* b (+ (* -81/32 a) (* b (+ 27/16 (* -81/16 (pow a 2))))))) 9/4)))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 9/8)) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ 9/8 (* 27/16 (* a b))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ 9/8 (* b (+ (* -81/32 b) (* 27/16 a)))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ 9/8 (* b (+ (* 27/16 a) (* b (- (* -81/16 (* a b)) 81/32))))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 9/4)) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (+ 9/4 (* -81/16 (pow b 2))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (+ 9/4 (* (pow b 2) (- (* 243/32 (pow b 2)) 81/16))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (+ 9/4 (* (pow b 2) (- (* (pow b 2) (+ 243/32 (* -12393/1280 (pow b 2)))) 81/16))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 9/2)) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 9/2 (* -27/4 b)))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 9/2 (* b (- (* 81/16 (pow b 2)) 27/4))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 9/2 (* b (- (* (pow b 2) (+ 81/16 (* -729/160 (pow b 2)))) 27/4))))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 2)) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 2 (* 3 b)))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 2 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 2 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (pow (exp b) 3) #s(hole binary64 1)) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* 3 b)))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 9/4)) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (+ 9/4 (* -27/4 b)))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (+ 9/4 (* b (- (* 81/16 b) 27/4))))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (+ 9/4 (* b (- (* b (+ 81/16 (* 81/16 b))) 27/4))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 1/4)) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (+ 1/4 (* -3/4 b)))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (+ 1/4 (* b (- (* 9/16 b) 3/4))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (+ 1/4 (* b (- (* b (+ 9/16 (* 9/16 b))) 3/4))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* 27/16 (* a b)))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* b (+ (* -81/16 (* a (pow b 2))) (* 27/16 a))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* b (+ (* 27/16 a) (* (pow b 2) (+ (* -81/16 a) (* 12393/1280 (* a (pow b 2))))))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* b (+ (* 27/16 a) (* (pow b 2) (+ (* -81/16 a) (* (pow b 2) (+ (* -67797/4480 (* a (pow b 2))) (* 12393/1280 a))))))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* 81/8 b))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* b (+ 81/8 (* -243/8 (pow b 2)))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* b (+ 81/8 (* (pow b 2) (- (* 37179/640 (pow b 2)) 243/8)))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* b (+ 81/8 (* (pow b 2) (- (* (pow b 2) (+ 37179/640 (* -203391/2240 (pow b 2)))) 243/8)))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 81/4)) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 81/4 (* -405/8 b)))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 81/4 (* b (- (* 729/16 b) 405/8))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 81/4 (* b (- (* b (+ 729/16 (* 243/16 b))) 405/8))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 1/8)) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (+ 1/8 (* -9/16 b)))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (+ 1/8 (* b (- (* 27/32 b) 9/16))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (+ 1/8 (* b (- (* b (+ 27/32 (* -81/64 (pow b 2)))) 9/16))))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 27/2)) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 27/2 (* -81/4 b)))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 27/2 (* b (- (* 243/16 (pow b 2)) 81/4))))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 27/2 (* b (- (* (pow b 2) (+ 243/16 (* -2187/160 (pow b 2)))) 81/4))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 81/4)) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (+ 81/4 (* -243/4 b)))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (+ 81/4 (* b (- (* 729/16 b) 243/4))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (+ 81/4 (* b (- (* b (+ 729/16 (* 729/16 b))) 243/4))))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 3/2)) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 3/2 (* -9/4 b)))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 3/2 (* b (- (* 27/16 (pow b 2)) 9/4))))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 3/2 (* b (- (* (pow b 2) (+ 27/16 (* -243/160 (pow b 2)))) 9/4))))) |
#s(approx (log (+ 1 (pow (exp b) 3))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (pow (exp b) 3))) #s(hole binary64 (+ (log 2) (* 3/2 b)))) |
#s(approx (log (+ 1 (pow (exp b) 3))) #s(hole binary64 (+ (log 2) (* b (+ 3/2 (* 9/8 b)))))) |
#s(approx (log (+ 1 (pow (exp b) 3))) #s(hole binary64 (+ (log 2) (* b (+ 3/2 (* b (+ 9/8 (* -27/64 (pow b 2))))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (pow (exp a) 3))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* b (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (log (+ 1 (pow (exp a) 3))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* 3 (/ b (+ 1 (pow (exp a) 3))))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* 1/2 (* b (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (pow (exp a) 3)))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (* 3 b) (pow (exp a) 3))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (* b (+ 3 (* 9/2 b))) (pow (exp a) 3))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (* b (+ 3 (* b (+ 9/2 (* 9/2 b))))) (pow (exp a) 3))))) |
#s(approx (exp (* 3 b)) #s(hole binary64 1)) |
#s(approx (exp (* 3 b)) #s(hole binary64 (+ 1 (* 3 b)))) |
#s(approx (exp (* 3 b)) #s(hole binary64 (+ 1 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (exp (* 3 b)) #s(hole binary64 (+ 1 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (* 3 b) #s(hole binary64 (* 3 b))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (log (- (pow (exp a) 2) 1)) (log (- (exp a) 1))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- (pow (exp a) 2) 1)) (* b (- (/ 1 (- (exp a) 1)) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))) (log (- (exp a) 1))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- (pow (exp a) 2) 1)) (* b (- (+ (* b (- (* -1/2 (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2))))) (* -1/2 (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2)))))) (/ 1 (- (exp a) 1))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))) (log (- (exp a) 1))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) #s(hole binary64 (- (+ (log (- (pow (exp a) 2) 1)) (* b (- (+ (* b (- (+ (* -1/2 (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2))))) (* b (- (* -1/6 (+ (* 16 (/ 1 (pow (- (pow (exp a) 2) 1) 3))) (+ (* 24 (/ 1 (pow (- (pow (exp a) 2) 1) 2))) (* 8 (/ 1 (- (pow (exp a) 2) 1)))))) (* -1/6 (+ (* 3 (/ 1 (pow (- (exp a) 1) 2))) (+ (/ 1 (- (exp a) 1)) (* 2 (/ 1 (pow (- (exp a) 1) 3))))))))) (* -1/2 (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2)))))) (/ 1 (- (exp a) 1))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))) (log (- (exp a) 1))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (log (- (pow (exp a) 2) 1)))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (+ (log (- (pow (exp a) 2) 1)) (* -2 (/ b (- (pow (exp a) 2) 1)))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (+ (log (- (pow (exp a) 2) 1)) (* b (- (* -1/2 (* b (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2)))))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) #s(hole binary64 (+ (log (- (pow (exp a) 2) 1)) (* b (- (* b (+ (* -1/2 (+ (* 4 (/ 1 (- (pow (exp a) 2) 1))) (* 4 (/ 1 (pow (- (pow (exp a) 2) 1) 2))))) (* -1/6 (* b (+ (* 8 (/ 1 (- (pow (exp a) 2) 1))) (+ (* 24 (/ 1 (pow (- (pow (exp a) 2) 1) 2))) (* 16 (/ 1 (pow (- (pow (exp a) 2) 1) 3))))))))) (* 2 (/ 1 (- (pow (exp a) 2) 1)))))))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (pow (exp a) 2) 1))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (+ (* -2 b) (pow (exp a) 2)) 1))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (+ (* b (- (* -2 b) 2)) (pow (exp a) 2)) 1))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) #s(hole binary64 (- (+ (* b (- (* b (- (* -4/3 b) 2)) 2)) (pow (exp a) 2)) 1))) |
#s(approx (exp (* 2 b)) #s(hole binary64 1)) |
#s(approx (exp (* 2 b)) #s(hole binary64 (+ 1 (* 2 b)))) |
#s(approx (exp (* 2 b)) #s(hole binary64 (+ 1 (* b (+ 2 (* 2 b)))))) |
#s(approx (exp (* 2 b)) #s(hole binary64 (+ 1 (* b (+ 2 (* b (+ 2 (* 4/3 b)))))))) |
#s(approx (* 2 b) #s(hole binary64 (* 2 b))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (log (- (exp a) 1)))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- (exp a) 1)) (* -1 (/ b (- (exp a) 1)))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- (exp a) 1)) (* b (- (* -1/2 (* b (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2))))) (/ 1 (- (exp a) 1))))))) |
#s(approx (log (- (exp a) (exp b))) #s(hole binary64 (+ (log (- (exp a) 1)) (* b (- (* b (+ (* -1/2 (+ (/ 1 (- (exp a) 1)) (/ 1 (pow (- (exp a) 1) 2)))) (* -1/6 (* b (+ (* 3 (/ 1 (pow (- (exp a) 1) 2))) (+ (/ 1 (- (exp a) 1)) (* 2 (/ 1 (pow (- (exp a) 1) 3))))))))) (/ 1 (- (exp a) 1))))))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (exp a) 1))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ (exp a) (* -1 b)) 1))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ (exp a) (* b (- (* -1/2 b) 1))) 1))) |
#s(approx (- (exp a) (exp b)) #s(hole binary64 (- (+ (exp a) (* b (- (* b (- (* -1/6 b) 1/2)) 1))) 1))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) #s(hole binary64 (* 1/8 (pow b 2)))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) #s(hole binary64 (* (pow b 2) (+ 1/8 (* 1/2 (/ 1 b)))))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) #s(hole binary64 (* (pow b 2) (+ 1/8 (+ (* 1/2 (/ 1 b)) (/ (log 2) (pow b 2))))))) |
#s(approx (+ (* 1/8 b) 1/2) #s(hole binary64 (* 1/8 b))) |
#s(approx (+ (* 1/8 b) 1/2) #s(hole binary64 (* b (+ 1/8 (* 1/2 (/ 1 b)))))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (* -1/192 (pow b 4)))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (* (pow b 4) (- (* 1/8 (/ 1 (pow b 2))) 1/192)))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (* (pow b 4) (- (+ (/ 1/2 (pow b 3)) (* 1/8 (/ 1 (pow b 2)))) 1/192)))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (* (pow b 4) (- (+ (/ 1/2 (pow b 3)) (+ (* 1/8 (/ 1 (pow b 2))) (/ (log 2) (pow b 4)))) 1/192)))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 (* -1/192 (pow b 3)))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 (* (pow b 3) (- (* 1/8 (/ 1 (pow b 2))) 1/192)))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 (* (pow b 3) (- (+ (/ 1/2 (pow b 3)) (* 1/8 (/ 1 (pow b 2)))) 1/192)))) |
#s(approx (+ (* (* b b) -1/192) 1/8) #s(hole binary64 (* -1/192 (pow b 2)))) |
#s(approx (+ (* (* b b) -1/192) 1/8) #s(hole binary64 (* (pow b 2) (- (* 1/8 (/ 1 (pow b 2))) 1/192)))) |
#s(approx (exp b) #s(hole binary64 (exp b))) |
#s(approx (pow (+ 1 (exp b)) -1) #s(hole binary64 (/ 1 (+ 1 (exp b))))) |
#s(approx (+ 1 (exp b)) #s(hole binary64 (+ 1 (exp b)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* 1/8 (pow b 2)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (* 1/2 (/ 1 b))) (* 1/4 (/ a b)))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 b)) (/ (log 2) (pow b 2))))) (* 1/4 (/ a b)))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* 1/8 (pow b 2)))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (* 1/2 (/ 1 b))) (* 1/4 (/ a b)))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (+ (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 b)))) (* 1/4 (/ a b)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* 1/8 b))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* b (- (+ 1/8 (* 1/2 (/ 1 b))) (* 1/4 (/ a b)))))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 (* 1/8 b))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 (* b (+ 1/8 (* 1/2 (/ 1 b)))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (/ b (+ 1 (exp a))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (* b (+ (/ 1 (+ 1 (exp a))) (/ (log (+ 1 (exp a))) b))))) |
#s(approx (+ (* 1/2 b) (log 2)) #s(hole binary64 (* 1/2 b))) |
#s(approx (+ (* 1/2 b) (log 2)) #s(hole binary64 (* b (+ 1/2 (/ (log 2) b))))) |
#s(approx (+ 1 b) #s(hole binary64 b)) |
#s(approx (+ 1 b) #s(hole binary64 (* b (+ 1 (/ 1 b))))) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) #s(hole binary64 (* 1/2 (pow b 2)))) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) #s(hole binary64 (* (pow b 2) (+ 1/2 (/ 1 b))))) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) #s(hole binary64 (* (pow b 2) (+ 1/2 (+ (/ 1 b) (/ 1 (pow b 2))))))) |
#s(approx (+ (* 1/2 b) 1) #s(hole binary64 (* 1/2 b))) |
#s(approx (+ (* 1/2 b) 1) #s(hole binary64 (* b (+ 1/2 (/ 1 b))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (* 3 (/ b (+ 1 (pow (exp a) 3)))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (* b (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (/ (log (+ 1 (pow (exp a) 3))) b))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (/ 9 (+ 1 (pow (exp b) 3))))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 1 (pow (exp b) 3)))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (pow (exp b) 3))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (/ 9 (pow (+ 1 (pow (exp b) 3)) 2)))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (/ 27 (+ 1 (pow (exp b) 3))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (/ 81 (pow (+ 1 (pow (exp b) 3)) 2)))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (/ 3 (+ 1 (pow (exp b) 3))))) |
#s(approx (log (+ 1 (pow (exp b) 3))) #s(hole binary64 (log (+ 1 (pow (exp b) 3))))) |
#s(approx (exp (* 3 b)) #s(hole binary64 (exp (* 3 b)))) |
#s(approx (exp (* 2 b)) #s(hole binary64 (exp (* 2 b)))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) #s(hole binary64 (* (pow b 2) (+ 1/8 (* -1 (/ (- (* -1 (/ (log 2) b)) 1/2) b)))))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) #s(hole binary64 (* (pow b 4) (- (+ (* -1 (/ (- (* -1 (/ (log 2) b)) 1/2) (pow b 3))) (* 1/8 (/ 1 (pow b 2)))) 1/192)))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 (* -1 (* (pow b 3) (- 1/192 (* 1/8 (/ 1 (pow b 2)))))))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(hole binary64 (* -1 (* (pow b 3) (+ 1/192 (* -1 (/ (+ 1/8 (* 1/2 (/ 1 b))) (pow b 2)))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* (pow b 2) (+ 1/8 (* -1 (/ (+ (* -1 (- 1/2 (* 1/4 a))) (* -1 (/ (+ (log 2) (* 1/2 a)) b))) b)))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* (pow b 2) (+ 1/8 (* -1 (/ (+ (* -1 (- 1/2 (* 1/4 a))) (* -1/2 (/ a b))) b)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* -1 (* b (- (* -1 (/ (- 1/2 (* 1/4 a)) b)) 1/8))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (* -1 (* b (- (* -1 (/ (log (+ 1 (exp a))) b)) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (+ (* 1/2 b) (log 2)) #s(hole binary64 (* -1 (* b (- (* -1 (/ (log 2) b)) 1/2))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) #s(hole binary64 (* -1 (* b (- (* -1 (/ (log (+ 1 (pow (exp a) 3))) b)) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a) #s(literal 3 binary64)) (pow.f64 (log.f64 #s(literal 2 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a) (*.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a) (-.f64 (*.f64 (log.f64 #s(literal 2 binary64)) (log.f64 #s(literal 2 binary64))) (*.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a) (log.f64 #s(literal 2 binary64)))))) |
(fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))) |
(+.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a) (log.f64 #s(literal 2 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/8 binary64) a) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (fma.f64 (*.f64 #s(literal 1/8 binary64) a) (*.f64 #s(literal 1/8 binary64) a) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/8 binary64) a) #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) |
(+.f64 (*.f64 #s(literal 1/8 binary64) a) #s(literal 1/2 binary64)) |
#s(literal 1/8 binary64) |
a |
#s(literal 1/2 binary64) |
(log.f64 #s(literal 2 binary64)) |
#s(literal 2 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b) #s(literal 3 binary64)) (pow.f64 (log.f64 #s(literal 2 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b) (*.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b) (-.f64 (*.f64 (log.f64 #s(literal 2 binary64)) (log.f64 #s(literal 2 binary64))) (*.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b) (log.f64 #s(literal 2 binary64)))))) |
(fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))) |
(+.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b) (log.f64 #s(literal 2 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/8 binary64) b) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (fma.f64 (*.f64 #s(literal 1/8 binary64) b) (*.f64 #s(literal 1/8 binary64) b) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/8 binary64) b) #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) |
(+.f64 (*.f64 #s(literal 1/8 binary64) b) #s(literal 1/2 binary64)) |
b |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b) #s(literal 3 binary64)) (pow.f64 (log.f64 #s(literal 2 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b) (*.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b) (-.f64 (*.f64 (log.f64 #s(literal 2 binary64)) (log.f64 #s(literal 2 binary64))) (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b) (log.f64 #s(literal 2 binary64)))))) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))) |
(+.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b) (log.f64 #s(literal 2 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (fma.f64 (*.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b) (*.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b) #s(literal 1/2 binary64))))) |
(fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) |
(+.f64 (*.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b) #s(literal 1/2 binary64)) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 b b) #s(literal -1/192 binary64)) #s(literal 3 binary64)) #s(literal 1/512 binary64)) (fma.f64 (*.f64 (*.f64 b b) #s(literal -1/192 binary64)) (*.f64 (*.f64 b b) #s(literal -1/192 binary64)) (-.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 (*.f64 b b) #s(literal -1/192 binary64)) #s(literal 1/8 binary64))))) |
(fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) |
(+.f64 (*.f64 (*.f64 b b) #s(literal -1/192 binary64)) #s(literal 1/8 binary64)) |
(*.f64 (neg.f64 b) (neg.f64 b)) |
(*.f64 (fabs.f64 b) (fabs.f64 b)) |
(*.f64 b b) |
(pow.f64 b #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 2 binary64))) |
#s(literal -1/192 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 (+.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 (+.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a)) |
(*.f64 (+.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a) |
(/.f64 (+.f64 (pow.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) #s(literal 3 binary64)) (pow.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) #s(literal 3 binary64))) (fma.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (/.f64 (log1p.f64 (exp.f64 b)) a) (-.f64 (*.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) (*.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)))))) |
(+.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) |
(/.f64 (neg.f64 (log1p.f64 (exp.f64 b))) (neg.f64 a)) |
(/.f64 (log1p.f64 (exp.f64 b)) a) |
(log1p.f64 (exp.f64 b)) |
(log.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b))) |
(exp.f64 b) |
(+.f64 (cosh.f64 b) (sinh.f64 b)) |
(pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)))) |
(/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 b))) |
(exp.f64 (*.f64 (log1p.f64 (exp.f64 b)) #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (exp.f64 b) (exp.f64 b)) (*.f64 #s(literal 1 binary64) (exp.f64 b))))) |
(+.f64 #s(literal 1 binary64) (exp.f64 b)) |
#s(literal 1 binary64) |
#s(literal -1 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) #s(literal 3 binary64)) (pow.f64 (log.f64 #s(literal 2 binary64)) #s(literal 3 binary64))) (fma.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (-.f64 (*.f64 (log.f64 #s(literal 2 binary64)) (log.f64 #s(literal 2 binary64))) (*.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))))) |
(+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal 3 binary64))) (fma.f64 (*.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b) (*.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1/2 binary64) a)) (*.f64 (*.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b) (*.f64 #s(literal 1/2 binary64) a))))) |
(fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) |
(+.f64 (*.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b) (*.f64 #s(literal 1/2 binary64) a)) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1/4 binary64) a) #s(literal 3 binary64))) (fma.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (fma.f64 (*.f64 #s(literal 1/4 binary64) a) (*.f64 #s(literal 1/4 binary64) a) (*.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a))))) |
(-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) |
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (fma.f64 (*.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b) (*.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b) #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) |
(+.f64 (*.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b) #s(literal 1/2 binary64)) |
(/.f64 (-.f64 #s(literal 1/512 binary64) (pow.f64 (*.f64 a #s(literal 0 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1/64 binary64) (fma.f64 (*.f64 a #s(literal 0 binary64)) (*.f64 a #s(literal 0 binary64)) (*.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64)))))) |
(-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) |
(*.f64 a #s(literal 0 binary64)) |
#s(literal 0 binary64) |
(*.f64 #s(literal 1/4 binary64) a) |
#s(literal 1/4 binary64) |
(*.f64 #s(literal 1/2 binary64) a) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b)))) |
(/.f64 (neg.f64 a) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)))) |
(/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal 3 binary64)) (pow.f64 (log.f64 #s(literal 2 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 (log.f64 #s(literal 2 binary64)) (log.f64 #s(literal 2 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) a) (log.f64 #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) a) (log.f64 #s(literal 2 binary64))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a)))) |
(/.f64 (neg.f64 b) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)))) |
(/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (exp.f64 a))))) |
(+.f64 #s(literal 1 binary64) (exp.f64 a)) |
(exp.f64 a) |
(+.f64 (cosh.f64 a) (sinh.f64 a)) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) b) #s(literal 3 binary64)) (pow.f64 (log.f64 #s(literal 2 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal 1/2 binary64) b) (-.f64 (*.f64 (log.f64 #s(literal 2 binary64)) (log.f64 #s(literal 2 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) b) (log.f64 #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) b) (log.f64 #s(literal 2 binary64))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
(log1p.f64 #s(approx (exp a) #s(literal 1 binary64))) |
(log.f64 (+.f64 #s(literal 1 binary64) #s(approx (exp a) #s(literal 1 binary64)))) |
#s(approx (exp a) #s(literal 1 binary64)) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
(log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a))) |
(log.f64 (+.f64 #s(literal 1 binary64) #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
#s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 a a) (*.f64 #s(literal 1 binary64) a)))) |
(+.f64 #s(literal 1 binary64) a) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
(log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b))) |
(log.f64 (+.f64 #s(literal 1 binary64) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (exp b) (+.f64 #s(literal 1 binary64) b)) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)))) |
(+.f64 #s(literal 1 binary64) b) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))))) |
(log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64)))) |
(log.f64 (+.f64 #s(literal 1 binary64) #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))))) |
#s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b) (*.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b) #s(literal 1 binary64))))) |
(fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64)) |
(+.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b) #s(literal 1 binary64)) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) b) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal 1/2 binary64) b) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) b) #s(literal 1 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) b) #s(literal 1 binary64)) |
(log.f64 (+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (pow.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) (pow.f64 #s(approx (exp b) #s(literal 1 binary64)) #s(literal 3 binary64))) (fma.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) (-.f64 (*.f64 #s(approx (exp b) #s(literal 1 binary64)) #s(approx (exp b) #s(literal 1 binary64))) (*.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))))) |
(+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64))) |
#s(approx (exp b) #s(literal 1 binary64)) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
(/.f64 (+.f64 (pow.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)) #s(literal 3 binary64))) (fma.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (-.f64 (*.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b))) (*.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))))) |
(+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b))) |
#s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) #s(literal 1 binary64))))) |
(fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64)) |
(+.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) #s(literal 1 binary64)) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) #s(literal 1 binary64))))) |
(fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) |
(+.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) #s(literal 1 binary64)) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/6 binary64) a) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (fma.f64 (*.f64 #s(literal 1/6 binary64) a) (*.f64 #s(literal 1/6 binary64) a) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) |
(+.f64 (*.f64 #s(literal 1/6 binary64) a) #s(literal 1/2 binary64)) |
#s(literal 1/6 binary64) |
(/.f64 (-.f64 (pow.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) #s(literal 3 binary64)) (pow.f64 (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) #s(literal 3 binary64))) (fma.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) (fma.f64 (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) (*.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))))))) |
(-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64)) (*.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64)) (-.f64 (*.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) (*.f64 (*.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64)) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))))) |
(fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
(+.f64 (*.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64)) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 b) (neg.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(/.f64 (+.f64 (pow.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))))) |
(fma.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 a) #s(literal 1 binary64)) |
(fma.f64 (exp.f64 a) (pow.f64 (exp.f64 a) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 a)) |
(*.f64 (exp.f64 a) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) |
(pow.f64 (exp.f64 a) #s(literal 3 binary64)) |
(exp.f64 (*.f64 a #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 a)) #s(literal 3 binary64))) |
#s(literal 3 binary64) |
(log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) |
(log.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
(log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) |
(/.f64 (+.f64 (pow.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))) #s(literal 3 binary64))) (fma.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) (*.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))))) |
(fma.f64 (neg.f64 (exp.f64 a)) (neg.f64 (exp.f64 a)) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
(fma.f64 (fabs.f64 (exp.f64 a)) (fabs.f64 (exp.f64 a)) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
(fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
(+.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
(*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))) |
(/.f64 (-.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (fma.f64 (exp.f64 b) (exp.f64 b) (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (exp.f64 a))))) |
(-.f64 (exp.f64 b) (exp.f64 a)) |
(/.f64 (-.f64 (pow.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) #s(literal 3 binary64)) (pow.f64 (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) #s(literal 3 binary64))) (fma.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) (fma.f64 (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) (*.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))))))) |
(-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a) #s(literal 3 binary64)) (pow.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a) (*.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a) (-.f64 (*.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) (*.f64 (*.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a) (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))))) |
(fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
(+.f64 (*.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a) (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a) (*.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a) (-.f64 (*.f64 (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a) (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))))))) |
(fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(+.f64 (*.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a) (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) #s(literal 3 binary64))) (fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))))))) |
(fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) |
(+.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (fma.f64 (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)) (*.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)))))) |
(-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) |
(/.f64 #s(literal -9 binary64) (neg.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
#s(literal 9 binary64) |
(/.f64 (+.f64 (pow.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))))) |
(fma.f64 (*.f64 (exp.f64 b) (exp.f64 b)) (exp.f64 b) #s(literal 1 binary64)) |
(fma.f64 (exp.f64 b) (*.f64 (exp.f64 b) (exp.f64 b)) #s(literal 1 binary64)) |
(+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(*.f64 (*.f64 (exp.f64 b) (exp.f64 b)) (exp.f64 b)) |
(*.f64 (exp.f64 b) (*.f64 (exp.f64 b) (exp.f64 b))) |
(pow.f64 (exp.f64 b) #s(literal 3 binary64)) |
(exp.f64 (*.f64 b #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 b)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)) |
(pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) |
(exp.f64 (*.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal -2 binary64))) |
#s(literal -2 binary64) |
(*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(*.f64 #s(literal 1/6 binary64) a) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) #s(literal 3 binary64))) (fma.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (fma.f64 (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) (*.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))))) |
(-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64)) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64)) (-.f64 (*.f64 (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64)) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))))))) |
(fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(+.f64 (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64)) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) |
(exp.f64 (*.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal -3 binary64))) |
#s(literal -3 binary64) |
#s(literal 54 binary64) |
(/.f64 #s(literal -27 binary64) (neg.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
#s(literal 27 binary64) |
(*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) |
#s(literal 81 binary64) |
(/.f64 #s(literal -3 binary64) (neg.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) |
(log.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) #s(literal 3 binary64)) (pow.f64 (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) #s(literal 3 binary64))) (fma.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) (fma.f64 (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) (*.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))))))) |
(-.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(log.f64 (/.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) |
(/.f64 (+.f64 (pow.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b) #s(literal 3 binary64))) (fma.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (-.f64 (*.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))))) |
(fma.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 a) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) |
(fma.f64 (exp.f64 a) (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) |
(+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) |
(pow.f64 (exp.f64 #s(literal 3 binary64)) b) |
(exp.f64 (*.f64 #s(literal 3 binary64) b)) |
(+.f64 (cosh.f64 (*.f64 #s(literal 3 binary64) b)) (sinh.f64 (*.f64 #s(literal 3 binary64) b))) |
(*.f64 #s(literal 3 binary64) b) |
(/.f64 (-.f64 (pow.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) #s(literal 3 binary64)) (pow.f64 (log.f64 (-.f64 (exp.f64 a) (exp.f64 b))) #s(literal 3 binary64))) (fma.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) (fma.f64 (log.f64 (-.f64 (exp.f64 a) (exp.f64 b))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b))) (*.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b))))))) |
(-.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
(log.f64 (/.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) (-.f64 (exp.f64 a) (exp.f64 b)))) |
(log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) |
(/.f64 (-.f64 (pow.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) b) #s(literal 3 binary64))) (fma.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (fma.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) b) (pow.f64 (exp.f64 #s(literal 2 binary64)) b) (*.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))))) |
(-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) |
(*.f64 (neg.f64 (exp.f64 a)) (neg.f64 (exp.f64 a))) |
(*.f64 (fabs.f64 (exp.f64 a)) (fabs.f64 (exp.f64 a))) |
(*.f64 (exp.f64 a) (exp.f64 a)) |
(pow.f64 (exp.f64 a) #s(literal 2 binary64)) |
(exp.f64 (+.f64 a a)) |
(exp.f64 (*.f64 a #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 a)) #s(literal 2 binary64))) |
(pow.f64 (exp.f64 #s(literal 2 binary64)) b) |
(exp.f64 (*.f64 #s(literal 2 binary64) b)) |
(+.f64 (cosh.f64 (*.f64 #s(literal 2 binary64) b)) (sinh.f64 (*.f64 #s(literal 2 binary64) b))) |
(*.f64 #s(literal 2 binary64) b) |
(log.f64 (-.f64 (exp.f64 a) (exp.f64 b))) |
(/.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (fma.f64 (exp.f64 a) (exp.f64 a) (fma.f64 (exp.f64 b) (exp.f64 b) (*.f64 (exp.f64 a) (exp.f64 b))))) |
(-.f64 (exp.f64 a) (exp.f64 b)) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 b))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (log1p.f64 (exp.f64 b)) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (log1p.f64 (exp.f64 b)) (*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64)))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)))))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (log1p.f64 (exp.f64 b)) (*.f64 a (fma.f64 a (fma.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -3 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64))))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)))))) |
#s(approx (log (+ 1 (exp a))) (log.f64 #s(literal 2 binary64))) |
#s(approx (log (+ 1 (exp a))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (log (+ 1 (exp a))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) a))))) |
#s(approx (log (+ 1 (exp a))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 a (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1/192 binary64) (*.f64 a a)))))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (log.f64 #s(literal 2 binary64))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) a))))) |
#s(approx (+ (* 1/8 a) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (* 1/8 a) 1/2) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) a))) |
#s(approx a a) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (log1p.f64 (exp.f64 b))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (log1p.f64 (exp.f64 b)) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (log1p.f64 (exp.f64 b))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (+.f64 (log1p.f64 (exp.f64 b)) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (/.f64 (log1p.f64 (exp.f64 b)) a)) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (/.f64 (+.f64 (log1p.f64 (exp.f64 b)) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b)))) a)) |
#s(approx (/ (log (+ 1 (exp b))) a) (/.f64 (log1p.f64 (exp.f64 b)) a)) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (fma.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1/4 binary64) a (*.f64 #s(literal 1/8 binary64) b)))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) |
#s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) |
#s(approx (* a 0) #s(literal 0 binary64)) |
#s(approx (* 1/4 a) (*.f64 #s(literal 1/4 binary64) a)) |
#s(approx (* 1/2 a) (*.f64 #s(literal 1/2 binary64) a)) |
#s(approx (/ a (+ 1 (exp b))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b)))) |
#s(approx (+ (* 1/2 a) (log 2)) (log.f64 #s(literal 2 binary64))) |
#s(approx (+ (* 1/2 a) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) b (*.f64 a (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) b)))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) b (*.f64 a (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 #s(literal 1/8 binary64) (fma.f64 #s(literal -1/8 binary64) b (*.f64 #s(literal 1/8 binary64) b))))) (*.f64 #s(literal 1/4 binary64) b)))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) b (*.f64 a (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (fma.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal -1/8 binary64) b (*.f64 #s(literal 1/8 binary64) b)) (fma.f64 #s(literal -1/16 binary64) b (*.f64 #s(literal 1/24 binary64) b)))))) (fma.f64 #s(literal -1/8 binary64) b (*.f64 #s(literal 1/8 binary64) b))))) (*.f64 #s(literal 1/4 binary64) b)))))) |
#s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)) |
#s(approx (/ b (+ 1 (exp a))) (fma.f64 #s(literal -1/4 binary64) (*.f64 a b) (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (/ b (+ 1 (exp a))) (fma.f64 #s(literal 1/2 binary64) b (*.f64 a (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (fma.f64 #s(literal -1/8 binary64) b (*.f64 #s(literal 1/8 binary64) b)))) (*.f64 #s(literal 1/4 binary64) b))))) |
#s(approx (/ b (+ 1 (exp a))) (fma.f64 #s(literal 1/2 binary64) b (*.f64 a (-.f64 (*.f64 a (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (fma.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal -1/8 binary64) b (*.f64 #s(literal 1/8 binary64) b)) (fma.f64 #s(literal -1/16 binary64) b (*.f64 #s(literal 1/24 binary64) b))))) (fma.f64 #s(literal -1/8 binary64) b (*.f64 #s(literal 1/8 binary64) b)))) (*.f64 #s(literal 1/4 binary64) b))))) |
#s(approx (+ 1 (exp a)) #s(literal 2 binary64)) |
#s(approx (+ 1 (exp a)) (+.f64 #s(literal 2 binary64) a)) |
#s(approx (+ 1 (exp a)) (+.f64 #s(literal 2 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) a))))) |
#s(approx (+ 1 (exp a)) (+.f64 #s(literal 2 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) a))))))) |
#s(approx (exp a) #s(literal 1 binary64)) |
#s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) |
#s(approx (exp a) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) a))))) |
#s(approx (exp a) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) a))))))) |
#s(approx (+ 1 a) #s(literal 1 binary64)) |
#s(approx (+ 1 a) (+.f64 #s(literal 1 binary64) a)) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (exp.f64 b))) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (+.f64 a (exp.f64 b)))) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 b) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) a)))))) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 b) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) a)))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+.f64 #s(literal 1 binary64) a)) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) a))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) a))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) a))))) |
#s(approx (+ (* 1/6 a) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (* 1/6 a) 1/2) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) a))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 a (-.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64))))))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 a (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 a (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) #s(literal 2 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))))))))) (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64))))))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 a (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 a (-.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (*.f64 a (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/6 binary64) (fma.f64 #s(literal -6 binary64) (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b)))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (pow.f64 (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) #s(literal 3 binary64)) (*.f64 #s(literal 6 binary64) (/.f64 (+.f64 #s(literal 4/3 binary64) (*.f64 #s(literal -1/6 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))))))))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) #s(literal 2 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))))))))) (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64))))))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 a (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 a (fma.f64 a (fma.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 3/2 binary64) b))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 3/2 binary64) b (*.f64 a (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal -9/4 binary64) b)))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 3/2 binary64) b (*.f64 a (+.f64 #s(literal 3/2 binary64) (fma.f64 #s(literal -9/4 binary64) b (*.f64 a (+.f64 #s(literal 9/8 binary64) (*.f64 #s(literal -3 binary64) (fma.f64 #s(literal -9/8 binary64) b (*.f64 #s(literal 9/8 binary64) b))))))))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 3/2 binary64) b (*.f64 a (+.f64 #s(literal 3/2 binary64) (fma.f64 #s(literal -9/4 binary64) b (*.f64 a (+.f64 #s(literal 9/8 binary64) (fma.f64 #s(literal -3 binary64) (*.f64 a (fma.f64 #s(literal -27/16 binary64) b (fma.f64 #s(literal -3/2 binary64) (fma.f64 #s(literal -9/8 binary64) b (*.f64 #s(literal 9/8 binary64) b)) (*.f64 #s(literal 9/8 binary64) b)))) (*.f64 #s(literal -3 binary64) (fma.f64 #s(literal -9/8 binary64) b (*.f64 #s(literal 9/8 binary64) b)))))))))))) |
#s(approx (/ b (+ (pow (exp a) 3) 1)) (*.f64 #s(literal 1/2 binary64) b)) |
#s(approx (/ b (+ (pow (exp a) 3) 1)) (fma.f64 #s(literal -3/4 binary64) (*.f64 a b) (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (/ b (+ (pow (exp a) 3) 1)) (fma.f64 #s(literal 1/2 binary64) b (*.f64 a (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (fma.f64 #s(literal -9/8 binary64) b (*.f64 #s(literal 9/8 binary64) b)))) (*.f64 #s(literal 3/4 binary64) b))))) |
#s(approx (/ b (+ (pow (exp a) 3) 1)) (fma.f64 #s(literal 1/2 binary64) b (*.f64 a (-.f64 (*.f64 a (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (fma.f64 #s(literal -27/16 binary64) b (fma.f64 #s(literal -3/2 binary64) (fma.f64 #s(literal -9/8 binary64) b (*.f64 #s(literal 9/8 binary64) b)) (*.f64 #s(literal 9/8 binary64) b))))) (fma.f64 #s(literal -9/8 binary64) b (*.f64 #s(literal 9/8 binary64) b)))) (*.f64 #s(literal 3/4 binary64) b))))) |
#s(approx (+ (pow (exp a) 3) 1) #s(literal 2 binary64)) |
#s(approx (+ (pow (exp a) 3) 1) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 3 binary64) a))) |
#s(approx (+ (pow (exp a) 3) 1) (+.f64 #s(literal 2 binary64) (*.f64 a (+.f64 #s(literal 3 binary64) (*.f64 #s(literal 9/2 binary64) a))))) |
#s(approx (+ (pow (exp a) 3) 1) (+.f64 #s(literal 2 binary64) (*.f64 a (+.f64 #s(literal 3 binary64) (*.f64 a (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 9/2 binary64) a))))))) |
#s(approx (pow (exp a) 3) #s(literal 1 binary64)) |
#s(approx (pow (exp a) 3) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) a))) |
#s(approx (pow (exp a) 3) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 3 binary64) (*.f64 #s(literal 9/2 binary64) a))))) |
#s(approx (pow (exp a) 3) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 3 binary64) (*.f64 a (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 9/2 binary64) a))))))) |
#s(approx (log (+ 1 (pow (exp a) 3))) (log.f64 #s(literal 2 binary64))) |
#s(approx (log (+ 1 (pow (exp a) 3))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 3/2 binary64) a))) |
#s(approx (log (+ 1 (pow (exp a) 3))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 a (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 9/8 binary64) a))))) |
#s(approx (log (+ 1 (pow (exp a) 3))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 a (+.f64 #s(literal 3/2 binary64) (*.f64 a (+.f64 #s(literal 9/8 binary64) (*.f64 #s(literal -27/64 binary64) (*.f64 a a)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b)))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+.f64 (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))) (*.f64 a (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+.f64 (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))) (*.f64 a (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 a (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) #s(literal 2 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))))))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+.f64 (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))) (*.f64 a (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (fma.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64)) (*.f64 a (fma.f64 #s(literal 1/6 binary64) (*.f64 a (fma.f64 #s(literal -6 binary64) (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b)))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (pow.f64 (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) #s(literal 3 binary64)) (*.f64 #s(literal 6 binary64) (/.f64 (+.f64 #s(literal 4/3 binary64) (*.f64 #s(literal -1/6 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) #s(literal 2 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))))))))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (+.f64 #s(literal 1 binary64) (fma.f64 a (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (+.f64 #s(literal 1 binary64) (fma.f64 a (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1 binary64) (exp.f64 b) (*.f64 a (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b)))))) (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (+.f64 #s(literal 1 binary64) (fma.f64 a (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1 binary64) (exp.f64 b) (*.f64 a (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/2 binary64) (exp.f64 b) (*.f64 a (+.f64 #s(literal 4/3 binary64) (*.f64 #s(literal -1/6 binary64) (exp.f64 b))))))))) (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (*.f64 (exp.f64 b) (expm1.f64 b))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (fma.f64 #s(literal -1 binary64) (*.f64 a (exp.f64 b)) (*.f64 (exp.f64 b) (expm1.f64 b)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (fma.f64 a (fma.f64 #s(literal -1 binary64) (exp.f64 b) (*.f64 #s(literal -1/2 binary64) (*.f64 a (exp.f64 b)))) (*.f64 (exp.f64 b) (expm1.f64 b)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (fma.f64 a (fma.f64 #s(literal -1 binary64) (exp.f64 b) (*.f64 a (fma.f64 #s(literal -1/2 binary64) (exp.f64 b) (*.f64 #s(literal -1/6 binary64) (*.f64 a (exp.f64 b)))))) (*.f64 (exp.f64 b) (expm1.f64 b)))) |
#s(approx (- (exp b) (exp a)) (expm1.f64 b)) |
#s(approx (- (exp b) (exp a)) (-.f64 (+.f64 (exp.f64 b) (*.f64 #s(literal -1 binary64) a)) #s(literal 1 binary64))) |
#s(approx (- (exp b) (exp a)) (-.f64 (+.f64 (exp.f64 b) (*.f64 a (-.f64 (*.f64 #s(literal -1/2 binary64) a) #s(literal 1 binary64)))) #s(literal 1 binary64))) |
#s(approx (- (exp b) (exp a)) (-.f64 (+.f64 (exp.f64 b) (*.f64 a (-.f64 (*.f64 a (-.f64 (*.f64 #s(literal -1/6 binary64) a) #s(literal 1/2 binary64))) #s(literal 1 binary64)))) #s(literal 1 binary64))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 a (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 a (fma.f64 a (fma.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (/.f64 #s(literal 3 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (fma.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (fma.f64 a (fma.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (fma.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (*.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))) |
#s(approx (* 1/6 a) (*.f64 #s(literal 1/6 binary64) a)) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 a (-.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64))) (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64))))))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 a (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64)) (*.f64 a (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) #s(literal 2 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))))))))) (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64))))))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 a (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64)) (*.f64 a (-.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -2 binary64)))) (*.f64 a (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/6 binary64) (fma.f64 #s(literal -6 binary64) (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b)))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (pow.f64 (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) #s(literal 3 binary64)) (*.f64 #s(literal 6 binary64) (/.f64 (+.f64 #s(literal 4/3 binary64) (*.f64 #s(literal -1/6 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))))))))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) #s(literal 2 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))))))))) (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64))))))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 #s(literal 3 binary64) (/.f64 a (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -2 binary64))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64))))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 a (fma.f64 a (fma.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -2 binary64)))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64))))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b) (*.f64 #s(literal 3 binary64) a)))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b) (*.f64 a (+.f64 #s(literal 3 binary64) (*.f64 #s(literal 9/2 binary64) a)))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b) (*.f64 a (+.f64 #s(literal 3 binary64) (*.f64 a (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 9/2 binary64) a)))))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) (log.f64 (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) (-.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) (-.f64 (+.f64 (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) (*.f64 a (-.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -1 binary64))) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))))) (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) (-.f64 (+.f64 (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) (*.f64 a (-.f64 (fma.f64 #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -1 binary64)) (*.f64 a (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -1 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64))))))) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))))) (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) (-.f64 (+.f64 (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) (*.f64 a (-.f64 (fma.f64 #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -1 binary64)) (*.f64 a (-.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -1 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -2 binary64)))) (*.f64 a (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -1 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -3 binary64)))) (*.f64 #s(literal 24 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64)))))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64))))))) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))))) (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) (+.f64 (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) (*.f64 #s(literal 2 binary64) (/.f64 a (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) (+.f64 (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) (*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -1 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -2 binary64))))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -1 binary64))))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) (+.f64 (log.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) (*.f64 a (fma.f64 a (fma.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 8 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -1 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -3 binary64)))) (*.f64 #s(literal 24 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -1 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) #s(literal -1 binary64))))))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) (-.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) a)) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) a)))) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 2 binary64) (*.f64 a (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 4/3 binary64) a)))))) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) |
#s(approx (pow (exp a) 2) #s(literal 1 binary64)) |
#s(approx (pow (exp a) 2) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) a))) |
#s(approx (pow (exp a) 2) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) a))))) |
#s(approx (pow (exp a) 2) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 2 binary64) (*.f64 a (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 4/3 binary64) a))))))) |
#s(approx (log (- (exp a) (exp b))) (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)))) |
#s(approx (log (- (exp a) (exp b))) (+.f64 (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))) (/.f64 a (-.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (log (- (exp a) (exp b))) (+.f64 (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))) (*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64)))) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)))))) |
#s(approx (log (- (exp a) (exp b))) (+.f64 (log.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b))) (*.f64 a (fma.f64 a (fma.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64))))) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)))))) |
#s(approx (- (exp a) (exp b)) (-.f64 #s(literal 1 binary64) (exp.f64 b))) |
#s(approx (- (exp a) (exp b)) (-.f64 (+.f64 #s(literal 1 binary64) a) (exp.f64 b))) |
#s(approx (- (exp a) (exp b)) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) a)))) (exp.f64 b))) |
#s(approx (- (exp a) (exp b)) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) a)))))) (exp.f64 b))) |
#s(approx (log (+ (exp a) (exp b))) (log.f64 (+.f64 (exp.f64 a) (exp.f64 b)))) |
#s(approx (log (+ 1 (exp a))) (log1p.f64 (exp.f64 a))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/8 binary64) (fma.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)) (/.f64 (log.f64 #s(literal 2 binary64)) (*.f64 a a)))))) |
#s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) |
#s(approx (+ (* 1/8 a) 1/2) (*.f64 a (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 a (+.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (/.f64 (log1p.f64 (exp.f64 b)) a)))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b)))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (*.f64 a (+.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (/.f64 (log1p.f64 (exp.f64 b)) a)))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (/.f64 (log1p.f64 (exp.f64 b)) a))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1/4 binary64) b (/.f64 (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)))) a))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1/4 binary64) b (/.f64 (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) a))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (*.f64 #s(literal -1/4 binary64) a)) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (*.f64 a (-.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 b a) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))) #s(literal 1/4 binary64)))) |
#s(approx (+ (* 1/2 a) (log 2)) (*.f64 #s(literal 1/2 binary64) a)) |
#s(approx (+ (* 1/2 a) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+.f64 (log1p.f64 (exp.f64 a)) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (/ b (+ 1 (exp a))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a)))) |
#s(approx (+ 1 (exp a)) (+.f64 #s(literal 1 binary64) (exp.f64 a))) |
#s(approx (exp a) (exp.f64 a)) |
#s(approx (+ 1 a) a) |
#s(approx (+ 1 a) (*.f64 a (+.f64 #s(literal 1 binary64) (pow.f64 a #s(literal -1 binary64))))) |
#s(approx (+ (exp a) (exp b)) (+.f64 (exp.f64 a) (exp.f64 b))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 #s(literal 1/6 binary64) (pow.f64 a #s(literal 3 binary64)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 (pow.f64 a #s(literal 3 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 (pow.f64 a #s(literal 3 binary64)) (+.f64 #s(literal 1/6 binary64) (fma.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)) (pow.f64 a #s(literal -2 binary64)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 (pow.f64 a #s(literal 3 binary64)) (+.f64 #s(literal 1/6 binary64) (fma.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)) (+.f64 (pow.f64 a #s(literal -2 binary64)) (pow.f64 a #s(literal -3 binary64))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) (*.f64 #s(literal 1/6 binary64) (*.f64 a a))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/6 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/6 binary64) (fma.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)) (pow.f64 a #s(literal -2 binary64)))))) |
#s(approx (+ (* 1/6 a) 1/2) (*.f64 #s(literal 1/6 binary64) a)) |
#s(approx (+ (* 1/6 a) 1/2) (*.f64 a (+.f64 #s(literal 1/6 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log.f64 (/.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (fma.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 b (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))))))) |
#s(approx (/ b (+ (pow (exp a) 3) 1)) (/.f64 b (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) |
#s(approx (+ (pow (exp a) 3) 1) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
#s(approx (pow (exp a) 3) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) |
#s(approx (log (+ 1 (pow (exp a) 3))) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (log.f64 (fma.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (fma.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
#s(approx (- (exp b) (exp a)) (-.f64 (exp.f64 b) (exp.f64 a))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (*.f64 (pow.f64 a #s(literal 3 binary64)) (fma.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (*.f64 (pow.f64 a #s(literal 3 binary64)) (fma.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a) (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (*.f64 (pow.f64 a #s(literal 3 binary64)) (fma.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a) (fma.f64 #s(literal 3 binary64) (pow.f64 (*.f64 (*.f64 a a) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (pow.f64 a #s(literal 3 binary64)))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 a a) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (*.f64 (*.f64 a a) (fma.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (*.f64 (*.f64 a a) (fma.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a) (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (*.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (*.f64 a (fma.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log.f64 (/.f64 (+.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (fma.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log.f64 (+.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b) (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) (+.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b) (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) (log.f64 (/.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) (-.f64 (exp.f64 a) (exp.f64 b))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 #s(literal 2 binary64)) b))) |
#s(approx (pow (exp a) 2) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) |
#s(approx (log (- (exp a) (exp b))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
#s(approx (- (exp a) (exp b)) (-.f64 (exp.f64 a) (exp.f64 b))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a)) #s(literal 1/2 binary64)) a))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(literal -1 binary64) (*.f64 a (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (log1p.f64 (exp.f64 b)) a)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (*.f64 #s(literal -1 binary64) (*.f64 a (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (log1p.f64 (exp.f64 b)) a)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal -1 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 1/4 binary64) b) #s(literal 1/2 binary64))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal -1 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)))) a) (*.f64 #s(literal 1/4 binary64) b)) #s(literal 1/2 binary64))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 #s(literal -1 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 1/4 binary64) b) #s(literal 1/2 binary64))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 #s(literal -1 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) a) (*.f64 #s(literal 1/4 binary64) b)) #s(literal 1/2 binary64))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (*.f64 #s(literal -1 binary64) (*.f64 a (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)) a)))))) |
#s(approx (+ (* 1/2 a) (log 2)) (*.f64 #s(literal -1 binary64) (*.f64 a (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a)) #s(literal 1/2 binary64))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64))) a)) #s(literal 1/6 binary64))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (+.f64 (pow.f64 a #s(literal -1 binary64)) (pow.f64 a #s(literal -2 binary64)))) a)) #s(literal 1/6 binary64))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) (fma.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a) (*.f64 #s(literal -1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (*.f64 #s(literal 3 binary64) (pow.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) #s(literal -1 binary64)))) a) (*.f64 #s(literal -1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) a)) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)))) a) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))))) a) (*.f64 #s(literal -1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (*.f64 (*.f64 a a) (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 3 binary64) (pow.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) #s(literal -1 binary64)))) a) (*.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (*.f64 #s(literal -1 binary64) (*.f64 a (fma.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a) (*.f64 #s(literal -1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (log1p.f64 (exp.f64 a)) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (log1p.f64 (exp.f64 a)) (*.f64 b (fma.f64 #s(literal 1/2 binary64) (*.f64 b (-.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -2 binary64)))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64)))))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (log1p.f64 (exp.f64 a)) (*.f64 b (fma.f64 b (fma.f64 #s(literal 1/6 binary64) (*.f64 b (-.f64 (fma.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -3 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -2 binary64))))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64)))))) |
#s(approx (log (+ 1 (exp b))) (log.f64 #s(literal 2 binary64))) |
#s(approx (log (+ 1 (exp b))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (log (+ 1 (exp b))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))))) |
#s(approx (log (+ 1 (exp b))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 b (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1/192 binary64) (*.f64 b b)))))))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) (log.f64 #s(literal 2 binary64))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))))) |
#s(approx (+ (* 1/8 b) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (* 1/8 b) 1/2) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) |
#s(approx b b) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) (log.f64 #s(literal 2 binary64))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 b (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1/192 binary64) (*.f64 b b)))))))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) (+.f64 #s(literal 1/2 binary64) (*.f64 b (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1/192 binary64) (*.f64 b b)))))) |
#s(approx (+ (* (* b b) -1/192) 1/8) #s(literal 1/8 binary64)) |
#s(approx (+ (* (* b b) -1/192) 1/8) (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1/192 binary64) (*.f64 b b)))) |
#s(approx (* b b) (*.f64 b b)) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) a)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 b (-.f64 #s(literal 1/8 binary64) (fma.f64 #s(literal -1/8 binary64) a (*.f64 #s(literal 1/8 binary64) a))))) (*.f64 #s(literal 1/4 binary64) a)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 b (-.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1 binary64) (*.f64 b (fma.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal -1/8 binary64) a (*.f64 #s(literal 1/8 binary64) a)) (fma.f64 #s(literal -1/16 binary64) a (*.f64 #s(literal 1/24 binary64) a)))))) (fma.f64 #s(literal -1/8 binary64) a (*.f64 #s(literal 1/8 binary64) a))))) (*.f64 #s(literal 1/4 binary64) a)))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (*.f64 a (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a)))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (fma.f64 a (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64))) #s(literal 1/4 binary64))) (*.f64 a (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (fma.f64 a (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a)) (*.f64 b (fma.f64 #s(literal 1/8 binary64) b (*.f64 a (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64))) #s(literal 1/4 binary64))))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (fma.f64 a (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a)) (*.f64 b (fma.f64 a (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64))) #s(literal 1/4 binary64)) (*.f64 b (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/48 binary64) (*.f64 a b)))))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (fma.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64))) #s(literal 1/4 binary64)) (/.f64 (log.f64 #s(literal 2 binary64)) a)))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (fma.f64 b (-.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 b a) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (/.f64 (log.f64 #s(literal 2 binary64)) a)))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (fma.f64 b (-.f64 (fma.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)) (*.f64 b (fma.f64 #s(literal 1/48 binary64) b (*.f64 #s(literal 1/8 binary64) (pow.f64 a #s(literal -1 binary64)))))) #s(literal 1/4 binary64)) (/.f64 (log.f64 #s(literal 2 binary64)) a)))) |
#s(approx (/ (log (+ 1 (exp b))) a) (/.f64 (log.f64 #s(literal 2 binary64)) a)) |
#s(approx (/ (log (+ 1 (exp b))) a) (fma.f64 #s(literal 1/2 binary64) (/.f64 b a) (/.f64 (log.f64 #s(literal 2 binary64)) a))) |
#s(approx (/ (log (+ 1 (exp b))) a) (fma.f64 b (fma.f64 #s(literal 1/8 binary64) (/.f64 b a) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))) (/.f64 (log.f64 #s(literal 2 binary64)) a))) |
#s(approx (/ (log (+ 1 (exp b))) a) (fma.f64 b (fma.f64 b (fma.f64 #s(literal -1/192 binary64) (/.f64 (*.f64 b b) a) (*.f64 #s(literal 1/8 binary64) (pow.f64 a #s(literal -1 binary64)))) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))) (/.f64 (log.f64 #s(literal 2 binary64)) a))) |
#s(approx (exp b) #s(literal 1 binary64)) |
#s(approx (exp b) (+.f64 #s(literal 1 binary64) b)) |
#s(approx (exp b) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) b))))) |
#s(approx (exp b) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) b))))))) |
#s(approx (pow (+ 1 (exp b)) -1) #s(literal 1/2 binary64)) |
#s(approx (pow (+ 1 (exp b)) -1) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b))) |
#s(approx (pow (+ 1 (exp b)) -1) (+.f64 #s(literal 1/2 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 1/48 binary64) (*.f64 b b)) #s(literal 1/4 binary64))))) |
#s(approx (pow (+ 1 (exp b)) -1) (+.f64 #s(literal 1/2 binary64) (*.f64 b (-.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 1/48 binary64) (*.f64 #s(literal -1/480 binary64) (*.f64 b b)))) #s(literal 1/4 binary64))))) |
#s(approx (+ 1 (exp b)) #s(literal 2 binary64)) |
#s(approx (+ 1 (exp b)) (+.f64 #s(literal 2 binary64) b)) |
#s(approx (+ 1 (exp b)) (+.f64 #s(literal 2 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) b))))) |
#s(approx (+ 1 (exp b)) (+.f64 #s(literal 2 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) b))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) a)))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)) (*.f64 #s(literal 1/4 binary64) a)))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 #s(literal 1/2 binary64) a)) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) a))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)) (*.f64 #s(literal 1/4 binary64) a))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) a))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)) (*.f64 #s(literal 1/4 binary64) a))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(literal 1/2 binary64)) |
#s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)) |
#s(approx (/ a (+ 1 (exp b))) (fma.f64 #s(literal -1/4 binary64) (*.f64 a b) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (/ a (+ 1 (exp b))) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 b (fma.f64 #s(literal -1/8 binary64) a (*.f64 #s(literal 1/8 binary64) a)))) (*.f64 #s(literal 1/4 binary64) a))))) |
#s(approx (/ a (+ 1 (exp b))) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 (*.f64 b (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 b (fma.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal -1/8 binary64) a (*.f64 #s(literal 1/8 binary64) a)) (fma.f64 #s(literal -1/16 binary64) a (*.f64 #s(literal 1/24 binary64) a))))) (fma.f64 #s(literal -1/8 binary64) a (*.f64 #s(literal 1/8 binary64) a)))) (*.f64 #s(literal 1/4 binary64) a))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (log1p.f64 (exp.f64 a))) |
#s(approx (+ (* 1/2 b) (log 2)) (log.f64 #s(literal 2 binary64))) |
#s(approx (+ (* 1/2 b) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (+ 1 b) #s(literal 1 binary64)) |
#s(approx (+ 1 b) (+.f64 #s(literal 1 binary64) b)) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) (+.f64 #s(literal 1 binary64) b)) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) b))))) |
#s(approx (+ (* 1/2 b) 1) #s(literal 1 binary64)) |
#s(approx (+ (* 1/2 b) 1) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (exp.f64 a))) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (+.f64 b (exp.f64 a)))) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 a) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) b)))))) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 a) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) b)))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 b (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)))))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 b (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (fma.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)))))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 b (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (fma.f64 b (-.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/6 binary64) (fma.f64 #s(literal -6 binary64) (/.f64 (*.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 #s(literal 2 binary64) (exp.f64 a))) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (pow.f64 (/.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))) #s(literal 3 binary64)) (*.f64 #s(literal 6 binary64) (/.f64 (+.f64 #s(literal 7/6 binary64) (*.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)))))))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)))))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 b (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 b (fma.f64 #s(literal 1/2 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 b (fma.f64 b (fma.f64 #s(literal 1/6 binary64) (*.f64 b (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64)))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+.f64 (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))) (*.f64 b (-.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64))) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+.f64 (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))) (*.f64 b (-.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 b (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)))))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)))) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+.f64 (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))) (*.f64 b (-.f64 (fma.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)) (*.f64 b (fma.f64 #s(literal 1/6 binary64) (*.f64 b (fma.f64 #s(literal -6 binary64) (/.f64 (*.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 #s(literal 2 binary64) (exp.f64 a))) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (pow.f64 (/.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))) #s(literal 3 binary64)) (*.f64 #s(literal 6 binary64) (/.f64 (+.f64 #s(literal 7/6 binary64) (*.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))))) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (-.f64 (+.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 #s(literal 2 binary64) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) (exp.f64 a))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (-.f64 (+.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 (+.f64 #s(literal 2 binary64) (*.f64 b (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))))) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) (exp.f64 a))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (-.f64 (+.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 (+.f64 #s(literal 2 binary64) (*.f64 b (+.f64 #s(literal 3/2 binary64) (fma.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)) (*.f64 b (+.f64 #s(literal 7/6 binary64) (*.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a))))))))) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) (exp.f64 a))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (-.f64 #s(literal 1 binary64) (exp.f64 a))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (-.f64 #s(literal 2 binary64) (exp.f64 a)))) (exp.f64 a))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (+.f64 #s(literal 2 binary64) (*.f64 b (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))))) (exp.f64 a)))) (exp.f64 a))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (+.f64 #s(literal 2 binary64) (*.f64 b (+.f64 #s(literal 3/2 binary64) (fma.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)) (*.f64 b (+.f64 #s(literal 7/6 binary64) (*.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a))))))))) (exp.f64 a)))) (exp.f64 a))) |
#s(approx (- (exp b) (exp a)) (-.f64 #s(literal 1 binary64) (exp.f64 a))) |
#s(approx (- (exp b) (exp a)) (-.f64 (+.f64 #s(literal 1 binary64) b) (exp.f64 a))) |
#s(approx (- (exp b) (exp a)) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) b)))) (exp.f64 a))) |
#s(approx (- (exp b) (exp a)) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) b)))))) (exp.f64 a))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 a (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 9/8 binary64) a))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 a (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 9/8 binary64) a)) (*.f64 b (+.f64 #s(literal 3/2 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) #s(literal 9/4 binary64)))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 a (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 9/8 binary64) a)) (*.f64 b (+.f64 #s(literal 3/2 binary64) (fma.f64 a (-.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) #s(literal 9/4 binary64)) (*.f64 b (+.f64 #s(literal 9/8 binary64) (*.f64 #s(literal -81/32 binary64) (*.f64 a a)))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (pow (exp b) 3)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 a (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 9/8 binary64) a)) (*.f64 b (+.f64 #s(literal 3/2 binary64) (fma.f64 a (-.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) #s(literal 9/4 binary64)) (*.f64 b (+.f64 #s(literal 9/8 binary64) (fma.f64 #s(literal -81/32 binary64) (*.f64 a a) (*.f64 a (*.f64 b (+.f64 #s(literal 27/16 binary64) (*.f64 #s(literal -81/16 binary64) (*.f64 a a)))))))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 9/8 binary64) a))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+.f64 #s(literal 3/2 binary64) (fma.f64 #s(literal 9/8 binary64) a (*.f64 b (-.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) #s(literal 9/4 binary64)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+.f64 #s(literal 3/2 binary64) (fma.f64 #s(literal 9/8 binary64) a (*.f64 b (-.f64 (fma.f64 #s(literal -81/32 binary64) (*.f64 a b) (*.f64 #s(literal 27/16 binary64) (*.f64 a a))) #s(literal 9/4 binary64)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+.f64 #s(literal 3/2 binary64) (fma.f64 #s(literal 9/8 binary64) a (*.f64 b (-.f64 (fma.f64 #s(literal 27/16 binary64) (*.f64 a a) (*.f64 b (fma.f64 #s(literal -81/32 binary64) a (*.f64 b (+.f64 #s(literal 27/16 binary64) (*.f64 #s(literal -81/16 binary64) (*.f64 a a))))))) #s(literal 9/4 binary64)))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(literal 9/8 binary64)) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (+.f64 #s(literal 9/8 binary64) (*.f64 #s(literal 27/16 binary64) (*.f64 a b)))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (+.f64 #s(literal 9/8 binary64) (*.f64 b (fma.f64 #s(literal -81/32 binary64) b (*.f64 #s(literal 27/16 binary64) a))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (+.f64 #s(literal 9/8 binary64) (*.f64 b (fma.f64 #s(literal 27/16 binary64) a (*.f64 b (-.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a b)) #s(literal 81/32 binary64))))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(literal 9/4 binary64)) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (+.f64 #s(literal 9/4 binary64) (*.f64 #s(literal -81/16 binary64) (*.f64 b b)))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (+.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal 243/32 binary64) (*.f64 b b)) #s(literal 81/16 binary64))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (+.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 243/32 binary64) (*.f64 #s(literal -12393/1280 binary64) (*.f64 b b)))) #s(literal 81/16 binary64))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(literal 9/2 binary64)) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal -27/4 binary64) b))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 9/2 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 b b)) #s(literal 27/4 binary64))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 9/2 binary64) (*.f64 b (-.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 81/16 binary64) (*.f64 #s(literal -729/160 binary64) (*.f64 b b)))) #s(literal 27/4 binary64))))) |
#s(approx (+ (pow (exp b) 3) 1) #s(literal 2 binary64)) |
#s(approx (+ (pow (exp b) 3) 1) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 3 binary64) b))) |
#s(approx (+ (pow (exp b) 3) 1) (+.f64 #s(literal 2 binary64) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 #s(literal 9/2 binary64) b))))) |
#s(approx (+ (pow (exp b) 3) 1) (+.f64 #s(literal 2 binary64) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 b (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 9/2 binary64) b))))))) |
#s(approx (pow (exp b) 3) #s(literal 1 binary64)) |
#s(approx (pow (exp b) 3) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) b))) |
#s(approx (pow (exp b) 3) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 #s(literal 9/2 binary64) b))))) |
#s(approx (pow (exp b) 3) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 b (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 9/2 binary64) b))))))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(literal 9/4 binary64)) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) (+.f64 #s(literal 9/4 binary64) (*.f64 #s(literal -27/4 binary64) b))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) (+.f64 #s(literal 9/4 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 81/16 binary64) b) #s(literal 27/4 binary64))))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) (+.f64 #s(literal 9/4 binary64) (*.f64 b (-.f64 (*.f64 b (+.f64 #s(literal 81/16 binary64) (*.f64 #s(literal 81/16 binary64) b))) #s(literal 27/4 binary64))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(literal 1/4 binary64)) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -3/4 binary64) b))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) (+.f64 #s(literal 1/4 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 9/16 binary64) b) #s(literal 3/4 binary64))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) (+.f64 #s(literal 1/4 binary64) (*.f64 b (-.f64 (*.f64 b (+.f64 #s(literal 9/16 binary64) (*.f64 #s(literal 9/16 binary64) b))) #s(literal 3/4 binary64))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (*.f64 #s(literal 27/16 binary64) (*.f64 a b))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (*.f64 b (fma.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 b b)) (*.f64 #s(literal 27/16 binary64) a)))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (*.f64 b (fma.f64 #s(literal 27/16 binary64) a (*.f64 (*.f64 b b) (fma.f64 #s(literal -81/16 binary64) a (*.f64 #s(literal 12393/1280 binary64) (*.f64 a (*.f64 b b)))))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (*.f64 b (fma.f64 #s(literal 27/16 binary64) a (*.f64 (*.f64 b b) (fma.f64 #s(literal -81/16 binary64) a (*.f64 (*.f64 b b) (fma.f64 #s(literal -67797/4480 binary64) (*.f64 a (*.f64 b b)) (*.f64 #s(literal 12393/1280 binary64) a)))))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (*.f64 #s(literal 81/8 binary64) b)) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (*.f64 b (+.f64 #s(literal 81/8 binary64) (*.f64 #s(literal -243/8 binary64) (*.f64 b b))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (*.f64 b (+.f64 #s(literal 81/8 binary64) (*.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal 37179/640 binary64) (*.f64 b b)) #s(literal 243/8 binary64)))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (*.f64 b (+.f64 #s(literal 81/8 binary64) (*.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 37179/640 binary64) (*.f64 #s(literal -203391/2240 binary64) (*.f64 b b)))) #s(literal 243/8 binary64)))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(literal 81/4 binary64)) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (+.f64 #s(literal 81/4 binary64) (*.f64 #s(literal -405/8 binary64) b))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (+.f64 #s(literal 81/4 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 729/16 binary64) b) #s(literal 405/8 binary64))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (+.f64 #s(literal 81/4 binary64) (*.f64 b (-.f64 (*.f64 b (+.f64 #s(literal 729/16 binary64) (*.f64 #s(literal 243/16 binary64) b))) #s(literal 405/8 binary64))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(literal 1/8 binary64)) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -9/16 binary64) b))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) (+.f64 #s(literal 1/8 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 27/32 binary64) b) #s(literal 9/16 binary64))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) (+.f64 #s(literal 1/8 binary64) (*.f64 b (-.f64 (*.f64 b (+.f64 #s(literal 27/32 binary64) (*.f64 #s(literal -81/64 binary64) (*.f64 b b)))) #s(literal 9/16 binary64))))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(literal 27/2 binary64)) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 27/2 binary64) (*.f64 #s(literal -81/4 binary64) b))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 27/2 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 243/16 binary64) (*.f64 b b)) #s(literal 81/4 binary64))))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 27/2 binary64) (*.f64 b (-.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 243/16 binary64) (*.f64 #s(literal -2187/160 binary64) (*.f64 b b)))) #s(literal 81/4 binary64))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(literal 81/4 binary64)) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) (+.f64 #s(literal 81/4 binary64) (*.f64 #s(literal -243/4 binary64) b))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) (+.f64 #s(literal 81/4 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 729/16 binary64) b) #s(literal 243/4 binary64))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) (+.f64 #s(literal 81/4 binary64) (*.f64 b (-.f64 (*.f64 b (+.f64 #s(literal 729/16 binary64) (*.f64 #s(literal 729/16 binary64) b))) #s(literal 243/4 binary64))))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(literal 3/2 binary64)) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal -9/4 binary64) b))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 3/2 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 b b)) #s(literal 9/4 binary64))))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 3/2 binary64) (*.f64 b (-.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 27/16 binary64) (*.f64 #s(literal -243/160 binary64) (*.f64 b b)))) #s(literal 9/4 binary64))))) |
#s(approx (log (+ 1 (pow (exp b) 3))) (log.f64 #s(literal 2 binary64))) |
#s(approx (log (+ 1 (pow (exp b) 3))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 3/2 binary64) b))) |
#s(approx (log (+ 1 (pow (exp b) 3))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 9/8 binary64) b))))) |
#s(approx (log (+ 1 (pow (exp b) 3))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 3/2 binary64) (*.f64 b (+.f64 #s(literal 9/8 binary64) (*.f64 #s(literal -27/64 binary64) (*.f64 b b)))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 b (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)))))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 b (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (fma.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)))))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (- (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 b (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (fma.f64 b (-.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/6 binary64) (fma.f64 #s(literal -6 binary64) (/.f64 (*.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 #s(literal 2 binary64) (exp.f64 a))) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (pow.f64 (/.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))) #s(literal 3 binary64)) (*.f64 #s(literal 6 binary64) (/.f64 (+.f64 #s(literal 7/6 binary64) (*.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)))))))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)))))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 b (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 b (fma.f64 #s(literal 1/2 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))))))) |
#s(approx (log (+ (pow (exp a) 3) (exp (* 3 b)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 b (fma.f64 b (fma.f64 #s(literal 1/6 binary64) (*.f64 b (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64)))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 3 binary64) b (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (fma.f64 b (+.f64 #s(literal 3 binary64) (*.f64 #s(literal 9/2 binary64) b)) (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) |
#s(approx (+ (pow (exp a) 3) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (fma.f64 b (+.f64 #s(literal 3 binary64) (*.f64 b (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 9/2 binary64) b)))) (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) |
#s(approx (exp (* 3 b)) #s(literal 1 binary64)) |
#s(approx (exp (* 3 b)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) b))) |
#s(approx (exp (* 3 b)) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 #s(literal 9/2 binary64) b))))) |
#s(approx (exp (* 3 b)) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 b (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 9/2 binary64) b))))))) |
#s(approx (* 3 b) (*.f64 #s(literal 3 binary64) b)) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) (log.f64 (/.f64 (expm1.f64 (+.f64 a a)) (expm1.f64 a)))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) (-.f64 (+.f64 (log.f64 (expm1.f64 (+.f64 a a))) (*.f64 b (-.f64 (pow.f64 (expm1.f64 a) #s(literal -1 binary64)) (*.f64 #s(literal 2 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -1 binary64)))))) (log.f64 (expm1.f64 a)))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) (-.f64 (+.f64 (log.f64 (expm1.f64 (+.f64 a a))) (*.f64 b (-.f64 (fma.f64 b (-.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal 4 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -1 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -2 binary64))))) (*.f64 #s(literal -1/2 binary64) (+.f64 (pow.f64 (expm1.f64 a) #s(literal -1 binary64)) (pow.f64 (expm1.f64 a) #s(literal -2 binary64))))) (pow.f64 (expm1.f64 a) #s(literal -1 binary64))) (*.f64 #s(literal 2 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -1 binary64)))))) (log.f64 (expm1.f64 a)))) |
#s(approx (- (log (- (pow (exp a) 2) (exp (* 2 b)))) (log (- (exp a) (exp b)))) (-.f64 (+.f64 (log.f64 (expm1.f64 (+.f64 a a))) (*.f64 b (-.f64 (fma.f64 b (-.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal 4 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -1 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -2 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal -1/6 binary64) (fma.f64 #s(literal 16 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -3 binary64)) (fma.f64 #s(literal 24 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -2 binary64)) (*.f64 #s(literal 8 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -1 binary64)))))) (*.f64 #s(literal -1/6 binary64) (fma.f64 #s(literal 3 binary64) (pow.f64 (expm1.f64 a) #s(literal -2 binary64)) (+.f64 (pow.f64 (expm1.f64 a) #s(literal -1 binary64)) (*.f64 #s(literal 2 binary64) (pow.f64 (expm1.f64 a) #s(literal -3 binary64))))))))) (*.f64 #s(literal -1/2 binary64) (+.f64 (pow.f64 (expm1.f64 a) #s(literal -1 binary64)) (pow.f64 (expm1.f64 a) #s(literal -2 binary64))))) (pow.f64 (expm1.f64 a) #s(literal -1 binary64))) (*.f64 #s(literal 2 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -1 binary64)))))) (log.f64 (expm1.f64 a)))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) (log.f64 (expm1.f64 (+.f64 a a)))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) (+.f64 (log.f64 (expm1.f64 (+.f64 a a))) (*.f64 #s(literal -2 binary64) (/.f64 b (expm1.f64 (+.f64 a a)))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) (+.f64 (log.f64 (expm1.f64 (+.f64 a a))) (*.f64 b (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b (fma.f64 #s(literal 4 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -1 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -1 binary64))))))) |
#s(approx (log (- (pow (exp a) 2) (exp (* 2 b)))) (+.f64 (log.f64 (expm1.f64 (+.f64 a a))) (*.f64 b (-.f64 (*.f64 b (fma.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal 4 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -1 binary64)) (*.f64 #s(literal 4 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -2 binary64)))) (*.f64 #s(literal -1/6 binary64) (*.f64 b (fma.f64 #s(literal 8 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -1 binary64)) (fma.f64 #s(literal 24 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -2 binary64)) (*.f64 #s(literal 16 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -3 binary64))))))))) (*.f64 #s(literal 2 binary64) (pow.f64 (expm1.f64 (+.f64 a a)) #s(literal -1 binary64))))))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) (expm1.f64 (+.f64 a a))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) (-.f64 (fma.f64 #s(literal -2 binary64) b (pow.f64 (exp.f64 a) #s(literal 2 binary64))) #s(literal 1 binary64))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) (-.f64 (fma.f64 b (-.f64 (*.f64 #s(literal -2 binary64) b) #s(literal 2 binary64)) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) #s(literal 1 binary64))) |
#s(approx (- (pow (exp a) 2) (exp (* 2 b))) (-.f64 (fma.f64 b (-.f64 (*.f64 b (-.f64 (*.f64 #s(literal -4/3 binary64) b) #s(literal 2 binary64))) #s(literal 2 binary64)) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) #s(literal 1 binary64))) |
#s(approx (exp (* 2 b)) #s(literal 1 binary64)) |
#s(approx (exp (* 2 b)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) b))) |
#s(approx (exp (* 2 b)) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) b))))) |
#s(approx (exp (* 2 b)) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 4/3 binary64) b))))))) |
#s(approx (* 2 b) (*.f64 #s(literal 2 binary64) b)) |
#s(approx (log (- (exp a) (exp b))) (log.f64 (expm1.f64 a))) |
#s(approx (log (- (exp a) (exp b))) (+.f64 (log.f64 (expm1.f64 a)) (*.f64 #s(literal -1 binary64) (/.f64 b (expm1.f64 a))))) |
#s(approx (log (- (exp a) (exp b))) (+.f64 (log.f64 (expm1.f64 a)) (*.f64 b (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b (+.f64 (pow.f64 (expm1.f64 a) #s(literal -1 binary64)) (pow.f64 (expm1.f64 a) #s(literal -2 binary64))))) (pow.f64 (expm1.f64 a) #s(literal -1 binary64)))))) |
#s(approx (log (- (exp a) (exp b))) (+.f64 (log.f64 (expm1.f64 a)) (*.f64 b (-.f64 (*.f64 b (fma.f64 #s(literal -1/2 binary64) (+.f64 (pow.f64 (expm1.f64 a) #s(literal -1 binary64)) (pow.f64 (expm1.f64 a) #s(literal -2 binary64))) (*.f64 #s(literal -1/6 binary64) (*.f64 b (fma.f64 #s(literal 3 binary64) (pow.f64 (expm1.f64 a) #s(literal -2 binary64)) (+.f64 (pow.f64 (expm1.f64 a) #s(literal -1 binary64)) (*.f64 #s(literal 2 binary64) (pow.f64 (expm1.f64 a) #s(literal -3 binary64))))))))) (pow.f64 (expm1.f64 a) #s(literal -1 binary64)))))) |
#s(approx (- (exp a) (exp b)) (expm1.f64 a)) |
#s(approx (- (exp a) (exp b)) (-.f64 (+.f64 (exp.f64 a) (*.f64 #s(literal -1 binary64) b)) #s(literal 1 binary64))) |
#s(approx (- (exp a) (exp b)) (-.f64 (+.f64 (exp.f64 a) (*.f64 b (-.f64 (*.f64 #s(literal -1/2 binary64) b) #s(literal 1 binary64)))) #s(literal 1 binary64))) |
#s(approx (- (exp a) (exp b)) (-.f64 (+.f64 (exp.f64 a) (*.f64 b (-.f64 (*.f64 b (-.f64 (*.f64 #s(literal -1/6 binary64) b) #s(literal 1/2 binary64))) #s(literal 1 binary64)))) #s(literal 1 binary64))) |
#s(approx (log (+ 1 (exp b))) (log1p.f64 (exp.f64 b))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) (*.f64 (*.f64 b b) (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64)))))) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) (*.f64 (*.f64 b b) (+.f64 #s(literal 1/8 binary64) (fma.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64)) (/.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b b)))))) |
#s(approx (+ (* 1/8 b) 1/2) (*.f64 #s(literal 1/8 binary64) b)) |
#s(approx (+ (* 1/8 b) 1/2) (*.f64 b (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64)))))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) (*.f64 #s(literal -1/192 binary64) (pow.f64 b #s(literal 4 binary64)))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (-.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 b #s(literal -2 binary64))) #s(literal 1/192 binary64)))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (-.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/8 binary64) (pow.f64 b #s(literal -2 binary64)))) #s(literal 1/192 binary64)))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (-.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 3 binary64))) (fma.f64 #s(literal 1/8 binary64) (pow.f64 b #s(literal -2 binary64)) (/.f64 (log.f64 #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64))))) #s(literal 1/192 binary64)))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) (*.f64 #s(literal -1/192 binary64) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) (*.f64 (pow.f64 b #s(literal 3 binary64)) (-.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 b #s(literal -2 binary64))) #s(literal 1/192 binary64)))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) (*.f64 (pow.f64 b #s(literal 3 binary64)) (-.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/8 binary64) (pow.f64 b #s(literal -2 binary64)))) #s(literal 1/192 binary64)))) |
#s(approx (+ (* (* b b) -1/192) 1/8) (*.f64 #s(literal -1/192 binary64) (*.f64 b b))) |
#s(approx (+ (* (* b b) -1/192) 1/8) (*.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 b #s(literal -2 binary64))) #s(literal 1/192 binary64)))) |
#s(approx (exp b) (exp.f64 b)) |
#s(approx (pow (+ 1 (exp b)) -1) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) |
#s(approx (+ 1 (exp b)) (+.f64 #s(literal 1 binary64) (exp.f64 b))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 (*.f64 b b) (-.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 binary64) (/.f64 a b))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 (*.f64 b b) (-.f64 (+.f64 #s(literal 1/8 binary64) (fma.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b)) (fma.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64)) (/.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b b))))) (*.f64 #s(literal 1/4 binary64) (/.f64 a b))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 (*.f64 b b) (-.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 binary64) (/.f64 a b))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 (*.f64 b b) (-.f64 (+.f64 #s(literal 1/8 binary64) (fma.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64))))) (*.f64 #s(literal 1/4 binary64) (/.f64 a b))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (*.f64 #s(literal 1/8 binary64) b)) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (*.f64 b (-.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 binary64) (/.f64 a b))))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) (*.f64 #s(literal 1/8 binary64) b)) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) (*.f64 b (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64)))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (*.f64 b (+.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64)) (/.f64 (log1p.f64 (exp.f64 a)) b)))) |
#s(approx (+ (* 1/2 b) (log 2)) (*.f64 #s(literal 1/2 binary64) b)) |
#s(approx (+ (* 1/2 b) (log 2)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) b)))) |
#s(approx (+ 1 b) b) |
#s(approx (+ 1 b) (*.f64 b (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal -1 binary64))))) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) (*.f64 #s(literal 1/2 binary64) (*.f64 b b))) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) (*.f64 (*.f64 b b) (+.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64))))) |
#s(approx (+ (* (+ (* 1/2 b) 1) b) 1) (*.f64 (*.f64 b b) (+.f64 #s(literal 1/2 binary64) (+.f64 (pow.f64 b #s(literal -1 binary64)) (pow.f64 b #s(literal -2 binary64)))))) |
#s(approx (+ (* 1/2 b) 1) (*.f64 #s(literal 1/2 binary64) b)) |
#s(approx (+ (* 1/2 b) 1) (*.f64 b (+.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) (*.f64 #s(literal 3 binary64) (/.f64 b (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64)))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) (*.f64 b (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (/.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) b)))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) (/.f64 #s(literal 9 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
#s(approx (+ (pow (exp b) 3) 1) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
#s(approx (pow (exp b) 3) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) (/.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal 2 binary64)))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) (/.f64 #s(literal 27 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) (/.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal 2 binary64)))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) (/.f64 #s(literal 3 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
#s(approx (log (+ 1 (pow (exp b) 3))) (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
#s(approx (exp (* 3 b)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) |
#s(approx (exp (* 2 b)) (pow.f64 (exp.f64 #s(literal 2 binary64)) b)) |
#s(approx (+ (* (+ (* 1/8 b) 1/2) b) (log 2)) (*.f64 (*.f64 b b) (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) b)) #s(literal 1/2 binary64)) b))))) |
#s(approx (+ (* (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) b) (log 2)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) b)) #s(literal 1/2 binary64)) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/8 binary64) (pow.f64 b #s(literal -2 binary64)))) #s(literal 1/192 binary64)))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 b #s(literal 3 binary64)) (-.f64 #s(literal 1/192 binary64) (*.f64 #s(literal 1/8 binary64) (pow.f64 b #s(literal -2 binary64))))))) |
#s(approx (+ (* (+ (* (* b b) -1/192) 1/8) b) 1/2) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 b #s(literal 3 binary64)) (+.f64 #s(literal 1/192 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64)))) (*.f64 b b))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 (*.f64 b b) (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) a)) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) a)) b))) b))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 (*.f64 b b) (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) a)) (*.f64 #s(literal -1/2 binary64) (/.f64 a b))) b))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (*.f64 #s(literal -1 binary64) (*.f64 b (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) a)) b)) #s(literal 1/8 binary64))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (*.f64 #s(literal -1 binary64) (*.f64 b (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (log1p.f64 (exp.f64 a)) b)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64)))))) |
#s(approx (+ (* 1/2 b) (log 2)) (*.f64 #s(literal -1 binary64) (*.f64 b (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) b)) #s(literal 1/2 binary64))))) |
#s(approx (+ (* (/ b (+ (pow (exp a) 3) 1)) 3) (log (+ 1 (pow (exp a) 3)))) (*.f64 #s(literal -1 binary64) (*.f64 b (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) b)) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))))))) |
Compiled 82 712 to 6 094 computations (92.6% saved)
34 alts after pruning (15 fresh and 19 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 331 | 15 | 1 346 |
| Fresh | 0 | 0 | 0 |
| Picked | 6 | 13 | 19 |
| Done | 0 | 6 | 6 |
| Total | 1 337 | 34 | 1 371 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 0.0% | (-.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 (*.f64 #s(literal 2 binary64) b)))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
| ▶ | 53.7% | (-.f64 (log.f64 (+.f64 (exp.f64 (*.f64 a #s(literal 3 binary64))) (exp.f64 (*.f64 #s(literal 3 binary64) b)))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
| ▶ | 50.7% | (-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (exp.f64 (*.f64 b #s(literal 3 binary64)))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
| ✓ | 53.8% | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| ✓ | 49.6% | (log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
| ▶ | 47.0% | (log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))))) |
| ✓ | 51.0% | (log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
| ✓ | 49.5% | (log.f64 (+.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b))) |
| ✓ | 46.9% | (log.f64 (+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))) |
| ✓ | 50.9% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 b))) |
| ✓ | 50.8% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
| ✓ | 49.6% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))))) |
| ▶ | 49.1% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))))) |
| ✓ | 49.1% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
| ▶ | 48.8% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
| ✓ | 46.9% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
| ▶ | 1.4% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
| ✓ | 48.3% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
| ✓ | 49.4% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
| ✓ | 50.6% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
| ▶ | 11.9% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
| ✓ | 48.2% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
| ✓ | 2.7% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
| ▶ | 49.9% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
| ▶ | 49.9% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
| ▶ | 48.2% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a))) |
| ▶ | 2.7% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
| ▶ | 2.7% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
| ▶ | 5.2% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
| ✓ | 50.1% | #s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
| ✓ | 50.0% | #s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
| ✓ | 48.2% | #s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))))) |
| ▶ | 47.6% | #s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))))) |
| ▶ | 3.2% | #s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
Compiled 872 to 622 computations (28.7% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a)))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))) |
(*.f64 #s(literal 1/8 binary64) (*.f64 a a)) |
#s(literal 1/8 binary64) |
(*.f64 a a) |
a |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64)))) |
(fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))) |
#s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) |
(*.f64 #s(literal 1/8 binary64) a) |
(log.f64 #s(literal 2 binary64)) |
#s(literal 2 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))) |
(*.f64 #s(literal 1/8 binary64) (*.f64 b b)) |
(*.f64 b b) |
b |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))) |
(*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)) |
#s(literal 1/2 binary64) |
(*.f64 #s(literal -1/4 binary64) b) |
#s(literal -1/4 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1/2 binary64) a) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a)) |
(*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a)) |
(/.f64 (log.f64 #s(literal 2 binary64)) a) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))) |
(+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))) |
(fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)) |
(*.f64 #s(literal 1/8 binary64) b) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))) |
(fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) |
(-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) |
(fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) |
#s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) |
(*.f64 #s(literal 1/4 binary64) a) |
#s(literal 1/4 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)) |
(*.f64 #s(literal 1/2 binary64) b) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
(log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a))) |
#s(approx (exp a) #s(approx (+ 1 a) a)) |
#s(approx (+ 1 a) a) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
(log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b))) |
#s(approx (exp b) #s(approx (+ 1 b) b)) |
#s(approx (+ 1 b) b) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))))) |
(log1p.f64 #s(approx (exp b) (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)))))) |
#s(approx (exp b) (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)))) |
(+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) |
#s(literal 1 binary64) |
(pow.f64 b #s(literal 3 binary64)) |
#s(literal 3 binary64) |
(+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))) |
(-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1 binary64) b) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))))) |
(+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64)))) |
#s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
(fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64)) |
(fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) |
#s(literal 1/6 binary64) |
#s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))) |
#s(approx (+ 1 b) #s(literal 1 binary64)) |
(-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (exp.f64 (*.f64 b #s(literal 3 binary64)))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (exp.f64 (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (exp.f64 (*.f64 b #s(literal 3 binary64))))) |
(fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) |
(-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) |
(/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
#s(literal 9 binary64) |
(+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 b) #s(literal 3 binary64)) |
(exp.f64 b) |
(*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)) |
(pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) |
#s(literal -2 binary64) |
(*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(*.f64 #s(literal 1/6 binary64) a) |
(-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) |
#s(literal -3 binary64) |
#s(literal 54 binary64) |
(/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
#s(literal 27 binary64) |
(*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) |
#s(literal 81 binary64) |
(/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(log1p.f64 (exp.f64 (*.f64 b #s(literal 3 binary64)))) |
(exp.f64 (*.f64 b #s(literal 3 binary64))) |
(*.f64 b #s(literal 3 binary64)) |
(log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) |
(fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
(exp.f64 a) |
(*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))) |
(-.f64 (exp.f64 b) (exp.f64 a)) |
(-.f64 (log.f64 (+.f64 (exp.f64 (*.f64 a #s(literal 3 binary64))) (exp.f64 (*.f64 #s(literal 3 binary64) b)))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(log.f64 (+.f64 (exp.f64 (*.f64 a #s(literal 3 binary64))) (exp.f64 (*.f64 #s(literal 3 binary64) b)))) |
(+.f64 (exp.f64 (*.f64 a #s(literal 3 binary64))) (exp.f64 (*.f64 #s(literal 3 binary64) b))) |
(exp.f64 (*.f64 a #s(literal 3 binary64))) |
(*.f64 a #s(literal 3 binary64)) |
(exp.f64 (*.f64 #s(literal 3 binary64) b)) |
(*.f64 #s(literal 3 binary64) b) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* 1/2 (* a (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 2 (/ 1 (pow (+ 1 (exp b)) 3))) (/ 1 (+ 1 (exp b)))) (* 3 (/ 1 (pow (+ 1 (exp b)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2)))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* 1/8 a)))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* a (+ 1/8 (* -1/192 (pow a 2))))))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (log 2))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* 1/8 a)))))) |
#s(approx (* 1/8 (* a a)) #s(hole binary64 (* 1/8 (pow a 2)))) |
#s(approx (* a a) #s(hole binary64 (pow a 2))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 (+ 1/2 (* 1/8 a)))) |
#s(approx (* 1/8 a) #s(hole binary64 (* 1/8 a))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (+ (* a (+ 1/2 (* -1/4 b))) (* b (+ 1/2 (* 1/8 b))))))) |
#s(approx (* a (+ 1/2 (* -1/4 b))) #s(hole binary64 (* a (+ 1/2 (* -1/4 b))))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (* 1/2 a) #s(hole binary64 (* 1/2 a))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (/ (log (+ 1 (exp b))) a))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (/ (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))) a))) |
#s(approx (+ 1/2 (/ (log 2) a)) #s(hole binary64 (/ (log 2) a))) |
#s(approx (+ 1/2 (/ (log 2) a)) #s(hole binary64 (/ (+ (log 2) (* 1/2 a)) a))) |
#s(approx (/ (log 2) a) #s(hole binary64 (/ (log 2) a))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* b (+ 1/2 (* 1/8 b))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (+ (* a (+ 1/2 (* -1/4 b))) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (+ 1/2 (* 1/8 b)))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (+ 1/2 (+ (* -1/4 a) (* 1/8 b))))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 (+ 1/2 (* 1/8 b)))) |
#s(approx (- 1/8 (* a 0)) #s(hole binary64 1/8)) |
#s(approx (* 1/4 a) #s(hole binary64 (* 1/4 a))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- 1/2 (* 1/4 b))))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- (+ 1/2 (* a (- 1/8 (+ (* -1/8 b) (* 1/8 b))))) (* 1/4 b))))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- (+ 1/2 (* a (- (+ 1/8 (* -1 (* a (+ (* -1/2 (+ (* -1/8 b) (* 1/8 b))) (+ (* -1/16 b) (* 1/24 b)))))) (+ (* -1/8 b) (* 1/8 b))))) (* 1/4 b))))))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (* 1/2 b))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (+ (* -1/4 (* a b)) (* 1/2 b)))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (+ (* 1/2 b) (* a (- (* -1 (* a (+ (* -1/8 b) (* 1/8 b)))) (* 1/4 b)))))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (+ (* 1/2 b) (* a (- (* a (- (* -1 (* a (+ (* -1/2 (+ (* -1/8 b) (* 1/8 b))) (+ (* -1/16 b) (* 1/24 b))))) (+ (* -1/8 b) (* 1/8 b)))) (* 1/4 b)))))) |
#s(approx (exp a) #s(hole binary64 1)) |
#s(approx (exp a) #s(hole binary64 (+ 1 a))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx (+ 1 a) #s(hole binary64 1)) |
#s(approx (+ 1 a) #s(hole binary64 (+ 1 a))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp b)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ a (exp b))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* 1/2 a))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* a (+ 1/2 (* 1/6 a))))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 a))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (+ 1 (* 1/2 a)))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (+ 1 (* a (+ 1/2 (* 1/6 a)))))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (+ 1/2 (* 1/6 a)))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (pow (exp b) 3))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (+ (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (* a (- (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (+ (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (* a (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* a (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ 1 (pow (exp b) 3))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* 3 (/ a (+ 1 (pow (exp b) 3))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (log (+ 1 (exp (* 3 b)))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* 3 (/ a (+ 1 (pow (exp b) 3))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* a (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (/ 3 (+ 1 (pow (exp b) 3))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (* 1/6 a) #s(hole binary64 (* 1/6 a))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (+ 1 (* (exp b) (- (exp b) 1)))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1)))))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (+ (* 1/2 (* a (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (+ (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))) (* a (+ (* 1/6 (* a (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (* (exp b) (- (exp b) 1))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (* -1 (exp b)))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (+ (* -1 (exp b)) (* a (+ 2 (* -1/2 (exp b))))))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (+ (* -1 (exp b)) (* a (+ 2 (+ (* -1/2 (exp b)) (* a (+ 4/3 (* -1/6 (exp b)))))))))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (* (exp b) (- (exp b) 1)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* -1 (* a (exp b))) (* (exp b) (- (exp b) 1))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* a (+ (* -1 (exp b)) (* -1/2 (* a (exp b))))) (* (exp b) (- (exp b) 1))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* a (+ (* -1 (exp b)) (* a (+ (* -1/2 (exp b)) (* -1/6 (* a (exp b))))))) (* (exp b) (- (exp b) 1))))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (exp b) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* -1 a)) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* a (- (* -1/2 a) 1))) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* a (- (* a (- (* -1/6 a) 1/2)) 1))) 1))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (exp (* 3 b)))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 b)))) (* a (- (* 3 (/ 1 (+ 1 (exp (* 3 b))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 b)))) (* a (- (+ (* 3 (/ 1 (+ 1 (exp (* 3 b))))) (* a (- (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 b)))) (* a (- (+ (* 3 (/ 1 (+ 1 (exp (* 3 b))))) (* a (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))) (* a (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (exp (* 3 b))))) (* 54 (/ 1 (pow (+ 1 (exp (* 3 b))) 3)))) (* 81 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (log (+ 1 (exp (* 3 b)))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* 3 (/ a (+ 1 (exp (* 3 b)))))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* a (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2)))))) (* 3 (/ 1 (+ 1 (exp (* 3 b)))))))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (exp (* 3 b))))) (* 54 (/ 1 (pow (+ 1 (exp (* 3 b))) 3)))) (* 81 (/ 1 (pow (+ 1 (exp (* 3 b))) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))))) (* 3 (/ 1 (+ 1 (exp (* 3 b)))))))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (exp (* 3 b))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 b)) (* 3 a))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 b)) (* a (+ 3 (* 9/2 a))))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 b)) (* a (+ 3 (* a (+ 9/2 (* 9/2 a))))))))) |
#s(approx (exp (* a 3)) #s(hole binary64 1)) |
#s(approx (exp (* a 3)) #s(hole binary64 (+ 1 (* 3 a)))) |
#s(approx (exp (* a 3)) #s(hole binary64 (+ 1 (* a (+ 3 (* 9/2 a)))))) |
#s(approx (exp (* a 3)) #s(hole binary64 (+ 1 (* a (+ 3 (* a (+ 9/2 (* 9/2 a)))))))) |
#s(approx (* a 3) #s(hole binary64 (* 3 a))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ (exp a) (exp b))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* 1/8 (pow a 2)))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* (pow a 2) (+ 1/8 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* (pow a 2) (+ 1/8 (+ (* 1/2 (/ 1 a)) (/ (log 2) (pow a 2))))))) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 (* 1/8 a))) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 (* a (+ 1/8 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (* a (+ (/ 1 (+ 1 (exp b))) (/ (log (+ 1 (exp b))) a))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* a (+ 1/2 (* -1/4 b))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* a (+ 1/2 (+ (* -1/4 b) (+ (/ (log 2) a) (/ (* b (+ 1/2 (* 1/8 b))) a))))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (* a (+ (/ 1 (+ 1 (exp b))) (/ (log (+ 1 (exp b))) a))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (/ 1 (+ 1 (exp b))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ (/ 1 (+ 1 (exp b))) (/ (log (+ 1 (exp b))) a)))) |
#s(approx (+ 1/2 (/ (log 2) a)) #s(hole binary64 1/2)) |
#s(approx (+ 1/2 (/ (log 2) a)) #s(hole binary64 (+ 1/2 (/ (log 2) a)))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* a (+ 1/2 (* -1/4 b))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* a (+ 1/2 (+ (* -1/4 b) (/ (* b (+ 1/2 (* 1/8 b))) a)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* -1/4 a))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* a (- (+ (* 1/8 (/ b a)) (* 1/2 (/ 1 a))) 1/4)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log (+ 1 (exp a))) (/ b (+ 1 (exp a)))))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (/ b (+ 1 (exp a))))) |
#s(approx (exp a) #s(hole binary64 (exp a))) |
#s(approx (+ 1 a) #s(hole binary64 a)) |
#s(approx (+ 1 a) #s(hole binary64 (* a (+ 1 (/ 1 a))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ (exp a) (exp b)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* 1/6 (pow a 3)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (+ (* 1/2 (/ 1 a)) (/ 1 (pow a 2))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (+ (* 1/2 (/ 1 a)) (+ (/ 1 (pow a 2)) (/ 1 (pow a 3)))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* 1/6 (pow a 2)))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/6 (+ (* 1/2 (/ 1 a)) (/ 1 (pow a 2))))))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (* 1/6 a))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (* a (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ (pow (exp a) 3) (pow (exp b) 3))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (* 1/6 (* (pow a 3) (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (* (pow a 3) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (* (pow a 3) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (+ (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (/ 3 (* (pow a 2) (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (* (pow a 3) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (+ (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (+ (* 3 (/ 1 (* (pow a 2) (+ 1 (pow (exp b) 3))))) (/ (log (+ 1 (exp (* 3 b)))) (pow a 3)))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* 1/6 (* (pow a 2) (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* (pow a 2) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* (pow a 2) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (+ (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (/ 3 (* (pow a 2) (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* a (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (* (exp b) (- (exp b) (exp a))))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (exp b) (exp a)))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ (exp (* 3 a)) (exp (* 3 b)))) (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (log (+ (exp (* 3 a)) (exp (* 3 b)))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ (exp (* 3 a)) (exp (* 3 b))))) |
#s(approx (exp (* a 3)) #s(hole binary64 (exp (* 3 a)))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* (pow a 2) (+ 1/8 (* -1 (/ (- (* -1 (/ (log 2) a)) 1/2) a)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (log (+ 1 (exp b))) a)) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* -1 (* a (- (* 1/4 b) 1/2))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (+ (log 2) (* b (+ 1/2 (* 1/8 b)))) a)) (* 1/4 b)) 1/2))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (* -1 (* a (- (* -1 (/ (log (+ 1 (exp b))) a)) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* -1 (* a (- (* 1/4 b) 1/2))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (* b (+ 1/2 (* 1/8 b))) a)) (* 1/4 b)) 1/2))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* -1 (* a (+ 1/4 (* -1 (/ (+ 1/2 (* 1/8 b)) a))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* -1 (* (pow a 3) (- (* -1 (/ (+ 1/2 (/ 1 a)) a)) 1/6))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* -1 (* (pow a 3) (- (* -1 (/ (+ 1/2 (+ (/ 1 a) (/ 1 (pow a 2)))) a)) 1/6))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (* -1 (* (pow a 3) (+ (* -1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 3 (/ 1 (* a (+ 1 (pow (exp b) 3)))))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (log (+ 1 (exp (* 3 b)))) a)) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))) a)) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* (pow a 2) (+ (* -1 (/ (- (* -1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 3 (/ 1 (* a (+ 1 (pow (exp b) 3)))))) a)) (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* -1 (* a (+ (* -1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (/ b (+ 1 (exp a)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* 1/2 (* b (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 2 (/ 1 (pow (+ 1 (exp a)) 3))) (/ 1 (+ 1 (exp a)))) (* 3 (/ 1 (pow (+ 1 (exp a)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2)))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- 1/2 (* 1/4 a))))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* b (- 1/8 (+ (* -1/8 a) (* 1/8 a))))) (* 1/4 a))))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* b (- (+ 1/8 (* -1 (* b (+ (* -1/2 (+ (* -1/8 a) (* 1/8 a))) (+ (* -1/16 a) (* 1/24 a)))))) (+ (* -1/8 a) (* 1/8 a))))) (* 1/4 a))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- 1/2 (* 1/4 a))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* 1/8 b)) (* 1/4 a))))))) |
#s(approx (* 1/8 (* b b)) #s(hole binary64 (* 1/8 (pow b 2)))) |
#s(approx (* b b) #s(hole binary64 (pow b 2))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (* a (+ 1/2 (* -1/4 b))) #s(hole binary64 (* 1/2 a))) |
#s(approx (* a (+ 1/2 (* -1/4 b))) #s(hole binary64 (+ (* -1/4 (* a b)) (* 1/2 a)))) |
#s(approx (+ 1/2 (* -1/4 b)) #s(hole binary64 1/2)) |
#s(approx (+ 1/2 (* -1/4 b)) #s(hole binary64 (+ 1/2 (* -1/4 b)))) |
#s(approx (* -1/4 b) #s(hole binary64 (* -1/4 b))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (* 1/2 a))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (+ (* -1/4 (* a b)) (* 1/2 a)))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (+ (* 1/2 a) (* b (- (* -1 (* b (+ (* -1/8 a) (* 1/8 a)))) (* 1/4 a)))))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (+ (* 1/2 a) (* b (- (* b (- (* -1 (* b (+ (* -1/2 (+ (* -1/8 a) (* 1/8 a))) (+ (* -1/16 a) (* 1/24 a))))) (+ (* -1/8 a) (* 1/8 a)))) (* 1/4 a)))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (* a (+ 1/2 (/ (log 2) a))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (* a (* b (- (* 1/2 (/ 1 a)) 1/4))) (* a (+ 1/2 (/ (log 2) a)))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (* a (+ 1/2 (/ (log 2) a))) (* b (+ (* 1/8 b) (* a (- (* 1/2 (/ 1 a)) 1/4))))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (* a (+ 1/2 (/ (log 2) a))) (* b (+ (* a (- (* 1/2 (/ 1 a)) 1/4)) (* b (+ 1/8 (* 1/48 (* a b))))))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (/ (log 2) a)))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (+ (* b (- (* 1/2 (/ 1 a)) 1/4)) (/ (log 2) a))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (+ (* b (- (+ (* 1/8 (/ b a)) (* 1/2 (/ 1 a))) 1/4)) (/ (log 2) a))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (+ (* b (- (+ (* 1/2 (/ 1 a)) (* b (+ (* 1/48 b) (* 1/8 (/ 1 a))))) 1/4)) (/ (log 2) a))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* 1/2 a))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (+ (* 1/2 a) (* b (- 1/2 (* 1/4 a)))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (+ (* 1/2 a) (* b (- (+ 1/2 (* 1/8 b)) (* 1/4 a)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (- 1/2 (* 1/4 a)))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (- (+ 1/2 (* 1/8 b)) (* 1/4 a)))) |
#s(approx (+ 1/2 (* 1/8 b)) #s(hole binary64 1/2)) |
#s(approx (+ 1/2 (* 1/8 b)) #s(hole binary64 (+ 1/2 (* 1/8 b)))) |
#s(approx (* 1/8 b) #s(hole binary64 (* 1/8 b))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (* 1/2 b) #s(hole binary64 (* 1/2 b))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* b (+ 1/8 (* -1/192 (pow b 2))))))))) |
#s(approx (exp b) #s(hole binary64 1)) |
#s(approx (exp b) #s(hole binary64 (+ 1 b))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* 1/2 b)))))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))))) |
#s(approx (+ 1 b) #s(hole binary64 1)) |
#s(approx (+ 1 b) #s(hole binary64 (+ 1 b))) |
#s(approx (/ (+ 1 (pow b 3)) (+ 1 (- (* b b) (* 1 b)))) #s(hole binary64 1)) |
#s(approx (/ (+ 1 (pow b 3)) (+ 1 (- (* b b) (* 1 b)))) #s(hole binary64 (+ 1 b))) |
#s(approx (+ 1 (pow b 3)) #s(hole binary64 1)) |
#s(approx (+ 1 (pow b 3)) #s(hole binary64 (+ 1 (pow b 3)))) |
#s(approx (pow b 3) #s(hole binary64 (pow b 3))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) #s(hole binary64 1)) |
#s(approx (+ 1 (- (* b b) (* 1 b))) #s(hole binary64 (+ 1 (* -1 b)))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) #s(hole binary64 (+ 1 (* b (- b 1))))) |
#s(approx (- (* b b) (* 1 b)) #s(hole binary64 (* -1 b))) |
#s(approx (- (* b b) (* 1 b)) #s(hole binary64 (* b (- b 1)))) |
#s(approx (* 1 b) #s(hole binary64 b)) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp a)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ b (exp a))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* 1/2 b))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* b (+ 1/2 (* 1/6 b))))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (pow (exp a) 3))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* b (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ 1 (pow (exp a) 3))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* 3 (/ b (+ 1 (pow (exp a) 3))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* 1/2 (* b (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (+ (log 2) (* a (+ 3/2 (* 9/8 a)))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (+ (log 2) (+ (* a (+ 3/2 (* 9/8 a))) (* b (+ 3/2 (* a (- (* 27/16 (pow a 2)) 9/4)))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (+ (log 2) (+ (* a (+ 3/2 (* 9/8 a))) (* b (+ 3/2 (+ (* a (- (* 27/16 (pow a 2)) 9/4)) (* b (+ 9/8 (* -81/32 (pow a 2))))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (+ (log 2) (+ (* a (+ 3/2 (* 9/8 a))) (* b (+ 3/2 (+ (* a (- (* 27/16 (pow a 2)) 9/4)) (* b (+ 9/8 (+ (* -81/32 (pow a 2)) (* a (* b (+ 27/16 (* -81/16 (pow a 2))))))))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (* 9/8 a)))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (+ (* 9/8 a) (* b (- (* 27/16 (pow a 2)) 9/4)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (+ (* 9/8 a) (* b (- (+ (* -81/32 (* a b)) (* 27/16 (pow a 2))) 9/4)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (+ (* 9/8 a) (* b (- (+ (* 27/16 (pow a 2)) (* b (+ (* -81/32 a) (* b (+ 27/16 (* -81/16 (pow a 2))))))) 9/4)))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 9/8)) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ 9/8 (* 27/16 (* a b))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ 9/8 (* b (+ (* -81/32 b) (* 27/16 a)))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ 9/8 (* b (+ (* 27/16 a) (* b (- (* -81/16 (* a b)) 81/32))))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 9/4)) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (+ 9/4 (* -81/16 (pow b 2))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (+ 9/4 (* (pow b 2) (- (* 243/32 (pow b 2)) 81/16))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (+ 9/4 (* (pow b 2) (- (* (pow b 2) (+ 243/32 (* -12393/1280 (pow b 2)))) 81/16))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 9/2)) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 9/2 (* -27/4 b)))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 9/2 (* b (- (* 81/16 (pow b 2)) 27/4))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 9/2 (* b (- (* (pow b 2) (+ 81/16 (* -729/160 (pow b 2)))) 27/4))))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 2)) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 2 (* 3 b)))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 2 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 2 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (pow (exp b) 3) #s(hole binary64 1)) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* 3 b)))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 9/4)) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (+ 9/4 (* -27/4 b)))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (+ 9/4 (* b (- (* 81/16 b) 27/4))))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (+ 9/4 (* b (- (* b (+ 81/16 (* 81/16 b))) 27/4))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 1/4)) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (+ 1/4 (* -3/4 b)))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (+ 1/4 (* b (- (* 9/16 b) 3/4))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (+ 1/4 (* b (- (* b (+ 9/16 (* 9/16 b))) 3/4))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* 27/16 (* a b)))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* b (+ (* -81/16 (* a (pow b 2))) (* 27/16 a))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* b (+ (* 27/16 a) (* (pow b 2) (+ (* -81/16 a) (* 12393/1280 (* a (pow b 2))))))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* b (+ (* 27/16 a) (* (pow b 2) (+ (* -81/16 a) (* (pow b 2) (+ (* -67797/4480 (* a (pow b 2))) (* 12393/1280 a))))))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* 81/8 b))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* b (+ 81/8 (* -243/8 (pow b 2)))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* b (+ 81/8 (* (pow b 2) (- (* 37179/640 (pow b 2)) 243/8)))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* b (+ 81/8 (* (pow b 2) (- (* (pow b 2) (+ 37179/640 (* -203391/2240 (pow b 2)))) 243/8)))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 81/4)) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 81/4 (* -405/8 b)))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 81/4 (* b (- (* 729/16 b) 405/8))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 81/4 (* b (- (* b (+ 729/16 (* 243/16 b))) 405/8))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 1/8)) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (+ 1/8 (* -9/16 b)))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (+ 1/8 (* b (- (* 27/32 b) 9/16))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (+ 1/8 (* b (- (* b (+ 27/32 (* -81/64 (pow b 2)))) 9/16))))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 27/2)) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 27/2 (* -81/4 b)))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 27/2 (* b (- (* 243/16 (pow b 2)) 81/4))))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 27/2 (* b (- (* (pow b 2) (+ 243/16 (* -2187/160 (pow b 2)))) 81/4))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 81/4)) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (+ 81/4 (* -243/4 b)))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (+ 81/4 (* b (- (* 729/16 b) 243/4))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (+ 81/4 (* b (- (* b (+ 729/16 (* 729/16 b))) 243/4))))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 3/2)) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 3/2 (* -9/4 b)))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 3/2 (* b (- (* 27/16 (pow b 2)) 9/4))))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 3/2 (* b (- (* (pow b 2) (+ 27/16 (* -243/160 (pow b 2)))) 9/4))))) |
#s(approx (log (+ 1 (exp (* b 3)))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (exp (* b 3)))) #s(hole binary64 (+ (log 2) (* 3/2 b)))) |
#s(approx (log (+ 1 (exp (* b 3)))) #s(hole binary64 (+ (log 2) (* b (+ 3/2 (* 9/8 b)))))) |
#s(approx (log (+ 1 (exp (* b 3)))) #s(hole binary64 (+ (log 2) (* b (+ 3/2 (* b (+ 9/8 (* -27/64 (pow b 2))))))))) |
#s(approx (exp (* b 3)) #s(hole binary64 1)) |
#s(approx (exp (* b 3)) #s(hole binary64 (+ 1 (* 3 b)))) |
#s(approx (exp (* b 3)) #s(hole binary64 (+ 1 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (exp (* b 3)) #s(hole binary64 (+ 1 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (* b 3) #s(hole binary64 (* 3 b))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (- (+ 1 (pow (exp a) 2)) (exp a))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a)))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (+ (* 1/2 (* b (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a))))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (+ (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a)))) (* b (+ (* 1/6 (* b (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a))))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (pow (exp a) 2)) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- 2 (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- (+ 2 (* b (+ 3/2 (* 1/2 (- 1 (exp a)))))) (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- (+ 2 (* b (+ 3/2 (+ (* 1/2 (- 1 (exp a))) (* b (+ 7/6 (* 1/6 (- 1 (exp a))))))))) (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- 1 (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- 2 (exp a)))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- (+ 2 (* b (+ 3/2 (* 1/2 (- 1 (exp a)))))) (exp a)))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- (+ 2 (* b (+ 3/2 (+ (* 1/2 (- 1 (exp a))) (* b (+ 7/6 (* 1/6 (- 1 (exp a))))))))) (exp a)))) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- 1 (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 b) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 (* b (+ 1 (* 1/2 b)))) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))) (exp a)))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (exp (* 3 a)))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 a)))) (* b (- (+ (* 3 (/ 1 (+ 1 (exp (* 3 a))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 a)))) (* b (- (+ (* 3 (/ 1 (+ 1 (exp (* 3 a))))) (+ (* b (- (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 a))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 a))) 2))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 a)))) (* b (- (+ (* 3 (/ 1 (+ 1 (exp (* 3 a))))) (+ (* b (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 a))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 a))) 2))))) (* b (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (exp (* 3 a))))) (* 54 (/ 1 (pow (+ 1 (exp (* 3 a))) 3)))) (* 81 (/ 1 (pow (+ 1 (exp (* 3 a))) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (log (+ 1 (exp (* 3 a)))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 a)))) (* 3 (/ b (+ 1 (exp (* 3 a)))))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 a)))) (* b (+ (* 1/2 (* b (- (* 9 (/ 1 (+ 1 (exp (* 3 a))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 a))) 2)))))) (* 3 (/ 1 (+ 1 (exp (* 3 a)))))))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 a)))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 27 (/ 1 (+ 1 (exp (* 3 a))))) (* 54 (/ 1 (pow (+ 1 (exp (* 3 a))) 3)))) (* 81 (/ 1 (pow (+ 1 (exp (* 3 a))) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 a))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 a))) 2))))))) (* 3 (/ 1 (+ 1 (exp (* 3 a)))))))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (exp (* 3 a))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 a)) (* 3 b))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 a)) (* b (+ 3 (* 9/2 b))))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 a)) (* b (+ 3 (* b (+ 9/2 (* 9/2 b))))))))) |
#s(approx (exp (* 3 b)) #s(hole binary64 1)) |
#s(approx (exp (* 3 b)) #s(hole binary64 (+ 1 (* 3 b)))) |
#s(approx (exp (* 3 b)) #s(hole binary64 (+ 1 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (exp (* 3 b)) #s(hole binary64 (+ 1 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (* 3 b) #s(hole binary64 (* 3 b))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* 1/8 (pow b 2)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (* 1/2 (/ 1 b))) (* 1/4 (/ a b)))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 b)) (/ (log 2) (pow b 2))))) (* 1/4 (/ a b)))))) |
#s(approx (* a (+ 1/2 (* -1/4 b))) #s(hole binary64 (* -1/4 (* a b)))) |
#s(approx (* a (+ 1/2 (* -1/4 b))) #s(hole binary64 (* b (+ (* -1/4 a) (* 1/2 (/ a b)))))) |
#s(approx (+ 1/2 (* -1/4 b)) #s(hole binary64 (* -1/4 b))) |
#s(approx (+ 1/2 (* -1/4 b)) #s(hole binary64 (* b (- (* 1/2 (/ 1 b)) 1/4)))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* 1/8 (pow b 2)))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (* 1/2 (/ 1 b))) (* 1/4 (/ a b)))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (+ (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 b)))) (* 1/4 (/ a b)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* 1/8 b))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* b (- (+ 1/8 (* 1/2 (/ 1 b))) (* 1/4 (/ a b)))))) |
#s(approx (+ 1/2 (* 1/8 b)) #s(hole binary64 (* 1/8 b))) |
#s(approx (+ 1/2 (* 1/8 b)) #s(hole binary64 (* b (+ 1/8 (* 1/2 (/ 1 b)))))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 (* 1/8 b))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 (* b (+ 1/8 (* 1/2 (/ 1 b)))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (/ b (+ 1 (exp a))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (* b (+ (/ 1 (+ 1 (exp a))) (/ (log (+ 1 (exp a))) b))))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (exp b) #s(hole binary64 (exp b))) |
#s(approx (+ 1 b) #s(hole binary64 b)) |
#s(approx (+ 1 b) #s(hole binary64 (* b (+ 1 (/ 1 b))))) |
#s(approx (/ (+ 1 (pow b 3)) (+ 1 (- (* b b) (* 1 b)))) #s(hole binary64 b)) |
#s(approx (/ (+ 1 (pow b 3)) (+ 1 (- (* b b) (* 1 b)))) #s(hole binary64 (* b (+ 1 (/ 1 b))))) |
#s(approx (+ 1 (pow b 3)) #s(hole binary64 (pow b 3))) |
#s(approx (+ 1 (pow b 3)) #s(hole binary64 (* (pow b 3) (+ 1 (/ 1 (pow b 3)))))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) #s(hole binary64 (pow b 2))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) #s(hole binary64 (* (pow b 2) (- 1 (/ 1 b))))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) #s(hole binary64 (* (pow b 2) (- (+ 1 (/ 1 (pow b 2))) (/ 1 b))))) |
#s(approx (- (* b b) (* 1 b)) #s(hole binary64 (pow b 2))) |
#s(approx (- (* b b) (* 1 b)) #s(hole binary64 (* (pow b 2) (- 1 (/ 1 b))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (/ 9 (+ 1 (pow (exp b) 3))))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 1 (pow (exp b) 3)))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (pow (exp b) 3))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (/ 9 (pow (+ 1 (pow (exp b) 3)) 2)))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (/ 27 (+ 1 (pow (exp b) 3))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (/ 81 (pow (+ 1 (pow (exp b) 3)) 2)))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (/ 3 (+ 1 (pow (exp b) 3))))) |
#s(approx (log (+ 1 (exp (* b 3)))) #s(hole binary64 (log (+ 1 (exp (* 3 b)))))) |
#s(approx (exp (* b 3)) #s(hole binary64 (exp (* 3 b)))) |
#s(approx (exp (* 3 b)) #s(hole binary64 (exp (* 3 b)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* (pow b 2) (+ 1/8 (* -1 (/ (+ (* -1 (- 1/2 (* 1/4 a))) (* -1 (/ (+ (log 2) (* 1/2 a)) b))) b)))))) |
#s(approx (* a (+ 1/2 (* -1/4 b))) #s(hole binary64 (* -1 (* b (+ (* -1/2 (/ a b)) (* 1/4 a)))))) |
#s(approx (+ 1/2 (* -1/4 b)) #s(hole binary64 (* -1 (* b (- 1/4 (* 1/2 (/ 1 b))))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* (pow b 2) (+ 1/8 (* -1 (/ (+ (* -1 (- 1/2 (* 1/4 a))) (* -1/2 (/ a b))) b)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* -1 (* b (- (* -1 (/ (- 1/2 (* 1/4 a)) b)) 1/8))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (* -1 (* b (- (* -1 (/ (log (+ 1 (exp a))) b)) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) #s(hole binary64 (* (pow b 2) (+ 1 (* -1 (/ (- 1 (/ 1 b)) b)))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 87.0ms | b | @ | -inf | ((log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (* 1/8 (* a a)) 1/8 (* a a) a (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (+ (* 1/8 a) 1/2) (* 1/8 a) (log 2) 2 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (* 1/8 (* b b)) (* b b) b (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (* a (+ 1/2 (* -1/4 b))) (+ 1/2 (* -1/4 b)) 1/2 (* -1/4 b) -1/4 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/ a (+ 1 (exp b))) (* 1/2 a) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+ 1/2 (/ (log 2) a)) (/ (log 2) a) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+ 1/2 (* 1/8 b)) (* 1/8 b) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+ (* (- 1/8 (* a 0)) b) 1/2) (- 1/8 (* a 0)) (* 1/4 a) 1/4 (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/ b (+ 1 (exp a))) (* 1/2 b) (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) (+ 1 a) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (+ 1 b) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (/ (+ 1 (pow b 3)) (+ 1 (- (* b b) (* 1 b)))) (+ 1 (pow b 3)) 1 (pow b 3) 3 (+ 1 (- (* b b) (* 1 b))) (- (* b b) (* 1 b)) (* 1 b) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+ (* (+ (* 1/6 a) 1/2) a) 1) (+ (* 1/6 a) 1/2) 1/6 (exp b) (+ 1 b) (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (/ 9 (+ (pow (exp b) 3) 1)) 9 (+ (pow (exp b) 3) 1) (pow (exp b) 3) (exp b) (* (pow (+ (pow (exp b) 3) 1) -2) 9) (pow (+ (pow (exp b) 3) 1) -2) -2 (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (pow (+ (pow (exp b) 3) 1) -3) -3 54 (/ 27 (+ (pow (exp b) 3) 1)) 27 (* 81 (pow (+ (pow (exp b) 3) 1) -2)) 81 (/ 3 (+ (pow (exp b) 3) 1)) (log (+ 1 (exp (* b 3)))) (exp (* b 3)) (* b 3) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (exp a) (* (exp b) (- (exp b) (exp a))) (- (exp b) (exp a)) (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (exp (* a 3)) (exp (* 3 b)))) (+ (exp (* a 3)) (exp (* 3 b))) (exp (* a 3)) (* a 3) (exp (* 3 b)) (* 3 b)) |
| 85.0ms | a | @ | -inf | ((log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (* 1/8 (* a a)) 1/8 (* a a) a (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (+ (* 1/8 a) 1/2) (* 1/8 a) (log 2) 2 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (* 1/8 (* b b)) (* b b) b (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (* a (+ 1/2 (* -1/4 b))) (+ 1/2 (* -1/4 b)) 1/2 (* -1/4 b) -1/4 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/ a (+ 1 (exp b))) (* 1/2 a) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+ 1/2 (/ (log 2) a)) (/ (log 2) a) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+ 1/2 (* 1/8 b)) (* 1/8 b) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+ (* (- 1/8 (* a 0)) b) 1/2) (- 1/8 (* a 0)) (* 1/4 a) 1/4 (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/ b (+ 1 (exp a))) (* 1/2 b) (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) (+ 1 a) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (+ 1 b) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (/ (+ 1 (pow b 3)) (+ 1 (- (* b b) (* 1 b)))) (+ 1 (pow b 3)) 1 (pow b 3) 3 (+ 1 (- (* b b) (* 1 b))) (- (* b b) (* 1 b)) (* 1 b) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+ (* (+ (* 1/6 a) 1/2) a) 1) (+ (* 1/6 a) 1/2) 1/6 (exp b) (+ 1 b) (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (/ 9 (+ (pow (exp b) 3) 1)) 9 (+ (pow (exp b) 3) 1) (pow (exp b) 3) (exp b) (* (pow (+ (pow (exp b) 3) 1) -2) 9) (pow (+ (pow (exp b) 3) 1) -2) -2 (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (pow (+ (pow (exp b) 3) 1) -3) -3 54 (/ 27 (+ (pow (exp b) 3) 1)) 27 (* 81 (pow (+ (pow (exp b) 3) 1) -2)) 81 (/ 3 (+ (pow (exp b) 3) 1)) (log (+ 1 (exp (* b 3)))) (exp (* b 3)) (* b 3) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (exp a) (* (exp b) (- (exp b) (exp a))) (- (exp b) (exp a)) (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (exp (* a 3)) (exp (* 3 b)))) (+ (exp (* a 3)) (exp (* 3 b))) (exp (* a 3)) (* a 3) (exp (* 3 b)) (* 3 b)) |
| 80.0ms | b | @ | inf | ((log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (* 1/8 (* a a)) 1/8 (* a a) a (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (+ (* 1/8 a) 1/2) (* 1/8 a) (log 2) 2 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (* 1/8 (* b b)) (* b b) b (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (* a (+ 1/2 (* -1/4 b))) (+ 1/2 (* -1/4 b)) 1/2 (* -1/4 b) -1/4 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/ a (+ 1 (exp b))) (* 1/2 a) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+ 1/2 (/ (log 2) a)) (/ (log 2) a) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+ 1/2 (* 1/8 b)) (* 1/8 b) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+ (* (- 1/8 (* a 0)) b) 1/2) (- 1/8 (* a 0)) (* 1/4 a) 1/4 (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/ b (+ 1 (exp a))) (* 1/2 b) (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) (+ 1 a) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (+ 1 b) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (/ (+ 1 (pow b 3)) (+ 1 (- (* b b) (* 1 b)))) (+ 1 (pow b 3)) 1 (pow b 3) 3 (+ 1 (- (* b b) (* 1 b))) (- (* b b) (* 1 b)) (* 1 b) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+ (* (+ (* 1/6 a) 1/2) a) 1) (+ (* 1/6 a) 1/2) 1/6 (exp b) (+ 1 b) (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (/ 9 (+ (pow (exp b) 3) 1)) 9 (+ (pow (exp b) 3) 1) (pow (exp b) 3) (exp b) (* (pow (+ (pow (exp b) 3) 1) -2) 9) (pow (+ (pow (exp b) 3) 1) -2) -2 (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (pow (+ (pow (exp b) 3) 1) -3) -3 54 (/ 27 (+ (pow (exp b) 3) 1)) 27 (* 81 (pow (+ (pow (exp b) 3) 1) -2)) 81 (/ 3 (+ (pow (exp b) 3) 1)) (log (+ 1 (exp (* b 3)))) (exp (* b 3)) (* b 3) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (exp a) (* (exp b) (- (exp b) (exp a))) (- (exp b) (exp a)) (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (exp (* a 3)) (exp (* 3 b)))) (+ (exp (* a 3)) (exp (* 3 b))) (exp (* a 3)) (* a 3) (exp (* 3 b)) (* 3 b)) |
| 76.0ms | a | @ | inf | ((log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (* 1/8 (* a a)) 1/8 (* a a) a (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (+ (* 1/8 a) 1/2) (* 1/8 a) (log 2) 2 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (* 1/8 (* b b)) (* b b) b (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (* a (+ 1/2 (* -1/4 b))) (+ 1/2 (* -1/4 b)) 1/2 (* -1/4 b) -1/4 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/ a (+ 1 (exp b))) (* 1/2 a) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+ 1/2 (/ (log 2) a)) (/ (log 2) a) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+ 1/2 (* 1/8 b)) (* 1/8 b) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+ (* (- 1/8 (* a 0)) b) 1/2) (- 1/8 (* a 0)) (* 1/4 a) 1/4 (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/ b (+ 1 (exp a))) (* 1/2 b) (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) (+ 1 a) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (+ 1 b) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (/ (+ 1 (pow b 3)) (+ 1 (- (* b b) (* 1 b)))) (+ 1 (pow b 3)) 1 (pow b 3) 3 (+ 1 (- (* b b) (* 1 b))) (- (* b b) (* 1 b)) (* 1 b) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+ (* (+ (* 1/6 a) 1/2) a) 1) (+ (* 1/6 a) 1/2) 1/6 (exp b) (+ 1 b) (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (/ 9 (+ (pow (exp b) 3) 1)) 9 (+ (pow (exp b) 3) 1) (pow (exp b) 3) (exp b) (* (pow (+ (pow (exp b) 3) 1) -2) 9) (pow (+ (pow (exp b) 3) 1) -2) -2 (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (pow (+ (pow (exp b) 3) 1) -3) -3 54 (/ 27 (+ (pow (exp b) 3) 1)) 27 (* 81 (pow (+ (pow (exp b) 3) 1) -2)) 81 (/ 3 (+ (pow (exp b) 3) 1)) (log (+ 1 (exp (* b 3)))) (exp (* b 3)) (* b 3) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (exp a) (* (exp b) (- (exp b) (exp a))) (- (exp b) (exp a)) (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (exp (* a 3)) (exp (* 3 b)))) (+ (exp (* a 3)) (exp (* 3 b))) (exp (* a 3)) (* a 3) (exp (* 3 b)) (* 3 b)) |
| 22.0ms | a | @ | 0 | ((log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (* 1/8 (* a a)) 1/8 (* a a) a (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (+ (* 1/8 a) 1/2) (* 1/8 a) (log 2) 2 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (* 1/8 (* b b)) (* b b) b (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (* a (+ 1/2 (* -1/4 b))) (+ 1/2 (* -1/4 b)) 1/2 (* -1/4 b) -1/4 (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/ a (+ 1 (exp b))) (* 1/2 a) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+ 1/2 (/ (log 2) a)) (/ (log 2) a) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+ 1/2 (* 1/8 b)) (* 1/8 b) (log (+ (exp a) (exp b))) (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+ (* (- 1/8 (* a 0)) b) 1/2) (- 1/8 (* a 0)) (* 1/4 a) 1/4 (log (+ (exp a) (exp b))) (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/ b (+ 1 (exp a))) (* 1/2 b) (log (+ (exp a) (exp b))) (log (+ 1 (exp a))) (exp a) (+ 1 a) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (+ 1 b) (log (+ (exp a) (exp b))) (log (+ 1 (exp b))) (exp b) (/ (+ 1 (pow b 3)) (+ 1 (- (* b b) (* 1 b)))) (+ 1 (pow b 3)) 1 (pow b 3) 3 (+ 1 (- (* b b) (* 1 b))) (- (* b b) (* 1 b)) (* 1 b) (log (+ (exp a) (exp b))) (+ (exp a) (exp b)) (exp a) (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+ (* (+ (* 1/6 a) 1/2) a) 1) (+ (* 1/6 a) 1/2) 1/6 (exp b) (+ 1 b) (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (/ 9 (+ (pow (exp b) 3) 1)) 9 (+ (pow (exp b) 3) 1) (pow (exp b) 3) (exp b) (* (pow (+ (pow (exp b) 3) 1) -2) 9) (pow (+ (pow (exp b) 3) 1) -2) -2 (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (pow (+ (pow (exp b) 3) 1) -3) -3 54 (/ 27 (+ (pow (exp b) 3) 1)) 27 (* 81 (pow (+ (pow (exp b) 3) 1) -2)) 81 (/ 3 (+ (pow (exp b) 3) 1)) (log (+ 1 (exp (* b 3)))) (exp (* b 3)) (* b 3) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (exp a) (* (exp b) (- (exp b) (exp a))) (- (exp b) (exp a)) (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log (+ (exp (* a 3)) (exp (* 3 b)))) (+ (exp (* a 3)) (exp (* 3 b))) (exp (* a 3)) (* a 3) (exp (* 3 b)) (* 3 b)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1802 | 16941 |
| 0 | 1942 | 16579 |
| 0 | 8338 | 15844 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a)))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))) |
(*.f64 #s(literal 1/8 binary64) (*.f64 a a)) |
#s(literal 1/8 binary64) |
(*.f64 a a) |
a |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64)))) |
(fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))) |
#s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) |
(*.f64 #s(literal 1/8 binary64) a) |
(log.f64 #s(literal 2 binary64)) |
#s(literal 2 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))) |
(*.f64 #s(literal 1/8 binary64) (*.f64 b b)) |
(*.f64 b b) |
b |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))) |
(*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)) |
#s(literal 1/2 binary64) |
(*.f64 #s(literal -1/4 binary64) b) |
#s(literal -1/4 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1/2 binary64) a) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a)) |
(*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a)) |
(/.f64 (log.f64 #s(literal 2 binary64)) a) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))) |
(+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))) |
(fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)) |
(*.f64 #s(literal 1/8 binary64) b) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))) |
(fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) |
(-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) |
(fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) |
#s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) |
(*.f64 #s(literal 1/4 binary64) a) |
#s(literal 1/4 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)) |
(*.f64 #s(literal 1/2 binary64) b) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
(log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a))) |
#s(approx (exp a) #s(approx (+ 1 a) a)) |
#s(approx (+ 1 a) a) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
(log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b))) |
#s(approx (exp b) #s(approx (+ 1 b) b)) |
#s(approx (+ 1 b) b) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))))) |
(log1p.f64 #s(approx (exp b) (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)))))) |
#s(approx (exp b) (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)))) |
(+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) |
#s(literal 1 binary64) |
(pow.f64 b #s(literal 3 binary64)) |
#s(literal 3 binary64) |
(+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))) |
(-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1 binary64) b) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))))) |
(+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64)))) |
#s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
(fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64)) |
(fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) |
#s(literal 1/6 binary64) |
#s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))) |
#s(approx (+ 1 b) #s(literal 1 binary64)) |
(-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (exp.f64 (*.f64 b #s(literal 3 binary64)))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (exp.f64 (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (exp.f64 (*.f64 b #s(literal 3 binary64))))) |
(fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) |
(-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) |
(/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
#s(literal 9 binary64) |
(+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 b) #s(literal 3 binary64)) |
(exp.f64 b) |
(*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)) |
(pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) |
#s(literal -2 binary64) |
(*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(*.f64 #s(literal 1/6 binary64) a) |
(-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) |
#s(literal -3 binary64) |
#s(literal 54 binary64) |
(/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
#s(literal 27 binary64) |
(*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) |
#s(literal 81 binary64) |
(/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(log1p.f64 (exp.f64 (*.f64 b #s(literal 3 binary64)))) |
(exp.f64 (*.f64 b #s(literal 3 binary64))) |
(*.f64 b #s(literal 3 binary64)) |
(log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) |
(fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
(exp.f64 a) |
(*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))) |
(-.f64 (exp.f64 b) (exp.f64 a)) |
(-.f64 (log.f64 (+.f64 (exp.f64 (*.f64 a #s(literal 3 binary64))) (exp.f64 (*.f64 #s(literal 3 binary64) b)))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(log.f64 (+.f64 (exp.f64 (*.f64 a #s(literal 3 binary64))) (exp.f64 (*.f64 #s(literal 3 binary64) b)))) |
(+.f64 (exp.f64 (*.f64 a #s(literal 3 binary64))) (exp.f64 (*.f64 #s(literal 3 binary64) b))) |
(exp.f64 (*.f64 a #s(literal 3 binary64))) |
(*.f64 a #s(literal 3 binary64)) |
(exp.f64 (*.f64 #s(literal 3 binary64) b)) |
(*.f64 #s(literal 3 binary64) b) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* 1/2 (* a (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp b))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 2 (/ 1 (pow (+ 1 (exp b)) 3))) (/ 1 (+ 1 (exp b)))) (* 3 (/ 1 (pow (+ 1 (exp b)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp b))) (/ 1 (pow (+ 1 (exp b)) 2)))))) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* 1/8 a)))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* a (+ 1/8 (* -1/192 (pow a 2))))))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (log 2))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (+ (log 2) (* a (+ 1/2 (* 1/8 a)))))) |
#s(approx (* 1/8 (* a a)) #s(hole binary64 (* 1/8 (pow a 2)))) |
#s(approx (* a a) #s(hole binary64 (pow a 2))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 (+ 1/2 (* 1/8 a)))) |
#s(approx (* 1/8 a) #s(hole binary64 (* 1/8 a))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (+ (* a (+ 1/2 (* -1/4 b))) (* b (+ 1/2 (* 1/8 b))))))) |
#s(approx (* a (+ 1/2 (* -1/4 b))) #s(hole binary64 (* a (+ 1/2 (* -1/4 b))))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (* 1/2 a) #s(hole binary64 (* 1/2 a))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (/ (log (+ 1 (exp b))) a))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (/ (+ (log (+ 1 (exp b))) (/ a (+ 1 (exp b)))) a))) |
#s(approx (+ 1/2 (/ (log 2) a)) #s(hole binary64 (/ (log 2) a))) |
#s(approx (+ 1/2 (/ (log 2) a)) #s(hole binary64 (/ (+ (log 2) (* 1/2 a)) a))) |
#s(approx (/ (log 2) a) #s(hole binary64 (/ (log 2) a))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* b (+ 1/2 (* 1/8 b))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (+ (* a (+ 1/2 (* -1/4 b))) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (+ 1/2 (* 1/8 b)))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (+ 1/2 (+ (* -1/4 a) (* 1/8 b))))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 (+ 1/2 (* 1/8 b)))) |
#s(approx (- 1/8 (* a 0)) #s(hole binary64 1/8)) |
#s(approx (* 1/4 a) #s(hole binary64 (* 1/4 a))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- 1/2 (* 1/4 b))))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- (+ 1/2 (* a (- 1/8 (+ (* -1/8 b) (* 1/8 b))))) (* 1/4 b))))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 b) (* a (- (+ 1/2 (* a (- (+ 1/8 (* -1 (* a (+ (* -1/2 (+ (* -1/8 b) (* 1/8 b))) (+ (* -1/16 b) (* 1/24 b)))))) (+ (* -1/8 b) (* 1/8 b))))) (* 1/4 b))))))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (* 1/2 b))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (+ (* -1/4 (* a b)) (* 1/2 b)))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (+ (* 1/2 b) (* a (- (* -1 (* a (+ (* -1/8 b) (* 1/8 b)))) (* 1/4 b)))))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (+ (* 1/2 b) (* a (- (* a (- (* -1 (* a (+ (* -1/2 (+ (* -1/8 b) (* 1/8 b))) (+ (* -1/16 b) (* 1/24 b))))) (+ (* -1/8 b) (* 1/8 b)))) (* 1/4 b)))))) |
#s(approx (exp a) #s(hole binary64 1)) |
#s(approx (exp a) #s(hole binary64 (+ 1 a))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (exp a) #s(hole binary64 (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx (+ 1 a) #s(hole binary64 1)) |
#s(approx (+ 1 a) #s(hole binary64 (+ 1 a))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp b)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ a (exp b))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* 1/2 a))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp b) (* a (+ 1 (* a (+ 1/2 (* 1/6 a))))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 a))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 (* a (+ 1 (* 1/2 a)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (+ 1 (* a (+ 1 (* a (+ 1/2 (* 1/6 a)))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 1)) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (+ 1 (* 1/2 a)))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (+ 1 (* a (+ 1/2 (* 1/6 a)))))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (+ 1/2 (* 1/6 a)))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (pow (exp b) 3))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (+ (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (* a (- (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp b) 3))) (* a (- (+ (* 3 (/ 1 (+ 1 (pow (exp b) 3)))) (* a (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* a (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ 1 (pow (exp b) 3))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* 3 (/ a (+ 1 (pow (exp b) 3))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp b) 3))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (log (+ 1 (exp (* 3 b)))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* 3 (/ a (+ 1 (pow (exp b) 3))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* a (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (/ 3 (+ 1 (pow (exp b) 3))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (* 1/6 a) #s(hole binary64 (* 1/6 a))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (+ 1 (* (exp b) (- (exp b) 1)))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1)))))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (+ (* 1/2 (* a (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (+ 1 (* (exp b) (- (exp b) 1)))) (* a (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (+ (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))) (* a (+ (* 1/6 (* a (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (* (exp b) (- (exp b) 1))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (* -1 (exp b)))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (+ (* -1 (exp b)) (* a (+ 2 (* -1/2 (exp b))))))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ 1 (+ (* a (+ 2 (+ (* -1 (exp b)) (* a (+ 2 (+ (* -1/2 (exp b)) (* a (+ 4/3 (* -1/6 (exp b)))))))))) (* (exp b) (- (exp b) 1)))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (* (exp b) (- (exp b) 1)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* -1 (* a (exp b))) (* (exp b) (- (exp b) 1))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* a (+ (* -1 (exp b)) (* -1/2 (* a (exp b))))) (* (exp b) (- (exp b) 1))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (+ (* a (+ (* -1 (exp b)) (* a (+ (* -1/2 (exp b)) (* -1/6 (* a (exp b))))))) (* (exp b) (- (exp b) 1))))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (exp b) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* -1 a)) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* a (- (* -1/2 a) 1))) 1))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ (exp b) (* a (- (* a (- (* -1/6 a) 1/2)) 1))) 1))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (exp (* 3 b)))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 b)))) (* a (- (* 3 (/ 1 (+ 1 (exp (* 3 b))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 b)))) (* a (- (+ (* 3 (/ 1 (+ 1 (exp (* 3 b))))) (* a (- (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 b)))) (* a (- (+ (* 3 (/ 1 (+ 1 (exp (* 3 b))))) (* a (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))) (* a (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (exp (* 3 b))))) (* 54 (/ 1 (pow (+ 1 (exp (* 3 b))) 3)))) (* 81 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 2 (* -1 (exp b))) (+ 2 (* -1/2 (exp b)))) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (+ (* 2 (/ (pow (+ 2 (* -1 (exp b))) 3) (pow (+ 1 (* (exp b) (- (exp b) 1))) 3))) (* 6 (/ (+ 4/3 (* -1/6 (exp b))) (+ 1 (* (exp b) (- (exp b) 1))))))))))) (* 1/2 (+ (* -1 (/ (pow (+ 2 (* -1 (exp b))) 2) (pow (+ 1 (* (exp b) (- (exp b) 1))) 2))) (* 2 (/ (+ 2 (* -1/2 (exp b))) (+ 1 (* (exp b) (- (exp b) 1)))))))))) (+ (* -1 (/ (exp b) (+ 1 (* (exp b) (- (exp b) 1))))) (* 2 (/ 1 (+ 1 (* (exp b) (- (exp b) 1))))))))) (log (+ 1 (* (exp b) (- (exp b) 1))))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (log (+ 1 (exp (* 3 b)))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* 3 (/ a (+ 1 (exp (* 3 b)))))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* a (+ (* 1/2 (* a (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2)))))) (* 3 (/ 1 (+ 1 (exp (* 3 b)))))))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 b)))) (* a (+ (* a (+ (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (exp (* 3 b))))) (* 54 (/ 1 (pow (+ 1 (exp (* 3 b))) 3)))) (* 81 (/ 1 (pow (+ 1 (exp (* 3 b))) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 b))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 b))) 2))))))) (* 3 (/ 1 (+ 1 (exp (* 3 b)))))))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (exp (* 3 b))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 b)) (* 3 a))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 b)) (* a (+ 3 (* 9/2 a))))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 b)) (* a (+ 3 (* a (+ 9/2 (* 9/2 a))))))))) |
#s(approx (exp (* a 3)) #s(hole binary64 1)) |
#s(approx (exp (* a 3)) #s(hole binary64 (+ 1 (* 3 a)))) |
#s(approx (exp (* a 3)) #s(hole binary64 (+ 1 (* a (+ 3 (* 9/2 a)))))) |
#s(approx (exp (* a 3)) #s(hole binary64 (+ 1 (* a (+ 3 (* a (+ 9/2 (* 9/2 a)))))))) |
#s(approx (* a 3) #s(hole binary64 (* 3 a))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ (exp a) (exp b))))) |
#s(approx (log (+ 1 (exp a))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* 1/8 (pow a 2)))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* (pow a 2) (+ 1/8 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* (pow a 2) (+ 1/8 (+ (* 1/2 (/ 1 a)) (/ (log 2) (pow a 2))))))) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 (* 1/8 a))) |
#s(approx (+ (* 1/8 a) 1/2) #s(hole binary64 (* a (+ 1/8 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (* a (+ (/ 1 (+ 1 (exp b))) (/ (log (+ 1 (exp b))) a))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* a (+ 1/2 (* -1/4 b))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* a (+ 1/2 (+ (* -1/4 b) (+ (/ (log 2) a) (/ (* b (+ 1/2 (* 1/8 b))) a))))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (/ a (+ 1 (exp b))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (* a (+ (/ 1 (+ 1 (exp b))) (/ (log (+ 1 (exp b))) a))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (/ 1 (+ 1 (exp b))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ (/ 1 (+ 1 (exp b))) (/ (log (+ 1 (exp b))) a)))) |
#s(approx (+ 1/2 (/ (log 2) a)) #s(hole binary64 1/2)) |
#s(approx (+ 1/2 (/ (log 2) a)) #s(hole binary64 (+ 1/2 (/ (log 2) a)))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* a (+ 1/2 (* -1/4 b))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* a (+ 1/2 (+ (* -1/4 b) (/ (* b (+ 1/2 (* 1/8 b))) a)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* -1/4 a))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* a (- (+ (* 1/8 (/ b a)) (* 1/2 (/ 1 a))) 1/4)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (+ (log (+ 1 (exp a))) (/ b (+ 1 (exp a)))))) |
#s(approx (/ b (+ 1 (exp a))) #s(hole binary64 (/ b (+ 1 (exp a))))) |
#s(approx (exp a) #s(hole binary64 (exp a))) |
#s(approx (+ 1 a) #s(hole binary64 a)) |
#s(approx (+ 1 a) #s(hole binary64 (* a (+ 1 (/ 1 a))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ (exp a) (exp b)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* 1/6 (pow a 3)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (+ (* 1/2 (/ 1 a)) (/ 1 (pow a 2))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* (pow a 3) (+ 1/6 (+ (* 1/2 (/ 1 a)) (+ (/ 1 (pow a 2)) (/ 1 (pow a 3)))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* 1/6 (pow a 2)))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(hole binary64 (* (pow a 2) (+ 1/6 (+ (* 1/2 (/ 1 a)) (/ 1 (pow a 2))))))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (* 1/6 a))) |
#s(approx (+ (* 1/6 a) 1/2) #s(hole binary64 (* a (+ 1/6 (* 1/2 (/ 1 a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ (pow (exp a) 3) (pow (exp b) 3))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (* 1/6 (* (pow a 3) (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (* (pow a 3) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (* (pow a 3) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (+ (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (/ 3 (* (pow a 2) (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (* (pow a 3) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (+ (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (+ (* 3 (/ 1 (* (pow a 2) (+ 1 (pow (exp b) 3))))) (/ (log (+ 1 (exp (* 3 b)))) (pow a 3)))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* 1/6 (* (pow a 2) (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* (pow a 2) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* (pow a 2) (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (+ (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (/ 3 (* (pow a 2) (+ 1 (pow (exp b) 3))))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* 1/6 (* a (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* a (+ (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (* (exp b) (- (exp b) (exp a))))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (exp b) (exp a)))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ (exp (* 3 a)) (exp (* 3 b)))) (log (+ (* (exp b) (- (exp b) (exp a))) (pow (exp a) 2)))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (log (+ (exp (* 3 a)) (exp (* 3 b)))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ (exp (* 3 a)) (exp (* 3 b))))) |
#s(approx (exp (* a 3)) #s(hole binary64 (exp (* 3 a)))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) #s(hole binary64 (* (pow a 2) (+ 1/8 (* -1 (/ (- (* -1 (/ (log 2) a)) 1/2) a)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (log (+ 1 (exp b))) a)) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* -1 (* a (- (* 1/4 b) 1/2))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (+ (log 2) (* b (+ 1/2 (* 1/8 b)))) a)) (* 1/4 b)) 1/2))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (* -1 (* a (- (* -1 (/ (log (+ 1 (exp b))) a)) (/ 1 (+ 1 (exp b)))))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* -1 (* a (- (* 1/4 b) 1/2))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* -1 (* a (- (+ (* -1 (/ (* b (+ 1/2 (* 1/8 b))) a)) (* 1/4 b)) 1/2))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* -1 (* a (+ 1/4 (* -1 (/ (+ 1/2 (* 1/8 b)) a))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* -1 (* (pow a 3) (- (* -1 (/ (+ 1/2 (/ 1 a)) a)) 1/6))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(hole binary64 (* -1 (* (pow a 3) (- (* -1 (/ (+ 1/2 (+ (/ 1 a) (/ 1 (pow a 2)))) a)) 1/6))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (* -1 (* (pow a 3) (+ (* -1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 3 (/ 1 (* a (+ 1 (pow (exp b) 3)))))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (log (+ 1 (exp (* 3 b)))) a)) (* 3 (/ 1 (+ 1 (pow (exp b) 3))))) a)) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (* (pow a 2) (+ (* -1 (/ (- (* -1/2 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))) (* 3 (/ 1 (* a (+ 1 (pow (exp b) 3)))))) a)) (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2))))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (* -1 (* a (+ (* -1/2 (/ (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) a)) (* -1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (/ b (+ 1 (exp a)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* 1/2 (* b (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(hole binary64 (+ (log (+ 1 (exp a))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 2 (/ 1 (pow (+ 1 (exp a)) 3))) (/ 1 (+ 1 (exp a)))) (* 3 (/ 1 (pow (+ 1 (exp a)) 2)))))) (* 1/2 (- (/ 1 (+ 1 (exp a))) (/ 1 (pow (+ 1 (exp a)) 2)))))) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- 1/2 (* 1/4 a))))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* b (- 1/8 (+ (* -1/8 a) (* 1/8 a))))) (* 1/4 a))))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* b (- (+ 1/8 (* -1 (* b (+ (* -1/2 (+ (* -1/8 a) (* 1/8 a))) (+ (* -1/16 a) (* 1/24 a)))))) (+ (* -1/8 a) (* 1/8 a))))) (* 1/4 a))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (* 1/2 a)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- 1/2 (* 1/4 a))))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (+ (log 2) (+ (* 1/2 a) (* b (- (+ 1/2 (* 1/8 b)) (* 1/4 a))))))) |
#s(approx (* 1/8 (* b b)) #s(hole binary64 (* 1/8 (pow b 2)))) |
#s(approx (* b b) #s(hole binary64 (pow b 2))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (* a (+ 1/2 (* -1/4 b))) #s(hole binary64 (* 1/2 a))) |
#s(approx (* a (+ 1/2 (* -1/4 b))) #s(hole binary64 (+ (* -1/4 (* a b)) (* 1/2 a)))) |
#s(approx (+ 1/2 (* -1/4 b)) #s(hole binary64 1/2)) |
#s(approx (+ 1/2 (* -1/4 b)) #s(hole binary64 (+ 1/2 (* -1/4 b)))) |
#s(approx (* -1/4 b) #s(hole binary64 (* -1/4 b))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (* 1/2 a))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (+ (* -1/4 (* a b)) (* 1/2 a)))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (+ (* 1/2 a) (* b (- (* -1 (* b (+ (* -1/8 a) (* 1/8 a)))) (* 1/4 a)))))) |
#s(approx (/ a (+ 1 (exp b))) #s(hole binary64 (+ (* 1/2 a) (* b (- (* b (- (* -1 (* b (+ (* -1/2 (+ (* -1/8 a) (* 1/8 a))) (+ (* -1/16 a) (* 1/24 a))))) (+ (* -1/8 a) (* 1/8 a)))) (* 1/4 a)))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (* a (+ 1/2 (/ (log 2) a))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (* a (* b (- (* 1/2 (/ 1 a)) 1/4))) (* a (+ 1/2 (/ (log 2) a)))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (* a (+ 1/2 (/ (log 2) a))) (* b (+ (* 1/8 b) (* a (- (* 1/2 (/ 1 a)) 1/4))))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) #s(hole binary64 (+ (* a (+ 1/2 (/ (log 2) a))) (* b (+ (* a (- (* 1/2 (/ 1 a)) 1/4)) (* b (+ 1/8 (* 1/48 (* a b))))))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (/ (log 2) a)))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (+ (* b (- (* 1/2 (/ 1 a)) 1/4)) (/ (log 2) a))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (+ (* b (- (+ (* 1/8 (/ b a)) (* 1/2 (/ 1 a))) 1/4)) (/ (log 2) a))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) #s(hole binary64 (+ 1/2 (+ (* b (- (+ (* 1/2 (/ 1 a)) (* b (+ (* 1/48 b) (* 1/8 (/ 1 a))))) 1/4)) (/ (log 2) a))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* 1/2 a))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (+ (* 1/2 a) (* b (- 1/2 (* 1/4 a)))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (+ (* 1/2 a) (* b (- (+ 1/2 (* 1/8 b)) (* 1/4 a)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (- 1/2 (* 1/4 a)))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (- (+ 1/2 (* 1/8 b)) (* 1/4 a)))) |
#s(approx (+ 1/2 (* 1/8 b)) #s(hole binary64 1/2)) |
#s(approx (+ 1/2 (* 1/8 b)) #s(hole binary64 (+ 1/2 (* 1/8 b)))) |
#s(approx (* 1/8 b) #s(hole binary64 (* 1/8 b))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 1/2)) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (log (+ 1 (exp a))))) |
#s(approx (* 1/2 b) #s(hole binary64 (* 1/2 b))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* 1/2 b)))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* 1/8 b)))))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (+ (log 2) (* b (+ 1/2 (* b (+ 1/8 (* -1/192 (pow b 2))))))))) |
#s(approx (exp b) #s(hole binary64 1)) |
#s(approx (exp b) #s(hole binary64 (+ 1 b))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* 1/2 b)))))) |
#s(approx (exp b) #s(hole binary64 (+ 1 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))))) |
#s(approx (+ 1 b) #s(hole binary64 1)) |
#s(approx (+ 1 b) #s(hole binary64 (+ 1 b))) |
#s(approx (/ (+ 1 (pow b 3)) (+ 1 (- (* b b) (* 1 b)))) #s(hole binary64 1)) |
#s(approx (/ (+ 1 (pow b 3)) (+ 1 (- (* b b) (* 1 b)))) #s(hole binary64 (+ 1 b))) |
#s(approx (+ 1 (pow b 3)) #s(hole binary64 1)) |
#s(approx (+ 1 (pow b 3)) #s(hole binary64 (+ 1 (pow b 3)))) |
#s(approx (pow b 3) #s(hole binary64 (pow b 3))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) #s(hole binary64 1)) |
#s(approx (+ 1 (- (* b b) (* 1 b))) #s(hole binary64 (+ 1 (* -1 b)))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) #s(hole binary64 (+ 1 (* b (- b 1))))) |
#s(approx (- (* b b) (* 1 b)) #s(hole binary64 (* -1 b))) |
#s(approx (- (* b b) (* 1 b)) #s(hole binary64 (* b (- b 1)))) |
#s(approx (* 1 b) #s(hole binary64 b)) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (exp a)))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ b (exp a))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* 1/2 b))))))) |
#s(approx (+ (exp a) (exp b)) #s(hole binary64 (+ 1 (+ (exp a) (* b (+ 1 (* b (+ 1/2 (* 1/6 b))))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (pow (exp a) 3))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (pow (exp a) 3))) (* b (- (+ (* 3 (/ 1 (+ 1 (pow (exp a) 3)))) (+ (* b (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* b (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (log (+ 1 (pow (exp a) 3))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* 3 (/ b (+ 1 (pow (exp a) 3))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* 1/2 (* b (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) #s(hole binary64 (+ (log (+ 1 (pow (exp a) 3))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 27 (/ 1 (+ 1 (pow (exp a) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp a) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (pow (exp a) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp a) 3)) 2))))))) (* 3 (/ 1 (+ 1 (pow (exp a) 3))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (+ (log 2) (* a (+ 3/2 (* 9/8 a)))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (+ (log 2) (+ (* a (+ 3/2 (* 9/8 a))) (* b (+ 3/2 (* a (- (* 27/16 (pow a 2)) 9/4)))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (+ (log 2) (+ (* a (+ 3/2 (* 9/8 a))) (* b (+ 3/2 (+ (* a (- (* 27/16 (pow a 2)) 9/4)) (* b (+ 9/8 (* -81/32 (pow a 2))))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) #s(hole binary64 (+ (log 2) (+ (* a (+ 3/2 (* 9/8 a))) (* b (+ 3/2 (+ (* a (- (* 27/16 (pow a 2)) 9/4)) (* b (+ 9/8 (+ (* -81/32 (pow a 2)) (* a (* b (+ 27/16 (* -81/16 (pow a 2))))))))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (* 9/8 a)))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (+ (* 9/8 a) (* b (- (* 27/16 (pow a 2)) 9/4)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (+ (* 9/8 a) (* b (- (+ (* -81/32 (* a b)) (* 27/16 (pow a 2))) 9/4)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 3/2 (+ (* 9/8 a) (* b (- (+ (* 27/16 (pow a 2)) (* b (+ (* -81/32 a) (* b (+ 27/16 (* -81/16 (pow a 2))))))) 9/4)))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 9/8)) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ 9/8 (* 27/16 (* a b))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ 9/8 (* b (+ (* -81/32 b) (* 27/16 a)))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(hole binary64 (+ 9/8 (* b (+ (* 27/16 a) (* b (- (* -81/16 (* a b)) 81/32))))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 9/4)) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (+ 9/4 (* -81/16 (pow b 2))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (+ 9/4 (* (pow b 2) (- (* 243/32 (pow b 2)) 81/16))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (+ 9/4 (* (pow b 2) (- (* (pow b 2) (+ 243/32 (* -12393/1280 (pow b 2)))) 81/16))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 9/2)) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 9/2 (* -27/4 b)))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 9/2 (* b (- (* 81/16 (pow b 2)) 27/4))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 9/2 (* b (- (* (pow b 2) (+ 81/16 (* -729/160 (pow b 2)))) 27/4))))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 2)) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 2 (* 3 b)))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 2 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 2 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (pow (exp b) 3) #s(hole binary64 1)) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* 3 b)))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (+ 1 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 9/4)) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (+ 9/4 (* -27/4 b)))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (+ 9/4 (* b (- (* 81/16 b) 27/4))))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (+ 9/4 (* b (- (* b (+ 81/16 (* 81/16 b))) 27/4))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 1/4)) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (+ 1/4 (* -3/4 b)))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (+ 1/4 (* b (- (* 9/16 b) 3/4))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (+ 1/4 (* b (- (* b (+ 9/16 (* 9/16 b))) 3/4))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* 27/16 (* a b)))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* b (+ (* -81/16 (* a (pow b 2))) (* 27/16 a))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* b (+ (* 27/16 a) (* (pow b 2) (+ (* -81/16 a) (* 12393/1280 (* a (pow b 2))))))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) #s(hole binary64 (* b (+ (* 27/16 a) (* (pow b 2) (+ (* -81/16 a) (* (pow b 2) (+ (* -67797/4480 (* a (pow b 2))) (* 12393/1280 a))))))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* 81/8 b))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* b (+ 81/8 (* -243/8 (pow b 2)))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* b (+ 81/8 (* (pow b 2) (- (* 37179/640 (pow b 2)) 243/8)))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (* b (+ 81/8 (* (pow b 2) (- (* (pow b 2) (+ 37179/640 (* -203391/2240 (pow b 2)))) 243/8)))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 81/4)) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 81/4 (* -405/8 b)))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 81/4 (* b (- (* 729/16 b) 405/8))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ 81/4 (* b (- (* b (+ 729/16 (* 243/16 b))) 405/8))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 1/8)) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (+ 1/8 (* -9/16 b)))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (+ 1/8 (* b (- (* 27/32 b) 9/16))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (+ 1/8 (* b (- (* b (+ 27/32 (* -81/64 (pow b 2)))) 9/16))))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 27/2)) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 27/2 (* -81/4 b)))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 27/2 (* b (- (* 243/16 (pow b 2)) 81/4))))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 27/2 (* b (- (* (pow b 2) (+ 243/16 (* -2187/160 (pow b 2)))) 81/4))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 81/4)) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (+ 81/4 (* -243/4 b)))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (+ 81/4 (* b (- (* 729/16 b) 243/4))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (+ 81/4 (* b (- (* b (+ 729/16 (* 729/16 b))) 243/4))))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 3/2)) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 3/2 (* -9/4 b)))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 3/2 (* b (- (* 27/16 (pow b 2)) 9/4))))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (+ 3/2 (* b (- (* (pow b 2) (+ 27/16 (* -243/160 (pow b 2)))) 9/4))))) |
#s(approx (log (+ 1 (exp (* b 3)))) #s(hole binary64 (log 2))) |
#s(approx (log (+ 1 (exp (* b 3)))) #s(hole binary64 (+ (log 2) (* 3/2 b)))) |
#s(approx (log (+ 1 (exp (* b 3)))) #s(hole binary64 (+ (log 2) (* b (+ 3/2 (* 9/8 b)))))) |
#s(approx (log (+ 1 (exp (* b 3)))) #s(hole binary64 (+ (log 2) (* b (+ 3/2 (* b (+ 9/8 (* -27/64 (pow b 2))))))))) |
#s(approx (exp (* b 3)) #s(hole binary64 1)) |
#s(approx (exp (* b 3)) #s(hole binary64 (+ 1 (* 3 b)))) |
#s(approx (exp (* b 3)) #s(hole binary64 (+ 1 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (exp (* b 3)) #s(hole binary64 (+ 1 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (* b 3) #s(hole binary64 (* 3 b))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (log (- (+ 1 (pow (exp a) 2)) (exp a))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a)))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (+ (* 1/2 (* b (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a))))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) #s(hole binary64 (+ (log (- (+ 1 (pow (exp a) 2)) (exp a))) (* b (- (+ (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a)))) (* b (+ (* 1/6 (* b (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a))))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (pow (exp a) 2)) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- 2 (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- (+ 2 (* b (+ 3/2 (* 1/2 (- 1 (exp a)))))) (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) #s(hole binary64 (- (+ 1 (+ (* b (- (+ 2 (* b (+ 3/2 (+ (* 1/2 (- 1 (exp a))) (* b (+ 7/6 (* 1/6 (- 1 (exp a))))))))) (exp a))) (pow (exp a) 2))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- 1 (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- 2 (exp a)))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- (+ 2 (* b (+ 3/2 (* 1/2 (- 1 (exp a)))))) (exp a)))) (exp a)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) #s(hole binary64 (- (+ 1 (* b (- (+ 2 (* b (+ 3/2 (+ (* 1/2 (- 1 (exp a))) (* b (+ 7/6 (* 1/6 (- 1 (exp a))))))))) (exp a)))) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- 1 (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 b) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 (* b (+ 1 (* 1/2 b)))) (exp a)))) |
#s(approx (- (exp b) (exp a)) #s(hole binary64 (- (+ 1 (* b (+ 1 (* b (+ 1/2 (* 1/6 b)))))) (exp a)))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (log (+ 1 (exp (* 3 a)))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 a)))) (* b (- (+ (* 3 (/ 1 (+ 1 (exp (* 3 a))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a)))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 a)))) (* b (- (+ (* 3 (/ 1 (+ 1 (exp (* 3 a))))) (+ (* b (- (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 a))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 a))) 2))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) #s(hole binary64 (- (+ (log (+ 1 (exp (* 3 a)))) (* b (- (+ (* 3 (/ 1 (+ 1 (exp (* 3 a))))) (+ (* b (- (+ (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 a))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 a))) 2))))) (* b (- (* 1/6 (- (+ (* 27 (/ 1 (+ 1 (exp (* 3 a))))) (* 54 (/ 1 (pow (+ 1 (exp (* 3 a))) 3)))) (* 81 (/ 1 (pow (+ 1 (exp (* 3 a))) 2))))) (* 1/6 (+ (* -6 (/ (* (+ 3/2 (* 1/2 (- 1 (exp a)))) (- 2 (exp a))) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (+ (* 2 (/ (pow (- 2 (exp a)) 3) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 3))) (* 6 (/ (+ 7/6 (* 1/6 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))))) (* 1/2 (+ (* -1 (/ (pow (- 2 (exp a)) 2) (pow (- (+ 1 (pow (exp a) 2)) (exp a)) 2))) (* 2 (/ (+ 3/2 (* 1/2 (- 1 (exp a)))) (- (+ 1 (pow (exp a) 2)) (exp a)))))))) (/ (exp a) (- (+ 1 (pow (exp a) 2)) (exp a))))) (* 2 (/ 1 (- (+ 1 (pow (exp a) 2)) (exp a))))))) (log (- (+ 1 (pow (exp a) 2)) (exp a)))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (log (+ 1 (exp (* 3 a)))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 a)))) (* 3 (/ b (+ 1 (exp (* 3 a)))))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 a)))) (* b (+ (* 1/2 (* b (- (* 9 (/ 1 (+ 1 (exp (* 3 a))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 a))) 2)))))) (* 3 (/ 1 (+ 1 (exp (* 3 a)))))))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) #s(hole binary64 (+ (log (+ 1 (exp (* 3 a)))) (* b (+ (* b (+ (* 1/6 (* b (- (+ (* 27 (/ 1 (+ 1 (exp (* 3 a))))) (* 54 (/ 1 (pow (+ 1 (exp (* 3 a))) 3)))) (* 81 (/ 1 (pow (+ 1 (exp (* 3 a))) 2)))))) (* 1/2 (- (* 9 (/ 1 (+ 1 (exp (* 3 a))))) (* 9 (/ 1 (pow (+ 1 (exp (* 3 a))) 2))))))) (* 3 (/ 1 (+ 1 (exp (* 3 a)))))))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (exp (* 3 a))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 a)) (* 3 b))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 a)) (* b (+ 3 (* 9/2 b))))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) #s(hole binary64 (+ 1 (+ (exp (* 3 a)) (* b (+ 3 (* b (+ 9/2 (* 9/2 b))))))))) |
#s(approx (exp (* 3 b)) #s(hole binary64 1)) |
#s(approx (exp (* 3 b)) #s(hole binary64 (+ 1 (* 3 b)))) |
#s(approx (exp (* 3 b)) #s(hole binary64 (+ 1 (* b (+ 3 (* 9/2 b)))))) |
#s(approx (exp (* 3 b)) #s(hole binary64 (+ 1 (* b (+ 3 (* b (+ 9/2 (* 9/2 b)))))))) |
#s(approx (* 3 b) #s(hole binary64 (* 3 b))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* 1/8 (pow b 2)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (* 1/2 (/ 1 b))) (* 1/4 (/ a b)))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 b)) (/ (log 2) (pow b 2))))) (* 1/4 (/ a b)))))) |
#s(approx (* a (+ 1/2 (* -1/4 b))) #s(hole binary64 (* -1/4 (* a b)))) |
#s(approx (* a (+ 1/2 (* -1/4 b))) #s(hole binary64 (* b (+ (* -1/4 a) (* 1/2 (/ a b)))))) |
#s(approx (+ 1/2 (* -1/4 b)) #s(hole binary64 (* -1/4 b))) |
#s(approx (+ 1/2 (* -1/4 b)) #s(hole binary64 (* b (- (* 1/2 (/ 1 b)) 1/4)))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* 1/8 (pow b 2)))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (* 1/2 (/ 1 b))) (* 1/4 (/ a b)))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* (pow b 2) (- (+ 1/8 (+ (* 1/2 (/ a (pow b 2))) (* 1/2 (/ 1 b)))) (* 1/4 (/ a b)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* 1/8 b))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* b (- (+ 1/8 (* 1/2 (/ 1 b))) (* 1/4 (/ a b)))))) |
#s(approx (+ 1/2 (* 1/8 b)) #s(hole binary64 (* 1/8 b))) |
#s(approx (+ 1/2 (* 1/8 b)) #s(hole binary64 (* b (+ 1/8 (* 1/2 (/ 1 b)))))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 (* 1/8 b))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(hole binary64 (* b (+ 1/8 (* 1/2 (/ 1 b)))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (/ b (+ 1 (exp a))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (* b (+ (/ 1 (+ 1 (exp a))) (/ (log (+ 1 (exp a))) b))))) |
#s(approx (log (+ 1 (exp b))) #s(hole binary64 (log (+ 1 (exp b))))) |
#s(approx (exp b) #s(hole binary64 (exp b))) |
#s(approx (+ 1 b) #s(hole binary64 b)) |
#s(approx (+ 1 b) #s(hole binary64 (* b (+ 1 (/ 1 b))))) |
#s(approx (/ (+ 1 (pow b 3)) (+ 1 (- (* b b) (* 1 b)))) #s(hole binary64 b)) |
#s(approx (/ (+ 1 (pow b 3)) (+ 1 (- (* b b) (* 1 b)))) #s(hole binary64 (* b (+ 1 (/ 1 b))))) |
#s(approx (+ 1 (pow b 3)) #s(hole binary64 (pow b 3))) |
#s(approx (+ 1 (pow b 3)) #s(hole binary64 (* (pow b 3) (+ 1 (/ 1 (pow b 3)))))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) #s(hole binary64 (pow b 2))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) #s(hole binary64 (* (pow b 2) (- 1 (/ 1 b))))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) #s(hole binary64 (* (pow b 2) (- (+ 1 (/ 1 (pow b 2))) (/ 1 b))))) |
#s(approx (- (* b b) (* 1 b)) #s(hole binary64 (pow b 2))) |
#s(approx (- (* b b) (* 1 b)) #s(hole binary64 (* (pow b 2) (- 1 (/ 1 b))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(hole binary64 (- (* 9 (/ 1 (+ 1 (pow (exp b) 3)))) (* 9 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(hole binary64 (/ 9 (+ 1 (pow (exp b) 3))))) |
#s(approx (+ (pow (exp b) 3) 1) #s(hole binary64 (+ 1 (pow (exp b) 3)))) |
#s(approx (pow (exp b) 3) #s(hole binary64 (pow (exp b) 3))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(hole binary64 (/ 9 (pow (+ 1 (pow (exp b) 3)) 2)))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(hole binary64 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) #s(hole binary64 (- (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) (* 81 (/ 1 (pow (+ 1 (pow (exp b) 3)) 2)))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(hole binary64 (+ (* 27 (/ 1 (+ 1 (pow (exp b) 3)))) (* 54 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(hole binary64 (/ 1 (pow (+ 1 (pow (exp b) 3)) 3)))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(hole binary64 (/ 27 (+ 1 (pow (exp b) 3))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(hole binary64 (/ 81 (pow (+ 1 (pow (exp b) 3)) 2)))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(hole binary64 (/ 3 (+ 1 (pow (exp b) 3))))) |
#s(approx (log (+ 1 (exp (* b 3)))) #s(hole binary64 (log (+ 1 (exp (* 3 b)))))) |
#s(approx (exp (* b 3)) #s(hole binary64 (exp (* 3 b)))) |
#s(approx (exp (* 3 b)) #s(hole binary64 (exp (* 3 b)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) #s(hole binary64 (* (pow b 2) (+ 1/8 (* -1 (/ (+ (* -1 (- 1/2 (* 1/4 a))) (* -1 (/ (+ (log 2) (* 1/2 a)) b))) b)))))) |
#s(approx (* a (+ 1/2 (* -1/4 b))) #s(hole binary64 (* -1 (* b (+ (* -1/2 (/ a b)) (* 1/4 a)))))) |
#s(approx (+ 1/2 (* -1/4 b)) #s(hole binary64 (* -1 (* b (- 1/4 (* 1/2 (/ 1 b))))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) #s(hole binary64 (* (pow b 2) (+ 1/8 (* -1 (/ (+ (* -1 (- 1/2 (* 1/4 a))) (* -1/2 (/ a b))) b)))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) #s(hole binary64 (* -1 (* b (- (* -1 (/ (- 1/2 (* 1/4 a)) b)) 1/8))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(hole binary64 (* -1 (* b (- (* -1 (/ (log (+ 1 (exp a))) b)) (/ 1 (+ 1 (exp a)))))))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) #s(hole binary64 (* (pow b 2) (+ 1 (* -1 (/ (- 1 (/ 1 b)) b)))))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a)))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))) |
(*.f64 #s(literal 1/8 binary64) (*.f64 a a)) |
#s(literal 1/8 binary64) |
(*.f64 (neg.f64 a) (neg.f64 a)) |
(*.f64 (fabs.f64 a) (fabs.f64 a)) |
(*.f64 a a) |
(pow.f64 a #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 a) #s(literal 2 binary64))) |
a |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a) (*.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a)) (*.f64 (log.f64 #s(literal 2 binary64)) (log.f64 #s(literal 2 binary64)))) (-.f64 (*.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a) (log.f64 #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a) #s(literal 3 binary64)) (pow.f64 (log.f64 #s(literal 2 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a) (*.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a) (-.f64 (*.f64 (log.f64 #s(literal 2 binary64)) (log.f64 #s(literal 2 binary64))) (*.f64 (*.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a) (log.f64 #s(literal 2 binary64)))))) |
(fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))) |
(+.f64 (*.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a) (log.f64 #s(literal 2 binary64))) |
#s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) |
(*.f64 #s(literal 1/8 binary64) a) |
(log.f64 #s(literal 2 binary64)) |
#s(literal 2 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))) |
(*.f64 #s(literal 1/8 binary64) (*.f64 b b)) |
(*.f64 (neg.f64 b) (neg.f64 b)) |
(*.f64 (fabs.f64 b) (fabs.f64 b)) |
(*.f64 b b) |
(pow.f64 b #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 2 binary64))) |
b |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))) |
(*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) b) (*.f64 #s(literal -1/4 binary64) b))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal -1/4 binary64) b) #s(literal 3 binary64))) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) b) (*.f64 #s(literal -1/4 binary64) b)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)) |
#s(literal 1/2 binary64) |
(*.f64 #s(literal -1/4 binary64) b) |
#s(literal -1/4 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1/2 binary64) a) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a)) |
(*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (log.f64 #s(literal 2 binary64)) a) (/.f64 (log.f64 #s(literal 2 binary64)) a))) (-.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (log.f64 #s(literal 2 binary64)) a) #s(literal 3 binary64))) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (/.f64 (log.f64 #s(literal 2 binary64)) a) (/.f64 (log.f64 #s(literal 2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a)) |
(/.f64 (neg.f64 (log.f64 #s(literal 2 binary64))) (neg.f64 a)) |
(/.f64 (log.f64 #s(literal 2 binary64)) a) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a))) (*.f64 (log.f64 #s(literal 2 binary64)) (log.f64 #s(literal 2 binary64)))) (-.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) #s(literal 3 binary64)) (pow.f64 (log.f64 #s(literal 2 binary64)) #s(literal 3 binary64))) (fma.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (-.f64 (*.f64 (log.f64 #s(literal 2 binary64)) (log.f64 #s(literal 2 binary64))) (*.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))))) |
(+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b) (*.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b)) (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1/2 binary64) a))) (-.f64 (*.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b) (*.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b) (*.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1/2 binary64) a)) (*.f64 (*.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b) (*.f64 #s(literal 1/2 binary64) a))))) |
(fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) |
(+.f64 (*.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b) (*.f64 #s(literal 1/2 binary64) a)) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/8 binary64) b) (*.f64 #s(literal 1/8 binary64) b))) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 #s(literal 1/8 binary64) b) #s(literal 3 binary64))) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 #s(literal 1/8 binary64) b) (*.f64 #s(literal 1/8 binary64) b)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)) |
(*.f64 #s(literal 1/8 binary64) b) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a))) (*.f64 (log.f64 #s(literal 2 binary64)) (log.f64 #s(literal 2 binary64)))) (-.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) #s(literal 3 binary64)) (pow.f64 (log.f64 #s(literal 2 binary64)) #s(literal 3 binary64))) (fma.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (-.f64 (*.f64 (log.f64 #s(literal 2 binary64)) (log.f64 #s(literal 2 binary64))) (*.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64)))))) |
(+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b) (*.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b)) (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1/2 binary64) a))) (-.f64 (*.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b) (*.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal 3 binary64))) (fma.f64 (*.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b) (*.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1/2 binary64) a)) (*.f64 (*.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b) (*.f64 #s(literal 1/2 binary64) a))))) |
(fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) |
(+.f64 (*.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b) (*.f64 #s(literal 1/2 binary64) a)) |
(/.f64 (-.f64 (*.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) a) (*.f64 #s(literal 1/4 binary64) a))) (+.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1/4 binary64) a) #s(literal 3 binary64))) (fma.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (fma.f64 (*.f64 #s(literal 1/4 binary64) a) (*.f64 #s(literal 1/4 binary64) a) (*.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a))))) |
(-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b) (*.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b)) #s(literal 1/4 binary64)) (-.f64 (*.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b) #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (fma.f64 (*.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b) (*.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b) #s(literal 1/2 binary64))))) |
(fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) |
(+.f64 (*.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b) #s(literal 1/2 binary64)) |
#s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) |
(*.f64 #s(literal 1/4 binary64) a) |
#s(literal 1/4 binary64) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)) |
(*.f64 #s(literal 1/2 binary64) b) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
(log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a))) |
(log.f64 (+.f64 #s(literal 1 binary64) #s(approx (exp a) #s(approx (+ 1 a) a)))) |
#s(approx (exp a) #s(approx (+ 1 a) a)) |
#s(approx (+ 1 a) a) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
(log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b))) |
(log.f64 (+.f64 #s(literal 1 binary64) #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (exp b) #s(approx (+ 1 b) b)) |
#s(approx (+ 1 b) b) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
(log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b))) |
(log.f64 (+.f64 #s(literal 1 binary64) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (exp b) (+.f64 #s(literal 1 binary64) b)) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 b b)) (-.f64 #s(literal 1 binary64) b)) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)))) (/.f64 (pow.f64 b #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))) |
(+.f64 #s(literal 1 binary64) b) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 b #s(literal 3 binary64)) (pow.f64 b #s(literal 3 binary64)))) (-.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 b #s(literal 3 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (pow.f64 b #s(literal 3 binary64)) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64)))))) |
(+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) |
#s(literal 1 binary64) |
(*.f64 (*.f64 b b) b) |
(*.f64 b (*.f64 b b)) |
(pow.f64 b #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 3 binary64))) |
#s(literal 3 binary64) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)))) (-.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))) (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)))))) |
(+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 #s(literal 1 binary64) b))) (fma.f64 b b (*.f64 #s(literal 1 binary64) b))) |
(/.f64 (-.f64 (pow.f64 (*.f64 b b) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1 binary64) b) #s(literal 3 binary64))) (fma.f64 (*.f64 b b) (*.f64 b b) (fma.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 #s(literal 1 binary64) b) (*.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))) |
(-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1 binary64) b) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64)))) (*.f64 #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))))) (-.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))))) |
(/.f64 (+.f64 (pow.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))) #s(literal 3 binary64))) (fma.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (-.f64 (*.f64 #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64)))) (*.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))))))) |
(+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64)))) |
#s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a)) #s(literal 1 binary64)) (-.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) #s(literal 1 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) #s(literal 1 binary64))))) |
(fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64)) |
(+.f64 (*.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a)) #s(literal 1 binary64)) (-.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) #s(literal 1 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) #s(literal 1 binary64))))) |
(fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) |
(+.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) a) (*.f64 #s(literal 1/6 binary64) a)) #s(literal 1/4 binary64)) (-.f64 (*.f64 #s(literal 1/6 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/6 binary64) a) #s(literal 3 binary64)) #s(literal 1/8 binary64)) (fma.f64 (*.f64 #s(literal 1/6 binary64) a) (*.f64 #s(literal 1/6 binary64) a) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) |
(+.f64 (*.f64 #s(literal 1/6 binary64) a) #s(literal 1/2 binary64)) |
#s(literal 1/6 binary64) |
#s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))) |
#s(approx (+ 1 b) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))))) (*.f64 (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))))) (+.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))))) |
(/.f64 (-.f64 (pow.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) #s(literal 3 binary64)) (pow.f64 (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) #s(literal 3 binary64))) (fma.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) (fma.f64 (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) (*.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))))))) |
(-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a) (*.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a)) (*.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) (-.f64 (*.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a) (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a) #s(literal 3 binary64)) (pow.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a) (*.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a) (-.f64 (*.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) (*.f64 (*.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a) (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))))) |
(fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
(+.f64 (*.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a) (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a) (*.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a)) (*.f64 (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))))) (-.f64 (*.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a) (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a) (*.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a) (-.f64 (*.f64 (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a) (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))))))) |
(fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(+.f64 (*.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a) (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))))) (-.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) #s(literal 3 binary64))) (fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))))))) |
(fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) |
(+.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)))) (+.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (fma.f64 (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)) (*.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)))))) |
(-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) |
(/.f64 #s(literal -9 binary64) (neg.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
#s(literal 9 binary64) |
(/.f64 (-.f64 (*.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal 1 binary64)) (expm1.f64 (*.f64 b #s(literal 3 binary64)))) |
(/.f64 (+.f64 (pow.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))))) |
(fma.f64 (*.f64 (exp.f64 b) (exp.f64 b)) (exp.f64 b) #s(literal 1 binary64)) |
(fma.f64 (exp.f64 b) (*.f64 (exp.f64 b) (exp.f64 b)) #s(literal 1 binary64)) |
(+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(*.f64 (*.f64 (exp.f64 b) (exp.f64 b)) (exp.f64 b)) |
(*.f64 (exp.f64 b) (*.f64 (exp.f64 b) (exp.f64 b))) |
(pow.f64 (exp.f64 b) #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 (exp.f64 b)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 b #s(literal 3 binary64))) |
(+.f64 (cosh.f64 (*.f64 b #s(literal 3 binary64))) (sinh.f64 (*.f64 b #s(literal 3 binary64)))) |
(exp.f64 b) |
(+.f64 (cosh.f64 b) (sinh.f64 b)) |
(*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64)) |
(pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) |
(exp.f64 (*.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal -2 binary64))) |
#s(literal -2 binary64) |
(*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(*.f64 #s(literal 1/6 binary64) a) |
(/.f64 (-.f64 (*.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))))) (*.f64 (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) (+.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) #s(literal 3 binary64))) (fma.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (fma.f64 (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) (*.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))))) |
(-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64)) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64))) (*.f64 (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))))) (-.f64 (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64)) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64)) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64)) (-.f64 (*.f64 (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64)) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))))))) |
(fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(+.f64 (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64)) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) |
(exp.f64 (*.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal -3 binary64))) |
#s(literal -3 binary64) |
#s(literal 54 binary64) |
(/.f64 #s(literal -27 binary64) (neg.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
#s(literal 27 binary64) |
(*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) |
#s(literal 81 binary64) |
(/.f64 #s(literal -3 binary64) (neg.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) |
(log.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
(*.f64 (*.f64 (exp.f64 b) (exp.f64 b)) (exp.f64 b)) |
(*.f64 (exp.f64 b) (*.f64 (exp.f64 b) (exp.f64 b))) |
(pow.f64 (exp.f64 b) #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 (exp.f64 b)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 b #s(literal 3 binary64))) |
(+.f64 (cosh.f64 (*.f64 b #s(literal 3 binary64))) (sinh.f64 (*.f64 b #s(literal 3 binary64)))) |
(*.f64 b #s(literal 3 binary64)) |
(log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (*.f64 (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) |
(/.f64 (+.f64 (pow.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))) #s(literal 3 binary64))) (fma.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) (*.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))))) |
(fma.f64 (neg.f64 (exp.f64 a)) (neg.f64 (exp.f64 a)) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
(fma.f64 (fabs.f64 (exp.f64 a)) (fabs.f64 (exp.f64 a)) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
(fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
(+.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
(exp.f64 a) |
(+.f64 (cosh.f64 a) (sinh.f64 a)) |
(*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))) |
(/.f64 (-.f64 (*.f64 (exp.f64 b) (exp.f64 b)) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (+.f64 (exp.f64 b) (exp.f64 a))) |
(/.f64 (-.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (fma.f64 (exp.f64 b) (exp.f64 b) (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (exp.f64 a))))) |
(-.f64 (exp.f64 b) (exp.f64 a)) |
(/.f64 (-.f64 (*.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)))) (*.f64 (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))))) (+.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) #s(literal 3 binary64)) (pow.f64 (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) #s(literal 3 binary64))) (fma.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) (fma.f64 (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))) (*.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a))))))))) |
(-.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(log.f64 (/.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) (-.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) |
(/.f64 (+.f64 (pow.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b) #s(literal 3 binary64))) (fma.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (-.f64 (*.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))))) |
(fma.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 a) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) |
(fma.f64 (exp.f64 a) (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) |
(+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) |
(*.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 a)) |
(*.f64 (exp.f64 a) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) |
(pow.f64 (exp.f64 a) #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 (exp.f64 a)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 a #s(literal 3 binary64))) |
(+.f64 (cosh.f64 (*.f64 a #s(literal 3 binary64))) (sinh.f64 (*.f64 a #s(literal 3 binary64)))) |
(*.f64 a #s(literal 3 binary64)) |
(pow.f64 (exp.f64 #s(literal 3 binary64)) b) |
(exp.f64 (*.f64 #s(literal 3 binary64) b)) |
(+.f64 (cosh.f64 (*.f64 #s(literal 3 binary64) b)) (sinh.f64 (*.f64 #s(literal 3 binary64) b))) |
(*.f64 #s(literal 3 binary64) b) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 b))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (log1p.f64 (exp.f64 b)) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (log1p.f64 (exp.f64 b)) (*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64)))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)))))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (log1p.f64 (exp.f64 b)) (*.f64 a (fma.f64 a (fma.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -3 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -2 binary64))))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)))))) |
#s(approx (log (+ 1 (exp a))) (log.f64 #s(literal 2 binary64))) |
#s(approx (log (+ 1 (exp a))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (log (+ 1 (exp a))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) a))))) |
#s(approx (log (+ 1 (exp a))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 a (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1/192 binary64) (*.f64 a a)))))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (log.f64 #s(literal 2 binary64))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) a))))) |
#s(approx (* 1/8 (* a a)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))) |
#s(approx (* a a) (*.f64 a a)) |
#s(approx a a) |
#s(approx (+ (* 1/8 a) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (* 1/8 a) 1/2) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) a))) |
#s(approx (* 1/8 a) (*.f64 #s(literal 1/8 binary64) a)) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (log1p.f64 (exp.f64 b))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (log1p.f64 (exp.f64 b)) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)))))) |
#s(approx (* a (+ 1/2 (* -1/4 b))) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))) |
#s(approx (/ a (+ 1 (exp b))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b)))) |
#s(approx (* 1/2 a) (*.f64 #s(literal 1/2 binary64) a)) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (log1p.f64 (exp.f64 b))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (+.f64 (log1p.f64 (exp.f64 b)) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (/.f64 (log1p.f64 (exp.f64 b)) a)) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (/.f64 (+.f64 (log1p.f64 (exp.f64 b)) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b)))) a)) |
#s(approx (+ 1/2 (/ (log 2) a)) (/.f64 (log.f64 #s(literal 2 binary64)) a)) |
#s(approx (+ 1/2 (/ (log 2) a)) (/.f64 (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) a)) a)) |
#s(approx (/ (log 2) a) (/.f64 (log.f64 #s(literal 2 binary64)) a)) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (fma.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1/4 binary64) a (*.f64 #s(literal 1/8 binary64) b)))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) |
#s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) |
#s(approx (* 1/4 a) (*.f64 #s(literal 1/4 binary64) a)) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) b (*.f64 a (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) b)))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) b (*.f64 a (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 #s(literal 1/8 binary64) (fma.f64 #s(literal -1/8 binary64) b (*.f64 #s(literal 1/8 binary64) b))))) (*.f64 #s(literal 1/4 binary64) b)))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) b (*.f64 a (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (fma.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal -1/8 binary64) b (*.f64 #s(literal 1/8 binary64) b)) (fma.f64 #s(literal -1/16 binary64) b (*.f64 #s(literal 1/24 binary64) b)))))) (fma.f64 #s(literal -1/8 binary64) b (*.f64 #s(literal 1/8 binary64) b))))) (*.f64 #s(literal 1/4 binary64) b)))))) |
#s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)) |
#s(approx (/ b (+ 1 (exp a))) (fma.f64 #s(literal -1/4 binary64) (*.f64 a b) (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (/ b (+ 1 (exp a))) (fma.f64 #s(literal 1/2 binary64) b (*.f64 a (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (fma.f64 #s(literal -1/8 binary64) b (*.f64 #s(literal 1/8 binary64) b)))) (*.f64 #s(literal 1/4 binary64) b))))) |
#s(approx (/ b (+ 1 (exp a))) (fma.f64 #s(literal 1/2 binary64) b (*.f64 a (-.f64 (*.f64 a (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (fma.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal -1/8 binary64) b (*.f64 #s(literal 1/8 binary64) b)) (fma.f64 #s(literal -1/16 binary64) b (*.f64 #s(literal 1/24 binary64) b))))) (fma.f64 #s(literal -1/8 binary64) b (*.f64 #s(literal 1/8 binary64) b)))) (*.f64 #s(literal 1/4 binary64) b))))) |
#s(approx (exp a) #s(literal 1 binary64)) |
#s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) |
#s(approx (exp a) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) a))))) |
#s(approx (exp a) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) a))))))) |
#s(approx (+ 1 a) #s(literal 1 binary64)) |
#s(approx (+ 1 a) (+.f64 #s(literal 1 binary64) a)) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (exp.f64 b))) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (+.f64 a (exp.f64 b)))) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 b) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) a)))))) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 b) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) a)))))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+.f64 #s(literal 1 binary64) a)) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) a))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) a))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) a))))) |
#s(approx (+ (* 1/6 a) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (* 1/6 a) 1/2) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) a))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 a (-.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64))))))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 a (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 a (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) #s(literal 2 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))))))))) (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64))))))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 a (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 a (-.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (*.f64 a (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/6 binary64) (fma.f64 #s(literal -6 binary64) (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b)))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (pow.f64 (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) #s(literal 3 binary64)) (*.f64 #s(literal 6 binary64) (/.f64 (+.f64 #s(literal 4/3 binary64) (*.f64 #s(literal -1/6 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))))))))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) #s(literal 2 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))))))))) (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64))))))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 a (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (*.f64 a (fma.f64 a (fma.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 #s(literal 3 binary64) (/.f64 a (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 a (fma.f64 a (fma.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (/.f64 #s(literal 3 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (fma.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (fma.f64 a (fma.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (fma.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (*.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))) |
#s(approx (* 1/6 a) (*.f64 #s(literal 1/6 binary64) a)) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b)))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+.f64 (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))) (*.f64 a (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+.f64 (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))) (*.f64 a (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 a (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) #s(literal 2 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))))))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64)))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+.f64 (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))) (*.f64 a (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (fma.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64)) (*.f64 a (fma.f64 #s(literal 1/6 binary64) (*.f64 a (fma.f64 #s(literal -6 binary64) (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b)))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (pow.f64 (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) #s(literal 3 binary64)) (*.f64 #s(literal 6 binary64) (/.f64 (+.f64 #s(literal 4/3 binary64) (*.f64 #s(literal -1/6 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) #s(literal 2 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))))))))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (+.f64 #s(literal 1 binary64) (fma.f64 a (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (+.f64 #s(literal 1 binary64) (fma.f64 a (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1 binary64) (exp.f64 b) (*.f64 a (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b)))))) (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (+.f64 #s(literal 1 binary64) (fma.f64 a (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1 binary64) (exp.f64 b) (*.f64 a (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -1/2 binary64) (exp.f64 b) (*.f64 a (+.f64 #s(literal 4/3 binary64) (*.f64 #s(literal -1/6 binary64) (exp.f64 b))))))))) (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (*.f64 (exp.f64 b) (expm1.f64 b))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (fma.f64 #s(literal -1 binary64) (*.f64 a (exp.f64 b)) (*.f64 (exp.f64 b) (expm1.f64 b)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (fma.f64 a (fma.f64 #s(literal -1 binary64) (exp.f64 b) (*.f64 #s(literal -1/2 binary64) (*.f64 a (exp.f64 b)))) (*.f64 (exp.f64 b) (expm1.f64 b)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (fma.f64 a (fma.f64 #s(literal -1 binary64) (exp.f64 b) (*.f64 a (fma.f64 #s(literal -1/2 binary64) (exp.f64 b) (*.f64 #s(literal -1/6 binary64) (*.f64 a (exp.f64 b)))))) (*.f64 (exp.f64 b) (expm1.f64 b)))) |
#s(approx (- (exp b) (exp a)) (expm1.f64 b)) |
#s(approx (- (exp b) (exp a)) (-.f64 (+.f64 (exp.f64 b) (*.f64 #s(literal -1 binary64) a)) #s(literal 1 binary64))) |
#s(approx (- (exp b) (exp a)) (-.f64 (+.f64 (exp.f64 b) (*.f64 a (-.f64 (*.f64 #s(literal -1/2 binary64) a) #s(literal 1 binary64)))) #s(literal 1 binary64))) |
#s(approx (- (exp b) (exp a)) (-.f64 (+.f64 (exp.f64 b) (*.f64 a (-.f64 (*.f64 a (-.f64 (*.f64 #s(literal -1/6 binary64) a) #s(literal 1/2 binary64))) #s(literal 1 binary64)))) #s(literal 1 binary64))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 a (-.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64))) (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64))))))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 a (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64)) (*.f64 a (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) #s(literal 2 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))))))))) (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64))))))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 a (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64)) (*.f64 a (-.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -2 binary64)))) (*.f64 a (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/6 binary64) (fma.f64 #s(literal -6 binary64) (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b)))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (pow.f64 (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) #s(literal 3 binary64)) (*.f64 #s(literal 6 binary64) (/.f64 (+.f64 #s(literal 4/3 binary64) (*.f64 #s(literal -1/6 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))))))))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1 binary64) (exp.f64 b))) #s(literal 2 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (exp.f64 b))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))))))))) (fma.f64 #s(literal -1 binary64) (/.f64 (exp.f64 b) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b)))) (*.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 b) (expm1.f64 b))) #s(literal -1 binary64))))))) (log1p.f64 (*.f64 (exp.f64 b) (expm1.f64 b))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 #s(literal 3 binary64) (/.f64 a (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -2 binary64))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64))))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (*.f64 a (fma.f64 a (fma.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -2 binary64)))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) #s(literal -1 binary64))))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b) (*.f64 #s(literal 3 binary64) a)))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b) (*.f64 a (+.f64 #s(literal 3 binary64) (*.f64 #s(literal 9/2 binary64) a)))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b) (*.f64 a (+.f64 #s(literal 3 binary64) (*.f64 a (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 9/2 binary64) a)))))))) |
#s(approx (exp (* a 3)) #s(literal 1 binary64)) |
#s(approx (exp (* a 3)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) a))) |
#s(approx (exp (* a 3)) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 3 binary64) (*.f64 #s(literal 9/2 binary64) a))))) |
#s(approx (exp (* a 3)) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 #s(literal 3 binary64) (*.f64 a (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 9/2 binary64) a))))))) |
#s(approx (* a 3) (*.f64 #s(literal 3 binary64) a)) |
#s(approx (log (+ (exp a) (exp b))) (log.f64 (+.f64 (exp.f64 a) (exp.f64 b)))) |
#s(approx (log (+ 1 (exp a))) (log1p.f64 (exp.f64 a))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))))) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/8 binary64) (fma.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)) (/.f64 (log.f64 #s(literal 2 binary64)) (*.f64 a a)))))) |
#s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) |
#s(approx (+ (* 1/8 a) 1/2) (*.f64 a (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b)))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 a (+.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (/.f64 (log1p.f64 (exp.f64 b)) a)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1/4 binary64) b (/.f64 (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)))) a))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b)))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (*.f64 a (+.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (/.f64 (log1p.f64 (exp.f64 b)) a)))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)) (/.f64 (log1p.f64 (exp.f64 b)) a))) |
#s(approx (+ 1/2 (/ (log 2) a)) #s(literal 1/2 binary64)) |
#s(approx (+ 1/2 (/ (log 2) a)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1/4 binary64) b (/.f64 (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) a))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (*.f64 #s(literal -1/4 binary64) a)) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (*.f64 a (-.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 b a) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))) #s(literal 1/4 binary64)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (+.f64 (log1p.f64 (exp.f64 a)) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (/ b (+ 1 (exp a))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a)))) |
#s(approx (exp a) (exp.f64 a)) |
#s(approx (+ 1 a) a) |
#s(approx (+ 1 a) (*.f64 a (+.f64 #s(literal 1 binary64) (pow.f64 a #s(literal -1 binary64))))) |
#s(approx (+ (exp a) (exp b)) (+.f64 (exp.f64 a) (exp.f64 b))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 #s(literal 1/6 binary64) (pow.f64 a #s(literal 3 binary64)))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 (pow.f64 a #s(literal 3 binary64)) (+.f64 #s(literal 1/6 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 (pow.f64 a #s(literal 3 binary64)) (+.f64 #s(literal 1/6 binary64) (fma.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)) (pow.f64 a #s(literal -2 binary64)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 (pow.f64 a #s(literal 3 binary64)) (+.f64 #s(literal 1/6 binary64) (fma.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)) (+.f64 (pow.f64 a #s(literal -2 binary64)) (pow.f64 a #s(literal -3 binary64))))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) (*.f64 #s(literal 1/6 binary64) (*.f64 a a))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/6 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))))) |
#s(approx (+ (* (+ (* 1/6 a) 1/2) a) 1) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/6 binary64) (fma.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)) (pow.f64 a #s(literal -2 binary64)))))) |
#s(approx (+ (* 1/6 a) 1/2) (*.f64 #s(literal 1/6 binary64) a)) |
#s(approx (+ (* 1/6 a) 1/2) (*.f64 a (+.f64 #s(literal 1/6 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log.f64 (/.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) (fma.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (*.f64 (pow.f64 a #s(literal 3 binary64)) (fma.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (*.f64 (pow.f64 a #s(literal 3 binary64)) (fma.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a) (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (*.f64 (pow.f64 a #s(literal 3 binary64)) (fma.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a) (fma.f64 #s(literal 3 binary64) (pow.f64 (*.f64 (*.f64 a a) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (pow.f64 a #s(literal 3 binary64)))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 a a) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (*.f64 (*.f64 a a) (fma.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (*.f64 (*.f64 a a) (fma.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a) (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (*.f64 #s(literal 1/6 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (*.f64 a (fma.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (log.f64 (fma.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (fma.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))) |
#s(approx (- (exp b) (exp a)) (-.f64 (exp.f64 b) (exp.f64 a))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (log.f64 (/.f64 (+.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) a) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) (fma.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) (log.f64 (+.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) a) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) (+.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) a) (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) |
#s(approx (exp (* a 3)) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) |
#s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a)) #s(literal 1/2 binary64)) a))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(literal -1 binary64) (*.f64 a (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (log1p.f64 (exp.f64 b)) a)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal -1 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 1/4 binary64) b) #s(literal 1/2 binary64))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal -1 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)))) a) (*.f64 #s(literal 1/4 binary64) b)) #s(literal 1/2 binary64))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (*.f64 #s(literal -1 binary64) (*.f64 a (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (log1p.f64 (exp.f64 b)) a)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64)))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 #s(literal -1 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 1/4 binary64) b) #s(literal 1/2 binary64))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 #s(literal -1 binary64) (*.f64 a (-.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) a) (*.f64 #s(literal 1/4 binary64) b)) #s(literal 1/2 binary64))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (*.f64 #s(literal -1 binary64) (*.f64 a (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)) a)))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64))) a)) #s(literal 1/6 binary64))))) |
#s(approx (+ (* (+ (* (+ (* 1/6 a) 1/2) a) 1) a) 1) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (+.f64 (pow.f64 a #s(literal -1 binary64)) (pow.f64 a #s(literal -2 binary64)))) a)) #s(literal 1/6 binary64))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) (fma.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a) (*.f64 #s(literal -1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) (*.f64 #s(literal 3 binary64) (pow.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) #s(literal -1 binary64)))) a) (*.f64 #s(literal -1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) a)) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)))) a) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))))) a) (*.f64 #s(literal -1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (*.f64 (*.f64 a a) (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 3 binary64) (pow.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) #s(literal -1 binary64)))) a) (*.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (*.f64 #s(literal -1 binary64) (*.f64 a (fma.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64)))) a) (*.f64 #s(literal -1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (log1p.f64 (exp.f64 a)) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (log1p.f64 (exp.f64 a)) (*.f64 b (fma.f64 #s(literal 1/2 binary64) (*.f64 b (-.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -2 binary64)))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64)))))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (log1p.f64 (exp.f64 a)) (*.f64 b (fma.f64 b (fma.f64 #s(literal 1/6 binary64) (*.f64 b (-.f64 (fma.f64 #s(literal 2 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -3 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -2 binary64))))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) a)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 b (-.f64 #s(literal 1/8 binary64) (fma.f64 #s(literal -1/8 binary64) a (*.f64 #s(literal 1/8 binary64) a))))) (*.f64 #s(literal 1/4 binary64) a)))))) |
#s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 b (-.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1 binary64) (*.f64 b (fma.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal -1/8 binary64) a (*.f64 #s(literal 1/8 binary64) a)) (fma.f64 #s(literal -1/16 binary64) a (*.f64 #s(literal 1/24 binary64) a)))))) (fma.f64 #s(literal -1/8 binary64) a (*.f64 #s(literal 1/8 binary64) a))))) (*.f64 #s(literal 1/4 binary64) a)))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) a)))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)) (*.f64 #s(literal 1/4 binary64) a)))))) |
#s(approx (* 1/8 (* b b)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))) |
#s(approx (* b b) (*.f64 b b)) |
#s(approx b b) |
#s(approx (* a (+ 1/2 (* -1/4 b))) (*.f64 #s(literal 1/2 binary64) a)) |
#s(approx (* a (+ 1/2 (* -1/4 b))) (fma.f64 #s(literal -1/4 binary64) (*.f64 a b) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (+ 1/2 (* -1/4 b)) #s(literal 1/2 binary64)) |
#s(approx (+ 1/2 (* -1/4 b)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b))) |
#s(approx (* -1/4 b) (*.f64 #s(literal -1/4 binary64) b)) |
#s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)) |
#s(approx (/ a (+ 1 (exp b))) (fma.f64 #s(literal -1/4 binary64) (*.f64 a b) (*.f64 #s(literal 1/2 binary64) a))) |
#s(approx (/ a (+ 1 (exp b))) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 b (fma.f64 #s(literal -1/8 binary64) a (*.f64 #s(literal 1/8 binary64) a)))) (*.f64 #s(literal 1/4 binary64) a))))) |
#s(approx (/ a (+ 1 (exp b))) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 (*.f64 b (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 b (fma.f64 #s(literal -1/2 binary64) (fma.f64 #s(literal -1/8 binary64) a (*.f64 #s(literal 1/8 binary64) a)) (fma.f64 #s(literal -1/16 binary64) a (*.f64 #s(literal 1/24 binary64) a))))) (fma.f64 #s(literal -1/8 binary64) a (*.f64 #s(literal 1/8 binary64) a)))) (*.f64 #s(literal 1/4 binary64) a))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (*.f64 a (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a)))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (fma.f64 a (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64))) #s(literal 1/4 binary64))) (*.f64 a (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (fma.f64 a (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a)) (*.f64 b (fma.f64 #s(literal 1/8 binary64) b (*.f64 a (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64))) #s(literal 1/4 binary64))))))) |
#s(approx (* (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) a) (fma.f64 a (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a)) (*.f64 b (fma.f64 a (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64))) #s(literal 1/4 binary64)) (*.f64 b (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/48 binary64) (*.f64 a b)))))))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (fma.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64))) #s(literal 1/4 binary64)) (/.f64 (log.f64 #s(literal 2 binary64)) a)))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (fma.f64 b (-.f64 (fma.f64 #s(literal 1/8 binary64) (/.f64 b a) (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (/.f64 (log.f64 #s(literal 2 binary64)) a)))) |
#s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (fma.f64 b (-.f64 (fma.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal -1 binary64)) (*.f64 b (fma.f64 #s(literal 1/48 binary64) b (*.f64 #s(literal 1/8 binary64) (pow.f64 a #s(literal -1 binary64)))))) #s(literal 1/4 binary64)) (/.f64 (log.f64 #s(literal 2 binary64)) a)))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 #s(literal 1/2 binary64) a)) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) a))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (fma.f64 #s(literal 1/2 binary64) a (*.f64 b (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)) (*.f64 #s(literal 1/4 binary64) a))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) a))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b)) (*.f64 #s(literal 1/4 binary64) a))) |
#s(approx (+ 1/2 (* 1/8 b)) #s(literal 1/2 binary64)) |
#s(approx (+ 1/2 (* 1/8 b)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) |
#s(approx (* 1/8 b) (*.f64 #s(literal 1/8 binary64) b)) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) #s(literal 1/2 binary64)) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (log1p.f64 (exp.f64 a))) |
#s(approx (* 1/2 b) (*.f64 #s(literal 1/2 binary64) b)) |
#s(approx (log (+ 1 (exp b))) (log.f64 #s(literal 2 binary64))) |
#s(approx (log (+ 1 (exp b))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) b))) |
#s(approx (log (+ 1 (exp b))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))))) |
#s(approx (log (+ 1 (exp b))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 b (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1/192 binary64) (*.f64 b b)))))))) |
#s(approx (exp b) #s(literal 1 binary64)) |
#s(approx (exp b) (+.f64 #s(literal 1 binary64) b)) |
#s(approx (exp b) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) b))))) |
#s(approx (exp b) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) b))))))) |
#s(approx (+ 1 b) #s(literal 1 binary64)) |
#s(approx (+ 1 b) (+.f64 #s(literal 1 binary64) b)) |
#s(approx (+ 1 b) #s(literal 1 binary64)) |
#s(approx (+ 1 b) (+.f64 #s(literal 1 binary64) b)) |
#s(approx (+ 1 (pow b 3)) #s(literal 1 binary64)) |
#s(approx (+ 1 (pow b 3)) (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (pow b 3) (pow.f64 b #s(literal 3 binary64))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) #s(literal 1 binary64)) |
#s(approx (+ 1 (- (* b b) (* 1 b))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) b))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) (+.f64 #s(literal 1 binary64) (*.f64 b (-.f64 b #s(literal 1 binary64))))) |
#s(approx (- (* b b) (* 1 b)) (*.f64 #s(literal -1 binary64) b)) |
#s(approx (- (* b b) (* 1 b)) (*.f64 b (-.f64 b #s(literal 1 binary64)))) |
#s(approx (* 1 b) b) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (exp.f64 a))) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (+.f64 b (exp.f64 a)))) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 a) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) b)))))) |
#s(approx (+ (exp a) (exp b)) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 a) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) b)))))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 b (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)))))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 b (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (fma.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)))))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (- (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 b (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (fma.f64 b (-.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/6 binary64) (fma.f64 #s(literal -6 binary64) (/.f64 (*.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 #s(literal 2 binary64) (exp.f64 a))) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (pow.f64 (/.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))) #s(literal 3 binary64)) (*.f64 #s(literal 6 binary64) (/.f64 (+.f64 #s(literal 7/6 binary64) (*.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)))))))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)))))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 b (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 b (fma.f64 #s(literal 1/2 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))))))) |
#s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))) (*.f64 b (fma.f64 b (fma.f64 #s(literal 1/6 binary64) (*.f64 b (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -2 binary64)))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 a (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 9/8 binary64) a))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 a (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 9/8 binary64) a)) (*.f64 b (+.f64 #s(literal 3/2 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) #s(literal 9/4 binary64)))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 a (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 9/8 binary64) a)) (*.f64 b (+.f64 #s(literal 3/2 binary64) (fma.f64 a (-.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) #s(literal 9/4 binary64)) (*.f64 b (+.f64 #s(literal 9/8 binary64) (*.f64 #s(literal -81/32 binary64) (*.f64 a a)))))))))) |
#s(approx (+ (* (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) a) (log (+ 1 (exp (* b 3))))) (+.f64 (log.f64 #s(literal 2 binary64)) (fma.f64 a (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 9/8 binary64) a)) (*.f64 b (+.f64 #s(literal 3/2 binary64) (fma.f64 a (-.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) #s(literal 9/4 binary64)) (*.f64 b (+.f64 #s(literal 9/8 binary64) (fma.f64 #s(literal -81/32 binary64) (*.f64 a a) (*.f64 a (*.f64 b (+.f64 #s(literal 27/16 binary64) (*.f64 #s(literal -81/16 binary64) (*.f64 a a)))))))))))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 9/8 binary64) a))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+.f64 #s(literal 3/2 binary64) (fma.f64 #s(literal 9/8 binary64) a (*.f64 b (-.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) #s(literal 9/4 binary64)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+.f64 #s(literal 3/2 binary64) (fma.f64 #s(literal 9/8 binary64) a (*.f64 b (-.f64 (fma.f64 #s(literal -81/32 binary64) (*.f64 a b) (*.f64 #s(literal 27/16 binary64) (*.f64 a a))) #s(literal 9/4 binary64)))))) |
#s(approx (+ (* (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) a) (/ 3 (+ (pow (exp b) 3) 1))) (+.f64 #s(literal 3/2 binary64) (fma.f64 #s(literal 9/8 binary64) a (*.f64 b (-.f64 (fma.f64 #s(literal 27/16 binary64) (*.f64 a a) (*.f64 b (fma.f64 #s(literal -81/32 binary64) a (*.f64 b (+.f64 #s(literal 27/16 binary64) (*.f64 #s(literal -81/16 binary64) (*.f64 a a))))))) #s(literal 9/4 binary64)))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) #s(literal 9/8 binary64)) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (+.f64 #s(literal 9/8 binary64) (*.f64 #s(literal 27/16 binary64) (*.f64 a b)))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (+.f64 #s(literal 9/8 binary64) (*.f64 b (fma.f64 #s(literal -81/32 binary64) b (*.f64 #s(literal 27/16 binary64) a))))) |
#s(approx (+ (* (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) 1/2) (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))))) (+.f64 #s(literal 9/8 binary64) (*.f64 b (fma.f64 #s(literal 27/16 binary64) a (*.f64 b (-.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a b)) #s(literal 81/32 binary64))))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) #s(literal 9/4 binary64)) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (+.f64 #s(literal 9/4 binary64) (*.f64 #s(literal -81/16 binary64) (*.f64 b b)))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (+.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal 243/32 binary64) (*.f64 b b)) #s(literal 81/16 binary64))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (+.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 243/32 binary64) (*.f64 #s(literal -12393/1280 binary64) (*.f64 b b)))) #s(literal 81/16 binary64))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) #s(literal 9/2 binary64)) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal -27/4 binary64) b))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 9/2 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 b b)) #s(literal 27/4 binary64))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 9/2 binary64) (*.f64 b (-.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 81/16 binary64) (*.f64 #s(literal -729/160 binary64) (*.f64 b b)))) #s(literal 27/4 binary64))))) |
#s(approx (+ (pow (exp b) 3) 1) #s(literal 2 binary64)) |
#s(approx (+ (pow (exp b) 3) 1) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 3 binary64) b))) |
#s(approx (+ (pow (exp b) 3) 1) (+.f64 #s(literal 2 binary64) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 #s(literal 9/2 binary64) b))))) |
#s(approx (+ (pow (exp b) 3) 1) (+.f64 #s(literal 2 binary64) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 b (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 9/2 binary64) b))))))) |
#s(approx (pow (exp b) 3) #s(literal 1 binary64)) |
#s(approx (pow (exp b) 3) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) b))) |
#s(approx (pow (exp b) 3) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 #s(literal 9/2 binary64) b))))) |
#s(approx (pow (exp b) 3) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 b (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 9/2 binary64) b))))))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) #s(literal 9/4 binary64)) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) (+.f64 #s(literal 9/4 binary64) (*.f64 #s(literal -27/4 binary64) b))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) (+.f64 #s(literal 9/4 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 81/16 binary64) b) #s(literal 27/4 binary64))))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) (+.f64 #s(literal 9/4 binary64) (*.f64 b (-.f64 (*.f64 b (+.f64 #s(literal 81/16 binary64) (*.f64 #s(literal 81/16 binary64) b))) #s(literal 27/4 binary64))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) #s(literal 1/4 binary64)) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -3/4 binary64) b))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) (+.f64 #s(literal 1/4 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 9/16 binary64) b) #s(literal 3/4 binary64))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) (+.f64 #s(literal 1/4 binary64) (*.f64 b (-.f64 (*.f64 b (+.f64 #s(literal 9/16 binary64) (*.f64 #s(literal 9/16 binary64) b))) #s(literal 3/4 binary64))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (*.f64 #s(literal 27/16 binary64) (*.f64 a b))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (*.f64 b (fma.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 b b)) (*.f64 #s(literal 27/16 binary64) a)))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (*.f64 b (fma.f64 #s(literal 27/16 binary64) a (*.f64 (*.f64 b b) (fma.f64 #s(literal -81/16 binary64) a (*.f64 #s(literal 12393/1280 binary64) (*.f64 a (*.f64 b b)))))))) |
#s(approx (* (* 1/6 a) (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2)))) (*.f64 b (fma.f64 #s(literal 27/16 binary64) a (*.f64 (*.f64 b b) (fma.f64 #s(literal -81/16 binary64) a (*.f64 (*.f64 b b) (fma.f64 #s(literal -67797/4480 binary64) (*.f64 a (*.f64 b b)) (*.f64 #s(literal 12393/1280 binary64) a)))))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (*.f64 #s(literal 81/8 binary64) b)) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (*.f64 b (+.f64 #s(literal 81/8 binary64) (*.f64 #s(literal -243/8 binary64) (*.f64 b b))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (*.f64 b (+.f64 #s(literal 81/8 binary64) (*.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal 37179/640 binary64) (*.f64 b b)) #s(literal 243/8 binary64)))))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (*.f64 b (+.f64 #s(literal 81/8 binary64) (*.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 37179/640 binary64) (*.f64 #s(literal -203391/2240 binary64) (*.f64 b b)))) #s(literal 243/8 binary64)))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) #s(literal 81/4 binary64)) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (+.f64 #s(literal 81/4 binary64) (*.f64 #s(literal -405/8 binary64) b))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (+.f64 #s(literal 81/4 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 729/16 binary64) b) #s(literal 405/8 binary64))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (+.f64 #s(literal 81/4 binary64) (*.f64 b (-.f64 (*.f64 b (+.f64 #s(literal 729/16 binary64) (*.f64 #s(literal 243/16 binary64) b))) #s(literal 405/8 binary64))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) #s(literal 1/8 binary64)) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -9/16 binary64) b))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) (+.f64 #s(literal 1/8 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 27/32 binary64) b) #s(literal 9/16 binary64))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) (+.f64 #s(literal 1/8 binary64) (*.f64 b (-.f64 (*.f64 b (+.f64 #s(literal 27/32 binary64) (*.f64 #s(literal -81/64 binary64) (*.f64 b b)))) #s(literal 9/16 binary64))))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) #s(literal 27/2 binary64)) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 27/2 binary64) (*.f64 #s(literal -81/4 binary64) b))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 27/2 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 243/16 binary64) (*.f64 b b)) #s(literal 81/4 binary64))))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 27/2 binary64) (*.f64 b (-.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 243/16 binary64) (*.f64 #s(literal -2187/160 binary64) (*.f64 b b)))) #s(literal 81/4 binary64))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) #s(literal 81/4 binary64)) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) (+.f64 #s(literal 81/4 binary64) (*.f64 #s(literal -243/4 binary64) b))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) (+.f64 #s(literal 81/4 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 729/16 binary64) b) #s(literal 243/4 binary64))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) (+.f64 #s(literal 81/4 binary64) (*.f64 b (-.f64 (*.f64 b (+.f64 #s(literal 729/16 binary64) (*.f64 #s(literal 729/16 binary64) b))) #s(literal 243/4 binary64))))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) #s(literal 3/2 binary64)) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal -9/4 binary64) b))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 3/2 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 b b)) #s(literal 9/4 binary64))))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) (+.f64 #s(literal 3/2 binary64) (*.f64 b (-.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 27/16 binary64) (*.f64 #s(literal -243/160 binary64) (*.f64 b b)))) #s(literal 9/4 binary64))))) |
#s(approx (log (+ 1 (exp (* b 3)))) (log.f64 #s(literal 2 binary64))) |
#s(approx (log (+ 1 (exp (* b 3)))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 3/2 binary64) b))) |
#s(approx (log (+ 1 (exp (* b 3)))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 9/8 binary64) b))))) |
#s(approx (log (+ 1 (exp (* b 3)))) (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b (+.f64 #s(literal 3/2 binary64) (*.f64 b (+.f64 #s(literal 9/8 binary64) (*.f64 #s(literal -27/64 binary64) (*.f64 b b)))))))) |
#s(approx (pow (exp b) 3) #s(literal 1 binary64)) |
#s(approx (pow (exp b) 3) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) b))) |
#s(approx (pow (exp b) 3) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 #s(literal 9/2 binary64) b))))) |
#s(approx (pow (exp b) 3) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 b (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 9/2 binary64) b))))))) |
#s(approx (* b 3) (*.f64 #s(literal 3 binary64) b)) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+.f64 (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))) (*.f64 b (-.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64))) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+.f64 (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))) (*.f64 b (-.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 b (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)))))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)))) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) |
#s(approx (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a))))) (+.f64 (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))) (*.f64 b (-.f64 (fma.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)) (*.f64 b (fma.f64 #s(literal 1/6 binary64) (*.f64 b (fma.f64 #s(literal -6 binary64) (/.f64 (*.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 #s(literal 2 binary64) (exp.f64 a))) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (pow.f64 (/.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))) #s(literal 3 binary64)) (*.f64 #s(literal 6 binary64) (/.f64 (+.f64 #s(literal 7/6 binary64) (*.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))))) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (-.f64 (+.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 #s(literal 2 binary64) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) (exp.f64 a))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (-.f64 (+.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 (+.f64 #s(literal 2 binary64) (*.f64 b (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))))) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) (exp.f64 a))) |
#s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (-.f64 (+.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 (+.f64 #s(literal 2 binary64) (*.f64 b (+.f64 #s(literal 3/2 binary64) (fma.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)) (*.f64 b (+.f64 #s(literal 7/6 binary64) (*.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a))))))))) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))) (exp.f64 a))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (-.f64 #s(literal 1 binary64) (exp.f64 a))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (-.f64 #s(literal 2 binary64) (exp.f64 a)))) (exp.f64 a))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (+.f64 #s(literal 2 binary64) (*.f64 b (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))))) (exp.f64 a)))) (exp.f64 a))) |
#s(approx (* (exp b) (- (exp b) (exp a))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (+.f64 #s(literal 2 binary64) (*.f64 b (+.f64 #s(literal 3/2 binary64) (fma.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)) (*.f64 b (+.f64 #s(literal 7/6 binary64) (*.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a))))))))) (exp.f64 a)))) (exp.f64 a))) |
#s(approx (- (exp b) (exp a)) (-.f64 #s(literal 1 binary64) (exp.f64 a))) |
#s(approx (- (exp b) (exp a)) (-.f64 (+.f64 #s(literal 1 binary64) b) (exp.f64 a))) |
#s(approx (- (exp b) (exp a)) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) b)))) (exp.f64 a))) |
#s(approx (- (exp b) (exp a)) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/6 binary64) b)))))) (exp.f64 a))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) (*.f64 b (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -1 binary64)) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)))))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) (*.f64 b (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -1 binary64)) (fma.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)))))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (- (log (+ (exp (* a 3)) (exp (* 3 b)))) (log (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))))) (-.f64 (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) (*.f64 b (-.f64 (fma.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -1 binary64)) (fma.f64 b (-.f64 (fma.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -2 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/6 binary64) (fma.f64 #s(literal -6 binary64) (/.f64 (*.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 #s(literal 2 binary64) (exp.f64 a))) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (pow.f64 (/.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))) #s(literal 3 binary64)) (*.f64 #s(literal 6 binary64) (/.f64 (+.f64 #s(literal 7/6 binary64) (*.f64 #s(literal 1/6 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)))))))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 2 binary64) (exp.f64 a)) #s(literal 2 binary64)) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal 3/2 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 a)))) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))))) (/.f64 (exp.f64 a) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) (*.f64 #s(literal 2 binary64) (pow.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a)) #s(literal -1 binary64)))))) (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 a) #s(literal 2 binary64))) (exp.f64 a))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) a))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) (*.f64 #s(literal 3 binary64) (/.f64 b (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) (*.f64 b (fma.f64 #s(literal 1/2 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -2 binary64))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -1 binary64))))))) |
#s(approx (log (+ (exp (* a 3)) (exp (* 3 b)))) (+.f64 (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) (*.f64 b (fma.f64 b (fma.f64 #s(literal 1/6 binary64) (*.f64 b (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -2 binary64)))))) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a)) #s(literal -1 binary64))))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 3 binary64)) a))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) a) (*.f64 #s(literal 3 binary64) b)))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) a) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 #s(literal 9/2 binary64) b)))))) |
#s(approx (+ (exp (* a 3)) (exp (* 3 b))) (+.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) a) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 b (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 9/2 binary64) b)))))))) |
#s(approx (exp (* 3 b)) #s(literal 1 binary64)) |
#s(approx (exp (* 3 b)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) b))) |
#s(approx (exp (* 3 b)) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 #s(literal 9/2 binary64) b))))) |
#s(approx (exp (* 3 b)) (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 b (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 9/2 binary64) b))))))) |
#s(approx (* 3 b) (*.f64 #s(literal 3 binary64) b)) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 (*.f64 b b) (-.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 binary64) (/.f64 a b))))) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 (*.f64 b b) (-.f64 (+.f64 #s(literal 1/8 binary64) (fma.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b)) (fma.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64)) (/.f64 (log.f64 #s(literal 2 binary64)) (*.f64 b b))))) (*.f64 #s(literal 1/4 binary64) (/.f64 a b))))) |
#s(approx (* a (+ 1/2 (* -1/4 b))) (*.f64 #s(literal -1/4 binary64) (*.f64 a b))) |
#s(approx (* a (+ 1/2 (* -1/4 b))) (*.f64 b (fma.f64 #s(literal -1/4 binary64) a (*.f64 #s(literal 1/2 binary64) (/.f64 a b))))) |
#s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)) |
#s(approx (+ 1/2 (* -1/4 b)) (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64))) #s(literal 1/4 binary64)))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 (*.f64 b b) (-.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 binary64) (/.f64 a b))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 (*.f64 b b) (-.f64 (+.f64 #s(literal 1/8 binary64) (fma.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64))))) (*.f64 #s(literal 1/4 binary64) (/.f64 a b))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (*.f64 #s(literal 1/8 binary64) b)) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (*.f64 b (-.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 binary64) (/.f64 a b))))) |
#s(approx (+ 1/2 (* 1/8 b)) (*.f64 #s(literal 1/8 binary64) b)) |
#s(approx (+ 1/2 (* 1/8 b)) (*.f64 b (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64)))))) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) (*.f64 #s(literal 1/8 binary64) b)) |
#s(approx (+ (* (- 1/8 (* a 0)) b) 1/2) (*.f64 b (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64)))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a)))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (*.f64 b (+.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64)) (/.f64 (log1p.f64 (exp.f64 a)) b)))) |
#s(approx (log (+ 1 (exp b))) (log1p.f64 (exp.f64 b))) |
#s(approx (exp b) (exp.f64 b)) |
#s(approx (+ 1 b) b) |
#s(approx (+ 1 b) (*.f64 b (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal -1 binary64))))) |
#s(approx (+ 1 b) b) |
#s(approx (+ 1 b) (*.f64 b (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal -1 binary64))))) |
#s(approx (+ 1 (pow b 3)) (pow.f64 b #s(literal 3 binary64))) |
#s(approx (+ 1 (pow b 3)) (*.f64 (pow.f64 b #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal -3 binary64))))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) (*.f64 b b)) |
#s(approx (+ 1 (- (* b b) (* 1 b))) (*.f64 (*.f64 b b) (-.f64 #s(literal 1 binary64) (pow.f64 b #s(literal -1 binary64))))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) (*.f64 (*.f64 b b) (-.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal -2 binary64))) (pow.f64 b #s(literal -1 binary64))))) |
#s(approx (- (* b b) (* 1 b)) (*.f64 b b)) |
#s(approx (- (* b b) (* 1 b)) (*.f64 (*.f64 b b) (-.f64 #s(literal 1 binary64) (pow.f64 b #s(literal -1 binary64))))) |
#s(approx (- (/ 9 (+ (pow (exp b) 3) 1)) (* (pow (+ (pow (exp b) 3) 1) -2) 9)) (-.f64 (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) |
#s(approx (/ 9 (+ (pow (exp b) 3) 1)) (/.f64 #s(literal 9 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
#s(approx (+ (pow (exp b) 3) 1) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) |
#s(approx (pow (exp b) 3) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) |
#s(approx (* (pow (+ (pow (exp b) 3) 1) -2) 9) (/.f64 #s(literal 9 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal 2 binary64)))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -2) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))) |
#s(approx (- (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (* 81 (pow (+ (pow (exp b) 3) 1) -2))) (-.f64 (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -2 binary64))))) |
#s(approx (+ (* (pow (+ (pow (exp b) 3) 1) -3) 54) (/ 27 (+ (pow (exp b) 3) 1))) (fma.f64 #s(literal 27 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 #s(literal 54 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64))))) |
#s(approx (pow (+ (pow (exp b) 3) 1) -3) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal -3 binary64))) |
#s(approx (/ 27 (+ (pow (exp b) 3) 1)) (/.f64 #s(literal 27 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
#s(approx (* 81 (pow (+ (pow (exp b) 3) 1) -2)) (/.f64 #s(literal 81 binary64) (pow.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))) #s(literal 2 binary64)))) |
#s(approx (/ 3 (+ (pow (exp b) 3) 1)) (/.f64 #s(literal 3 binary64) (+.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) |
#s(approx (log (+ 1 (exp (* b 3)))) (log1p.f64 (pow.f64 (exp.f64 #s(literal 3 binary64)) b))) |
#s(approx (pow (exp b) 3) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) |
#s(approx (exp (* 3 b)) (pow.f64 (exp.f64 #s(literal 3 binary64)) b)) |
#s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 (*.f64 b b) (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) a)) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (log.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) a)) b))) b))))) |
#s(approx (* a (+ 1/2 (* -1/4 b))) (*.f64 #s(literal -1 binary64) (*.f64 b (fma.f64 #s(literal -1/2 binary64) (/.f64 a b) (*.f64 #s(literal 1/4 binary64) a))))) |
#s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1 binary64) (*.f64 b (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64))))))) |
#s(approx (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (*.f64 (*.f64 b b) (+.f64 #s(literal 1/8 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) a)) (*.f64 #s(literal -1/2 binary64) (/.f64 a b))) b))))) |
#s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (*.f64 #s(literal -1 binary64) (*.f64 b (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) a)) b)) #s(literal 1/8 binary64))))) |
#s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (*.f64 #s(literal -1 binary64) (*.f64 b (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (log1p.f64 (exp.f64 a)) b)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 a)) #s(literal -1 binary64)))))) |
#s(approx (+ 1 (- (* b b) (* 1 b))) (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 b #s(literal -1 binary64))) b))))) |
Compiled 69 177 to 5 020 computations (92.7% saved)
36 alts after pruning (6 fresh and 30 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 972 | 6 | 978 |
| Fresh | 0 | 0 | 0 |
| Picked | 4 | 11 | 15 |
| Done | 0 | 19 | 19 |
| Total | 976 | 36 | 1 012 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 0.0% | (-.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 (*.f64 #s(literal 2 binary64) b)))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
| 53.7% | (-.f64 (log.f64 (+.f64 (exp.f64 (*.f64 a #s(literal 3 binary64))) (exp.f64 (*.f64 #s(literal 3 binary64) b)))) (log.f64 #s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (fma.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))))) | |
| 50.7% | (-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (exp.f64 (*.f64 b #s(literal 3 binary64))) #s(literal 1 binary64)))) a (log1p.f64 (exp.f64 (*.f64 b #s(literal 3 binary64)))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) | |
| ✓ | 53.8% | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| ✓ | 49.6% | (log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
| ✓ | 47.0% | (log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))))) |
| ✓ | 51.0% | (log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
| ✓ | 49.5% | (log.f64 (+.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b))) |
| ✓ | 46.9% | (log.f64 (+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))) |
| ✓ | 50.9% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 b))) |
| ✓ | 50.8% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
| ✓ | 49.6% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))))) |
| 49.1% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 b b)) (-.f64 #s(literal 1 binary64) b))))) | |
| 49.0% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 #s(approx (+ 1 (pow b 3)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))))) | |
| ✓ | 49.1% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
| ✓ | 48.8% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
| ✓ | 46.9% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
| ✓ | 1.4% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
| ✓ | 48.3% | #s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
| ✓ | 49.4% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
| ✓ | 50.6% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
| ✓ | 11.9% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
| ✓ | 48.2% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
| ✓ | 2.7% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
| ✓ | 49.9% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
| ✓ | 48.2% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a))) |
| ✓ | 2.7% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
| ✓ | 2.7% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
| 2.7% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64))) #s(literal 1/4 binary64)))))))) | |
| 4.3% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)))))) | |
| ✓ | 5.2% | #s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
| ✓ | 50.1% | #s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
| ✓ | 50.0% | #s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
| ✓ | 48.2% | #s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))))) |
| ✓ | 47.6% | #s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))))) |
| ✓ | 3.2% | #s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
Compiled 2 492 to 1 039 computations (58.3% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
(log.f64 (+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64))) #s(literal 1/4 binary64)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 b b)) (-.f64 #s(literal 1 binary64) b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 #s(approx (+ 1 (pow b 3)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 b))) |
(log.f64 (+.f64 (exp.f64 a) #s(approx (exp b) #s(literal 1 binary64)))) |
(log.f64 (+.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))))) |
(log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) (log1p.f64 (exp.f64 b)))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) (log1p.f64 (exp.f64 a)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 (+.f64 (/.f64 (log1p.f64 (exp.f64 b)) a) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 b)) #s(literal -1 binary64))) a))) |
(-.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (exp.f64 (*.f64 #s(literal 2 binary64) b)))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
(-.f64 (log.f64 (-.f64 (pow.f64 (exp.f64 a) #s(literal 2 binary64)) (pow.f64 (exp.f64 b) #s(literal 2 binary64)))) (log.f64 (-.f64 (exp.f64 a) (exp.f64 b)))) |
(-.f64 (log.f64 (+.f64 (exp.f64 (*.f64 a #s(literal 3 binary64))) (exp.f64 (*.f64 #s(literal 3 binary64) b)))) (log.f64 #s(approx (+ (* (exp a) (exp a)) (* (exp b) (- (exp b) (exp a)))) (fma.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)) (pow.f64 (exp.f64 a) #s(literal 2 binary64)))))) |
(-.f64 (log.f64 (+.f64 (exp.f64 (*.f64 a #s(literal 3 binary64))) (exp.f64 (*.f64 #s(literal 3 binary64) b)))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(-.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (exp.f64 (*.f64 #s(literal 3 binary64) b)))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(-.f64 (log.f64 (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) (pow.f64 (exp.f64 b) #s(literal 3 binary64)))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (/.f64 b (+.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64) (log1p.f64 (pow.f64 (exp.f64 a) #s(literal 3 binary64))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (exp.f64 (*.f64 b #s(literal 3 binary64))) #s(literal 1 binary64)))) a (log1p.f64 (exp.f64 (*.f64 b #s(literal 3 binary64)))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (exp.f64 (*.f64 b #s(literal 3 binary64)))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
(-.f64 #s(approx (log (+ (pow (exp a) 3) (pow (exp b) 3))) (fma.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 (fma.f64 (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -3 binary64)) #s(literal 54 binary64) (/.f64 #s(literal 27 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 81 binary64) (pow.f64 (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))))) a (/.f64 #s(literal 3 binary64) (+.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64)) #s(literal 1 binary64)))) a (log1p.f64 (pow.f64 (exp.f64 b) #s(literal 3 binary64))))) (log.f64 (fma.f64 (exp.f64 a) (exp.f64 a) (*.f64 (exp.f64 b) (-.f64 (exp.f64 b) (exp.f64 a)))))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) (+.f64 (/.f64 b (-.f64 (exp.f64 a) #s(literal -1 binary64))) (log1p.f64 (exp.f64 a)))) |
(log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
6 calls:
| 16.0ms | b |
| 16.0ms | a |
| 12.0ms | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 10.0ms | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 9.0ms | (exp.f64 a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.7% | 2 | (exp.f64 b) |
| 98.8% | 2 | (exp.f64 a) |
| 98.8% | 2 | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 98.8% | 2 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 98.8% | 2 | a |
| 98.7% | 2 | b |
Compiled 17 to 21 computations (-23.5% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
(log.f64 (+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64))) #s(literal 1/4 binary64)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 b b)) (-.f64 #s(literal 1 binary64) b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 #s(approx (+ 1 (pow b 3)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 b))) |
(log.f64 (+.f64 (exp.f64 a) #s(approx (exp b) #s(literal 1 binary64)))) |
(log.f64 (+.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))))) |
(log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
#s(approx (log (+ (exp a) (exp b))) (+.f64 (/.f64 a (-.f64 (exp.f64 b) #s(literal -1 binary64))) (log1p.f64 (exp.f64 b)))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
(log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
6 calls:
| 16.0ms | b |
| 11.0ms | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 10.0ms | a |
| 7.0ms | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 7.0ms | (exp.f64 b) |
| Accuracy | Segments | Branch |
|---|---|---|
| 53.8% | 1 | (exp.f64 b) |
| 68.2% | 4 | b |
| 97.8% | 2 | (exp.f64 a) |
| 97.8% | 2 | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 97.8% | 2 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 97.8% | 2 | a |
Compiled 17 to 21 computations (-23.5% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
(log.f64 (+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64))) #s(literal 1/4 binary64)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 b b)) (-.f64 #s(literal 1 binary64) b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 #s(approx (+ 1 (pow b 3)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 b))) |
(log.f64 (+.f64 (exp.f64 a) #s(approx (exp b) #s(literal 1 binary64)))) |
(log.f64 (+.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 #s(literal 1/2 binary64) a #s(literal 1 binary64)) a #s(literal 1 binary64))) (exp.f64 b))) |
4 calls:
| 15.0ms | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 12.0ms | a |
| 7.0ms | (exp.f64 a) |
| 7.0ms | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.4% | 2 | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 97.4% | 2 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 97.4% | 2 | (exp.f64 a) |
| 97.4% | 2 | a |
Compiled 14 to 16 computations (-14.3% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
(log.f64 (+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64))) #s(literal 1/4 binary64)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 b b)) (-.f64 #s(literal 1 binary64) b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 #s(approx (+ 1 (pow b 3)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 b))) |
(log.f64 (+.f64 (exp.f64 a) #s(approx (exp b) #s(literal 1 binary64)))) |
(log.f64 (+.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
(log.f64 (+.f64 #s(approx (exp a) (-.f64 a #s(literal -1 binary64))) (exp.f64 b))) |
4 calls:
| 12.0ms | a |
| 7.0ms | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 7.0ms | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 6.0ms | (exp.f64 a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.2% | 2 | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 97.2% | 2 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 97.2% | 2 | a |
| 97.2% | 2 | (exp.f64 a) |
Compiled 14 to 16 computations (-14.3% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
(log.f64 (+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64))) #s(literal 1/4 binary64)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 b b)) (-.f64 #s(literal 1 binary64) b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 #s(approx (+ 1 (pow b 3)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 b))) |
(log.f64 (+.f64 (exp.f64 a) #s(approx (exp b) #s(literal 1 binary64)))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 b))) |
4 calls:
| 12.0ms | a |
| 9.0ms | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 6.0ms | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 6.0ms | (exp.f64 a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.6% | 3 | (exp.f64 a) |
| 96.9% | 2 | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 96.9% | 2 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 98.6% | 3 | a |
Compiled 14 to 16 computations (-14.3% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
(log.f64 (+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64))) #s(literal 1/4 binary64)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 b b)) (-.f64 #s(literal 1 binary64) b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 b b) #s(literal -1/192 binary64) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (/.f64 #s(approx (+ 1 (pow b 3)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 1 binary64) b))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 #s(approx (- 1/8 (* a 0)) #s(literal 1/8 binary64)) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 (-.f64 (fma.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 a #s(literal 0 binary64))) b #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) a)) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 (exp.f64 a))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (+.f64 (fma.f64 #s(approx (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/8 binary64) b))) b (*.f64 #s(literal 1/2 binary64) a)) (log.f64 #s(literal 2 binary64))))) |
4 calls:
| 14.0ms | (exp.f64 a) |
| 8.0ms | a |
| 6.0ms | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 6.0ms | (+.f64 (exp.f64 a) (exp.f64 b)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.3% | 2 | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 96.3% | 2 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 96.3% | 2 | (exp.f64 a) |
| 96.3% | 2 | a |
Compiled 14 to 16 computations (-14.3% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
(log.f64 (+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal -1 binary64))) #s(literal 1/4 binary64)))))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (*.f64 #s(approx (+ (/ (log (+ 1 (exp b))) a) (pow (+ 1 (exp b)) -1)) (+.f64 #s(literal 1/2 binary64) (/.f64 (log.f64 #s(literal 2 binary64)) a))) a))) |
(log.f64 (+.f64 #s(approx (exp a) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) a #s(literal 1/2 binary64)) a #s(literal 1 binary64)) a #s(literal 1 binary64))) #s(approx (exp b) #s(approx (+ 1 b) #s(literal 1 binary64))))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (/.f64 b (+.f64 #s(literal 1 binary64) (exp.f64 a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
4 calls:
| 8.0ms | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 6.0ms | a |
| 5.0ms | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 5.0ms | (exp.f64 a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.0% | 2 | a |
| 96.0% | 2 | (exp.f64 a) |
| 96.0% | 2 | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 96.0% | 2 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
Compiled 14 to 16 computations (-14.3% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
(log.f64 (+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (fma.f64 (fma.f64 #s(literal 1/2 binary64) b #s(literal 1 binary64)) b #s(literal 1 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (/.f64 a (+.f64 #s(literal 1 binary64) (exp.f64 b))))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp b))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) b #s(literal 1/2 binary64)) b (log.f64 #s(literal 2 binary64))))) |
4 calls:
| 5.0ms | a |
| 4.0ms | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 4.0ms | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 4.0ms | (exp.f64 a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.3% | 2 | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 94.3% | 2 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 94.3% | 2 | (exp.f64 a) |
| 94.3% | 2 | a |
Compiled 14 to 16 computations (-14.3% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
(log.f64 (+.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)) #s(approx (exp b) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 #s(approx (+ (* 1/8 a) 1/2) (*.f64 #s(literal 1/8 binary64) a)) a (log.f64 #s(literal 2 binary64))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) (fma.f64 (fma.f64 #s(literal 1/8 binary64) a #s(literal 1/2 binary64)) a (log.f64 #s(literal 2 binary64))))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) (fma.f64 #s(literal 1/2 binary64) b (log.f64 #s(literal 2 binary64))))) |
4 calls:
| 8.0ms | a |
| 3.0ms | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 3.0ms | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 3.0ms | (exp.f64 a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.4% | 2 | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 93.4% | 2 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 93.5% | 2 | (exp.f64 a) |
| 93.5% | 2 | a |
Compiled 14 to 16 computations (-14.3% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) (fma.f64 #s(literal 1/2 binary64) a (log.f64 #s(literal 2 binary64))))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) (+.f64 #s(literal 1 binary64) b)))) |
4 calls:
| 11.0ms | a |
| 3.0ms | (exp.f64 a) |
| 3.0ms | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 3.0ms | (+.f64 (exp.f64 a) (exp.f64 b)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.3% | 2 | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 93.3% | 2 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 93.3% | 2 | (exp.f64 a) |
| 93.3% | 2 | a |
Compiled 14 to 16 computations (-14.3% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) (+.f64 #s(literal 1 binary64) a)))) |
4 calls:
| 6.0ms | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 3.0ms | a |
| 2.0ms | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 2.0ms | (exp.f64 a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.9% | 2 | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 92.9% | 2 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 92.9% | 2 | (exp.f64 a) |
| 92.9% | 2 | a |
Compiled 14 to 16 computations (-14.3% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp b) #s(approx (+ 1 b) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
4 calls:
| 3.0ms | a |
| 2.0ms | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 2.0ms | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 2.0ms | (exp.f64 a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.6% | 2 | (exp.f64 a) |
| 92.5% | 2 | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 92.5% | 2 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 92.6% | 2 | a |
Compiled 14 to 16 computations (-14.3% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(approx (+ 1 a) a)))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) (log1p.f64 #s(approx (exp a) #s(literal 1 binary64)))) |
5 calls:
| 5.0ms | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 3.0ms | b |
| 3.0ms | a |
| 2.0ms | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 2.0ms | (exp.f64 a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 48.3% | 1 | b |
| 55.5% | 2 | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 55.5% | 2 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 55.6% | 2 | (exp.f64 a) |
| 55.6% | 2 | a |
Compiled 15 to 18 computations (-20% saved)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (log (+ 1 (exp a))) #s(approx (+ (* (+ (* 1/8 a) 1/2) a) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 a a))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 #s(literal 1/8 binary64) (*.f64 b b))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a #s(approx (+ 1/2 (* -1/4 b)) (*.f64 #s(literal -1/4 binary64) b)))))) |
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (+ (+ (* (- (+ (* (- 1/8 (* a 0)) b) 1/2) (* 1/4 a)) b) (* 1/2 a)) (log 2)) (*.f64 a (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) b)))))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ b (- (exp a) -1)) (log (+ 1 (exp a)))) #s(approx (/ b (+ 1 (exp a))) (*.f64 #s(literal 1/2 binary64) b)))) |
6 calls:
| 5.0ms | b |
| 2.0ms | a |
| 2.0ms | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 2.0ms | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 2.0ms | (exp.f64 a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 11.9% | 1 | b |
| 11.9% | 1 | (exp.f64 b) |
| 11.9% | 1 | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 11.9% | 1 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 11.9% | 1 | (exp.f64 a) |
| 11.9% | 1 | a |
Compiled 17 to 21 computations (-23.5% saved)
Total 0.0b remaining (0%)
Threshold costs 0b (0%)
| Inputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
| Outputs |
|---|
#s(approx (log (+ (exp a) (exp b))) #s(approx (+ (/ a (- (exp b) -1)) (log (+ 1 (exp b)))) #s(approx (/ a (+ 1 (exp b))) (*.f64 #s(literal 1/2 binary64) a)))) |
6 calls:
| 1.0ms | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
| 1.0ms | a |
| 1.0ms | b |
| 1.0ms | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 1.0ms | (exp.f64 a) |
| Accuracy | Segments | Branch |
|---|---|---|
| 2.7% | 1 | (exp.f64 b) |
| 2.7% | 1 | a |
| 2.7% | 1 | (exp.f64 a) |
| 2.7% | 1 | b |
| 2.7% | 1 | (+.f64 (exp.f64 a) (exp.f64 b)) |
| 2.7% | 1 | (log.f64 (+.f64 (exp.f64 a) (exp.f64 b))) |
Compiled 17 to 21 computations (-23.5% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 10.0ms | -31.606041597613572 | -3.201571421054332 |
| 4.0ms | 83× | 0 | valid |
| 2.0ms | 13× | 1 | valid |
Compiled 147 to 137 computations (6.8% saved)
ival-exp: 3.0ms (67.4% of total)ival-log: 1.0ms (22.5% of total)adjust: 0.0ms (0% of total)ival-add!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 38.0ms | -84.84453190471025 | -49.1366501058284 |
| 35.0ms | 62× | 1 | valid |
| 0.0ms | 2× | 0 | valid |
Compiled 137 to 119 computations (13.1% saved)
ival-exp: 30.0ms (90.6% of total)ival-log: 2.0ms (6% of total)adjust: 1.0ms (3% of total)ival-add!: 0.0ms (0% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.4206528735677939e-37 | 4.57324006760387e-22 |
Compiled 9 to 11 computations (-22.2% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 0.04069819969482383 | 0.9999458563899732 |
Compiled 9 to 11 computations (-22.2% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 12.0ms | -3.1758337069190546e-14 | -9.60867006461131e-19 |
| 30.0ms | -102468.700213798 | -84.84453190471025 |
| 17.0ms | 107× | 1 | valid |
| 8.0ms | 135× | 0 | valid |
| 6.0ms | 14× | 2 | valid |
Compiled 457 to 411 computations (10.1% saved)
ival-log: 11.0ms (44.3% of total)ival-exp: 10.0ms (40.3% of total)adjust: 2.0ms (8.1% of total)ival-add!: 1.0ms (4% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 0.04069819969482383 | 0.9999458563899732 |
Compiled 9 to 11 computations (-22.2% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.4206528735677939e-37 | 4.57324006760387e-22 |
Compiled 9 to 11 computations (-22.2% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 8.0ms | -84.84453190471025 | -49.1366501058284 |
| 6.0ms | 43× | 1 | valid |
| 0.0ms | 5× | 0 | valid |
Compiled 157 to 135 computations (14% saved)
ival-exp: 2.0ms (42.6% of total)adjust: 1.0ms (21.3% of total)ival-log: 1.0ms (21.3% of total)ival-add!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | -84.84453190471025 | -49.1366501058284 |
Compiled 173 to 143 computations (17.3% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 0.0ms | -84.84453190471025 | -49.1366501058284 |
Compiled 129 to 111 computations (14% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 11.0ms | -3.201571421054332 | -5.414507584490195e-5 |
| 6.0ms | 128× | 0 | valid |
Compiled 249 to 211 computations (15.3% saved)
ival-exp: 2.0ms (52.6% of total)ival-log: 1.0ms (26.3% of total)adjust: 0.0ms (0% of total)ival-add!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 0.0ms | -84.84453190471025 | -49.1366501058284 |
Compiled 121 to 107 computations (11.6% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 0.0ms | -84.84453190471025 | -49.1366501058284 |
Compiled 177 to 135 computations (23.7% saved)
| 1× | fuel |
Compiled 625 to 128 computations (79.5% saved)
(sort a b)
Compiled 2 512 to 1 042 computations (58.5% saved)
Loading profile data...