expq3 (problem 3.4.2)

Time bar (total: 1.2min)

analyze590.0ms (0.8%)

Algorithm
search
Search
ProbabilityValidUnknownPreconditionInfiniteDomainCan'tIter
0%0%25.4%74.6%0%0%0%0
0%0%25.4%74.6%0%0%0%1
0%0%25.4%74.6%0%0%0%2
0%0%25.4%74.6%0%0%0%3
0%0%22.2%77.8%0%0%0%4
0%0%20.6%79.4%0%0%0%5
0%0%18.3%81.7%0%0%0%6
0%0%10.7%89.3%0%0%0%7
0%0%9.3%90.7%0%0%0%8
0%0%8.2%91.8%0%0%0%9
0%0%5.7%94.3%0%0%0%10
0%0%5%95%0%0%0%11
0%0%4.4%95.6%0%0%0%12
Compiler

Compiled 54 to 30 computations (44.4% saved)

Precisions
Click to see histograms. Total time spent on operations: 380.0ms
ival-mult: 136.0ms (35.8% of total)
ival-exp: 49.0ms (12.9% of total)
ival-<=: 43.0ms (11.3% of total)
ival-sub: 42.0ms (11.1% of total)
...c/correct-round.rkt:119:19: 31.0ms (8.2% of total)
ival-fabs: 26.0ms (6.8% of total)
ival-add: 14.0ms (3.7% of total)
ival-fmin: 14.0ms (3.7% of total)
ival-div: 11.0ms (2.9% of total)
ival-and: 9.0ms (2.4% of total)
const: 2.0ms (0.5% of total)
backward-pass: 1.0ms (0.3% of total)

sample57.3s (76.5%)

Results
31.5s63994×0precondition
12.2s5936×2valid
2.6s2319×1valid
0.0ms0valid
Precisions
Click to see histograms. Total time spent on operations: 38.6s
ival-mult: 11.0s (28.6% of total)
ival-exp: 9.0s (23.3% of total)
ival-<=: 3.8s (9.9% of total)
ival-sub: 3.7s (9.7% of total)
...c/correct-round.rkt:119:19: 2.8s (7.3% of total)
ival-fabs: 2.5s (6.5% of total)
ival-add: 1.6s (4.1% of total)
ival-fmin: 1.4s (3.7% of total)
backward-pass: 869.0ms (2.3% of total)
ival-div: 802.0ms (2.1% of total)
ival-and: 750.0ms (1.9% of total)
const: 182.0ms (0.5% of total)
Bogosity

preprocess554.0ms (0.7%)

Algorithm
egg-herbie
Rules
2324×*-lowering-*.f32
2324×*-lowering-*.f64
1986×sum3-define
1956×fma-lowering-fma.f32
1956×fma-lowering-fma.f64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
088197
1282193
2743193
32322193
01718
14618
29918
317918
444318
591118
6181618
7569718
0819218
Stop Event
iter limit
node limit
node limit
Calls
Call 1
Inputs
(/ (* eps (- (exp (* (+ a b) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
Outputs
(/ (* eps (- (exp (* (+ a b) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps a)))
Call 2
Inputs
(/ (* eps (- (exp (* (+ a b) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* (+ (neg a) b) eps)) 1)) (* (- (exp (* (neg a) eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* (+ a (neg b)) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* (neg b) eps)) 1)))
(/ (* (neg eps) (- (exp (* (+ a b) (neg eps))) 1)) (* (- (exp (* a (neg eps))) 1) (- (exp (* b (neg eps))) 1)))
(neg (/ (* eps (- (exp (* (+ (neg a) b) eps)) 1)) (* (- (exp (* (neg a) eps)) 1) (- (exp (* b eps)) 1))))
(neg (/ (* eps (- (exp (* (+ a (neg b)) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* (neg b) eps)) 1))))
(neg (/ (* (neg eps) (- (exp (* (+ a b) (neg eps))) 1)) (* (- (exp (* a (neg eps))) 1) (- (exp (* b (neg eps))) 1))))
(/ (* eps (- (exp (* (+ b a) eps)) 1)) (* (- (exp (* b eps)) 1) (- (exp (* a eps)) 1)))
(/ (* a (- (exp (* (+ eps b) a)) 1)) (* (- (exp (* eps a)) 1) (- (exp (* b a)) 1)))
(/ (* b (- (exp (* (+ a eps) b)) 1)) (* (- (exp (* a b)) 1) (- (exp (* eps b)) 1)))
Outputs
(/ (* eps (- (exp (* (+ a b) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(* (expm1 (* eps (+ a b))) (/ (/ eps (expm1 (* eps b))) (expm1 (* eps a))))
(/ (* eps (- (exp (* (+ (neg a) b) eps)) 1)) (* (- (exp (* (neg a) eps)) 1) (- (exp (* b eps)) 1)))
(* (expm1 (* eps (- b a))) (/ (/ eps (expm1 (* eps (neg a)))) (expm1 (* eps b))))
(/ (* eps (- (exp (* (+ a (neg b)) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* (neg b) eps)) 1)))
(* (expm1 (* eps (- a b))) (/ (/ eps (expm1 (* eps a))) (expm1 (* eps (neg b)))))
(/ (* (neg eps) (- (exp (* (+ a b) (neg eps))) 1)) (* (- (exp (* a (neg eps))) 1) (- (exp (* b (neg eps))) 1)))
(* (expm1 (* eps (- (neg a) b))) (/ (/ (neg eps) (expm1 (* eps (neg a)))) (expm1 (* eps (neg b)))))
(neg (/ (* eps (- (exp (* (+ (neg a) b) eps)) 1)) (* (- (exp (* (neg a) eps)) 1) (- (exp (* b eps)) 1))))
(/ (* eps (expm1 (* eps (- b a)))) (* (expm1 (* eps b)) (neg (expm1 (* eps (neg a))))))
(neg (/ (* eps (- (exp (* (+ a (neg b)) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* (neg b) eps)) 1))))
(* (/ (expm1 (* eps (- a b))) (expm1 (* eps a))) (/ (neg eps) (expm1 (* eps (neg b)))))
(neg (/ (* (neg eps) (- (exp (* (+ a b) (neg eps))) 1)) (* (- (exp (* a (neg eps))) 1) (- (exp (* b (neg eps))) 1))))
(* (expm1 (* eps (- (neg a) b))) (/ (/ eps (expm1 (* eps (neg b)))) (expm1 (* eps (neg a)))))
(/ (* eps (- (exp (* (+ b a) eps)) 1)) (* (- (exp (* b eps)) 1) (- (exp (* a eps)) 1)))
(* (expm1 (* eps (+ a b))) (/ (/ eps (expm1 (* eps b))) (expm1 (* eps a))))
(/ (* a (- (exp (* (+ eps b) a)) 1)) (* (- (exp (* eps a)) 1) (- (exp (* b a)) 1)))
(* (expm1 (* a (+ eps b))) (/ (/ a (expm1 (* eps a))) (expm1 (* a b))))
(/ (* b (- (exp (* (+ a eps) b)) 1)) (* (- (exp (* a b)) 1) (- (exp (* eps b)) 1)))
(* (expm1 (* b (+ eps a))) (/ (/ b (expm1 (* a b))) (expm1 (* eps b))))
Symmetry

(sort a b)

explain1.3s (1.7%)

FPErrors
Click to see full error table
Ground TruthOverpredictionsExampleUnderpredictionsExampleSubexpression
2370-3(-3.1325314648248637e-68 -2.2989515025113572e-79 8.282248787418882e-83)(/.f64 (*.f64 eps (-.f64 (exp.f64 (*.f64 (+.f64 a b) eps)) #s(literal 1 binary64))) (*.f64 (-.f64 (exp.f64 (*.f64 a eps)) #s(literal 1 binary64)) (-.f64 (exp.f64 (*.f64 b eps)) #s(literal 1 binary64))))
1422(3.713657896534923e-241 7.019385793634956e-73 8.186486911793562e-252)0-(-.f64 (exp.f64 (*.f64 (+.f64 a b) eps)) #s(literal 1 binary64))
1092(3.713657896534923e-241 7.019385793634956e-73 8.186486911793562e-252)0-(-.f64 (exp.f64 (*.f64 b eps)) #s(literal 1 binary64))
1000-0-(-.f64 (exp.f64 (*.f64 a eps)) #s(literal 1 binary64))
00-0-b
00-0-(exp.f64 (*.f64 b eps))
00-0-(*.f64 (+.f64 a b) eps)
00-0-(*.f64 (-.f64 (exp.f64 (*.f64 a eps)) #s(literal 1 binary64)) (-.f64 (exp.f64 (*.f64 b eps)) #s(literal 1 binary64)))
00-0-(*.f64 eps (-.f64 (exp.f64 (*.f64 (+.f64 a b) eps)) #s(literal 1 binary64)))
00-0-eps
00-0-(exp.f64 (*.f64 (+.f64 a b) eps))
00-0-(*.f64 a eps)
00-0-#s(literal 1 binary64)
00-0-(exp.f64 (*.f64 a eps))
00-0-a
00-0-(*.f64 b eps)
00-0-(+.f64 a b)
Results
772.0ms378×2valid
239.0ms134×1valid
Compiler

Compiled 233 to 53 computations (77.3% saved)

Precisions
Click to see histograms. Total time spent on operations: 605.0ms
ival-exp: 311.0ms (51.4% of total)
ival-mult: 121.0ms (20% of total)
ival-sub: 73.0ms (12.1% of total)
backward-pass: 65.0ms (10.7% of total)
ival-add: 18.0ms (3% of total)
ival-div: 15.0ms (2.5% of total)
const: 2.0ms (0.3% of total)

eval1.0ms (0%)

Compiler

Compiled 21 to 13 computations (38.1% saved)

prune2.0ms (0%)

Alt Table
Click to see full alt table
StatusAccuracyProgram
27.3%
(/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps a)))
Compiler

Compiled 21 to 13 computations (38.1% saved)

simplify436.0ms (0.6%)

Algorithm
egg-herbie
Localize:

Found 4 expressions of interest:

NewMetricScoreProgram
cost-diff0
(*.f64 eps (+.f64 a b))
cost-diff0
(expm1.f64 (*.f64 eps (+.f64 a b)))
cost-diff0
(*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (expm1.f64 (*.f64 eps b))))
cost-diff0
(/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps a)))
Rules
2234×*-lowering-*.f32
2234×*-lowering-*.f64
1274×times-frac
1068×fma-lowering-fma.f32
1068×fma-lowering-fma.f64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
01768
14268
26968
313268
425168
550968
697968
7188368
8644768
9757268
0810068
Stop Event
iter limit
node limit
Calls
Call 1
Inputs
(/ (* (- (exp (* eps (+ a b))) 1) (/ eps (- (exp (* eps b)) 1))) (- (exp (* eps a)) 1))
(* (- (exp (* eps (+ a b))) 1) (/ eps (- (exp (* eps b)) 1)))
(- (exp (* eps (+ a b))) 1)
(* eps (+ a b))
eps
(+ a b)
a
b
(/ eps (- (exp (* eps b)) 1))
(- (exp (* eps b)) 1)
(* eps b)
(- (exp (* eps a)) 1)
(* eps a)
Outputs
(/ (* (- (exp (* eps (+ a b))) 1) (/ eps (- (exp (* eps b)) 1))) (- (exp (* eps a)) 1))
(*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (expm1.f64 (*.f64 eps a))))
(* (- (exp (* eps (+ a b))) 1) (/ eps (- (exp (* eps b)) 1)))
(*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (expm1.f64 (*.f64 eps b))))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 eps (+.f64 a b)))
(* eps (+ a b))
(*.f64 eps (+.f64 a b))
eps
(+ a b)
(+.f64 a b)
a
b
(/ eps (- (exp (* eps b)) 1))
(/.f64 eps (expm1.f64 (*.f64 eps b)))
(- (exp (* eps b)) 1)
(expm1.f64 (*.f64 eps b))
(* eps b)
(*.f64 eps b)
(- (exp (* eps a)) 1)
(expm1.f64 (*.f64 eps a))
(* eps a)
(*.f64 eps a)

localize558.0ms (0.7%)

Localize:

Found 4 expressions of interest:

NewMetricScoreProgram
accuracy100.0%
(/.f64 eps (expm1.f64 (*.f64 eps b)))
accuracy100.0%
(*.f64 eps (+.f64 a b))
accuracy100.0%
(*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (expm1.f64 (*.f64 eps b))))
accuracy99.6%
(/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps a)))
Results
474.0ms246×5exit
8.0ms1valid
3.0ms2valid
Compiler

Compiled 72 to 14 computations (80.6% saved)

Precisions
Click to see histograms. Total time spent on operations: 377.0ms
compiled-spec: 134.0ms (35.5% of total)
ival-exp: 78.0ms (20.7% of total)
backward-pass: 71.0ms (18.8% of total)
ival-mult: 43.0ms (11.4% of total)
ival-sub: 30.0ms (7.9% of total)
ival-div: 12.0ms (3.2% of total)
ival-add: 7.0ms (1.9% of total)
const: 2.0ms (0.5% of total)

series114.0ms (0.2%)

Counts
5 → 168
Calls
Call 1
Inputs
#<alt (/ (* (- (exp (* eps (+ a b))) 1) (/ eps (- (exp (* eps b)) 1))) (- (exp (* eps a)) 1))>
#<alt (* (- (exp (* eps (+ a b))) 1) (/ eps (- (exp (* eps b)) 1)))>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (* eps (+ a b))>
#<alt (/ eps (- (exp (* eps b)) 1))>
Outputs
#<alt (/ (+ a b) (* a b))>
#<alt (+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b)))>
#<alt (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* eps (- (* 1/6 (/ (pow (+ a b) 3) (* a b))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)))))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b)))>
#<alt (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* eps (- (+ (* 1/6 (/ (pow (+ a b) 3) (* a b))) (* eps (- (* 1/24 (/ (pow (+ a b) 4) (* a b))) (+ (/ (* (+ a b) (+ (* 1/24 (* a (pow b 4))) (+ (* 1/24 (* (pow a 4) b)) (+ (* 1/12 (* (pow a 2) (pow b 3))) (* 1/12 (* (pow a 3) (pow b 2))))))) (* (pow a 2) (pow b 2))) (+ (/ (* (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2))))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/6 (/ (pow (+ a b) 3) (* a b))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b))))) (* a b))))))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)))))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b)))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ 1 a)>
#<alt (/ (+ 1 (* a (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps)))) a)>
#<alt (/ (+ 1 (* a (- (+ (* a (- (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1))) (* 1/2 eps)))) a)>
#<alt (/ (+ 1 (* a (- (+ (* a (- (+ (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (* a (- (* 1/6 (/ (* (pow eps 3) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/24 (pow eps 3)) (+ (* 1/6 (* (pow eps 2) (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps)))) (* 1/2 (* eps (- (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))))))))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1))) (* 1/2 eps)))) a)>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ 1 b)>
#<alt (/ (+ 1 (* b (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps)))) b)>
#<alt (/ (+ 1 (* b (- (+ (* b (- (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1))) (* 1/2 eps)))) b)>
#<alt (/ (+ 1 (* b (- (+ (* b (- (+ (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (* b (- (* 1/6 (/ (* (pow eps 3) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/24 (pow eps 3)) (+ (* 1/6 (* (pow eps 2) (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps)))) (* 1/2 (* eps (- (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))))))))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1))) (* 1/2 eps)))) b)>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))>
#<alt (/ (* eps (+ a b)) b)>
#<alt (* eps (+ 1 (+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) b)) (* 1/2 (+ a b)))) (/ a b))))>
#<alt (* eps (+ 1 (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) b)) (* eps (- (* 1/6 (/ (pow (+ a b) 3) b)) (+ (* 1/6 (* b (+ a b))) (* 1/2 (* b (- (* 1/2 (/ (pow (+ a b) 2) b)) (* 1/2 (+ a b))))))))) (* 1/2 (+ a b)))) (/ a b))))>
#<alt (* eps (+ 1 (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) b)) (* eps (- (+ (* 1/6 (/ (pow (+ a b) 3) b)) (* eps (- (* 1/24 (/ (pow (+ a b) 4) b)) (+ (* 1/24 (* (pow b 2) (+ a b))) (+ (* 1/6 (* (pow b 2) (- (* 1/2 (/ (pow (+ a b) 2) b)) (* 1/2 (+ a b))))) (* 1/2 (* b (- (* 1/6 (/ (pow (+ a b) 3) b)) (+ (* 1/6 (* b (+ a b))) (* 1/2 (* b (- (* 1/2 (/ (pow (+ a b) 2) b)) (* 1/2 (+ a b)))))))))))))) (+ (* 1/6 (* b (+ a b))) (* 1/2 (* b (- (* 1/2 (/ (pow (+ a b) 2) b)) (* 1/2 (+ a b))))))))) (* 1/2 (+ a b)))) (/ a b))))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt eps>
#<alt (+ eps (/ (* a (* (pow eps 2) (exp (* b eps)))) (- (exp (* b eps)) 1)))>
#<alt (+ eps (* a (+ (* 1/2 (/ (* a (* (pow eps 3) (exp (* b eps)))) (- (exp (* b eps)) 1))) (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1)))))>
#<alt (+ eps (* a (+ (* a (+ (* 1/6 (/ (* a (* (pow eps 4) (exp (* b eps)))) (- (exp (* b eps)) 1))) (* 1/2 (/ (* (pow eps 3) (exp (* b eps))) (- (exp (* b eps)) 1))))) (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1)))))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (- (exp (* a eps)) 1) b)>
#<alt (/ (- (+ (exp (* a eps)) (* b (- (* eps (exp (* a eps))) (* 1/2 (* eps (- (exp (* a eps)) 1)))))) 1) b)>
#<alt (/ (- (+ (exp (* a eps)) (* b (- (+ (* b (- (* 1/2 (* (pow eps 2) (exp (* a eps)))) (+ (* 1/6 (* (pow eps 2) (- (exp (* a eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* a eps))) (* 1/2 (* eps (- (exp (* a eps)) 1))))))))) (* eps (exp (* a eps)))) (* 1/2 (* eps (- (exp (* a eps)) 1)))))) 1) b)>
#<alt (/ (- (+ (exp (* a eps)) (* b (- (+ (* b (- (+ (* 1/2 (* (pow eps 2) (exp (* a eps)))) (* b (- (* 1/6 (* (pow eps 3) (exp (* a eps)))) (+ (* 1/24 (* (pow eps 3) (- (exp (* a eps)) 1))) (+ (* 1/6 (* (pow eps 2) (- (* eps (exp (* a eps))) (* 1/2 (* eps (- (exp (* a eps)) 1)))))) (* 1/2 (* eps (- (* 1/2 (* (pow eps 2) (exp (* a eps)))) (+ (* 1/6 (* (pow eps 2) (- (exp (* a eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* a eps))) (* 1/2 (* eps (- (exp (* a eps)) 1))))))))))))))) (+ (* 1/6 (* (pow eps 2) (- (exp (* a eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* a eps))) (* 1/2 (* eps (- (exp (* a eps)) 1))))))))) (* eps (exp (* a eps)))) (* 1/2 (* eps (- (exp (* a eps)) 1)))))) 1) b)>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* b eps)) 1))>
#<alt (/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* b eps)) 1))>
#<alt (* eps (+ a b))>
#<alt (* eps (+ a (+ b (* 1/2 (* eps (pow (+ a b) 2))))))>
#<alt (* eps (+ a (+ b (* eps (+ (* 1/6 (* eps (pow (+ a b) 3))) (* 1/2 (pow (+ a b) 2)))))))>
#<alt (* eps (+ a (+ b (* eps (+ (* 1/2 (pow (+ a b) 2)) (* eps (+ (* 1/24 (* eps (pow (+ a b) 4))) (* 1/6 (pow (+ a b) 3)))))))))>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* b eps)) 1)>
#<alt (- (+ (exp (* b eps)) (* a (* eps (exp (* b eps))))) 1)>
#<alt (- (+ (exp (* b eps)) (* a (+ (* 1/2 (* a (* (pow eps 2) (exp (* b eps))))) (* eps (exp (* b eps)))))) 1)>
#<alt (- (+ (exp (* b eps)) (* a (+ (* a (+ (* 1/6 (* a (* (pow eps 3) (exp (* b eps))))) (* 1/2 (* (pow eps 2) (exp (* b eps)))))) (* eps (exp (* b eps)))))) 1)>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* eps (- b (* -1 a)))) 1)>
#<alt (- (exp (* eps (- b (* -1 a)))) 1)>
#<alt (- (exp (* eps (- b (* -1 a)))) 1)>
#<alt (- (exp (* eps (- b (* -1 a)))) 1)>
#<alt (- (exp (* a eps)) 1)>
#<alt (- (+ (exp (* a eps)) (* b (* eps (exp (* a eps))))) 1)>
#<alt (- (+ (exp (* a eps)) (* b (+ (* 1/2 (* b (* (pow eps 2) (exp (* a eps))))) (* eps (exp (* a eps)))))) 1)>
#<alt (- (+ (exp (* a eps)) (* b (+ (* b (+ (* 1/6 (* b (* (pow eps 3) (exp (* a eps))))) (* 1/2 (* (pow eps 2) (exp (* a eps)))))) (* eps (exp (* a eps)))))) 1)>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* eps (+ a b))) 1)>
#<alt (- (exp (* eps (- a (* -1 b)))) 1)>
#<alt (- (exp (* eps (- a (* -1 b)))) 1)>
#<alt (- (exp (* eps (- a (* -1 b)))) 1)>
#<alt (- (exp (* eps (- a (* -1 b)))) 1)>
#<alt (* eps (+ a b))>
#<alt (* eps (+ a b))>
#<alt (* eps (+ a b))>
#<alt (* eps (+ a b))>
#<alt (* eps (+ a b))>
#<alt (* eps (+ a b))>
#<alt (* eps (+ a b))>
#<alt (* eps (+ a b))>
#<alt (* eps (+ a b))>
#<alt (* eps (+ a b))>
#<alt (* eps (+ a b))>
#<alt (* eps (+ a b))>
#<alt (* b eps)>
#<alt (+ (* a eps) (* b eps))>
#<alt (+ (* a eps) (* b eps))>
#<alt (+ (* a eps) (* b eps))>
#<alt (* a eps)>
#<alt (* a (+ eps (/ (* b eps) a)))>
#<alt (* a (+ eps (/ (* b eps) a)))>
#<alt (* a (+ eps (/ (* b eps) a)))>
#<alt (* a eps)>
#<alt (* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a)))))>
#<alt (* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a)))))>
#<alt (* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a)))))>
#<alt (* a eps)>
#<alt (+ (* a eps) (* b eps))>
#<alt (+ (* a eps) (* b eps))>
#<alt (+ (* a eps) (* b eps))>
#<alt (* b eps)>
#<alt (* b (+ eps (/ (* a eps) b)))>
#<alt (* b (+ eps (/ (* a eps) b)))>
#<alt (* b (+ eps (/ (* a eps) b)))>
#<alt (* b eps)>
#<alt (* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b)))))>
#<alt (* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b)))))>
#<alt (* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b)))))>
#<alt (/ 1 b)>
#<alt (+ (* -1/2 eps) (/ 1 b))>
#<alt (+ (* eps (- (* -1 (* eps (+ (* -1/4 b) (* 1/6 b)))) 1/2)) (/ 1 b))>
#<alt (+ (* eps (- (* eps (- (* -1 (* eps (+ (* -1/2 (* b (+ (* -1/4 b) (* 1/6 b)))) (+ (* -1/12 (pow b 2)) (* 1/24 (pow b 2)))))) (+ (* -1/4 b) (* 1/6 b)))) 1/2)) (/ 1 b))>
#<alt (/ eps (- (exp (* b eps)) 1))>
#<alt (/ eps (- (exp (* b eps)) 1))>
#<alt (/ eps (- (exp (* b eps)) 1))>
#<alt (/ eps (- (exp (* b eps)) 1))>
#<alt (/ eps (- (exp (* b eps)) 1))>
#<alt (/ eps (- (exp (* b eps)) 1))>
#<alt (/ eps (- (exp (* b eps)) 1))>
#<alt (/ eps (- (exp (* b eps)) 1))>
#<alt (/ 1 b)>
#<alt (/ (+ 1 (* -1/2 (* b eps))) b)>
#<alt (/ (+ 1 (* b (- (* -1 (* b (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (* 1/2 eps)))) b)>
#<alt (/ (+ 1 (* b (- (* b (- (* -1 (* b (+ (* -1/2 (* eps (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (+ (* -1/12 (pow eps 3)) (* 1/24 (pow eps 3)))))) (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (* 1/2 eps)))) b)>
#<alt (/ eps (- (exp (* b eps)) 1))>
#<alt (/ eps (- (exp (* b eps)) 1))>
#<alt (/ eps (- (exp (* b eps)) 1))>
#<alt (/ eps (- (exp (* b eps)) 1))>
#<alt (/ eps (- (exp (* b eps)) 1))>
#<alt (/ eps (- (exp (* b eps)) 1))>
#<alt (/ eps (- (exp (* b eps)) 1))>
#<alt (/ eps (- (exp (* b eps)) 1))>
Calls

42 calls:

TimeVariablePointExpression
15.0ms
eps
@0
(/ (* (- (exp (* eps (+ a b))) 1) (/ eps (- (exp (* eps b)) 1))) (- (exp (* eps a)) 1))
12.0ms
b
@0
(* (- (exp (* eps (+ a b))) 1) (/ eps (- (exp (* eps b)) 1)))
8.0ms
a
@inf
(/ (* (- (exp (* eps (+ a b))) 1) (/ eps (- (exp (* eps b)) 1))) (- (exp (* eps a)) 1))
7.0ms
eps
@-inf
(/ (* (- (exp (* eps (+ a b))) 1) (/ eps (- (exp (* eps b)) 1))) (- (exp (* eps a)) 1))
6.0ms
b
@-inf
(/ (* (- (exp (* eps (+ a b))) 1) (/ eps (- (exp (* eps b)) 1))) (- (exp (* eps a)) 1))

rewrite930.0ms (1.2%)

Algorithm
batch-egg-rewrite
Rules
5162×*-lowering-*.f32
5162×*-lowering-*.f64
4476×/-lowering-/.f32
4476×/-lowering-/.f64
1970×+-lowering-+.f64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
01748
110148
283948
0857948
Stop Event
iter limit
node limit
Counts
5 → 479
Calls
Call 1
Inputs
(/ (* (- (exp (* eps (+ a b))) 1) (/ eps (- (exp (* eps b)) 1))) (- (exp (* eps a)) 1))
(* (- (exp (* eps (+ a b))) 1) (/ eps (- (exp (* eps b)) 1)))
(- (exp (* eps (+ a b))) 1)
(* eps (+ a b))
(/ eps (- (exp (* eps b)) 1))
Outputs
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))
(+.f64 (*.f64 (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))) (exp.f64 (*.f64 eps (+.f64 a b)))) (*.f64 (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))) #s(literal -1 binary64)))
(+.f64 (*.f64 (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))) #s(literal -1 binary64)) (*.f64 (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))) (exp.f64 (*.f64 eps (+.f64 a b)))))
(+.f64 (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))
(+.f64 (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))))
(+.f64 (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (exp.f64 (*.f64 eps a))))
(+.f64 (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) #s(literal 1 binary64)) (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (exp.f64 (*.f64 eps a))))
(+.f64 (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (exp.f64 (*.f64 eps a))) (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) #s(literal 1 binary64)))
(+.f64 (*.f64 (/.f64 (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (*.f64 (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))))
(+.f64 (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a))))) (*.f64 #s(literal -1 binary64) (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a))))))
(+.f64 (*.f64 #s(literal -1 binary64) (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a))))) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a))))))
(+.f64 (*.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64)))))))
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64)))))) (*.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64)))))))
(+.f64 (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))) #s(literal 1 binary64)) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64)))))) (*.f64 (exp.f64 (*.f64 eps a)) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64)))))))
(+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))) (*.f64 (exp.f64 (*.f64 eps a)) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))))
(+.f64 (*.f64 (exp.f64 (*.f64 eps a)) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))) (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))))
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps (+.f64 a b))))) #s(literal -1 binary64)))
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps))) (expm1.f64 (*.f64 eps a))))
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps))) (expm1.f64 (*.f64 eps a))))
(neg.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps))) (expm1.f64 (*.f64 eps a))))
(neg.f64 (*.f64 (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))))
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps))) (expm1.f64 (*.f64 eps a)))))
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps (+.f64 a b))))))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps (+.f64 a b)))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps a))) (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (expm1.f64 (*.f64 eps a))) (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b)))))))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b)))))))
(/.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 (*.f64 eps b)) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a)))))
(/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b)))))
(/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps a)))
(/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))
(/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 (expm1.f64 (*.f64 eps b)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))))
(/.f64 #s(literal -1 binary64) (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps)))))
(/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a))))
(/.f64 (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))))
(/.f64 (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps a))))
(/.f64 (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (expm1.f64 (*.f64 eps a))))
(/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (*.f64 (expm1.f64 (*.f64 eps a)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(/.f64 (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b))))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b))))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)))))
(/.f64 (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b))))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))
(/.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps b)))
(/.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps a)) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64)))))
(/.f64 (/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))
(/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))
(/.f64 (neg.f64 (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))) (neg.f64 (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps a)))))
(/.f64 (neg.f64 (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))) (neg.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (expm1.f64 (*.f64 eps a)))))
(/.f64 (neg.f64 (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b)))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (neg.f64 (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b)))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (neg.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))) (expm1.f64 (*.f64 eps b)))
(/.f64 (*.f64 (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)))))
(/.f64 (*.f64 (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))) (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a))))
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b)))))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b)))))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a)))) (expm1.f64 (*.f64 eps b)))
(/.f64 (*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))
(/.f64 (*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps)) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps b))))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (/.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 eps (expm1.f64 (*.f64 eps b)))))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (*.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) eps))) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) eps)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (expm1.f64 (*.f64 eps b))))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (/.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (/.f64 eps (expm1.f64 (*.f64 eps b)))))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (*.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 0 binary64) eps))) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))))) (*.f64 (expm1.f64 (*.f64 eps b)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (*.f64 eps (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))))) (*.f64 (expm1.f64 (*.f64 eps b)) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (*.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))))) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (*.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))))) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(/.f64 (*.f64 (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (+.f64 (exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)) #s(literal 3 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))) #s(literal 3 binary64)))) (+.f64 (exp.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)) (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))) (-.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))))))
(/.f64 (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (-.f64 (exp.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)) (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))) #s(literal 2 binary64)))) (-.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))) (exp.f64 (*.f64 eps a))))
(/.f64 (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (expm1.f64 (*.f64 eps a)))
(/.f64 (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps a)) (expm1.f64 (*.f64 eps a)))))
(/.f64 (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64)))) #s(literal 1 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a)))))
(/.f64 (*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps)))
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps b))))
(/.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (/.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 eps (expm1.f64 (*.f64 eps b)))))
(/.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (*.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) eps)) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) eps) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (expm1.f64 (*.f64 eps b))))
(/.f64 (*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (/.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (/.f64 eps (expm1.f64 (*.f64 eps b)))))
(/.f64 (*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (*.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 0 binary64) eps)) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (*.f64 (expm1.f64 (*.f64 eps b)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (*.f64 (expm1.f64 (*.f64 eps b)) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps a)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps a)))) (expm1.f64 (*.f64 eps b)))
(pow.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps (+.f64 a b)))) #s(literal -1 binary64))
(*.f64 eps (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))))
(*.f64 eps (*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))))
(*.f64 eps (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps (+.f64 a b)))))
(*.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b))))))
(*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))))
(*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))) #s(literal 1 binary64)))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps (+.f64 a b)))))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (+.f64 a b)))) (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps a)))))
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))))
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b))))) #s(literal 1 binary64))
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps))) (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps a))))
(*.f64 (-.f64 #s(literal 0 binary64) eps) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps b))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))))
(*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a))))))
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)))
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a))))
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps))) (expm1.f64 (*.f64 eps a))))
(*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a))))))
(*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) (expm1.f64 (*.f64 eps a))))
(*.f64 (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))) (expm1.f64 (*.f64 eps (+.f64 a b))))
(*.f64 (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps a)))))
(*.f64 (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (expm1.f64 (*.f64 eps a)))))
(*.f64 (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps a)))))
(*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (+.f64 a b)))) (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps a)))))
(*.f64 (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(*.f64 (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))))
(*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps a)) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))))
(*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps a)) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))))))
(*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))
(*.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))
(*.f64 (/.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps a)) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))))))
(*.f64 (/.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps a)) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))) (expm1.f64 (*.f64 eps (+.f64 a b)))))
(*.f64 (/.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))
(*.f64 (/.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps (+.f64 a b)))))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a)))))
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps a)) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))))
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))))
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))))))
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))))
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a)))))
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))) (/.f64 eps (expm1.f64 (*.f64 eps b))))
(*.f64 (pow.f64 (/.f64 (expm1.f64 (*.f64 eps a)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))))
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (/.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps a)) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))))))
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (/.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)) (/.f64 (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps a))))
(*.f64 (/.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps a))))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps a)) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))))))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps a)) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))))))
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))
(*.f64 (/.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps a)) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))))))
(*.f64 (/.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))
(*.f64 (/.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps a)) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))))))
(*.f64 (/.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a)))) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))))
(*.f64 (/.f64 (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) #s(literal -1 binary64)) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps a))))
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (+.f64 a b)))) #s(literal -1 binary64)) (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps a))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps b))))
(*.f64 (pow.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps (+.f64 a b)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 eps a)) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps (+.f64 a b)))) #s(literal -1/2 binary64)))
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64)))))) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps a)) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))))
(*.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (expm1.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64)))))) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps a)) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))))
(*.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps a))))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps a))))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) eps) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps b))))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (expm1.f64 (*.f64 eps (+.f64 a b)))) (/.f64 eps (expm1.f64 (*.f64 eps b))))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps (+.f64 a b))))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))))
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps a))) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(*.f64 (*.f64 (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(*.f64 (*.f64 (/.f64 eps (*.f64 (expm1.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps a)))) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(+.f64 (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (/.f64 (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)))
(+.f64 (/.f64 (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(+.f64 (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(+.f64 (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))))
(+.f64 (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (exp.f64 (*.f64 eps b))))
(+.f64 (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (exp.f64 (*.f64 eps b))))
(+.f64 (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (exp.f64 (*.f64 eps b))) (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) #s(literal 1 binary64)))
(+.f64 (*.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))))
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))) (*.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))))
(+.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))) #s(literal 1 binary64)) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))) (*.f64 (exp.f64 (*.f64 eps b)) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))))
(+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) (*.f64 (exp.f64 (*.f64 eps b)) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))))
(+.f64 (*.f64 (exp.f64 (*.f64 eps b)) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))))
(-.f64 #s(literal 0 binary64) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps))))
(-.f64 (/.f64 (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (/.f64 eps (expm1.f64 (*.f64 eps b))))
(-.f64 (/.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)))
(-.f64 (/.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)))
(fma.f64 (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (expm1.f64 (*.f64 eps b))) (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(fma.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(neg.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps))))
(/.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 (*.f64 eps b)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 eps b)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (expm1.f64 (*.f64 eps (+.f64 a b)))))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps b))) (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) eps))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (expm1.f64 (*.f64 eps b))) (*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) eps)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 0 binary64) eps))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (expm1.f64 (*.f64 eps b)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (expm1.f64 (*.f64 eps b)) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (*.f64 eps (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))))))
(/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))
(/.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))))
(/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 eps (expm1.f64 (*.f64 eps b)))))
(/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (*.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (expm1.f64 (*.f64 eps b)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))))))
(/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (/.f64 eps (expm1.f64 (*.f64 eps b)))))
(/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (*.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps b)))
(/.f64 (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)))))
(/.f64 (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps b))))
(/.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) eps)) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(/.f64 (*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) eps) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (expm1.f64 (*.f64 eps b))))
(/.f64 (*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 0 binary64) eps)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(/.f64 (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (*.f64 (expm1.f64 (*.f64 eps b)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 eps (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (*.f64 (expm1.f64 (*.f64 eps b)) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 eps (expm1.f64 (*.f64 eps b))))))
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))))
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (neg.f64 (/.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (/.f64 eps (expm1.f64 (*.f64 eps b))))))
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (neg.f64 (*.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps)))
(/.f64 (neg.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps))) (expm1.f64 (*.f64 eps b)))
(/.f64 (neg.f64 (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (neg.f64 (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (neg.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) eps))) (neg.f64 (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))
(/.f64 (neg.f64 (*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 0 binary64) eps))) (neg.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))))
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (+.f64 (pow.f64 (/.f64 (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) #s(literal 3 binary64)) (pow.f64 (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (/.f64 (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))) (-.f64 (*.f64 (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))) (*.f64 (/.f64 (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))))
(/.f64 (-.f64 (*.f64 (/.f64 (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (/.f64 (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps))) (*.f64 (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))) (-.f64 (/.f64 (exp.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))
(/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps)))
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(/.f64 (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (+.f64 (exp.f64 (*.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)) #s(literal 3 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) #s(literal 3 binary64)))) (+.f64 (exp.f64 (+.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)) (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (-.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))))))
(/.f64 (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (-.f64 (exp.f64 (+.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)) (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) #s(literal 2 binary64)))) (-.f64 (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))) (exp.f64 (*.f64 eps b))))
(/.f64 (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (expm1.f64 (*.f64 eps b)))
(/.f64 (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps b)))))
(/.f64 (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))) #s(literal 1 binary64))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(/.f64 (*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps b))))
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) eps) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (expm1.f64 (*.f64 eps b))))
(/.f64 (*.f64 (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) #s(literal 1 binary64)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) #s(literal 1 binary64)) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) eps)) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 0 binary64) eps)) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) #s(literal 1 binary64)) (*.f64 (expm1.f64 (*.f64 eps b)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) #s(literal 1 binary64)) (*.f64 (expm1.f64 (*.f64 eps b)) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))
(/.f64 (*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))
(pow.f64 (/.f64 (expm1.f64 (*.f64 eps b)) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b))))) #s(literal -1 binary64))
(*.f64 eps (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps b))))
(*.f64 eps (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b)))))
(*.f64 eps (*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps b))) #s(literal 1 binary64)))
(*.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)))
(*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (expm1.f64 (*.f64 eps b))))
(*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) #s(literal 1 binary64)))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (expm1.f64 (*.f64 eps (+.f64 a b))))
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) #s(literal 1 binary64))
(*.f64 (-.f64 #s(literal 0 binary64) eps) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps b))) (expm1.f64 (*.f64 eps (+.f64 a b)))))
(*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 eps (expm1.f64 (*.f64 eps b))))))
(*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))))
(*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 eps (expm1.f64 (*.f64 eps b)))))
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))))
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 #s(literal -1 binary64) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps))))
(*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (/.f64 eps (expm1.f64 (*.f64 eps b))))))
(*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 eps (expm1.f64 (*.f64 eps b)))))
(*.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))))
(*.f64 (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(*.f64 (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 (expm1.f64 (*.f64 eps b)) eps)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(*.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) eps) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (expm1.f64 (*.f64 eps b)))))
(*.f64 (*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) eps)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))
(*.f64 (*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) eps) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (expm1.f64 (*.f64 eps b)))))
(*.f64 (*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 0 binary64) eps)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))
(*.f64 (*.f64 eps (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (expm1.f64 (*.f64 eps b)) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))))
(*.f64 (*.f64 eps (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (/.f64 #s(literal 1 binary64) (*.f64 (expm1.f64 (*.f64 eps b)) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))))
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(*.f64 (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (+.f64 a b)))))
(*.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (-.f64 #s(literal 0 binary64) eps)) (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps b))))
(*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (+.f64 a b)))) (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps b))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))))))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) (expm1.f64 (*.f64 eps (+.f64 a b)))))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (expm1.f64 (*.f64 eps (+.f64 a b)))))
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))))
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) #s(literal 1 binary64)))
(*.f64 (/.f64 (*.f64 eps (expm1.f64 (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)) (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(*.f64 (/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (expm1.f64 (*.f64 eps b))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (expm1.f64 (*.f64 eps b))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (/.f64 eps (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))))))
(*.f64 (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (/.f64 eps (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))
(*.f64 (/.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) #s(literal 1 binary64)))
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) eps) #s(literal -1 binary64)) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (expm1.f64 (*.f64 eps b))))
(*.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b)))) eps)
(*.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))))
(*.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64))
(+.f64 #s(literal -1 binary64) (exp.f64 (*.f64 eps (+.f64 a b))))
(+.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))))
(+.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(-.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))
(-.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(-.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(-.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64))))))
(fma.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64) #s(literal -1 binary64))
(fma.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64))
(fma.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps a)) #s(literal -1 binary64))
(fma.f64 (exp.f64 (*.f64 eps a)) (exp.f64 (*.f64 eps b)) #s(literal -1 binary64))
(fma.f64 (exp.f64 (*.f64 eps (/.f64 (+.f64 a b) #s(literal 2 binary64)))) (exp.f64 (*.f64 eps (/.f64 (+.f64 a b) #s(literal 2 binary64)))) #s(literal -1 binary64))
(expm1.f64 (*.f64 eps (+.f64 a b)))
(neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (+.f64 a b)))))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)))) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))))
(/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (+.f64 a b))))))
(/.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64))))))
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (-.f64 #s(literal -1 binary64) (exp.f64 (*.f64 eps (+.f64 a b)))))
(/.f64 (-.f64 (*.f64 (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) #s(literal 1 binary64))) (*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (-.f64 (+.f64 (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (pow.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) #s(literal 2 binary64)))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (+.f64 #s(literal -1 binary64) (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (*.f64 #s(literal -1 binary64) (exp.f64 (*.f64 eps (+.f64 a b)))))))
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) (*.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))))))
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (*.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))))
(/.f64 (-.f64 (*.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))) (+.f64 (/.f64 (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))))
(/.f64 (-.f64 (*.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) (+.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) (+.f64 (exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))))))
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))) #s(literal 3 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))) (+.f64 (exp.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) #s(literal 1 binary64)))
(/.f64 (*.f64 (+.f64 (exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))) #s(literal 3 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (+.f64 (exp.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))) (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))))))
(/.f64 (*.f64 (+.f64 (exp.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))) (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) #s(literal 1 binary64)))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(pow.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (+.f64 a b)))) #s(literal -1 binary64))
(*.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (+.f64 a b))))
(*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))
(*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal -1 binary64))))))
(*.f64 (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))) #s(literal 1 binary64)))
(*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))
(*.f64 (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) #s(literal 1 binary64)))
(*.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 (*.f64 eps (+.f64 a b)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b)))) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))))))
(*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 eps (+.f64 a b))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))))
(*.f64 (/.f64 (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)) (+.f64 (exp.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64))) (/.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) #s(literal 1 binary64)))
(*.f64 (+.f64 (exp.f64 (*.f64 eps (/.f64 (+.f64 a b) #s(literal 2 binary64)))) #s(literal 1 binary64)) (-.f64 (exp.f64 (*.f64 eps (/.f64 (+.f64 a b) #s(literal 2 binary64)))) #s(literal 1 binary64)))
(log.f64 (exp.f64 (*.f64 eps (+.f64 a b))))
(+.f64 (*.f64 eps (+.f64 a b)) #s(literal 0 binary64))
(+.f64 (*.f64 eps b) (*.f64 eps a))
(+.f64 (*.f64 eps a) (*.f64 eps b))
(+.f64 #s(literal 0 binary64) (*.f64 eps (+.f64 a b)))
(+.f64 (log.f64 (exp.f64 (*.f64 eps (/.f64 (+.f64 a b) #s(literal 2 binary64))))) (log.f64 (exp.f64 (*.f64 eps (/.f64 (+.f64 a b) #s(literal 2 binary64))))))
(-.f64 (/.f64 (*.f64 eps (*.f64 a (*.f64 eps a))) (*.f64 eps (-.f64 a b))) (/.f64 (*.f64 eps (*.f64 b (*.f64 eps b))) (*.f64 eps (-.f64 a b))))
(fma.f64 eps a (*.f64 eps b))
(fma.f64 eps b (*.f64 eps a))
(fma.f64 a eps (*.f64 eps b))
(fma.f64 b eps (*.f64 eps a))
(/.f64 eps (/.f64 #s(literal 1 binary64) (+.f64 a b)))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 eps (*.f64 a (*.f64 eps a))) (*.f64 (*.f64 eps b) (-.f64 (*.f64 eps b) (*.f64 eps a)))) (+.f64 (*.f64 (*.f64 eps a) (*.f64 eps (*.f64 a (*.f64 eps a)))) (*.f64 (*.f64 eps b) (*.f64 eps (*.f64 b (*.f64 eps b)))))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 eps (-.f64 a b)) (*.f64 (*.f64 eps (+.f64 a b)) (*.f64 eps (-.f64 a b)))))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (*.f64 eps (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 a b) (*.f64 eps (-.f64 (*.f64 a a) (*.f64 b b)))))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) eps)))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 a b) (*.f64 (+.f64 a b) (*.f64 (-.f64 a b) eps))))
(/.f64 (+.f64 (*.f64 (*.f64 eps a) (*.f64 eps (*.f64 a (*.f64 eps a)))) (*.f64 (*.f64 eps b) (*.f64 eps (*.f64 b (*.f64 eps b))))) (+.f64 (*.f64 eps (*.f64 a (*.f64 eps a))) (*.f64 (*.f64 eps b) (-.f64 (*.f64 eps b) (*.f64 eps a)))))
(/.f64 (*.f64 (*.f64 eps (+.f64 a b)) (*.f64 eps (-.f64 a b))) (*.f64 eps (-.f64 a b)))
(/.f64 (*.f64 eps (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))
(/.f64 (*.f64 eps (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 b b) (*.f64 a (-.f64 a b))))
(/.f64 (*.f64 eps (-.f64 (*.f64 a a) (*.f64 b b))) (-.f64 a b))
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) eps) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) eps) (+.f64 (*.f64 b b) (*.f64 a (-.f64 a b))))
(/.f64 (*.f64 (+.f64 a b) (*.f64 (-.f64 a b) eps)) (-.f64 a b))
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 eps a) (*.f64 eps (*.f64 a (*.f64 eps a)))) (*.f64 (*.f64 eps b) (*.f64 eps (*.f64 b (*.f64 eps b)))))) (neg.f64 (+.f64 (*.f64 eps (*.f64 a (*.f64 eps a))) (*.f64 (*.f64 eps b) (-.f64 (*.f64 eps b) (*.f64 eps a))))))
(/.f64 (neg.f64 (*.f64 (*.f64 eps (+.f64 a b)) (*.f64 eps (-.f64 a b)))) (neg.f64 (*.f64 eps (-.f64 a b))))
(/.f64 (neg.f64 (*.f64 eps (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))
(/.f64 (neg.f64 (*.f64 eps (-.f64 (*.f64 a a) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (-.f64 a b)))
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) eps)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))
(/.f64 (neg.f64 (*.f64 (+.f64 a b) (*.f64 (-.f64 a b) eps))) (-.f64 #s(literal 0 binary64) (-.f64 a b)))
(/.f64 (+.f64 (*.f64 (*.f64 eps b) (*.f64 eps (*.f64 b (*.f64 eps b)))) (*.f64 (*.f64 eps a) (*.f64 eps (*.f64 a (*.f64 eps a))))) (+.f64 (*.f64 eps (*.f64 b (*.f64 eps b))) (-.f64 (*.f64 eps (*.f64 a (*.f64 eps a))) (*.f64 (*.f64 eps b) (*.f64 eps a)))))
(/.f64 (-.f64 (*.f64 eps (*.f64 b (*.f64 eps b))) (*.f64 eps (*.f64 a (*.f64 eps a)))) (-.f64 (*.f64 eps b) (*.f64 eps a)))
(/.f64 (*.f64 eps (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))
(/.f64 (*.f64 eps (*.f64 (+.f64 a b) (-.f64 #s(literal 0 binary64) (-.f64 a b)))) (-.f64 #s(literal 0 binary64) (-.f64 a b)))
(/.f64 (*.f64 eps (-.f64 (*.f64 b b) (*.f64 a a))) (-.f64 b a))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) eps) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))
(/.f64 (*.f64 (*.f64 (+.f64 a b) (-.f64 #s(literal 0 binary64) (-.f64 a b))) eps) (-.f64 #s(literal 0 binary64) (-.f64 a b)))
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 a a)) eps) (-.f64 b a))
(*.f64 eps (+.f64 a b))
(*.f64 eps (log.f64 (exp.f64 (+.f64 a b))))
(*.f64 (+.f64 a b) eps)
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) eps))
(*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) eps))
(*.f64 (+.f64 (*.f64 (*.f64 eps a) (*.f64 eps (*.f64 a (*.f64 eps a)))) (*.f64 (*.f64 eps b) (*.f64 eps (*.f64 b (*.f64 eps b))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 eps (*.f64 a (*.f64 eps a))) (*.f64 (*.f64 eps b) (-.f64 (*.f64 eps b) (*.f64 eps a))))))
(*.f64 (*.f64 (*.f64 eps (+.f64 a b)) (*.f64 eps (-.f64 a b))) (/.f64 #s(literal 1 binary64) (*.f64 eps (-.f64 a b))))
(*.f64 (*.f64 eps (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))
(*.f64 (*.f64 eps (-.f64 (*.f64 a a) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (-.f64 a b)))
(*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) eps) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))
(*.f64 (*.f64 (+.f64 a b) (*.f64 (-.f64 a b) eps)) (/.f64 #s(literal 1 binary64) (-.f64 a b)))
(+.f64 (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(+.f64 (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))))
(+.f64 (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))) #s(literal 1 binary64))) (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (exp.f64 (*.f64 eps b))))
(+.f64 (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) #s(literal 1 binary64)) (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (exp.f64 (*.f64 eps b))))
(+.f64 (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (exp.f64 (*.f64 eps b))) (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) #s(literal 1 binary64)))
(+.f64 (*.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))) (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))))
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))) (*.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))) (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))))
(+.f64 (*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))) #s(literal 1 binary64)) (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))) (*.f64 (exp.f64 (*.f64 eps b)) (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))))
(+.f64 (*.f64 #s(literal 1 binary64) (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) (*.f64 (exp.f64 (*.f64 eps b)) (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))))
(+.f64 (*.f64 (exp.f64 (*.f64 eps b)) (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) (*.f64 #s(literal 1 binary64) (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))))
(exp.f64 (*.f64 (log.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps)) #s(literal -1 binary64)))
(-.f64 #s(literal 0 binary64) (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(neg.f64 (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(/.f64 eps (expm1.f64 (*.f64 eps b)))
(/.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 (*.f64 eps b)) eps))
(/.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(/.f64 #s(literal -1 binary64) (/.f64 (expm1.f64 (*.f64 eps b)) (-.f64 #s(literal 0 binary64) eps)))
(/.f64 (*.f64 eps (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))))) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))
(/.f64 (*.f64 eps (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))
(/.f64 (*.f64 eps #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) eps)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(/.f64 (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (+.f64 (exp.f64 (*.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)) #s(literal 3 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) #s(literal 3 binary64)))) (+.f64 (exp.f64 (+.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)) (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (-.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))))))
(/.f64 (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (-.f64 (exp.f64 (+.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)) (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) #s(literal 2 binary64)))) (-.f64 (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))) (exp.f64 (*.f64 eps b))))
(/.f64 (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (expm1.f64 (*.f64 eps b)))
(/.f64 (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 eps b)) (expm1.f64 (*.f64 eps b)))))
(/.f64 (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))) #s(literal 1 binary64))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(/.f64 (*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(pow.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) #s(literal -1 binary64))
(*.f64 eps (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))))
(*.f64 #s(literal 1 binary64) (/.f64 eps (expm1.f64 (*.f64 eps b))))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps b))) #s(literal 1 binary64))
(*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps b))))
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) eps)
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps b))) (pow.f64 (/.f64 #s(literal 1 binary64) eps) #s(literal -1 binary64)))
(*.f64 #s(literal -1 binary64) (/.f64 eps (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b)))))
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) eps))
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))) eps))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))))))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))))
(*.f64 (pow.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (expm1.f64 (*.f64 eps b)) eps) #s(literal -1/2 binary64)))
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 eps b))))
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) eps)) (/.f64 #s(literal -1 binary64) (expm1.f64 (*.f64 eps b))))
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 eps (expm1.f64 (*.f64 eps (*.f64 b #s(literal 3 binary64)))))) (+.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps b)) (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) b))))))

simplify833.0ms (1.1%)

Algorithm
egg-herbie
Rules
5754×*-lowering-*.f32
5754×*-lowering-*.f64
2664×+-lowering-+.f64
2664×+-lowering-+.f32
1826×times-frac
Iterations

Useful iterations: 2 (0.0ms)

IterNodesCost
04323184
114573071
254653066
080813066
Stop Event
iter limit
node limit
Counts
168 → 168
Calls
Call 1
Inputs
(/ (+ a b) (* a b))
(+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b)))
(+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* eps (- (* 1/6 (/ (pow (+ a b) 3) (* a b))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)))))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b)))
(+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* eps (- (+ (* 1/6 (/ (pow (+ a b) 3) (* a b))) (* eps (- (* 1/24 (/ (pow (+ a b) 4) (* a b))) (+ (/ (* (+ a b) (+ (* 1/24 (* a (pow b 4))) (+ (* 1/24 (* (pow a 4) b)) (+ (* 1/12 (* (pow a 2) (pow b 3))) (* 1/12 (* (pow a 3) (pow b 2))))))) (* (pow a 2) (pow b 2))) (+ (/ (* (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2))))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/6 (/ (pow (+ a b) 3) (* a b))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b))))) (* a b))))))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)))))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ 1 a)
(/ (+ 1 (* a (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps)))) a)
(/ (+ 1 (* a (- (+ (* a (- (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1))) (* 1/2 eps)))) a)
(/ (+ 1 (* a (- (+ (* a (- (+ (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (* a (- (* 1/6 (/ (* (pow eps 3) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/24 (pow eps 3)) (+ (* 1/6 (* (pow eps 2) (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps)))) (* 1/2 (* eps (- (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))))))))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1))) (* 1/2 eps)))) a)
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ 1 b)
(/ (+ 1 (* b (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps)))) b)
(/ (+ 1 (* b (- (+ (* b (- (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1))) (* 1/2 eps)))) b)
(/ (+ 1 (* b (- (+ (* b (- (+ (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (* b (- (* 1/6 (/ (* (pow eps 3) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/24 (pow eps 3)) (+ (* 1/6 (* (pow eps 2) (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps)))) (* 1/2 (* eps (- (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))))))))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1))) (* 1/2 eps)))) b)
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/ (* eps (+ a b)) b)
(* eps (+ 1 (+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) b)) (* 1/2 (+ a b)))) (/ a b))))
(* eps (+ 1 (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) b)) (* eps (- (* 1/6 (/ (pow (+ a b) 3) b)) (+ (* 1/6 (* b (+ a b))) (* 1/2 (* b (- (* 1/2 (/ (pow (+ a b) 2) b)) (* 1/2 (+ a b))))))))) (* 1/2 (+ a b)))) (/ a b))))
(* eps (+ 1 (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) b)) (* eps (- (+ (* 1/6 (/ (pow (+ a b) 3) b)) (* eps (- (* 1/24 (/ (pow (+ a b) 4) b)) (+ (* 1/24 (* (pow b 2) (+ a b))) (+ (* 1/6 (* (pow b 2) (- (* 1/2 (/ (pow (+ a b) 2) b)) (* 1/2 (+ a b))))) (* 1/2 (* b (- (* 1/6 (/ (pow (+ a b) 3) b)) (+ (* 1/6 (* b (+ a b))) (* 1/2 (* b (- (* 1/2 (/ (pow (+ a b) 2) b)) (* 1/2 (+ a b)))))))))))))) (+ (* 1/6 (* b (+ a b))) (* 1/2 (* b (- (* 1/2 (/ (pow (+ a b) 2) b)) (* 1/2 (+ a b))))))))) (* 1/2 (+ a b)))) (/ a b))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
eps
(+ eps (/ (* a (* (pow eps 2) (exp (* b eps)))) (- (exp (* b eps)) 1)))
(+ eps (* a (+ (* 1/2 (/ (* a (* (pow eps 3) (exp (* b eps)))) (- (exp (* b eps)) 1))) (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1)))))
(+ eps (* a (+ (* a (+ (* 1/6 (/ (* a (* (pow eps 4) (exp (* b eps)))) (- (exp (* b eps)) 1))) (* 1/2 (/ (* (pow eps 3) (exp (* b eps))) (- (exp (* b eps)) 1))))) (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1)))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* b eps)) 1))
(/ (- (exp (* a eps)) 1) b)
(/ (- (+ (exp (* a eps)) (* b (- (* eps (exp (* a eps))) (* 1/2 (* eps (- (exp (* a eps)) 1)))))) 1) b)
(/ (- (+ (exp (* a eps)) (* b (- (+ (* b (- (* 1/2 (* (pow eps 2) (exp (* a eps)))) (+ (* 1/6 (* (pow eps 2) (- (exp (* a eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* a eps))) (* 1/2 (* eps (- (exp (* a eps)) 1))))))))) (* eps (exp (* a eps)))) (* 1/2 (* eps (- (exp (* a eps)) 1)))))) 1) b)
(/ (- (+ (exp (* a eps)) (* b (- (+ (* b (- (+ (* 1/2 (* (pow eps 2) (exp (* a eps)))) (* b (- (* 1/6 (* (pow eps 3) (exp (* a eps)))) (+ (* 1/24 (* (pow eps 3) (- (exp (* a eps)) 1))) (+ (* 1/6 (* (pow eps 2) (- (* eps (exp (* a eps))) (* 1/2 (* eps (- (exp (* a eps)) 1)))))) (* 1/2 (* eps (- (* 1/2 (* (pow eps 2) (exp (* a eps)))) (+ (* 1/6 (* (pow eps 2) (- (exp (* a eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* a eps))) (* 1/2 (* eps (- (exp (* a eps)) 1))))))))))))))) (+ (* 1/6 (* (pow eps 2) (- (exp (* a eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* a eps))) (* 1/2 (* eps (- (exp (* a eps)) 1))))))))) (* eps (exp (* a eps)))) (* 1/2 (* eps (- (exp (* a eps)) 1)))))) 1) b)
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* b eps)) 1))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* b eps)) 1))
(* eps (+ a b))
(* eps (+ a (+ b (* 1/2 (* eps (pow (+ a b) 2))))))
(* eps (+ a (+ b (* eps (+ (* 1/6 (* eps (pow (+ a b) 3))) (* 1/2 (pow (+ a b) 2)))))))
(* eps (+ a (+ b (* eps (+ (* 1/2 (pow (+ a b) 2)) (* eps (+ (* 1/24 (* eps (pow (+ a b) 4))) (* 1/6 (pow (+ a b) 3)))))))))
(- (exp (* eps (+ a b))) 1)
(- (exp (* eps (+ a b))) 1)
(- (exp (* eps (+ a b))) 1)
(- (exp (* eps (+ a b))) 1)
(- (exp (* eps (+ a b))) 1)
(- (exp (* eps (+ a b))) 1)
(- (exp (* eps (+ a b))) 1)
(- (exp (* eps (+ a b))) 1)
(- (exp (* b eps)) 1)
(- (+ (exp (* b eps)) (* a (* eps (exp (* b eps))))) 1)
(- (+ (exp (* b eps)) (* a (+ (* 1/2 (* a (* (pow eps 2) (exp (* b eps))))) (* eps (exp (* b eps)))))) 1)
(- (+ (exp (* b eps)) (* a (+ (* a (+ (* 1/6 (* a (* (pow eps 3) (exp (* b eps))))) (* 1/2 (* (pow eps 2) (exp (* b eps)))))) (* eps (exp (* b eps)))))) 1)
(- (exp (* eps (+ a b))) 1)
(- (exp (* eps (+ a b))) 1)
(- (exp (* eps (+ a b))) 1)
(- (exp (* eps (+ a b))) 1)
(- (exp (* eps (- b (* -1 a)))) 1)
(- (exp (* eps (- b (* -1 a)))) 1)
(- (exp (* eps (- b (* -1 a)))) 1)
(- (exp (* eps (- b (* -1 a)))) 1)
(- (exp (* a eps)) 1)
(- (+ (exp (* a eps)) (* b (* eps (exp (* a eps))))) 1)
(- (+ (exp (* a eps)) (* b (+ (* 1/2 (* b (* (pow eps 2) (exp (* a eps))))) (* eps (exp (* a eps)))))) 1)
(- (+ (exp (* a eps)) (* b (+ (* b (+ (* 1/6 (* b (* (pow eps 3) (exp (* a eps))))) (* 1/2 (* (pow eps 2) (exp (* a eps)))))) (* eps (exp (* a eps)))))) 1)
(- (exp (* eps (+ a b))) 1)
(- (exp (* eps (+ a b))) 1)
(- (exp (* eps (+ a b))) 1)
(- (exp (* eps (+ a b))) 1)
(- (exp (* eps (- a (* -1 b)))) 1)
(- (exp (* eps (- a (* -1 b)))) 1)
(- (exp (* eps (- a (* -1 b)))) 1)
(- (exp (* eps (- a (* -1 b)))) 1)
(* eps (+ a b))
(* eps (+ a b))
(* eps (+ a b))
(* eps (+ a b))
(* eps (+ a b))
(* eps (+ a b))
(* eps (+ a b))
(* eps (+ a b))
(* eps (+ a b))
(* eps (+ a b))
(* eps (+ a b))
(* eps (+ a b))
(* b eps)
(+ (* a eps) (* b eps))
(+ (* a eps) (* b eps))
(+ (* a eps) (* b eps))
(* a eps)
(* a (+ eps (/ (* b eps) a)))
(* a (+ eps (/ (* b eps) a)))
(* a (+ eps (/ (* b eps) a)))
(* a eps)
(* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a)))))
(* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a)))))
(* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a)))))
(* a eps)
(+ (* a eps) (* b eps))
(+ (* a eps) (* b eps))
(+ (* a eps) (* b eps))
(* b eps)
(* b (+ eps (/ (* a eps) b)))
(* b (+ eps (/ (* a eps) b)))
(* b (+ eps (/ (* a eps) b)))
(* b eps)
(* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b)))))
(* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b)))))
(* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b)))))
(/ 1 b)
(+ (* -1/2 eps) (/ 1 b))
(+ (* eps (- (* -1 (* eps (+ (* -1/4 b) (* 1/6 b)))) 1/2)) (/ 1 b))
(+ (* eps (- (* eps (- (* -1 (* eps (+ (* -1/2 (* b (+ (* -1/4 b) (* 1/6 b)))) (+ (* -1/12 (pow b 2)) (* 1/24 (pow b 2)))))) (+ (* -1/4 b) (* 1/6 b)))) 1/2)) (/ 1 b))
(/ eps (- (exp (* b eps)) 1))
(/ eps (- (exp (* b eps)) 1))
(/ eps (- (exp (* b eps)) 1))
(/ eps (- (exp (* b eps)) 1))
(/ eps (- (exp (* b eps)) 1))
(/ eps (- (exp (* b eps)) 1))
(/ eps (- (exp (* b eps)) 1))
(/ eps (- (exp (* b eps)) 1))
(/ 1 b)
(/ (+ 1 (* -1/2 (* b eps))) b)
(/ (+ 1 (* b (- (* -1 (* b (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (* 1/2 eps)))) b)
(/ (+ 1 (* b (- (* b (- (* -1 (* b (+ (* -1/2 (* eps (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (+ (* -1/12 (pow eps 3)) (* 1/24 (pow eps 3)))))) (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (* 1/2 eps)))) b)
(/ eps (- (exp (* b eps)) 1))
(/ eps (- (exp (* b eps)) 1))
(/ eps (- (exp (* b eps)) 1))
(/ eps (- (exp (* b eps)) 1))
(/ eps (- (exp (* b eps)) 1))
(/ eps (- (exp (* b eps)) 1))
(/ eps (- (exp (* b eps)) 1))
(/ eps (- (exp (* b eps)) 1))
Outputs
(/ (+ a b) (* a b))
(/.f64 (/.f64 (+.f64 a b) a) b)
(+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b)))
(+.f64 (*.f64 eps (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (*.f64 a (*.f64 a (*.f64 b b)))))) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))
(+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* eps (- (* 1/6 (/ (pow (+ a b) 3) (* a b))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)))))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b)))
(+.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (+.f64 (*.f64 eps (-.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) b)) (/.f64 (*.f64 (+.f64 a b) #s(literal 1/6 binary64)) a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (*.f64 a (*.f64 a (*.f64 b b))))) (*.f64 a b)))) (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 b b))) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a (*.f64 a b)))))) (/.f64 (+.f64 a b) (*.f64 a (*.f64 a (*.f64 b b))))))) (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (*.f64 a (*.f64 a (*.f64 b b))))))))
(+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* eps (- (+ (* 1/6 (/ (pow (+ a b) 3) (* a b))) (* eps (- (* 1/24 (/ (pow (+ a b) 4) (* a b))) (+ (/ (* (+ a b) (+ (* 1/24 (* a (pow b 4))) (+ (* 1/24 (* (pow a 4) b)) (+ (* 1/12 (* (pow a 2) (pow b 3))) (* 1/12 (* (pow a 3) (pow b 2))))))) (* (pow a 2) (pow b 2))) (+ (/ (* (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2))))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/6 (/ (pow (+ a b) 3) (* a b))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b))))) (* a b))))))) (+ (/ (* (+ a b) (+ (* 1/6 (* a (pow b 3))) (+ (* 1/6 (* (pow a 3) b)) (* 1/4 (* (pow a 2) (pow b 2)))))) (* (pow a 2) (pow b 2))) (/ (* (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b))) (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (* a b)))))) (/ (* (+ a b) (+ (* 1/2 (* a (pow b 2))) (* 1/2 (* (pow a 2) b)))) (* (pow a 2) (pow b 2))))) (+ (/ 1 a) (/ 1 b)))
(+.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (+.f64 (*.f64 eps (+.f64 (*.f64 eps (-.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/24 binary64) (pow.f64 (+.f64 a b) #s(literal 4 binary64))) (*.f64 a b)) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 (*.f64 #s(literal 1/12 binary64) (+.f64 (*.f64 a (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 a (*.f64 a (*.f64 a (*.f64 b b)))))) (*.f64 #s(literal 1/24 binary64) (+.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) (*.f64 b (pow.f64 a #s(literal 4 binary64))))))) (*.f64 a (*.f64 a (*.f64 b b)))) (/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (*.f64 a (*.f64 a (*.f64 b b))))) (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 b b))) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a (*.f64 a b))))))) (*.f64 a b)))) (*.f64 (-.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) b)) (/.f64 (*.f64 (+.f64 a b) #s(literal 1/6 binary64)) a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (*.f64 a (*.f64 a (*.f64 b b))))) (*.f64 a b)))) (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 b b))) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a (*.f64 a b)))))) (/.f64 (+.f64 a b) (*.f64 a (*.f64 a (*.f64 b b)))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (*.f64 a b))))) (-.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) b)) (/.f64 (*.f64 (+.f64 a b) #s(literal 1/6 binary64)) a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (*.f64 a (*.f64 a (*.f64 b b))))) (*.f64 a b)))) (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 b b))) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a (*.f64 a b)))))) (/.f64 (+.f64 a b) (*.f64 a (*.f64 a (*.f64 b b)))))))) (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (*.f64 a (*.f64 a (*.f64 b b))))))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ (+ 1 (* a (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps)))) a)
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 a (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal -1/2 binary64))))) a)
(/ (+ 1 (* a (- (+ (* a (- (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1))) (* 1/2 eps)))) a)
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal -1/2 binary64))) (*.f64 a (+.f64 (+.f64 (/.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 #s(literal 1/2 binary64) (*.f64 eps eps))) (expm1.f64 (*.f64 b eps))) (*.f64 #s(literal -1/6 binary64) (*.f64 eps eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal -1/2 binary64))))))))) a)
(/ (+ 1 (* a (- (+ (* a (- (+ (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (* a (- (* 1/6 (/ (* (pow eps 3) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/24 (pow eps 3)) (+ (* 1/6 (* (pow eps 2) (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps)))) (* 1/2 (* eps (- (* 1/2 (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))))))))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* b eps))) (- (exp (* b eps)) 1))) (* 1/2 eps)))) a)
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal -1/2 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 #s(literal 1/2 binary64) (*.f64 eps eps))) (expm1.f64 (*.f64 b eps))) (-.f64 (*.f64 a (-.f64 (-.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 eps (*.f64 eps eps))) (exp.f64 (*.f64 b eps))) (expm1.f64 (*.f64 b eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal -1/2 binary64))) (*.f64 eps eps)))) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 #s(literal 1/2 binary64) (*.f64 eps eps))) (expm1.f64 (*.f64 b eps))) (*.f64 #s(literal -1/6 binary64) (*.f64 eps eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal -1/2 binary64)))))))) (+.f64 (*.f64 eps (*.f64 eps #s(literal 1/6 binary64))) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal -1/2 binary64))))))))))) a)
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ (+ 1 (* b (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps)))) b)
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 a eps)) (expm1.f64 (*.f64 a eps))) #s(literal -1/2 binary64))))) b)
(/ (+ 1 (* b (- (+ (* b (- (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1))) (* 1/2 eps)))) b)
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 a eps)) (expm1.f64 (*.f64 a eps))) #s(literal -1/2 binary64))) (*.f64 b (+.f64 (+.f64 (/.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 #s(literal 1/2 binary64) (*.f64 eps eps))) (expm1.f64 (*.f64 a eps))) (*.f64 #s(literal -1/6 binary64) (*.f64 eps eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 a eps)) (expm1.f64 (*.f64 a eps))) #s(literal -1/2 binary64))))))))) b)
(/ (+ 1 (* b (- (+ (* b (- (+ (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (* b (- (* 1/6 (/ (* (pow eps 3) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/24 (pow eps 3)) (+ (* 1/6 (* (pow eps 2) (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps)))) (* 1/2 (* eps (- (* 1/2 (/ (* (pow eps 2) (exp (* a eps))) (- (exp (* a eps)) 1))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))))))))) (+ (* 1/6 (pow eps 2)) (* 1/2 (* eps (- (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1)) (* 1/2 eps))))))) (/ (* eps (exp (* a eps))) (- (exp (* a eps)) 1))) (* 1/2 eps)))) b)
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 a eps)) (expm1.f64 (*.f64 a eps))) #s(literal -1/2 binary64))) (*.f64 b (+.f64 (/.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 #s(literal 1/2 binary64) (*.f64 eps eps))) (expm1.f64 (*.f64 a eps))) (-.f64 (*.f64 b (-.f64 (/.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 #s(literal 1/6 binary64) (*.f64 eps (*.f64 eps eps)))) (expm1.f64 (*.f64 a eps))) (+.f64 (*.f64 eps (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 #s(literal 1/2 binary64) (*.f64 eps eps))) (expm1.f64 (*.f64 a eps))) (*.f64 #s(literal -1/6 binary64) (*.f64 eps eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 a eps)) (expm1.f64 (*.f64 a eps))) #s(literal -1/2 binary64))))))) (+.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 1/24 binary64))) (*.f64 (*.f64 eps (*.f64 eps #s(literal 1/6 binary64))) (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 a eps)) (expm1.f64 (*.f64 a eps))) #s(literal -1/2 binary64)))))))) (+.f64 (*.f64 eps (*.f64 eps #s(literal 1/6 binary64))) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 a eps)) (expm1.f64 (*.f64 a eps))) #s(literal -1/2 binary64))))))))))) b)
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1)))
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps)))) (expm1.f64 (*.f64 a eps)))
(/ (* eps (+ a b)) b)
(/.f64 (*.f64 (+.f64 a b) eps) b)
(* eps (+ 1 (+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) b)) (* 1/2 (+ a b)))) (/ a b))))
(*.f64 eps (+.f64 (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) b)) (+.f64 a b))) (+.f64 (/.f64 a b) #s(literal 1 binary64))))
(* eps (+ 1 (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) b)) (* eps (- (* 1/6 (/ (pow (+ a b) 3) b)) (+ (* 1/6 (* b (+ a b))) (* 1/2 (* b (- (* 1/2 (/ (pow (+ a b) 2) b)) (* 1/2 (+ a b))))))))) (* 1/2 (+ a b)))) (/ a b))))
(*.f64 eps (+.f64 (*.f64 eps (+.f64 (*.f64 eps (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) b))) (*.f64 b (+.f64 a b)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) b)) (+.f64 a b))) (*.f64 b #s(literal 1/2 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) b)) (+.f64 a b))))) (+.f64 (/.f64 a b) #s(literal 1 binary64))))
(* eps (+ 1 (+ (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) b)) (* eps (- (+ (* 1/6 (/ (pow (+ a b) 3) b)) (* eps (- (* 1/24 (/ (pow (+ a b) 4) b)) (+ (* 1/24 (* (pow b 2) (+ a b))) (+ (* 1/6 (* (pow b 2) (- (* 1/2 (/ (pow (+ a b) 2) b)) (* 1/2 (+ a b))))) (* 1/2 (* b (- (* 1/6 (/ (pow (+ a b) 3) b)) (+ (* 1/6 (* b (+ a b))) (* 1/2 (* b (- (* 1/2 (/ (pow (+ a b) 2) b)) (* 1/2 (+ a b)))))))))))))) (+ (* 1/6 (* b (+ a b))) (* 1/2 (* b (- (* 1/2 (/ (pow (+ a b) 2) b)) (* 1/2 (+ a b))))))))) (* 1/2 (+ a b)))) (/ a b))))
(*.f64 eps (+.f64 (*.f64 eps (+.f64 (*.f64 eps (+.f64 (*.f64 eps (-.f64 (-.f64 (*.f64 #s(literal 1/24 binary64) (-.f64 (/.f64 (pow.f64 (+.f64 a b) #s(literal 4 binary64)) b) (*.f64 b (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) b)) (+.f64 a b))) (*.f64 b (*.f64 b #s(literal 1/6 binary64))))) (*.f64 (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) b))) (*.f64 b (+.f64 a b)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) b)) (+.f64 a b))) (*.f64 b #s(literal 1/2 binary64)))) (*.f64 b #s(literal 1/2 binary64))))) (-.f64 (*.f64 #s(literal 1/6 binary64) (-.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) b))) (*.f64 b (+.f64 a b)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) b)) (+.f64 a b))) (*.f64 b #s(literal 1/2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) b)) (+.f64 a b))))) (+.f64 (/.f64 a b) #s(literal 1 binary64))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
eps
(+ eps (/ (* a (* (pow eps 2) (exp (* b eps)))) (- (exp (* b eps)) 1)))
(+.f64 eps (/.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 a (*.f64 eps eps))) (expm1.f64 (*.f64 b eps))))
(+ eps (* a (+ (* 1/2 (/ (* a (* (pow eps 3) (exp (* b eps)))) (- (exp (* b eps)) 1))) (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1)))))
(+.f64 eps (*.f64 a (+.f64 (/.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 eps eps)) (expm1.f64 (*.f64 b eps))) (/.f64 (*.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 eps (*.f64 eps eps)))) (expm1.f64 (*.f64 b eps))))))
(+ eps (* a (+ (* a (+ (* 1/6 (/ (* a (* (pow eps 4) (exp (* b eps)))) (- (exp (* b eps)) 1))) (* 1/2 (/ (* (pow eps 3) (exp (* b eps))) (- (exp (* b eps)) 1))))) (/ (* (pow eps 2) (exp (* b eps))) (- (exp (* b eps)) 1)))))
(+.f64 eps (*.f64 a (+.f64 (/.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 eps eps)) (expm1.f64 (*.f64 b eps))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 a #s(literal 1/6 binary64)) (*.f64 (exp.f64 (*.f64 b eps)) (pow.f64 eps #s(literal 4 binary64)))) (expm1.f64 (*.f64 b eps))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 eps (*.f64 eps eps))) (exp.f64 (*.f64 b eps))) (expm1.f64 (*.f64 b eps))))))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (- b (* -1 a)))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (- (exp (* a eps)) 1) b)
(/.f64 (expm1.f64 (*.f64 a eps)) b)
(/ (- (+ (exp (* a eps)) (* b (- (* eps (exp (* a eps))) (* 1/2 (* eps (- (exp (* a eps)) 1)))))) 1) b)
(/.f64 (+.f64 (*.f64 b (+.f64 (*.f64 eps (exp.f64 (*.f64 a eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (expm1.f64 (*.f64 a eps))))) (expm1.f64 (*.f64 a eps))) b)
(/ (- (+ (exp (* a eps)) (* b (- (+ (* b (- (* 1/2 (* (pow eps 2) (exp (* a eps)))) (+ (* 1/6 (* (pow eps 2) (- (exp (* a eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* a eps))) (* 1/2 (* eps (- (exp (* a eps)) 1))))))))) (* eps (exp (* a eps)))) (* 1/2 (* eps (- (exp (* a eps)) 1)))))) 1) b)
(/.f64 (+.f64 (*.f64 b (+.f64 (+.f64 (*.f64 eps (exp.f64 (*.f64 a eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (expm1.f64 (*.f64 a eps)))) (*.f64 b (+.f64 (-.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 #s(literal 1/2 binary64) (*.f64 eps eps))) (*.f64 (expm1.f64 (*.f64 a eps)) (*.f64 eps (*.f64 eps #s(literal 1/6 binary64))))) (*.f64 #s(literal -1/2 binary64) (*.f64 eps (+.f64 (*.f64 eps (exp.f64 (*.f64 a eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (expm1.f64 (*.f64 a eps)))))))))) (expm1.f64 (*.f64 a eps))) b)
(/ (- (+ (exp (* a eps)) (* b (- (+ (* b (- (+ (* 1/2 (* (pow eps 2) (exp (* a eps)))) (* b (- (* 1/6 (* (pow eps 3) (exp (* a eps)))) (+ (* 1/24 (* (pow eps 3) (- (exp (* a eps)) 1))) (+ (* 1/6 (* (pow eps 2) (- (* eps (exp (* a eps))) (* 1/2 (* eps (- (exp (* a eps)) 1)))))) (* 1/2 (* eps (- (* 1/2 (* (pow eps 2) (exp (* a eps)))) (+ (* 1/6 (* (pow eps 2) (- (exp (* a eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* a eps))) (* 1/2 (* eps (- (exp (* a eps)) 1))))))))))))))) (+ (* 1/6 (* (pow eps 2) (- (exp (* a eps)) 1))) (* 1/2 (* eps (- (* eps (exp (* a eps))) (* 1/2 (* eps (- (exp (* a eps)) 1))))))))) (* eps (exp (* a eps)))) (* 1/2 (* eps (- (exp (* a eps)) 1)))))) 1) b)
(/.f64 (+.f64 (*.f64 b (+.f64 (*.f64 eps (exp.f64 (*.f64 a eps))) (+.f64 (*.f64 b (+.f64 (*.f64 b (-.f64 (+.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 #s(literal 1/6 binary64) (*.f64 eps (*.f64 eps eps)))) (*.f64 #s(literal -1/24 binary64) (*.f64 (expm1.f64 (*.f64 a eps)) (*.f64 eps (*.f64 eps eps))))) (+.f64 (*.f64 (*.f64 eps eps) (*.f64 #s(literal 1/6 binary64) (+.f64 (*.f64 eps (exp.f64 (*.f64 a eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (expm1.f64 (*.f64 a eps)))))) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (+.f64 (-.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 #s(literal 1/2 binary64) (*.f64 eps eps))) (*.f64 (expm1.f64 (*.f64 a eps)) (*.f64 eps (*.f64 eps #s(literal 1/6 binary64))))) (*.f64 #s(literal -1/2 binary64) (*.f64 eps (+.f64 (*.f64 eps (exp.f64 (*.f64 a eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (expm1.f64 (*.f64 a eps))))))))))) (+.f64 (-.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 #s(literal 1/2 binary64) (*.f64 eps eps))) (*.f64 (expm1.f64 (*.f64 a eps)) (*.f64 eps (*.f64 eps #s(literal 1/6 binary64))))) (*.f64 #s(literal -1/2 binary64) (*.f64 eps (+.f64 (*.f64 eps (exp.f64 (*.f64 a eps))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (expm1.f64 (*.f64 a eps))))))))) (*.f64 (*.f64 eps #s(literal -1/2 binary64)) (expm1.f64 (*.f64 a eps)))))) (expm1.f64 (*.f64 a eps))) b)
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (+ a b))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(/ (* eps (- (exp (* eps (- a (* -1 b)))) 1)) (- (exp (* b eps)) 1))
(*.f64 (expm1.f64 (*.f64 (+.f64 a b) eps)) (/.f64 eps (expm1.f64 (*.f64 b eps))))
(* eps (+ a b))
(*.f64 (+.f64 a b) eps)
(* eps (+ a (+ b (* 1/2 (* eps (pow (+ a b) 2))))))
(*.f64 eps (+.f64 (+.f64 a b) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 eps #s(literal 1/2 binary64)))))
(* eps (+ a (+ b (* eps (+ (* 1/6 (* eps (pow (+ a b) 3))) (* 1/2 (pow (+ a b) 2)))))))
(*.f64 eps (+.f64 (+.f64 a b) (*.f64 eps (+.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 eps #s(literal 1/6 binary64)) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))))))
(* eps (+ a (+ b (* eps (+ (* 1/2 (pow (+ a b) 2)) (* eps (+ (* 1/24 (* eps (pow (+ a b) 4))) (* 1/6 (pow (+ a b) 3)))))))))
(*.f64 eps (+.f64 (+.f64 a b) (*.f64 eps (+.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 eps (+.f64 (*.f64 eps (*.f64 #s(literal 1/24 binary64) (pow.f64 (+.f64 a b) #s(literal 4 binary64)))) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) #s(literal 1/6 binary64)))))))))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* b eps)) 1)
(expm1.f64 (*.f64 b eps))
(- (+ (exp (* b eps)) (* a (* eps (exp (* b eps))))) 1)
(+.f64 #s(literal -1 binary64) (*.f64 (+.f64 (*.f64 a eps) #s(literal 1 binary64)) (exp.f64 (*.f64 b eps))))
(- (+ (exp (* b eps)) (* a (+ (* 1/2 (* a (* (pow eps 2) (exp (* b eps))))) (* eps (exp (* b eps)))))) 1)
(+.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 a (*.f64 eps eps))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 (+.f64 (*.f64 a eps) #s(literal 1 binary64)) (exp.f64 (*.f64 b eps)))))
(- (+ (exp (* b eps)) (* a (+ (* a (+ (* 1/6 (* a (* (pow eps 3) (exp (* b eps))))) (* 1/2 (* (pow eps 2) (exp (* b eps)))))) (* eps (exp (* b eps)))))) 1)
(+.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 a #s(literal 1/6 binary64))) (*.f64 (exp.f64 (*.f64 b eps)) (*.f64 #s(literal 1/2 binary64) (*.f64 eps eps))))) (*.f64 (+.f64 (*.f64 a eps) #s(literal 1 binary64)) (exp.f64 (*.f64 b eps)))))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (- b (* -1 a)))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (- b (* -1 a)))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (- b (* -1 a)))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (- b (* -1 a)))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(- (+ (exp (* a eps)) (* b (* eps (exp (* a eps))))) 1)
(+.f64 #s(literal -1 binary64) (*.f64 (+.f64 (*.f64 b eps) #s(literal 1 binary64)) (exp.f64 (*.f64 a eps))))
(- (+ (exp (* a eps)) (* b (+ (* 1/2 (* b (* (pow eps 2) (exp (* a eps))))) (* eps (exp (* a eps)))))) 1)
(+.f64 #s(literal -1 binary64) (+.f64 (*.f64 b (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 b (*.f64 eps eps))) (exp.f64 (*.f64 a eps)))) (*.f64 (+.f64 (*.f64 b eps) #s(literal 1 binary64)) (exp.f64 (*.f64 a eps)))))
(- (+ (exp (* a eps)) (* b (+ (* b (+ (* 1/6 (* b (* (pow eps 3) (exp (* a eps))))) (* 1/2 (* (pow eps 2) (exp (* a eps)))))) (* eps (exp (* a eps)))))) 1)
(+.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (exp.f64 (*.f64 a eps)) (*.f64 #s(literal 1/2 binary64) (*.f64 eps eps))) (*.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 b (*.f64 eps (*.f64 eps eps)))) (exp.f64 (*.f64 a eps))))) (*.f64 (+.f64 (*.f64 b eps) #s(literal 1 binary64)) (exp.f64 (*.f64 a eps)))))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (+ a b))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (- a (* -1 b)))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (- a (* -1 b)))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (- a (* -1 b)))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(- (exp (* eps (- a (* -1 b)))) 1)
(expm1.f64 (*.f64 (+.f64 a b) eps))
(* eps (+ a b))
(*.f64 (+.f64 a b) eps)
(* eps (+ a b))
(*.f64 (+.f64 a b) eps)
(* eps (+ a b))
(*.f64 (+.f64 a b) eps)
(* eps (+ a b))
(*.f64 (+.f64 a b) eps)
(* eps (+ a b))
(*.f64 (+.f64 a b) eps)
(* eps (+ a b))
(*.f64 (+.f64 a b) eps)
(* eps (+ a b))
(*.f64 (+.f64 a b) eps)
(* eps (+ a b))
(*.f64 (+.f64 a b) eps)
(* eps (+ a b))
(*.f64 (+.f64 a b) eps)
(* eps (+ a b))
(*.f64 (+.f64 a b) eps)
(* eps (+ a b))
(*.f64 (+.f64 a b) eps)
(* eps (+ a b))
(*.f64 (+.f64 a b) eps)
(* b eps)
(*.f64 b eps)
(+ (* a eps) (* b eps))
(*.f64 (+.f64 a b) eps)
(+ (* a eps) (* b eps))
(*.f64 (+.f64 a b) eps)
(+ (* a eps) (* b eps))
(*.f64 (+.f64 a b) eps)
(* a eps)
(*.f64 a eps)
(* a (+ eps (/ (* b eps) a)))
(*.f64 a (+.f64 eps (/.f64 (*.f64 b eps) a)))
(* a (+ eps (/ (* b eps) a)))
(*.f64 a (+.f64 eps (/.f64 (*.f64 b eps) a)))
(* a (+ eps (/ (* b eps) a)))
(*.f64 a (+.f64 eps (/.f64 (*.f64 b eps) a)))
(* a eps)
(*.f64 a eps)
(* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a)))))
(*.f64 a (+.f64 eps (/.f64 (*.f64 b eps) a)))
(* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a)))))
(*.f64 a (+.f64 eps (/.f64 (*.f64 b eps) a)))
(* -1 (* a (+ (* -1 eps) (* -1 (/ (* b eps) a)))))
(*.f64 a (+.f64 eps (/.f64 (*.f64 b eps) a)))
(* a eps)
(*.f64 a eps)
(+ (* a eps) (* b eps))
(*.f64 (+.f64 a b) eps)
(+ (* a eps) (* b eps))
(*.f64 (+.f64 a b) eps)
(+ (* a eps) (* b eps))
(*.f64 (+.f64 a b) eps)
(* b eps)
(*.f64 b eps)
(* b (+ eps (/ (* a eps) b)))
(*.f64 b (+.f64 eps (/.f64 (*.f64 a eps) b)))
(* b (+ eps (/ (* a eps) b)))
(*.f64 b (+.f64 eps (/.f64 (*.f64 a eps) b)))
(* b (+ eps (/ (* a eps) b)))
(*.f64 b (+.f64 eps (/.f64 (*.f64 a eps) b)))
(* b eps)
(*.f64 b eps)
(* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b)))))
(*.f64 b (+.f64 eps (/.f64 (*.f64 a eps) b)))
(* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b)))))
(*.f64 b (+.f64 eps (/.f64 (*.f64 a eps) b)))
(* -1 (* b (+ (* -1 eps) (* -1 (/ (* a eps) b)))))
(*.f64 b (+.f64 eps (/.f64 (*.f64 a eps) b)))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(+ (* -1/2 eps) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 eps #s(literal -1/2 binary64)))
(+ (* eps (- (* -1 (* eps (+ (* -1/4 b) (* 1/6 b)))) 1/2)) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 eps (+.f64 #s(literal -1/2 binary64) (*.f64 eps (*.f64 b #s(literal 1/12 binary64))))))
(+ (* eps (- (* eps (- (* -1 (* eps (+ (* -1/2 (* b (+ (* -1/4 b) (* 1/6 b)))) (+ (* -1/12 (pow b 2)) (* 1/24 (pow b 2)))))) (+ (* -1/4 b) (* 1/6 b)))) 1/2)) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 eps (+.f64 #s(literal -1/2 binary64) (*.f64 eps (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 eps (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b (*.f64 b #s(literal -1/12 binary64)))) (*.f64 (*.f64 b b) #s(literal -1/24 binary64))))) (*.f64 b #s(literal 1/12 binary64)))))))
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ (+ 1 (* -1/2 (* b eps))) b)
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (*.f64 eps #s(literal -1/2 binary64)))) b)
(/ (+ 1 (* b (- (* -1 (* b (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (* 1/2 eps)))) b)
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 b (*.f64 (*.f64 eps eps) #s(literal 1/12 binary64))) (*.f64 eps #s(literal -1/2 binary64))))) b)
(/ (+ 1 (* b (- (* b (- (* -1 (* b (+ (* -1/2 (* eps (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (+ (* -1/12 (pow eps 3)) (* 1/24 (pow eps 3)))))) (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (* 1/2 eps)))) b)
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (*.f64 eps (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -1/12 binary64)))) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -1/24 binary64)))) (*.f64 (*.f64 eps eps) #s(literal 1/12 binary64)))) (*.f64 eps #s(literal -1/2 binary64))))) b)
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))
(/ eps (- (exp (* b eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 b eps)))

eval243.0ms (0.3%)

Compiler

Compiled 20877 to 2011 computations (90.4% saved)

prune223.0ms (0.3%)

Pruning

7 alts after pruning (7 fresh and 0 done)

PrunedKeptTotal
New6407647
Fresh000
Picked101
Done000
Total6417648
Accuracy
100.0%
Counts
648 → 7
Alt Table
Click to see full alt table
StatusAccuracyProgram
99.8%
(/.f64 (/.f64 (+.f64 a b) a) b)
42.5%
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 a (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal -1/2 binary64))))) a)
41.7%
(/.f64 (*.f64 eps (+.f64 (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) b)) (+.f64 a b))) (+.f64 (/.f64 a b) #s(literal 1 binary64)))) (expm1.f64 (*.f64 eps a)))
18.6%
(/.f64 eps (expm1.f64 (*.f64 eps a)))
46.1%
(/.f64 #s(literal 1 binary64) b)
53.2%
(/.f64 #s(literal 1 binary64) a)
14.4%
(+.f64 (*.f64 eps (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (*.f64 a (*.f64 a (*.f64 b b)))))) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))
Compiler

Compiled 276 to 156 computations (43.5% saved)

simplify617.0ms (0.8%)

Algorithm
egg-herbie
Localize:

Found 12 expressions of interest:

NewMetricScoreProgram
cost-diff0
(*.f64 eps a)
cost-diff0
(expm1.f64 (*.f64 eps a))
cost-diff0
(/.f64 eps (expm1.f64 (*.f64 eps a)))
cost-diff768
(/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (*.f64 a (*.f64 a (*.f64 b b))))
cost-diff1408
(-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (*.f64 a (*.f64 a (*.f64 b b)))))
cost-diff1408
(*.f64 eps (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (*.f64 a (*.f64 a (*.f64 b b))))))
cost-diff1408
(+.f64 (*.f64 eps (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (*.f64 a (*.f64 a (*.f64 b b)))))) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))
cost-diff0
(/.f64 #s(literal 1 binary64) b)
cost-diff0
(/.f64 #s(literal 1 binary64) a)
cost-diff0
(+.f64 a b)
cost-diff0
(/.f64 (+.f64 a b) a)
cost-diff0
(/.f64 (/.f64 (+.f64 a b) a) b)
Rules
4978×*-lowering-*.f32
4978×*-lowering-*.f64
2488×+-lowering-+.f64
2488×+-lowering-+.f32
1672×/-lowering-/.f32
Iterations

Useful iterations: 3 (0.0ms)

IterNodesCost
030264
196254
2344233
32156203
09066203
Stop Event
iter limit
node limit
Calls
Call 1
Inputs
(/ (/ (+ a b) a) b)
(/ (+ a b) a)
(+ a b)
a
b
(/ 1 a)
1
a
(/ 1 b)
1
b
(+ (* eps (- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b)))))) (+ (/ 1 a) (/ 1 b)))
(* eps (- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b))))))
eps
(- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b)))))
(* (* (+ a b) (+ a b)) (/ 1/2 (* a b)))
(* (+ a b) (+ a b))
(+ a b)
a
b
(/ 1/2 (* a b))
1/2
(* a b)
(/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b))))
(* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b))))
(* (+ a b) 1/2)
(+ (* a (* b b)) (* a (* a b)))
(* a (* b b))
(* b b)
(* a (* a b))
(* a (* a (* b b)))
(+ (/ 1 a) (/ 1 b))
(/ 1 a)
1
(/ 1 b)
(/ eps (- (exp (* eps a)) 1))
eps
(- (exp (* eps a)) 1)
(* eps a)
a
Outputs
(/ (/ (+ a b) a) b)
(/.f64 (+.f64 a b) (*.f64 a b))
(/ (+ a b) a)
(/.f64 (+.f64 a b) a)
(+ a b)
(+.f64 a b)
a
b
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
1
#s(literal 1 binary64)
a
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
1
#s(literal 1 binary64)
b
(+ (* eps (- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b)))))) (+ (/ 1 a) (/ 1 b)))
(+.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 eps (*.f64 (+.f64 a b) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) b) (-.f64 (+.f64 a b) (+.f64 a b)))))))
(* eps (- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b))))))
(*.f64 eps (*.f64 (+.f64 a b) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) b) (-.f64 (+.f64 a b) (+.f64 a b)))))
eps
(- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b)))))
(*.f64 (+.f64 a b) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) b) (-.f64 (+.f64 a b) (+.f64 a b))))
(* (* (+ a b) (+ a b)) (/ 1/2 (* a b)))
(*.f64 (/.f64 (+.f64 a b) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 a b) b)))
(* (+ a b) (+ a b))
(*.f64 (+.f64 a b) (+.f64 a b))
(+ a b)
(+.f64 a b)
a
b
(/ 1/2 (* a b))
(/.f64 (/.f64 #s(literal 1/2 binary64) a) b)
1/2
#s(literal 1/2 binary64)
(* a b)
(*.f64 a b)
(/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b))))
(*.f64 (/.f64 (+.f64 a b) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 a b) b)))
(* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b))))
(*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))
(* (+ a b) 1/2)
(*.f64 (+.f64 a b) #s(literal 1/2 binary64))
(+ (* a (* b b)) (* a (* a b)))
(*.f64 a (*.f64 b (+.f64 a b)))
(* a (* b b))
(*.f64 b (*.f64 a b))
(* b b)
(*.f64 b b)
(* a (* a b))
(*.f64 a (*.f64 a b))
(* a (* a (* b b)))
(*.f64 a (*.f64 b (*.f64 a b)))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
1
#s(literal 1 binary64)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ eps (- (exp (* eps a)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
eps
(- (exp (* eps a)) 1)
(expm1.f64 (*.f64 a eps))
(* eps a)
(*.f64 a eps)
a

localize1.5s (2%)

Localize:

Found 12 expressions of interest:

NewMetricScoreProgram
accuracy100.0%
(*.f64 eps a)
accuracy100.0%
(expm1.f64 (*.f64 eps a))
accuracy99.3%
(/.f64 eps (expm1.f64 (*.f64 eps a)))
accuracy99.9%
(*.f64 a (*.f64 a b))
accuracy99.8%
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
accuracy99.5%
(*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b)))
accuracy76.4%
(/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (*.f64 a (*.f64 a (*.f64 b b))))
accuracy100.0%
(/.f64 #s(literal 1 binary64) b)
accuracy100.0%
(/.f64 #s(literal 1 binary64) a)
accuracy100.0%
(+.f64 a b)
accuracy100.0%
(/.f64 (+.f64 a b) a)
accuracy99.9%
(/.f64 (/.f64 (+.f64 a b) a) b)
Results
989.0ms159×5exit
278.0ms92×2valid
18.0ms3valid
Compiler

Compiled 302 to 30 computations (90.1% saved)

Precisions
Click to see histograms. Total time spent on operations: 739.0ms
ival-mult: 322.0ms (43.6% of total)
backward-pass: 138.0ms (18.7% of total)
ival-div: 130.0ms (17.6% of total)
ival-add: 65.0ms (8.8% of total)
compiled-spec: 36.0ms (4.9% of total)
ival-exp: 23.0ms (3.1% of total)
ival-sub: 21.0ms (2.8% of total)
const: 3.0ms (0.4% of total)

series176.0ms (0.2%)

Counts
15 → 360
Calls
Call 1
Inputs
#<alt (/ (/ (+ a b) a) b)>
#<alt (/ (+ a b) a)>
#<alt (+ a b)>
#<alt (/ 1 a)>
#<alt (/ 1 b)>
#<alt (+ (* eps (- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b)))))) (+ (/ 1 a) (/ 1 b)))>
#<alt (* eps (- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b))))))>
#<alt (- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b)))))>
#<alt (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b))))>
#<alt (/ eps (- (exp (* eps a)) 1))>
#<alt (- (exp (* eps a)) 1)>
#<alt (* eps a)>
#<alt (* (* (+ a b) (+ a b)) (/ 1/2 (* a b)))>
#<alt (/ 1/2 (* a b))>
#<alt (* a (* a b))>
Outputs
#<alt (/ 1 a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (/ 1 b)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 b)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 b)>
#<alt (/ (+ 1 (/ b a)) b)>
#<alt (/ (+ 1 (/ b a)) b)>
#<alt (/ (+ 1 (/ b a)) b)>
#<alt (/ 1 a)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 a)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ b a)>
#<alt (/ (+ a b) a)>
#<alt (/ (+ a b) a)>
#<alt (/ (+ a b) a)>
#<alt 1>
#<alt (+ 1 (/ b a))>
#<alt (+ 1 (/ b a))>
#<alt (+ 1 (/ b a))>
#<alt 1>
#<alt (+ 1 (/ b a))>
#<alt (+ 1 (/ b a))>
#<alt (+ 1 (/ b a))>
#<alt 1>
#<alt (+ 1 (/ b a))>
#<alt (+ 1 (/ b a))>
#<alt (+ 1 (/ b a))>
#<alt (/ b a)>
#<alt (* b (+ (/ 1 a) (/ 1 b)))>
#<alt (* b (+ (/ 1 a) (/ 1 b)))>
#<alt (* b (+ (/ 1 a) (/ 1 b)))>
#<alt (/ b a)>
#<alt (* b (+ (/ 1 a) (/ 1 b)))>
#<alt (* b (+ (/ 1 a) (/ 1 b)))>
#<alt (* b (+ (/ 1 a) (/ 1 b)))>
#<alt b>
#<alt (+ a b)>
#<alt (+ a b)>
#<alt (+ a b)>
#<alt a>
#<alt (* a (+ 1 (/ b a)))>
#<alt (* a (+ 1 (/ b a)))>
#<alt (* a (+ 1 (/ b a)))>
#<alt a>
#<alt (* -1 (* a (- (* -1 (/ b a)) 1)))>
#<alt (* -1 (* a (- (* -1 (/ b a)) 1)))>
#<alt (* -1 (* a (- (* -1 (/ b a)) 1)))>
#<alt a>
#<alt (+ a b)>
#<alt (+ a b)>
#<alt (+ a b)>
#<alt b>
#<alt (* b (+ 1 (/ a b)))>
#<alt (* b (+ 1 (/ a b)))>
#<alt (* b (+ 1 (/ a b)))>
#<alt b>
#<alt (* -1 (* b (- (* -1 (/ a b)) 1)))>
#<alt (* -1 (* b (- (* -1 (/ a b)) 1)))>
#<alt (* -1 (* b (- (* -1 (/ a b)) 1)))>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (+ (/ 1 a) (/ 1 b)))>
#<alt (+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (+ (/ 1 a) (/ 1 b)))>
#<alt (+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (+ (/ 1 a) (/ 1 b)))>
#<alt (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (+ (/ 1 (* a eps)) (/ 1 (* b eps)))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (+ (/ 1 (* a eps)) (/ 1 (* b eps)))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (+ (/ 1 (* a eps)) (/ 1 (* b eps)))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* -1 (* eps (+ (* -1 (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (* -1 (/ (+ (/ 1 a) (/ 1 b)) eps)))))>
#<alt (* -1 (* eps (+ (* -1 (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (* -1 (/ (+ (/ 1 a) (/ 1 b)) eps)))))>
#<alt (* -1 (* eps (+ (* -1 (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (* -1 (/ (+ (/ 1 a) (/ 1 b)) eps)))))>
#<alt (/ 1 a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (/ 1 b)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 b)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 b)>
#<alt (/ (+ 1 (/ b a)) b)>
#<alt (/ (+ 1 (/ b a)) b)>
#<alt (/ (+ 1 (/ b a)) b)>
#<alt (/ 1 a)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 a)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt 0>
#<alt (* 1/2 (/ b a))>
#<alt (/ (+ a (* 1/2 b)) a)>
#<alt (/ (+ (* 1/2 b) (* a (+ 1 (* 1/2 (/ a b))))) a)>
#<alt (/ (+ (* 1/2 b) (* a (+ 1 (* 1/2 (/ a b))))) a)>
#<alt (* 1/2 (/ a b))>
#<alt (* a (+ (/ 1 a) (* 1/2 (/ 1 b))))>
#<alt (* a (+ (* 1/2 (/ b (pow a 2))) (+ (/ 1 a) (* 1/2 (/ 1 b)))))>
#<alt (* a (+ (* 1/2 (/ b (pow a 2))) (+ (/ 1 a) (* 1/2 (/ 1 b)))))>
#<alt (* 1/2 (/ a b))>
#<alt (* a (+ (/ 1 a) (* 1/2 (/ 1 b))))>
#<alt (* -1 (* a (- (* -1 (/ (+ 1 (* 1/2 (/ b a))) a)) (* 1/2 (/ 1 b)))))>
#<alt (* -1 (* a (- (* -1 (/ (+ 1 (* 1/2 (/ b a))) a)) (* 1/2 (/ 1 b)))))>
#<alt (* 1/2 (/ a b))>
#<alt (/ (+ b (* 1/2 a)) b)>
#<alt (/ (+ (* 1/2 a) (* b (+ 1 (* 1/2 (/ b a))))) b)>
#<alt (/ (+ (* 1/2 a) (* b (+ 1 (* 1/2 (/ b a))))) b)>
#<alt (* 1/2 (/ b a))>
#<alt (* b (+ (* 1/2 (/ 1 a)) (/ 1 b)))>
#<alt (* b (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 a)) (/ 1 b))))>
#<alt (* b (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 a)) (/ 1 b))))>
#<alt (* 1/2 (/ b a))>
#<alt (* b (+ (* 1/2 (/ 1 a)) (/ 1 b)))>
#<alt (* -1 (* b (- (* -1 (/ (+ 1 (* 1/2 (/ a b))) b)) (* 1/2 (/ 1 a)))))>
#<alt (* -1 (* b (- (* -1 (/ (+ 1 (* 1/2 (/ a b))) b)) (* 1/2 (/ 1 a)))))>
#<alt (/ 1 a)>
#<alt (+ (* -1/2 eps) (/ 1 a))>
#<alt (+ (* eps (- (* -1 (* eps (+ (* -1/4 a) (* 1/6 a)))) 1/2)) (/ 1 a))>
#<alt (+ (* eps (- (* eps (- (* -1 (* eps (+ (* -1/2 (* a (+ (* -1/4 a) (* 1/6 a)))) (+ (* -1/12 (pow a 2)) (* 1/24 (pow a 2)))))) (+ (* -1/4 a) (* 1/6 a)))) 1/2)) (/ 1 a))>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (/ 1 a)>
#<alt (/ (+ 1 (* -1/2 (* a eps))) a)>
#<alt (/ (+ 1 (* a (- (* -1 (* a (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (* 1/2 eps)))) a)>
#<alt (/ (+ 1 (* a (- (* a (- (* -1 (* a (+ (* -1/2 (* eps (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (+ (* -1/12 (pow eps 3)) (* 1/24 (pow eps 3)))))) (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (* 1/2 eps)))) a)>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (/ eps (- (exp (* a eps)) 1))>
#<alt (* a eps)>
#<alt (* eps (+ a (* 1/2 (* (pow a 2) eps))))>
#<alt (* eps (+ a (* eps (+ (* 1/6 (* (pow a 3) eps)) (* 1/2 (pow a 2))))))>
#<alt (* eps (+ a (* eps (+ (* 1/2 (pow a 2)) (* eps (+ (* 1/24 (* (pow a 4) eps)) (* 1/6 (pow a 3))))))))>
#<alt (- (exp (* a eps)) 1)>
#<alt (- (exp (* a eps)) 1)>
#<alt (- (exp (* a eps)) 1)>
#<alt (- (exp (* a eps)) 1)>
#<alt (- (exp (* a eps)) 1)>
#<alt (- (exp (* a eps)) 1)>
#<alt (- (exp (* a eps)) 1)>
#<alt (- (exp (* a eps)) 1)>
#<alt (* a eps)>
#<alt (* a (+ eps (* 1/2 (* a (pow eps 2)))))>
#<alt (* a (+ eps (* a (+ (* 1/6 (* a (pow eps 3))) (* 1/2 (pow eps 2))))))>
#<alt (* a (+ eps (* a (+ (* 1/2 (pow eps 2)) (* a (+ (* 1/24 (* a (pow eps 4))) (* 1/6 (pow eps 3))))))))>
#<alt (- (exp (* a eps)) 1)>
#<alt (- (exp (* a eps)) 1)>
#<alt (- (exp (* a eps)) 1)>
#<alt (- (exp (* a eps)) 1)>
#<alt (- (exp (* a eps)) 1)>
#<alt (- (exp (* a eps)) 1)>
#<alt (- (exp (* a eps)) 1)>
#<alt (- (exp (* a eps)) 1)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* 1/2 (/ b a))>
#<alt (/ (+ a (* 1/2 b)) a)>
#<alt (/ (+ (* 1/2 b) (* a (+ 1 (* 1/2 (/ a b))))) a)>
#<alt (/ (+ (* 1/2 b) (* a (+ 1 (* 1/2 (/ a b))))) a)>
#<alt (* 1/2 (/ a b))>
#<alt (* a (+ (/ 1 a) (* 1/2 (/ 1 b))))>
#<alt (* a (+ (* 1/2 (/ b (pow a 2))) (+ (/ 1 a) (* 1/2 (/ 1 b)))))>
#<alt (* a (+ (* 1/2 (/ b (pow a 2))) (+ (/ 1 a) (* 1/2 (/ 1 b)))))>
#<alt (* 1/2 (/ a b))>
#<alt (* a (+ (/ 1 a) (* 1/2 (/ 1 b))))>
#<alt (* -1 (* a (- (* -1 (/ (+ 1 (* 1/2 (/ b a))) a)) (* 1/2 (/ 1 b)))))>
#<alt (* -1 (* a (- (* -1 (/ (+ 1 (* 1/2 (/ b a))) a)) (* 1/2 (/ 1 b)))))>
#<alt (* 1/2 (/ a b))>
#<alt (/ (+ b (* 1/2 a)) b)>
#<alt (/ (+ (* 1/2 a) (* b (+ 1 (* 1/2 (/ b a))))) b)>
#<alt (/ (+ (* 1/2 a) (* b (+ 1 (* 1/2 (/ b a))))) b)>
#<alt (* 1/2 (/ b a))>
#<alt (* b (+ (* 1/2 (/ 1 a)) (/ 1 b)))>
#<alt (* b (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 a)) (/ 1 b))))>
#<alt (* b (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 a)) (/ 1 b))))>
#<alt (* 1/2 (/ b a))>
#<alt (* b (+ (* 1/2 (/ 1 a)) (/ 1 b)))>
#<alt (* -1 (* b (- (* -1 (/ (+ 1 (* 1/2 (/ a b))) b)) (* 1/2 (/ 1 a)))))>
#<alt (* -1 (* b (- (* -1 (/ (+ 1 (* 1/2 (/ a b))) b)) (* 1/2 (/ 1 a)))))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (/ 1/2 (* a b))>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
#<alt (* (pow a 2) b)>
Calls

90 calls:

TimeVariablePointExpression
29.0ms
a
@inf
(+ (* eps (- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b)))))) (+ (/ 1 a) (/ 1 b)))
12.0ms
b
@0
(* eps (- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b))))))
8.0ms
a
@0
(* eps (- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b))))))
8.0ms
a
@inf
(* eps (- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b))))))
8.0ms
b
@inf
(* eps (- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b))))))

rewrite1.0s (1.4%)

Algorithm
batch-egg-rewrite
Rules
3690×/-lowering-/.f32
3690×/-lowering-/.f64
3632×*-lowering-*.f32
3632×*-lowering-*.f64
2340×pow-lowering-pow.f64
Iterations

Useful iterations: 2 (0.0ms)

IterNodesCost
030187
1217177
22437169
09279169
Stop Event
iter limit
node limit
Counts
15 → 543
Calls
Call 1
Inputs
(/ (/ (+ a b) a) b)
(/ (+ a b) a)
(+ a b)
(/ 1 a)
(/ 1 b)
(+ (* eps (- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b)))))) (+ (/ 1 a) (/ 1 b)))
(* eps (- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b))))))
(- (* (* (+ a b) (+ a b)) (/ 1/2 (* a b))) (/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b)))))
(/ (* (* (+ a b) 1/2) (+ (* a (* b b)) (* a (* a b)))) (* a (* a (* b b))))
(/ eps (- (exp (* eps a)) 1))
(- (exp (* eps a)) 1)
(* eps a)
(* (* (+ a b) (+ a b)) (/ 1/2 (* a b)))
(/ 1/2 (* a b))
(* a (* a b))
Outputs
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))) #s(literal -1 binary64)))
(-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) b))
(-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) b) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))
(-.f64 (/.f64 (/.f64 (*.f64 a a) (-.f64 a b)) (*.f64 a b)) (/.f64 (/.f64 (*.f64 b b) (-.f64 a b)) (*.f64 a b)))
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 a b) a)) b))
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a b))) (/.f64 (+.f64 a b) (-.f64 #s(literal 0 binary64) (*.f64 a b))))
(-.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 a b) (-.f64 a b))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a b) (-.f64 a b))))
(-.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) b) (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))))
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(fma.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b))
(fma.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a))
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(fma.f64 (pow.f64 b #s(literal -1/2 binary64)) (pow.f64 b #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) a))
(fma.f64 (pow.f64 a #s(literal -1/2 binary64)) (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b))
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 a b) a)) b))
(/.f64 (+.f64 a b) (*.f64 a b))
(/.f64 (/.f64 (+.f64 a b) a) b)
(/.f64 (/.f64 (+.f64 a b) a) (neg.f64 (-.f64 #s(literal 0 binary64) b)))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (+.f64 a b)) b))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a b) (+.f64 a b)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) b)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 #s(literal 1 binary64) b) b))))
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a (+.f64 a b)) (-.f64 #s(literal 0 binary64) b))))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))))
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a (+.f64 a b)))
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 a (+.f64 a b)) (-.f64 #s(literal 0 binary64) b)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 a (+.f64 a b)) b)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a b) (+.f64 a b))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) #s(literal 1 binary64))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) b)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 #s(literal 1 binary64) b) b)))))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 a b) a)) (-.f64 #s(literal 0 binary64) b))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 a b) a)) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b))))
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (-.f64 #s(literal 0 binary64) (*.f64 a b)))
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) b)))
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) b) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) a)))
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a b) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 #s(literal 1 binary64) b) b)) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))
(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 (*.f64 a b) (-.f64 a b)))
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) b)) (neg.f64 (/.f64 a (+.f64 a b))))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 b #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)))
(/.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64)) (*.f64 a b))
(/.f64 (*.f64 (+.f64 a b) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a b)))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a b)))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a b) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))))
(/.f64 (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))) (neg.f64 (*.f64 (*.f64 a b) (-.f64 a b))))
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) b))))
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) b) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) a))))
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 #s(literal 1 binary64) b) b))) (neg.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b))))
(/.f64 (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) b) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)))
(/.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(literal 1 binary64)) b)
(/.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) b))
(/.f64 (*.f64 (+.f64 a b) (/.f64 #s(literal 1 binary64) b)) a)
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (/.f64 #s(literal 1 binary64) b)) (-.f64 #s(literal 0 binary64) a))
(/.f64 (/.f64 (+.f64 a b) b) a)
(/.f64 (neg.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))
(/.f64 (neg.f64 (*.f64 (+.f64 a b) #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b))))
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal -1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b))))
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b))))
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))))
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 b #s(literal -1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b))))
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b))))
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))))
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) #s(literal 1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b))))
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) #s(literal -1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))))
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))))) (neg.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) b)))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 #s(literal 1 binary64) b) b)))) (neg.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))))
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) b) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) (neg.f64 (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))))
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b))
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b)))
(/.f64 (neg.f64 (*.f64 (+.f64 a b) (/.f64 #s(literal 1 binary64) b))) (-.f64 #s(literal 0 binary64) a))
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (/.f64 #s(literal 1 binary64) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))
(/.f64 (neg.f64 (/.f64 (+.f64 a b) b)) (-.f64 #s(literal 0 binary64) a))
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) #s(literal -1 binary64))
(pow.f64 (*.f64 (/.f64 a (+.f64 a b)) b) #s(literal -1 binary64))
(pow.f64 (/.f64 (*.f64 a b) (+.f64 a b)) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) #s(literal 1 binary64)) #s(literal -1 binary64))
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) b)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 #s(literal 1 binary64) b) b))) #s(literal -1 binary64))
(*.f64 (+.f64 a b) (/.f64 #s(literal 1 binary64) (*.f64 a b)))
(*.f64 (/.f64 (+.f64 a b) a) (/.f64 #s(literal 1 binary64) b))
(*.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (+.f64 a b) a))
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 a b) a)) (/.f64 #s(literal -1 binary64) b))
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) b))))
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 #s(literal 1 binary64) b) b)) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))
(*.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (pow.f64 (/.f64 b (+.f64 a b)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a))
(*.f64 (pow.f64 (/.f64 b (-.f64 #s(literal 0 binary64) (+.f64 a b))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a))
(exp.f64 (*.f64 (log.f64 (/.f64 a (+.f64 a b))) #s(literal -1 binary64)))
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 a b) a)))
(-.f64 (/.f64 (/.f64 (*.f64 a a) (-.f64 a b)) a) (/.f64 (/.f64 (*.f64 b b) (-.f64 a b)) a))
(-.f64 (/.f64 (*.f64 a a) (*.f64 a (-.f64 a b))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))))
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 a b) a)))
(/.f64 (+.f64 a b) a)
(/.f64 #s(literal 1 binary64) (/.f64 a (+.f64 a b)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (+.f64 a b)) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (+.f64 a b)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (+.f64 a b))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (+.f64 a b)) #s(literal 1 binary64))))
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (-.f64 #s(literal 0 binary64) a))
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))
(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a (-.f64 a b)))
(/.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64)) a)
(/.f64 (*.f64 (+.f64 a b) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a))
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a))
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (-.f64 a b) a))
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a)))
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal -1 binary64)) (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)))
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 a (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))))
(/.f64 (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))) (neg.f64 (*.f64 a (-.f64 a b))))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)) (-.f64 a b))
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))))
(/.f64 (neg.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a))
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) a)))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 a b) a)))
(/.f64 (neg.f64 (*.f64 (+.f64 a b) #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal -1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (-.f64 #s(literal 0 binary64) a))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal -1 binary64))) (neg.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a))))
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a))) (neg.f64 (-.f64 a b)))
(pow.f64 (/.f64 a (+.f64 a b)) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 a (+.f64 a b)) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 (+.f64 a b) (/.f64 #s(literal 1 binary64) a))
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 a b) a))
(*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 a b))
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 a b)) #s(literal -1 binary64)))
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (/.f64 #s(literal -1 binary64) a))
(*.f64 (*.f64 (+.f64 a b) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a))
(*.f64 (pow.f64 (/.f64 a (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))
(*.f64 (pow.f64 (/.f64 a (-.f64 (*.f64 a a) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 a b)))
(+.f64 a b)
(+.f64 b a)
(exp.f64 (*.f64 (log.f64 (+.f64 a b)) #s(literal 1 binary64)))
(-.f64 (/.f64 (*.f64 a a) (-.f64 a b)) (/.f64 (*.f64 b b) (-.f64 a b)))
(-.f64 (/.f64 (*.f64 b b) (-.f64 b a)) (/.f64 (*.f64 a a) (-.f64 b a)))
(fma.f64 a #s(literal 1 binary64) b)
(fma.f64 b #s(literal 1 binary64) a)
(fma.f64 #s(literal 1 binary64) a b)
(fma.f64 #s(literal 1 binary64) b a)
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))))
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b))))
(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 a b))
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 a a) (*.f64 a b)))))
(/.f64 (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b))) (neg.f64 (-.f64 a b)))
(/.f64 (-.f64 (*.f64 b b) (*.f64 a a)) (-.f64 b a))
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 a a) (*.f64 b b)))) (neg.f64 (neg.f64 (-.f64 a b))))
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 a a))) (neg.f64 (-.f64 b a)))
(pow.f64 (+.f64 a b) #s(literal 1 binary64))
(pow.f64 (/.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))) (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64))
(pow.f64 (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))) #s(literal -1 binary64))
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))
(*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (-.f64 a b)))
(*.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))) #s(literal 1 binary64)))
(*.f64 (pow.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) #s(literal 1 binary64)))
(exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 a)))
(neg.f64 (/.f64 #s(literal -1 binary64) a))
(/.f64 #s(literal 1 binary64) a)
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a)))
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a))
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))))
(pow.f64 a #s(literal -1 binary64))
(pow.f64 (*.f64 a a) #s(literal -1/2 binary64))
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64))
(pow.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 2 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a))
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) a))
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (pow.f64 a #s(literal -1/2 binary64)))
(exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 b)))
(neg.f64 (/.f64 #s(literal -1 binary64) b))
(/.f64 #s(literal 1 binary64) b)
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b)))
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b))
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b))))
(pow.f64 b #s(literal -1 binary64))
(pow.f64 (*.f64 b b) #s(literal -1/2 binary64))
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64))
(pow.f64 (pow.f64 b #s(literal -1/2 binary64)) #s(literal 2 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64))
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) b))
(*.f64 (pow.f64 b #s(literal -1/2 binary64)) (pow.f64 b #s(literal -1/2 binary64)))
(+.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))
(+.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))
(+.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))
(+.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))
(+.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (/.f64 #s(literal 1 binary64) b))
(+.f64 (+.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (/.f64 #s(literal 1 binary64) b)) (/.f64 #s(literal 1 binary64) a))
(-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 a b) a)) b))
(-.f64 (/.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))) (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))))
(-.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (/.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))))
(-.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (/.f64 #s(literal 1 binary64) b))) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) b) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (/.f64 #s(literal 1 binary64) b))))
(fma.f64 (+.f64 a b) (/.f64 #s(literal 1 binary64) (*.f64 a b)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))
(fma.f64 (/.f64 (+.f64 a b) a) (/.f64 #s(literal 1 binary64) b) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))
(fma.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))
(fma.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))
(fma.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (+.f64 a b) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))
(fma.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))
(fma.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))
(fma.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) eps (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) b) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 a b) a)) (/.f64 #s(literal -1 binary64) b) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))
(fma.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) b))) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))
(fma.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 #s(literal 1 binary64) b) b)) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))
(fma.f64 (pow.f64 b #s(literal -1/2 binary64)) (pow.f64 b #s(literal -1/2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))
(fma.f64 (pow.f64 a #s(literal -1/2 binary64)) (pow.f64 a #s(literal -1/2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))
(fma.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))) (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))))))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))) (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))))))
(/.f64 (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))) (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))))
(/.f64 (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))) (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) (-.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (*.f64 eps (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))))))
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))) (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))))) (neg.f64 (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))))))
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))))) (neg.f64 (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) (-.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (*.f64 eps (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))))))
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))) (neg.f64 (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))))
(/.f64 (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) b) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (/.f64 #s(literal 1 binary64) b)))))
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (/.f64 (/.f64 #s(literal 1 binary64) b) b)) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (/.f64 #s(literal 1 binary64) b)))
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))))))
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))))) (neg.f64 (neg.f64 (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))))
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) b) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (/.f64 #s(literal 1 binary64) b))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))) (neg.f64 (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))))
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (/.f64 (/.f64 #s(literal 1 binary64) b) b))) (neg.f64 (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (/.f64 #s(literal 1 binary64) b))))
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (+.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))))))
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) b) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (*.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))))))
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (/.f64 #s(literal 1 binary64) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 (+.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (/.f64 #s(literal 1 binary64) b)) (+.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (/.f64 #s(literal 1 binary64) b))) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (+.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (/.f64 #s(literal 1 binary64) b)) (/.f64 #s(literal 1 binary64) a)))))
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))))) (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))) #s(literal -1 binary64))
(*.f64 (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))))))
(*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)))) (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))))
(+.f64 (*.f64 eps (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64)))) (*.f64 eps (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)))))
(+.f64 (*.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) eps) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))) eps))
(fma.f64 eps (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (*.f64 eps (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)))))
(fma.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) eps (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))) eps))
(/.f64 (*.f64 eps (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))))))) (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))))
(/.f64 (*.f64 eps (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 a (*.f64 b (*.f64 a b))))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)))))) eps) (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))))
(/.f64 (*.f64 (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 a (*.f64 b (*.f64 a b)))) eps) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))
(/.f64 (neg.f64 (*.f64 eps (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)))))))) (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))))
(/.f64 (neg.f64 (*.f64 eps (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 a (*.f64 b (*.f64 a b)))))) (neg.f64 (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)))))) eps)) (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))))
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 a (*.f64 b (*.f64 a b)))) eps)) (neg.f64 (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))
(/.f64 (+.f64 (pow.f64 (*.f64 eps (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 eps (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 eps (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64)))) (*.f64 eps (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (-.f64 (*.f64 (*.f64 eps (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)))) (*.f64 eps (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))) (*.f64 (*.f64 eps (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64)))) (*.f64 eps (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))))))
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) eps) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))) eps) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) eps) (*.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) eps)) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))) eps) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))) eps)) (*.f64 (*.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) eps) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))) eps)))))
(*.f64 eps (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))
(*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) eps)
(+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))
(+.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (+.f64 (*.f64 (neg.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))
(+.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (+.f64 (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))
(+.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))
(+.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))
(-.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))) (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))))) (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))))
(-.f64 (/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))) (/.f64 (/.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))
(-.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 (*.f64 a b) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))))) (/.f64 (*.f64 (*.f64 a b) #s(literal 1 binary64)) (*.f64 (*.f64 a b) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))))))
(-.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (/.f64 (*.f64 (*.f64 a b) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))))
(-.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (*.f64 a b) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)))) (/.f64 (*.f64 (*.f64 a b) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) (*.f64 (*.f64 a b) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)))))
(-.f64 (/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 b (*.f64 a b))) (*.f64 (*.f64 a b) (*.f64 b (*.f64 a b)))) (/.f64 (*.f64 (*.f64 a b) (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a))) (*.f64 (*.f64 a b) (*.f64 b (*.f64 a b)))))
(fma.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))
(fma.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))
(fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))
(fma.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))
(fma.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 a b)))) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 a b))) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))
(fma.f64 (*.f64 (+.f64 a b) (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 b (*.f64 a b)))) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))
(fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))) (+.f64 (*.f64 (neg.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))
(fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))) (+.f64 (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))
(fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))) (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))
(fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 a (*.f64 b (*.f64 a b)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))) (+.f64 (*.f64 (neg.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))
(fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 a (*.f64 b (*.f64 a b)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))) (+.f64 (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))
(fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 a (*.f64 b (*.f64 a b)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))) (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))
(fma.f64 (/.f64 (+.f64 a b) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (+.f64 a b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))
(fma.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))
(fma.f64 (neg.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))
(fma.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (/.f64 #s(literal 1/2 binary64) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))
(fma.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) b) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))
(fma.f64 (neg.f64 (*.f64 (+.f64 a b) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 b (*.f64 a b))) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))))))))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))) (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 a (*.f64 b (*.f64 a b))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))) (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 a (*.f64 b (*.f64 a b)))))))
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)))))) (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))))
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)))))) (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (-.f64 (/.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)))))))
(/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 (*.f64 a b) #s(literal 1 binary64))) (*.f64 (*.f64 a b) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))))
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (*.f64 a b) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))))
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (*.f64 a b) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 (*.f64 a b) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 b (*.f64 a b))) (*.f64 (*.f64 a b) (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)))) (*.f64 (*.f64 a b) (*.f64 b (*.f64 a b))))
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))))))) (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))))
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))))))) (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (-.f64 (/.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))))))
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 a (*.f64 b (*.f64 a b))))) (neg.f64 (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 b (*.f64 a b))))) a)
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)) (*.f64 a b))) b)
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (+.f64 a b) (+.f64 a b))) (/.f64 (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)) (*.f64 a b))) b)
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) a) (/.f64 (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)) (*.f64 a b))) b)
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)) (*.f64 b b))) a)
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 (*.f64 a b) #s(literal 1 binary64)))) (neg.f64 (*.f64 (*.f64 a b) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (*.f64 a b) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))))) (neg.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (*.f64 a b) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))))) (neg.f64 (*.f64 (*.f64 a b) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 b (*.f64 a b))) (*.f64 (*.f64 a b) (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a))))) (neg.f64 (*.f64 (*.f64 a b) (*.f64 b (*.f64 a b)))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))))))
(/.f64 (neg.f64 (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 a (*.f64 b (*.f64 a b)))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))))
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (pow.f64 (+.f64 (*.f64 (neg.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (-.f64 (*.f64 (+.f64 (*.f64 (neg.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))) (+.f64 (*.f64 (neg.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))) (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (+.f64 (*.f64 (neg.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))))
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (pow.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (-.f64 (*.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))) (+.f64 (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))) (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (+.f64 (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))))
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a))) (pow.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a)) (-.f64 (*.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))) (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))) (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) a) (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))))
(/.f64 (+.f64 (neg.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)))))) (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))))) (+.f64 (/.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64)))))))
(pow.f64 (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))) (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 a (*.f64 b (*.f64 a b))))) #s(literal -1 binary64))
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))) #s(literal 1/8 binary64)) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) (*.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) (+.f64 a b))) #s(literal 1/8 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (*.f64 a (*.f64 b (*.f64 a b)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))))
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) #s(literal -1 binary64)))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))
(neg.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 a b)) (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a))))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))))))
(/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) #s(literal 1 binary64))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 a b)) (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)))))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)))
(/.f64 (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)) (*.f64 b (*.f64 a b)))
(/.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) #s(literal 1 binary64)) (*.f64 a (*.f64 b (*.f64 a b))))
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) (neg.f64 (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))
(/.f64 (neg.f64 (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a))) (neg.f64 (*.f64 b (*.f64 a b))))
(/.f64 (*.f64 (*.f64 (+.f64 a b) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 a (*.f64 b (+.f64 a b)))) (*.f64 b (*.f64 a b)))
(/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 b (*.f64 a b)))) a)
(/.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b))) a)
(/.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a a)) (*.f64 b b))
(/.f64 (/.f64 (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)) a) (*.f64 b b))
(/.f64 (/.f64 (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)) (*.f64 a b)) b)
(/.f64 (/.f64 (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)) (*.f64 b b)) a)
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) #s(literal 1 binary64))) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)))
(/.f64 (neg.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))) (neg.f64 (neg.f64 (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)))))
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)))) (neg.f64 (neg.f64 (*.f64 b (*.f64 a b)))))
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 a b) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 a (*.f64 b (+.f64 a b))))) (neg.f64 (*.f64 b (*.f64 a b))))
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 b (*.f64 a b))))) (-.f64 #s(literal 0 binary64) a))
(/.f64 (neg.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 b (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a))
(/.f64 (neg.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a a))) (neg.f64 (*.f64 b b)))
(/.f64 (neg.f64 (/.f64 (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)) a)) (neg.f64 (*.f64 b b)))
(/.f64 (neg.f64 (/.f64 (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)) (*.f64 a b))) (-.f64 #s(literal 0 binary64) b))
(/.f64 (neg.f64 (/.f64 (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) a))
(pow.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) #s(literal 1 binary64)) #s(literal -1 binary64))
(pow.f64 (/.f64 (*.f64 b (*.f64 a b)) (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a))) #s(literal -1 binary64))
(*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))))
(*.f64 (+.f64 a b) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 a b)))))
(*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) (*.f64 a (*.f64 b (*.f64 a b)))))
(*.f64 (/.f64 (+.f64 a b) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) (*.f64 b (*.f64 a b))))
(*.f64 (/.f64 (+.f64 a b) a) (pow.f64 (/.f64 (*.f64 b (*.f64 a b)) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) #s(literal -1 binary64)))
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (*.f64 a (*.f64 b (*.f64 a b)))))
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (*.f64 b (*.f64 a b)) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) #s(literal -1 binary64)))
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 a b) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a))))
(*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)))
(*.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 a b)))))
(*.f64 (*.f64 a (*.f64 b (+.f64 a b))) (/.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (*.f64 a (*.f64 b (*.f64 a b)))))
(*.f64 (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 a b))))
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 a b)) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b (*.f64 a b)) (-.f64 #s(literal 0 binary64) a))))
(*.f64 (*.f64 (+.f64 a b) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 b (*.f64 a b))))
(*.f64 (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (/.f64 #s(literal 1/2 binary64) a)))
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 (/.f64 (*.f64 b b) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) #s(literal -1 binary64)))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 a b))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 a b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))))) #s(literal -1 binary64)))
(*.f64 (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a b))))
(*.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 a b))) (/.f64 (*.f64 b (+.f64 a b)) a)) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))
(*.f64 (/.f64 (+.f64 a b) (*.f64 b (*.f64 a b))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a))
(*.f64 (/.f64 (+.f64 a b) (*.f64 a a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) (*.f64 b b)))
(*.f64 (/.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (*.f64 b (*.f64 a b))) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) a))
(*.f64 (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) a) (/.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (*.f64 b (*.f64 a b))))
(*.f64 (/.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 b b)))
(*.f64 (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a a)) (/.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (*.f64 b b)))
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a b))) (*.f64 (+.f64 a b) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b)))) a)))
(*.f64 (pow.f64 (/.f64 a (*.f64 a (*.f64 b (+.f64 a b)))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b (*.f64 a b)) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) #s(literal -1 binary64)))
(*.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 a b)) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 a (*.f64 a (*.f64 b (+.f64 a b)))) #s(literal -1 binary64)))
(*.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 a b)) (+.f64 a b)) #s(literal -1 binary64)) (pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) #s(literal -1 binary64)))
(*.f64 (pow.f64 (/.f64 (*.f64 a a) (+.f64 a b)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 b (+.f64 a b))))) #s(literal -1 binary64)))
(*.f64 (pow.f64 (/.f64 (*.f64 a a) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 b (+.f64 a b)))) #s(literal -1 binary64)))
(*.f64 (pow.f64 (/.f64 (*.f64 a a) (*.f64 a (*.f64 b (+.f64 a b)))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) #s(literal -1 binary64)))
(exp.f64 (*.f64 (log.f64 (/.f64 (expm1.f64 (*.f64 a eps)) eps)) #s(literal -1 binary64)))
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 a eps)))) (/.f64 eps (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 a eps)))))
(neg.f64 (/.f64 eps (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 a eps)))))
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) eps) (expm1.f64 (*.f64 a eps))))
(/.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 (*.f64 a eps)) eps))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (expm1.f64 (*.f64 a eps)) eps) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (expm1.f64 (*.f64 a eps)) eps))))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (expm1.f64 (*.f64 a eps)) eps)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 a eps)) eps) #s(literal 1 binary64))))
(/.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 a eps))))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) eps)) (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 a eps)))))
(/.f64 (*.f64 eps #s(literal 1 binary64)) (expm1.f64 (*.f64 a eps)))
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) eps))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 a eps))))))
(/.f64 (neg.f64 (*.f64 eps #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 a eps))))
(pow.f64 (/.f64 (expm1.f64 (*.f64 a eps)) eps) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 (expm1.f64 (*.f64 a eps)) eps) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 eps (expm1.f64 (*.f64 a eps))))
(*.f64 eps (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 a eps))))
(*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (expm1.f64 (*.f64 a eps)))))
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 a eps))) eps)
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (*.f64 a eps))) (pow.f64 (/.f64 #s(literal 1 binary64) eps) #s(literal -1 binary64)))
(*.f64 (/.f64 eps (expm1.f64 (*.f64 (*.f64 a eps) #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps)))))
(*.f64 (/.f64 eps (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps))))
(+.f64 (exp.f64 (*.f64 a eps)) #s(literal -1 binary64))
(+.f64 #s(literal -1 binary64) (exp.f64 (*.f64 a eps)))
(-.f64 (exp.f64 (*.f64 a eps)) #s(literal 1 binary64))
(-.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps))))))
(-.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps)))))
(-.f64 (/.f64 (exp.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64)))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 a eps)) #s(literal -1 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 a eps)) #s(literal -1 binary64))))))
(fma.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps)) #s(literal -1 binary64))
(fma.f64 (exp.f64 (*.f64 a eps)) #s(literal 1 binary64) #s(literal -1 binary64))
(fma.f64 (exp.f64 (*.f64 eps (/.f64 a #s(literal 2 binary64)))) (exp.f64 (*.f64 eps (/.f64 a #s(literal 2 binary64)))) #s(literal -1 binary64))
(expm1.f64 (*.f64 a eps))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 (*.f64 a eps) #s(literal 3 binary64)))))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) #s(literal -1 binary64))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 (*.f64 a eps) #s(literal 3 binary64))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) #s(literal -1 binary64)))))
(/.f64 (expm1.f64 (*.f64 (*.f64 a eps) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps)))))
(/.f64 (expm1.f64 (*.f64 (*.f64 a eps) #s(literal 3 binary64))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 a eps)) #s(literal -1 binary64)))))
(/.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps))))
(/.f64 (neg.f64 (expm1.f64 (*.f64 (*.f64 a eps) #s(literal 3 binary64)))) (neg.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps))))))
(/.f64 (neg.f64 (expm1.f64 (*.f64 (*.f64 a eps) #s(literal 3 binary64)))) (neg.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (-.f64 #s(literal 1 binary64) (*.f64 (exp.f64 (*.f64 a eps)) #s(literal -1 binary64))))))
(/.f64 (neg.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) #s(literal -1 binary64))) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps)))))
(/.f64 (neg.f64 (neg.f64 (expm1.f64 (*.f64 (*.f64 a eps) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps)))))))
(/.f64 (neg.f64 (neg.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) #s(literal -1 binary64)))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps))))))
(/.f64 (+.f64 #s(literal -1 binary64) (exp.f64 (*.f64 eps (*.f64 a #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (-.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (*.f64 #s(literal -1 binary64) (exp.f64 (*.f64 a eps))))))
(pow.f64 (/.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps)))) (expm1.f64 (*.f64 (*.f64 a eps) #s(literal 3 binary64)))) #s(literal -1 binary64))
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps))) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) #s(literal -1 binary64))) #s(literal -1 binary64))
(*.f64 (expm1.f64 (*.f64 (*.f64 a eps) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps))))))
(*.f64 (+.f64 (exp.f64 (*.f64 eps (*.f64 #s(literal 2 binary64) a))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 a eps)))))
(log.f64 (exp.f64 (*.f64 a eps)))
(+.f64 (*.f64 a eps) #s(literal 0 binary64))
(+.f64 #s(literal 0 binary64) (*.f64 a eps))
(+.f64 (log.f64 (exp.f64 (*.f64 eps (/.f64 a #s(literal 2 binary64))))) (log.f64 (exp.f64 (*.f64 eps (/.f64 a #s(literal 2 binary64))))))
(*.f64 a eps)
(*.f64 eps a)
(*.f64 eps (log.f64 (exp.f64 a)))
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 a (+.f64 a b))) (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 b (+.f64 a b))))
(+.f64 (*.f64 (*.f64 a (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (*.f64 (*.f64 b (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))))
(fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 a (+.f64 a b)) (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 b (+.f64 a b))))
(fma.f64 (*.f64 a (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (*.f64 b (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a b) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))))
(/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a b) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))))))
(/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (*.f64 a b))
(/.f64 (neg.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))
(/.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal 1 binary64)) (/.f64 (*.f64 a b) #s(literal 1/2 binary64)))
(/.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a b)))
(/.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) a)) b)
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 a b) (/.f64 (*.f64 a b) #s(literal 1/2 binary64)))) (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a))))
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (+.f64 a b) (/.f64 (*.f64 a b) #s(literal 1/2 binary64)))) (-.f64 a b))
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) (/.f64 (*.f64 a b) #s(literal 1/2 binary64)))
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (+.f64 a b) (+.f64 a b))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (+.f64 a b) (+.f64 a b))) b)
(/.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) a) b)
(/.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b) a)
(/.f64 (neg.f64 (*.f64 (+.f64 a b) (+.f64 a b))) (neg.f64 (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b))))
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b))))
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) a))) (-.f64 #s(literal 0 binary64) b))
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 a b) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (-.f64 b a)))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (+.f64 a b) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))) (neg.f64 (-.f64 a b)))
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 a b) (+.f64 a b)))) (neg.f64 (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (+.f64 a b) (+.f64 a b)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b))))
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (+.f64 a b) (+.f64 a b)))) (-.f64 #s(literal 0 binary64) b))
(/.f64 (neg.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) a)) (-.f64 #s(literal 0 binary64) b))
(/.f64 (neg.f64 (/.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) b)) (-.f64 #s(literal 0 binary64) a))
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 a (+.f64 a b))) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 b (+.f64 a b))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 a (+.f64 a b))) (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 a (+.f64 a b)))) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 b (+.f64 a b))) (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 b (+.f64 a b)))) (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 a (+.f64 a b))) (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 b (+.f64 a b)))))))
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 a (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 b (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (*.f64 (*.f64 a (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b)))) (-.f64 (*.f64 (*.f64 (*.f64 b (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (*.f64 (*.f64 b (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b)))) (*.f64 (*.f64 (*.f64 a (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (*.f64 (*.f64 b (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b)))))))
(pow.f64 (/.f64 (*.f64 a b) (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64)))) #s(literal -1 binary64))
(*.f64 (+.f64 a b) (/.f64 (+.f64 a b) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))
(*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b)))
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b))))
(*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a b)) (*.f64 (+.f64 a b) (+.f64 a b)))
(*.f64 (/.f64 (+.f64 a b) (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) (+.f64 a b))
(*.f64 (*.f64 (+.f64 a b) (*.f64 (+.f64 a b) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a b)))
(*.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) a) (/.f64 #s(literal 1/2 binary64) b))
(*.f64 (/.f64 (*.f64 (+.f64 a b) (+.f64 a b)) b) (/.f64 #s(literal 1/2 binary64) a))
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a b) #s(literal 1/2 binary64))) #s(literal -1 binary64)))
(neg.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 a b)))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a b) #s(literal 1/2 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a b) #s(literal 1/2 binary64)) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal 1/2 binary64) a)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a b) #s(literal 1/2 binary64)))))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/.f64 #s(literal 1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a b) #s(literal 1/2 binary64))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a b) #s(literal 1/2 binary64)) #s(literal 1 binary64))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a))))
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a b)))
(/.f64 #s(literal -1/2 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)))))
(/.f64 (/.f64 #s(literal 1/2 binary64) a) b)
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) b))
(/.f64 (/.f64 #s(literal 1/2 binary64) b) a)
(/.f64 (neg.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (-.f64 #s(literal 0 binary64) b)))
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) b)) (-.f64 #s(literal 0 binary64) a))
(pow.f64 (/.f64 (*.f64 a b) #s(literal 1/2 binary64)) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 (*.f64 a b) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64))
(pow.f64 (/.f64 b (/.f64 #s(literal 1/2 binary64) a)) #s(literal -1 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 a b)))
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 b #s(literal 1/2 binary64)) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1/2 binary64) a))
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a b)))
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a b))))
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) #s(literal 1/2 binary64))
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) b))
(*.f64 a (*.f64 a b))
(*.f64 b (*.f64 a a))
(*.f64 (*.f64 a b) a)
(*.f64 (*.f64 a a) b)

simplify690.0ms (0.9%)

Algorithm
egg-herbie
Rules
3886×*-lowering-*.f32
3886×*-lowering-*.f64
2392×+-lowering-+.f64
2392×+-lowering-+.f32
2068×fma-lowering-fma.f32
Iterations

Useful iterations: 2 (0.0ms)

IterNodesCost
02062650
16982586
224522388
373292388
081082388
Stop Event
iter limit
node limit
Counts
360 → 360
Calls
Call 1
Inputs
(/ 1 a)
(/ (+ 1 (/ a b)) a)
(/ (+ 1 (/ a b)) a)
(/ (+ 1 (/ a b)) a)
(/ 1 b)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 b)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 b)
(/ (+ 1 (/ b a)) b)
(/ (+ 1 (/ b a)) b)
(/ (+ 1 (/ b a)) b)
(/ 1 a)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 a)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ b a)
(/ (+ a b) a)
(/ (+ a b) a)
(/ (+ a b) a)
1
(+ 1 (/ b a))
(+ 1 (/ b a))
(+ 1 (/ b a))
1
(+ 1 (/ b a))
(+ 1 (/ b a))
(+ 1 (/ b a))
1
(+ 1 (/ b a))
(+ 1 (/ b a))
(+ 1 (/ b a))
(/ b a)
(* b (+ (/ 1 a) (/ 1 b)))
(* b (+ (/ 1 a) (/ 1 b)))
(* b (+ (/ 1 a) (/ 1 b)))
(/ b a)
(* b (+ (/ 1 a) (/ 1 b)))
(* b (+ (/ 1 a) (/ 1 b)))
(* b (+ (/ 1 a) (/ 1 b)))
b
(+ a b)
(+ a b)
(+ a b)
a
(* a (+ 1 (/ b a)))
(* a (+ 1 (/ b a)))
(* a (+ 1 (/ b a)))
a
(* -1 (* a (- (* -1 (/ b a)) 1)))
(* -1 (* a (- (* -1 (/ b a)) 1)))
(* -1 (* a (- (* -1 (/ b a)) 1)))
a
(+ a b)
(+ a b)
(+ a b)
b
(* b (+ 1 (/ a b)))
(* b (+ 1 (/ a b)))
(* b (+ 1 (/ a b)))
b
(* -1 (* b (- (* -1 (/ a b)) 1)))
(* -1 (* b (- (* -1 (/ a b)) 1)))
(* -1 (* b (- (* -1 (/ a b)) 1)))
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(+ (/ 1 a) (/ 1 b))
(+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (+ (/ 1 a) (/ 1 b)))
(+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (+ (/ 1 a) (/ 1 b)))
(+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (+ (/ 1 a) (/ 1 b)))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (+ (/ 1 (* a eps)) (/ 1 (* b eps)))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (+ (/ 1 (* a eps)) (/ 1 (* b eps)))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (+ (/ 1 (* a eps)) (/ 1 (* b eps)))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* -1 (* eps (+ (* -1 (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (* -1 (/ (+ (/ 1 a) (/ 1 b)) eps)))))
(* -1 (* eps (+ (* -1 (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (* -1 (/ (+ (/ 1 a) (/ 1 b)) eps)))))
(* -1 (* eps (+ (* -1 (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (* -1 (/ (+ (/ 1 a) (/ 1 b)) eps)))))
(/ 1 a)
(/ (+ 1 (/ a b)) a)
(/ (+ 1 (/ a b)) a)
(/ (+ 1 (/ a b)) a)
(/ 1 b)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 b)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 b)
(/ (+ 1 (/ b a)) b)
(/ (+ 1 (/ b a)) b)
(/ (+ 1 (/ b a)) b)
(/ 1 a)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 a)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
(* 1/2 (/ b a))
(/ (+ a (* 1/2 b)) a)
(/ (+ (* 1/2 b) (* a (+ 1 (* 1/2 (/ a b))))) a)
(/ (+ (* 1/2 b) (* a (+ 1 (* 1/2 (/ a b))))) a)
(* 1/2 (/ a b))
(* a (+ (/ 1 a) (* 1/2 (/ 1 b))))
(* a (+ (* 1/2 (/ b (pow a 2))) (+ (/ 1 a) (* 1/2 (/ 1 b)))))
(* a (+ (* 1/2 (/ b (pow a 2))) (+ (/ 1 a) (* 1/2 (/ 1 b)))))
(* 1/2 (/ a b))
(* a (+ (/ 1 a) (* 1/2 (/ 1 b))))
(* -1 (* a (- (* -1 (/ (+ 1 (* 1/2 (/ b a))) a)) (* 1/2 (/ 1 b)))))
(* -1 (* a (- (* -1 (/ (+ 1 (* 1/2 (/ b a))) a)) (* 1/2 (/ 1 b)))))
(* 1/2 (/ a b))
(/ (+ b (* 1/2 a)) b)
(/ (+ (* 1/2 a) (* b (+ 1 (* 1/2 (/ b a))))) b)
(/ (+ (* 1/2 a) (* b (+ 1 (* 1/2 (/ b a))))) b)
(* 1/2 (/ b a))
(* b (+ (* 1/2 (/ 1 a)) (/ 1 b)))
(* b (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 a)) (/ 1 b))))
(* b (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 a)) (/ 1 b))))
(* 1/2 (/ b a))
(* b (+ (* 1/2 (/ 1 a)) (/ 1 b)))
(* -1 (* b (- (* -1 (/ (+ 1 (* 1/2 (/ a b))) b)) (* 1/2 (/ 1 a)))))
(* -1 (* b (- (* -1 (/ (+ 1 (* 1/2 (/ a b))) b)) (* 1/2 (/ 1 a)))))
(/ 1 a)
(+ (* -1/2 eps) (/ 1 a))
(+ (* eps (- (* -1 (* eps (+ (* -1/4 a) (* 1/6 a)))) 1/2)) (/ 1 a))
(+ (* eps (- (* eps (- (* -1 (* eps (+ (* -1/2 (* a (+ (* -1/4 a) (* 1/6 a)))) (+ (* -1/12 (pow a 2)) (* 1/24 (pow a 2)))))) (+ (* -1/4 a) (* 1/6 a)))) 1/2)) (/ 1 a))
(/ eps (- (exp (* a eps)) 1))
(/ eps (- (exp (* a eps)) 1))
(/ eps (- (exp (* a eps)) 1))
(/ eps (- (exp (* a eps)) 1))
(/ eps (- (exp (* a eps)) 1))
(/ eps (- (exp (* a eps)) 1))
(/ eps (- (exp (* a eps)) 1))
(/ eps (- (exp (* a eps)) 1))
(/ 1 a)
(/ (+ 1 (* -1/2 (* a eps))) a)
(/ (+ 1 (* a (- (* -1 (* a (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (* 1/2 eps)))) a)
(/ (+ 1 (* a (- (* a (- (* -1 (* a (+ (* -1/2 (* eps (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (+ (* -1/12 (pow eps 3)) (* 1/24 (pow eps 3)))))) (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (* 1/2 eps)))) a)
(/ eps (- (exp (* a eps)) 1))
(/ eps (- (exp (* a eps)) 1))
(/ eps (- (exp (* a eps)) 1))
(/ eps (- (exp (* a eps)) 1))
(/ eps (- (exp (* a eps)) 1))
(/ eps (- (exp (* a eps)) 1))
(/ eps (- (exp (* a eps)) 1))
(/ eps (- (exp (* a eps)) 1))
(* a eps)
(* eps (+ a (* 1/2 (* (pow a 2) eps))))
(* eps (+ a (* eps (+ (* 1/6 (* (pow a 3) eps)) (* 1/2 (pow a 2))))))
(* eps (+ a (* eps (+ (* 1/2 (pow a 2)) (* eps (+ (* 1/24 (* (pow a 4) eps)) (* 1/6 (pow a 3))))))))
(- (exp (* a eps)) 1)
(- (exp (* a eps)) 1)
(- (exp (* a eps)) 1)
(- (exp (* a eps)) 1)
(- (exp (* a eps)) 1)
(- (exp (* a eps)) 1)
(- (exp (* a eps)) 1)
(- (exp (* a eps)) 1)
(* a eps)
(* a (+ eps (* 1/2 (* a (pow eps 2)))))
(* a (+ eps (* a (+ (* 1/6 (* a (pow eps 3))) (* 1/2 (pow eps 2))))))
(* a (+ eps (* a (+ (* 1/2 (pow eps 2)) (* a (+ (* 1/24 (* a (pow eps 4))) (* 1/6 (pow eps 3))))))))
(- (exp (* a eps)) 1)
(- (exp (* a eps)) 1)
(- (exp (* a eps)) 1)
(- (exp (* a eps)) 1)
(- (exp (* a eps)) 1)
(- (exp (* a eps)) 1)
(- (exp (* a eps)) 1)
(- (exp (* a eps)) 1)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* 1/2 (/ b a))
(/ (+ a (* 1/2 b)) a)
(/ (+ (* 1/2 b) (* a (+ 1 (* 1/2 (/ a b))))) a)
(/ (+ (* 1/2 b) (* a (+ 1 (* 1/2 (/ a b))))) a)
(* 1/2 (/ a b))
(* a (+ (/ 1 a) (* 1/2 (/ 1 b))))
(* a (+ (* 1/2 (/ b (pow a 2))) (+ (/ 1 a) (* 1/2 (/ 1 b)))))
(* a (+ (* 1/2 (/ b (pow a 2))) (+ (/ 1 a) (* 1/2 (/ 1 b)))))
(* 1/2 (/ a b))
(* a (+ (/ 1 a) (* 1/2 (/ 1 b))))
(* -1 (* a (- (* -1 (/ (+ 1 (* 1/2 (/ b a))) a)) (* 1/2 (/ 1 b)))))
(* -1 (* a (- (* -1 (/ (+ 1 (* 1/2 (/ b a))) a)) (* 1/2 (/ 1 b)))))
(* 1/2 (/ a b))
(/ (+ b (* 1/2 a)) b)
(/ (+ (* 1/2 a) (* b (+ 1 (* 1/2 (/ b a))))) b)
(/ (+ (* 1/2 a) (* b (+ 1 (* 1/2 (/ b a))))) b)
(* 1/2 (/ b a))
(* b (+ (* 1/2 (/ 1 a)) (/ 1 b)))
(* b (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 a)) (/ 1 b))))
(* b (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 a)) (/ 1 b))))
(* 1/2 (/ b a))
(* b (+ (* 1/2 (/ 1 a)) (/ 1 b)))
(* -1 (* b (- (* -1 (/ (+ 1 (* 1/2 (/ a b))) b)) (* 1/2 (/ 1 a)))))
(* -1 (* b (- (* -1 (/ (+ 1 (* 1/2 (/ a b))) b)) (* 1/2 (/ 1 a)))))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(/ 1/2 (* a b))
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
(* (pow a 2) b)
Outputs
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ (+ 1 (/ a b)) a)
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a)
(/ (+ 1 (/ a b)) a)
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a)
(/ (+ 1 (/ a b)) a)
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ (+ 1 (/ b a)) b)
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b)
(/ (+ 1 (/ b a)) b)
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b)
(/ (+ 1 (/ b a)) b)
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(/ b a)
(/.f64 b a)
(/ (+ a b) a)
(/.f64 (+.f64 a b) a)
(/ (+ a b) a)
(/.f64 (+.f64 a b) a)
(/ (+ a b) a)
(/.f64 (+.f64 a b) a)
1
#s(literal 1 binary64)
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
1
#s(literal 1 binary64)
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
1
#s(literal 1 binary64)
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(/ b a)
(/.f64 b a)
(* b (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(* b (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(* b (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(/ b a)
(/.f64 b a)
(* b (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(* b (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(* b (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
b
(+ a b)
(+.f64 a b)
(+ a b)
(+.f64 a b)
(+ a b)
(+.f64 a b)
a
(* a (+ 1 (/ b a)))
(+.f64 a b)
(* a (+ 1 (/ b a)))
(+.f64 a b)
(* a (+ 1 (/ b a)))
(+.f64 a b)
a
(* -1 (* a (- (* -1 (/ b a)) 1)))
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 a b)))
(* -1 (* a (- (* -1 (/ b a)) 1)))
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 a b)))
(* -1 (* a (- (* -1 (/ b a)) 1)))
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 a b)))
a
(+ a b)
(+.f64 a b)
(+ a b)
(+.f64 a b)
(+ a b)
(+.f64 a b)
b
(* b (+ 1 (/ a b)))
(+.f64 a b)
(* b (+ 1 (/ a b)))
(+.f64 a b)
(* b (+ 1 (/ a b)))
(+.f64 a b)
b
(* -1 (* b (- (* -1 (/ a b)) 1)))
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 a b)))
(* -1 (* b (- (* -1 (/ a b)) 1)))
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 a b)))
(* -1 (* b (- (* -1 (/ a b)) 1)))
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 a b)))
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (+ (/ 1 a) (/ 1 b)))
(+.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b))))))))
(+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (+ (/ 1 a) (/ 1 b)))
(+.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b))))))))
(+ (* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (+ (/ 1 a) (/ 1 b)))
(+.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b))))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b)))))))
(* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (+ (/ 1 (* a eps)) (/ 1 (* b eps)))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 eps (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b))))))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a eps)) (/.f64 #s(literal 1 binary64) (*.f64 b eps)))))
(* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (+ (/ 1 (* a eps)) (/ 1 (* b eps)))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 eps (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b))))))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a eps)) (/.f64 #s(literal 1 binary64) (*.f64 b eps)))))
(* eps (- (+ (* 1/2 (/ (pow (+ a b) 2) (* a b))) (+ (/ 1 (* a eps)) (/ 1 (* b eps)))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 eps (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b))))))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a eps)) (/.f64 #s(literal 1 binary64) (*.f64 b eps)))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b)))))))
(* -1 (* eps (+ (* -1 (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (* -1 (/ (+ (/ 1 a) (/ 1 b)) eps)))))
(*.f64 eps (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b))))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) eps)))
(* -1 (* eps (+ (* -1 (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (* -1 (/ (+ (/ 1 a) (/ 1 b)) eps)))))
(*.f64 eps (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b))))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) eps)))
(* -1 (* eps (+ (* -1 (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2)))))) (* -1 (/ (+ (/ 1 a) (/ 1 b)) eps)))))
(*.f64 eps (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b))))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) eps)))
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ (+ 1 (/ a b)) a)
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a)
(/ (+ 1 (/ a b)) a)
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a)
(/ (+ 1 (/ a b)) a)
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ (+ 1 (/ b a)) b)
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b)
(/ (+ 1 (/ b a)) b)
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b)
(/ (+ 1 (/ b a)) b)
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) b)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b)))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b)))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b)))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b)))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b)))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b)))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b)))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b)))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b)))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b)))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b)))))))
(* eps (- (* 1/2 (/ (pow (+ a b) 2) (* a b))) (* 1/2 (/ (* (+ a b) (+ (* a (pow b 2)) (* (pow a 2) b))) (* (pow a 2) (pow b 2))))))
(*.f64 (*.f64 eps #s(literal 1/2 binary64)) (*.f64 (+.f64 a b) (-.f64 (/.f64 (+.f64 a b) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 b (+.f64 a b))) (*.f64 a (*.f64 a (*.f64 b b)))))))
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
0
#s(literal 0 binary64)
(* 1/2 (/ b a))
(/.f64 (*.f64 b #s(literal 1/2 binary64)) a)
(/ (+ a (* 1/2 b)) a)
(/.f64 (+.f64 a (*.f64 b #s(literal 1/2 binary64))) a)
(/ (+ (* 1/2 b) (* a (+ 1 (* 1/2 (/ a b))))) a)
(/.f64 (+.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 a a) b) b))) a)
(/ (+ (* 1/2 b) (* a (+ 1 (* 1/2 (/ a b))))) a)
(/.f64 (+.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 a a) b) b))) a)
(* 1/2 (/ a b))
(/.f64 (*.f64 a #s(literal 1/2 binary64)) b)
(* a (+ (/ 1 a) (* 1/2 (/ 1 b))))
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b))
(* a (+ (* 1/2 (/ b (pow a 2))) (+ (/ 1 a) (* 1/2 (/ 1 b)))))
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 a b) (/.f64 b a))))
(* a (+ (* 1/2 (/ b (pow a 2))) (+ (/ 1 a) (* 1/2 (/ 1 b)))))
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 a b) (/.f64 b a))))
(* 1/2 (/ a b))
(/.f64 (*.f64 a #s(literal 1/2 binary64)) b)
(* a (+ (/ 1 a) (* 1/2 (/ 1 b))))
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b))
(* -1 (* a (- (* -1 (/ (+ 1 (* 1/2 (/ b a))) a)) (* 1/2 (/ 1 b)))))
(*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 1/2 binary64)) a)) a)))
(* -1 (* a (- (* -1 (/ (+ 1 (* 1/2 (/ b a))) a)) (* 1/2 (/ 1 b)))))
(*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 1/2 binary64)) a)) a)))
(* 1/2 (/ a b))
(/.f64 (*.f64 a #s(literal 1/2 binary64)) b)
(/ (+ b (* 1/2 a)) b)
(/.f64 (+.f64 b (*.f64 a #s(literal 1/2 binary64))) b)
(/ (+ (* 1/2 a) (* b (+ 1 (* 1/2 (/ b a))))) b)
(/.f64 (+.f64 b (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b b) a) a))) b)
(/ (+ (* 1/2 a) (* b (+ 1 (* 1/2 (/ b a))))) b)
(/.f64 (+.f64 b (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b b) a) a))) b)
(* 1/2 (/ b a))
(/.f64 (*.f64 b #s(literal 1/2 binary64)) a)
(* b (+ (* 1/2 (/ 1 a)) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 1/2 binary64)) a))
(* b (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 a)) (/ 1 b))))
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 a b) (/.f64 b a))))
(* b (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 a)) (/ 1 b))))
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 a b) (/.f64 b a))))
(* 1/2 (/ b a))
(/.f64 (*.f64 b #s(literal 1/2 binary64)) a)
(* b (+ (* 1/2 (/ 1 a)) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 1/2 binary64)) a))
(* -1 (* b (- (* -1 (/ (+ 1 (* 1/2 (/ a b))) b)) (* 1/2 (/ 1 a)))))
(*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) b)))
(* -1 (* b (- (* -1 (/ (+ 1 (* 1/2 (/ a b))) b)) (* 1/2 (/ 1 a)))))
(*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) b)))
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(+ (* -1/2 eps) (/ 1 a))
(+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps #s(literal -1/2 binary64)))
(+ (* eps (- (* -1 (* eps (+ (* -1/4 a) (* 1/6 a)))) 1/2)) (/ 1 a))
(+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (+.f64 #s(literal -1/2 binary64) (*.f64 eps (*.f64 a #s(literal 1/12 binary64))))))
(+ (* eps (- (* eps (- (* -1 (* eps (+ (* -1/2 (* a (+ (* -1/4 a) (* 1/6 a)))) (+ (* -1/12 (pow a 2)) (* 1/24 (pow a 2)))))) (+ (* -1/4 a) (* 1/6 a)))) 1/2)) (/ 1 a))
(+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 eps (+.f64 #s(literal -1/2 binary64) (*.f64 eps (-.f64 (*.f64 a #s(literal 1/12 binary64)) (*.f64 eps (*.f64 a (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a #s(literal -1/12 binary64))) (*.f64 a #s(literal -1/24 binary64))))))))))
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ (+ 1 (* -1/2 (* a eps))) a)
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 a (*.f64 eps #s(literal -1/2 binary64)))) a)
(/ (+ 1 (* a (- (* -1 (* a (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (* 1/2 eps)))) a)
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 eps #s(literal -1/2 binary64)) (*.f64 a (*.f64 (*.f64 eps eps) #s(literal 1/12 binary64)))))) a)
(/ (+ 1 (* a (- (* a (- (* -1 (* a (+ (* -1/2 (* eps (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (+ (* -1/12 (pow eps 3)) (* 1/24 (pow eps 3)))))) (+ (* -1/4 (pow eps 2)) (* 1/6 (pow eps 2))))) (* 1/2 eps)))) a)
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 eps #s(literal -1/2 binary64)) (*.f64 a (-.f64 (*.f64 (*.f64 eps eps) #s(literal 1/12 binary64)) (*.f64 a (*.f64 eps (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -1/12 binary64) (*.f64 eps eps))) (*.f64 (*.f64 eps eps) #s(literal -1/24 binary64)))))))))) a)
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(/ eps (- (exp (* a eps)) 1))
(/.f64 eps (expm1.f64 (*.f64 a eps)))
(* a eps)
(*.f64 a eps)
(* eps (+ a (* 1/2 (* (pow a 2) eps))))
(*.f64 a (*.f64 (+.f64 (*.f64 eps (*.f64 a #s(literal 1/2 binary64))) #s(literal 1 binary64)) eps))
(* eps (+ a (* eps (+ (* 1/6 (* (pow a 3) eps)) (* 1/2 (pow a 2))))))
(*.f64 eps (+.f64 a (*.f64 eps (+.f64 (*.f64 eps (*.f64 a (*.f64 a (*.f64 a #s(literal 1/6 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 a a))))))
(* eps (+ a (* eps (+ (* 1/2 (pow a 2)) (* eps (+ (* 1/24 (* (pow a 4) eps)) (* 1/6 (pow a 3))))))))
(*.f64 eps (+.f64 a (*.f64 eps (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a a)) (*.f64 eps (+.f64 (*.f64 eps (*.f64 #s(literal 1/24 binary64) (pow.f64 a #s(literal 4 binary64)))) (*.f64 a (*.f64 a (*.f64 a #s(literal 1/6 binary64))))))))))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(* a eps)
(*.f64 a eps)
(* a (+ eps (* 1/2 (* a (pow eps 2)))))
(*.f64 a (*.f64 (+.f64 (*.f64 eps (*.f64 a #s(literal 1/2 binary64))) #s(literal 1 binary64)) eps))
(* a (+ eps (* a (+ (* 1/6 (* a (pow eps 3))) (* 1/2 (pow eps 2))))))
(*.f64 a (+.f64 eps (*.f64 a (*.f64 (*.f64 eps eps) (+.f64 (*.f64 eps (*.f64 a #s(literal 1/6 binary64))) #s(literal 1/2 binary64))))))
(* a (+ eps (* a (+ (* 1/2 (pow eps 2)) (* a (+ (* 1/24 (* a (pow eps 4))) (* 1/6 (pow eps 3))))))))
(*.f64 a (+.f64 eps (*.f64 a (+.f64 (*.f64 (*.f64 eps eps) (+.f64 (*.f64 eps (*.f64 a #s(literal 1/6 binary64))) #s(literal 1/2 binary64))) (*.f64 #s(literal 1/24 binary64) (*.f64 a (*.f64 a (pow.f64 eps #s(literal 4 binary64)))))))))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(- (exp (* a eps)) 1)
(expm1.f64 (*.f64 a eps))
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* 1/2 (/ b a))
(/.f64 (*.f64 b #s(literal 1/2 binary64)) a)
(/ (+ a (* 1/2 b)) a)
(/.f64 (+.f64 a (*.f64 b #s(literal 1/2 binary64))) a)
(/ (+ (* 1/2 b) (* a (+ 1 (* 1/2 (/ a b))))) a)
(/.f64 (+.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 a a) b) b))) a)
(/ (+ (* 1/2 b) (* a (+ 1 (* 1/2 (/ a b))))) a)
(/.f64 (+.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 a a) b) b))) a)
(* 1/2 (/ a b))
(/.f64 (*.f64 a #s(literal 1/2 binary64)) b)
(* a (+ (/ 1 a) (* 1/2 (/ 1 b))))
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b))
(* a (+ (* 1/2 (/ b (pow a 2))) (+ (/ 1 a) (* 1/2 (/ 1 b)))))
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 a b) (/.f64 b a))))
(* a (+ (* 1/2 (/ b (pow a 2))) (+ (/ 1 a) (* 1/2 (/ 1 b)))))
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 a b) (/.f64 b a))))
(* 1/2 (/ a b))
(/.f64 (*.f64 a #s(literal 1/2 binary64)) b)
(* a (+ (/ 1 a) (* 1/2 (/ 1 b))))
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b))
(* -1 (* a (- (* -1 (/ (+ 1 (* 1/2 (/ b a))) a)) (* 1/2 (/ 1 b)))))
(*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 1/2 binary64)) a)) a)))
(* -1 (* a (- (* -1 (/ (+ 1 (* 1/2 (/ b a))) a)) (* 1/2 (/ 1 b)))))
(*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 1/2 binary64)) a)) a)))
(* 1/2 (/ a b))
(/.f64 (*.f64 a #s(literal 1/2 binary64)) b)
(/ (+ b (* 1/2 a)) b)
(/.f64 (+.f64 b (*.f64 a #s(literal 1/2 binary64))) b)
(/ (+ (* 1/2 a) (* b (+ 1 (* 1/2 (/ b a))))) b)
(/.f64 (+.f64 b (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b b) a) a))) b)
(/ (+ (* 1/2 a) (* b (+ 1 (* 1/2 (/ b a))))) b)
(/.f64 (+.f64 b (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 b b) a) a))) b)
(* 1/2 (/ b a))
(/.f64 (*.f64 b #s(literal 1/2 binary64)) a)
(* b (+ (* 1/2 (/ 1 a)) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 1/2 binary64)) a))
(* b (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 a)) (/ 1 b))))
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 a b) (/.f64 b a))))
(* b (+ (* 1/2 (/ a (pow b 2))) (+ (* 1/2 (/ 1 a)) (/ 1 b))))
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 a b) (/.f64 b a))))
(* 1/2 (/ b a))
(/.f64 (*.f64 b #s(literal 1/2 binary64)) a)
(* b (+ (* 1/2 (/ 1 a)) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal 1/2 binary64)) a))
(* -1 (* b (- (* -1 (/ (+ 1 (* 1/2 (/ a b))) b)) (* 1/2 (/ 1 a)))))
(*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) b)))
(* -1 (* b (- (* -1 (/ (+ 1 (* 1/2 (/ a b))) b)) (* 1/2 (/ 1 a)))))
(*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 1/2 binary64)) b)) b)))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(/ 1/2 (* a b))
(/.f64 #s(literal 1/2 binary64) (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))
(* (pow a 2) b)
(*.f64 a (*.f64 a b))

eval365.0ms (0.5%)

Compiler

Compiled 45925 to 2740 computations (94% saved)

prune328.0ms (0.4%)

Pruning

8 alts after pruning (5 fresh and 3 done)

PrunedKeptTotal
New111251117
Fresh202
Picked235
Done000
Total111681124
Accuracy
100.0%
Counts
1124 → 8
Alt Table
Click to see full alt table
StatusAccuracyProgram
69.3%
(/.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a (-.f64 a b))) b)
99.8%
(/.f64 (/.f64 (+.f64 a b) a) b)
53.1%
(/.f64 (/.f64 b a) b)
99.8%
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a)
18.6%
(/.f64 eps (*.f64 a eps))
46.1%
(/.f64 #s(literal 1 binary64) b)
53.2%
(/.f64 #s(literal 1 binary64) a)
99.9%
(-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))
Compiler

Compiled 130 to 86 computations (33.8% saved)

simplify608.0ms (0.8%)

Algorithm
egg-herbie
Localize:

Found 14 expressions of interest:

NewMetricScoreProgram
cost-diff0
(*.f64 a a)
cost-diff0
(-.f64 (*.f64 a a) (*.f64 b b))
cost-diff512
(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a (-.f64 a b)))
cost-diff512
(/.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a (-.f64 a b))) b)
cost-diff0
(/.f64 a b)
cost-diff0
(+.f64 #s(literal 1 binary64) (/.f64 a b))
cost-diff0
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a)
cost-diff0
(/.f64 b a)
cost-diff128
(/.f64 (/.f64 b a) b)
cost-diff0
(*.f64 a eps)
cost-diff128
(/.f64 eps (*.f64 a eps))
cost-diff0
(/.f64 #s(literal -1 binary64) a)
cost-diff0
(/.f64 #s(literal 1 binary64) b)
cost-diff0
(-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))
Rules
3500×*-lowering-*.f32
3500×*-lowering-*.f64
1994×fma-lowering-fma.f32
1994×fma-lowering-fma.f64
1964×/-lowering-/.f32
Iterations

Useful iterations: 3 (0.0ms)

IterNodesCost
02293
15193
213379
338778
4121678
5661878
0801778
Stop Event
iter limit
node limit
Calls
Call 1
Inputs
(- (/ 1 b) (/ -1 a))
(/ 1 b)
1
b
(/ -1 a)
-1
a
(/ eps (* a eps))
eps
(* a eps)
a
(/ (/ b a) b)
(/ b a)
b
a
(/ (+ 1 (/ a b)) a)
(+ 1 (/ a b))
1
(/ a b)
a
b
(/ (/ (- (* a a) (* b b)) (* a (- a b))) b)
(/ (- (* a a) (* b b)) (* a (- a b)))
(- (* a a) (* b b))
(* a a)
a
(* b b)
b
(* a (- a b))
(- a b)
Outputs
(- (/ 1 b) (/ -1 a))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
1
#s(literal 1 binary64)
b
(/ -1 a)
(/.f64 #s(literal -1 binary64) a)
-1
#s(literal -1 binary64)
a
(/ eps (* a eps))
(/.f64 #s(literal 1 binary64) a)
eps
(* a eps)
(*.f64 a eps)
a
(/ (/ b a) b)
(/.f64 #s(literal 1 binary64) a)
(/ b a)
(/.f64 b a)
b
a
(/ (+ 1 (/ a b)) a)
(/.f64 (+.f64 (/.f64 a b) #s(literal 1 binary64)) a)
(+ 1 (/ a b))
(+.f64 (/.f64 a b) #s(literal 1 binary64))
1
#s(literal 1 binary64)
(/ a b)
(/.f64 a b)
a
b
(/ (/ (- (* a a) (* b b)) (* a (- a b))) b)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ (- (* a a) (* b b)) (* a (- a b)))
(+.f64 (/.f64 b a) #s(literal 1 binary64))
(- (* a a) (* b b))
(-.f64 (*.f64 a a) (*.f64 b b))
(* a a)
(*.f64 a a)
a
(* b b)
(*.f64 b b)
b
(* a (- a b))
(*.f64 a (-.f64 a b))
(- a b)
(-.f64 a b)

localize238.0ms (0.3%)

Localize:

Found 14 expressions of interest:

NewMetricScoreProgram
accuracy100.0%
(-.f64 (*.f64 a a) (*.f64 b b))
accuracy100.0%
(*.f64 a (-.f64 a b))
accuracy99.8%
(/.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a (-.f64 a b))) b)
accuracy69.6%
(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a (-.f64 a b)))
accuracy100.0%
(/.f64 a b)
accuracy100.0%
(+.f64 #s(literal 1 binary64) (/.f64 a b))
accuracy99.8%
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a)
accuracy100.0%
(/.f64 b a)
accuracy99.7%
(/.f64 (/.f64 b a) b)
accuracy100.0%
(*.f64 a eps)
accuracy41.3%
(/.f64 eps (*.f64 a eps))
accuracy100.0%
(/.f64 #s(literal 1 binary64) b)
accuracy100.0%
(/.f64 #s(literal -1 binary64) a)
accuracy99.9%
(-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))
Results
178.0ms256×0valid
Compiler

Compiled 110 to 23 computations (79.1% saved)

Precisions
Click to see histograms. Total time spent on operations: 81.0ms
ival-div: 50.0ms (61.5% of total)
ival-mult: 19.0ms (23.4% of total)
ival-sub: 9.0ms (11.1% of total)
ival-add: 3.0ms (3.7% of total)
const: 1.0ms (1.2% of total)
backward-pass: 0.0ms (0% of total)

series80.0ms (0.1%)

Counts
15 → 324
Calls
Call 1
Inputs
#<alt (- (/ 1 b) (/ -1 a))>
#<alt (/ 1 b)>
#<alt (/ -1 a)>
#<alt (/ eps (* a eps))>
#<alt (* a eps)>
#<alt (/ (/ b a) b)>
#<alt (/ b a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (+ 1 (/ a b))>
#<alt (/ a b)>
#<alt (/ (/ (- (* a a) (* b b)) (* a (- a b))) b)>
#<alt (/ (- (* a a) (* b b)) (* a (- a b)))>
#<alt (- (* a a) (* b b))>
#<alt (* a a)>
#<alt (* a (- a b))>
Outputs
#<alt (/ 1 b)>
#<alt (/ (+ 1 (/ b a)) b)>
#<alt (/ (+ 1 (/ b a)) b)>
#<alt (/ (+ 1 (/ b a)) b)>
#<alt (/ 1 a)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 a)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (/ 1 b)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 b)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ 1 b)>
#<alt (/ -1 a)>
#<alt (/ -1 a)>
#<alt (/ -1 a)>
#<alt (/ -1 a)>
#<alt (/ -1 a)>
#<alt (/ -1 a)>
#<alt (/ -1 a)>
#<alt (/ -1 a)>
#<alt (/ -1 a)>
#<alt (/ -1 a)>
#<alt (/ -1 a)>
#<alt (/ -1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (* a eps)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ b a)>
#<alt (/ 1 a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (/ 1 b)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 b)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 b)>
#<alt (/ (+ 1 (/ b a)) b)>
#<alt (/ (+ 1 (/ b a)) b)>
#<alt (/ (+ 1 (/ b a)) b)>
#<alt (/ 1 a)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 a)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt 1>
#<alt (+ 1 (/ a b))>
#<alt (+ 1 (/ a b))>
#<alt (+ 1 (/ a b))>
#<alt (/ a b)>
#<alt (* a (+ (/ 1 a) (/ 1 b)))>
#<alt (* a (+ (/ 1 a) (/ 1 b)))>
#<alt (* a (+ (/ 1 a) (/ 1 b)))>
#<alt (/ a b)>
#<alt (* a (+ (/ 1 a) (/ 1 b)))>
#<alt (* a (+ (/ 1 a) (/ 1 b)))>
#<alt (* a (+ (/ 1 a) (/ 1 b)))>
#<alt (/ a b)>
#<alt (/ (+ a b) b)>
#<alt (/ (+ a b) b)>
#<alt (/ (+ a b) b)>
#<alt 1>
#<alt (+ 1 (/ a b))>
#<alt (+ 1 (/ a b))>
#<alt (+ 1 (/ a b))>
#<alt 1>
#<alt (+ 1 (/ a b))>
#<alt (+ 1 (/ a b))>
#<alt (+ 1 (/ a b))>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ a b)>
#<alt (/ 1 a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (/ (+ 1 (/ a b)) a)>
#<alt (/ 1 b)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 b)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 b)>
#<alt (/ (+ 1 (/ b a)) b)>
#<alt (/ (+ 1 (/ b a)) b)>
#<alt (/ (+ 1 (/ b a)) b)>
#<alt (/ 1 a)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ 1 a)>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (+ (/ 1 a) (/ 1 b))>
#<alt (/ b a)>
#<alt (/ (+ a b) a)>
#<alt (/ (+ a b) a)>
#<alt (/ (+ a b) a)>
#<alt 1>
#<alt (+ 1 (/ b a))>
#<alt (+ 1 (/ b a))>
#<alt (+ 1 (/ b a))>
#<alt 1>
#<alt (+ 1 (/ b a))>
#<alt (+ 1 (/ b a))>
#<alt (+ 1 (/ b a))>
#<alt 1>
#<alt (+ 1 (/ b a))>
#<alt (+ 1 (/ b a))>
#<alt (+ 1 (/ b a))>
#<alt (/ b a)>
#<alt (* b (+ (/ 1 a) (/ 1 b)))>
#<alt (* b (+ (/ 1 a) (/ 1 b)))>
#<alt (* b (+ (/ 1 a) (/ 1 b)))>
#<alt (/ b a)>
#<alt (* b (+ (/ 1 a) (/ 1 b)))>
#<alt (* b (+ (/ 1 a) (/ 1 b)))>
#<alt (* b (+ (/ 1 a) (/ 1 b)))>
#<alt (* -1 (pow b 2))>
#<alt (- (pow a 2) (pow b 2))>
#<alt (- (pow a 2) (pow b 2))>
#<alt (- (pow a 2) (pow b 2))>
#<alt (pow a 2)>
#<alt (* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))>
#<alt (* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))>
#<alt (* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))>
#<alt (pow a 2)>
#<alt (* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))>
#<alt (* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))>
#<alt (* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))>
#<alt (pow a 2)>
#<alt (+ (* -1 (pow b 2)) (pow a 2))>
#<alt (+ (* -1 (pow b 2)) (pow a 2))>
#<alt (+ (* -1 (pow b 2)) (pow a 2))>
#<alt (* -1 (pow b 2))>
#<alt (* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))>
#<alt (* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))>
#<alt (* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))>
#<alt (* -1 (pow b 2))>
#<alt (* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))>
#<alt (* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))>
#<alt (* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))>
#<alt (pow a 2)>
#<alt (pow a 2)>
#<alt (pow a 2)>
#<alt (pow a 2)>
#<alt (pow a 2)>
#<alt (pow a 2)>
#<alt (pow a 2)>
#<alt (pow a 2)>
#<alt (pow a 2)>
#<alt (pow a 2)>
#<alt (pow a 2)>
#<alt (pow a 2)>
#<alt (* -1 (* a b))>
#<alt (* a (+ a (* -1 b)))>
#<alt (* a (+ a (* -1 b)))>
#<alt (* a (+ a (* -1 b)))>
#<alt (pow a 2)>
#<alt (* (pow a 2) (+ 1 (* -1 (/ b a))))>
#<alt (* (pow a 2) (+ 1 (* -1 (/ b a))))>
#<alt (* (pow a 2) (+ 1 (* -1 (/ b a))))>
#<alt (pow a 2)>
#<alt (* (pow a 2) (+ 1 (* -1 (/ b a))))>
#<alt (* (pow a 2) (+ 1 (* -1 (/ b a))))>
#<alt (* (pow a 2) (+ 1 (* -1 (/ b a))))>
#<alt (pow a 2)>
#<alt (+ (* -1 (* a b)) (pow a 2))>
#<alt (+ (* -1 (* a b)) (pow a 2))>
#<alt (+ (* -1 (* a b)) (pow a 2))>
#<alt (* -1 (* a b))>
#<alt (* b (+ (* -1 a) (/ (pow a 2) b)))>
#<alt (* b (+ (* -1 a) (/ (pow a 2) b)))>
#<alt (* b (+ (* -1 a) (/ (pow a 2) b)))>
#<alt (* -1 (* a b))>
#<alt (* -1 (* b (+ a (* -1 (/ (pow a 2) b)))))>
#<alt (* -1 (* b (+ a (* -1 (/ (pow a 2) b)))))>
#<alt (* -1 (* b (+ a (* -1 (/ (pow a 2) b)))))>
Calls

81 calls:

TimeVariablePointExpression
46.0ms
a
@inf
(/ (/ (- (* a a) (* b b)) (* a (- a b))) b)
2.0ms
a
@0
(/ (/ (- (* a a) (* b b)) (* a (- a b))) b)
2.0ms
a
@-inf
(* a (- a b))
2.0ms
b
@inf
(/ (/ (- (* a a) (* b b)) (* a (- a b))) b)
2.0ms
b
@0
(/ (/ (- (* a a) (* b b)) (* a (- a b))) b)

rewrite953.0ms (1.3%)

Algorithm
batch-egg-rewrite
Rules
5396×/-lowering-/.f32
5396×/-lowering-/.f64
4410×*-lowering-*.f32
4410×*-lowering-*.f64
1872×+-lowering-+.f64
Iterations

Useful iterations: 1 (0.0ms)

IterNodesCost
02282
115467
2148367
0914467
Stop Event
iter limit
node limit
Counts
15 → 793
Calls
Call 1
Inputs
(- (/ 1 b) (/ -1 a))
(/ 1 b)
(/ -1 a)
(/ eps (* a eps))
(* a eps)
(/ (/ b a) b)
(/ b a)
(/ (+ 1 (/ a b)) a)
(+ 1 (/ a b))
(/ a b)
(/ (/ (- (* a a) (* b b)) (* a (- a b))) b)
(/ (- (* a a) (* b b)) (* a (- a b)))
(- (* a a) (* b b))
(* a a)
(* a (- a b))
Outputs
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) (+.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)))
(+.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) (fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) a)))
(+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64)))) (fma.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64))))
(+.f64 (fma.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64)))) (fma.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64))))
(+.f64 (fma.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) b) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64)))) (fma.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64))))
(+.f64 (fma.f64 (pow.f64 b #s(literal -1/2 binary64)) (pow.f64 b #s(literal -1/2 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64)))) (fma.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64))))
(-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))
(-.f64 (/.f64 a (*.f64 b a)) (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b a)))
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))))) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))))))
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))))
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 b (-.f64 #s(literal 0 binary64) a))) (/.f64 b (*.f64 b (-.f64 #s(literal 0 binary64) a))))
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal -1 binary64))) (*.f64 b (/.f64 a #s(literal -1 binary64)))) (/.f64 b (*.f64 b (/.f64 a #s(literal -1 binary64)))))
(-.f64 (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))))
(-.f64 (/.f64 (*.f64 #s(literal -1 binary64) (/.f64 a #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal -1 binary64)))) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal -1 binary64)))))
(-.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)))
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(fma.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a))
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(fma.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))))) (+.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)))
(fma.f64 (+.f64 b a) (/.f64 #s(literal 1 binary64) (*.f64 b a)) (+.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)))
(fma.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))) (+.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)))
(fma.f64 (pow.f64 b #s(literal -1/2 binary64)) (pow.f64 b #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) a))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (+.f64 b a)))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 a a)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b a) (+.f64 b a))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 a a))))))
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)))))
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (*.f64 b a)))))
(/.f64 (+.f64 b a) (*.f64 b a))
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) b) (*.f64 b (-.f64 #s(literal 0 binary64) a)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal -1 binary64))) b) (*.f64 b (/.f64 a #s(literal -1 binary64))))
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)))
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 a #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal -1 binary64))))
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) a))
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))))))
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (*.f64 b a))))))
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))))
(/.f64 (neg.f64 (+.f64 b a)) (neg.f64 (*.f64 b a)))
(/.f64 (/.f64 (+.f64 b a) b) a)
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) b) (*.f64 b (neg.f64 (-.f64 #s(literal 0 binary64) a))))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 a #s(literal -1 binary64)))) b) (*.f64 b (neg.f64 (/.f64 a #s(literal -1 binary64)))))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1 binary64))) b) (*.f64 b (/.f64 a #s(literal 1 binary64))))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)) (*.f64 b (-.f64 #s(literal 0 binary64) a)))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) b)) (*.f64 b (/.f64 a #s(literal -1 binary64))))
(/.f64 (+.f64 a (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) a))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) a))))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 a #s(literal -1 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (/.f64 a #s(literal -1 binary64)))))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal 1 binary64))))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal -1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal -1 binary64))))
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) a))
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) a))))
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (/.f64 a #s(literal -1 binary64)))))
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal 1 binary64))))
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)))
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal -1 binary64))))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) a) (*.f64 b a))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) a) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) b))))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal -1 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) b)))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) b))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) b))))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (neg.f64 (/.f64 a #s(literal -1 binary64))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 a #s(literal -1 binary64))) b))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (neg.f64 (/.f64 a #s(literal -1 binary64))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 a #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b))))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (neg.f64 (/.f64 a #s(literal -1 binary64))) #s(literal -1 binary64))) (*.f64 (neg.f64 (/.f64 a #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 a #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1 binary64)) b))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b))))
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a #s(literal 1 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) b))
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) b))))
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 a #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1 binary64)) b))
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b))))
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a #s(literal -1 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1 binary64)) #s(literal 1 binary64))) b) (*.f64 b (/.f64 (/.f64 a #s(literal -1 binary64)) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) b)) (*.f64 b (neg.f64 (-.f64 #s(literal 0 binary64) a))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 a #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 b (neg.f64 (/.f64 a #s(literal -1 binary64)))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal -1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal -1 binary64))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 (/.f64 a #s(literal -1 binary64)) #s(literal 1 binary64))))
(/.f64 (-.f64 a (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) a))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) a))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 a #s(literal -1 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (/.f64 a #s(literal -1 binary64)))))
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 a #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 a #s(literal -1 binary64)) #s(literal 1 binary64))))
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) a))))
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (/.f64 a #s(literal -1 binary64)))))
(/.f64 (-.f64 (*.f64 a (*.f64 b a)) (*.f64 (*.f64 b a) (-.f64 #s(literal 0 binary64) b))) (*.f64 a (*.f64 a (*.f64 b b))))
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)))) (/.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))))))
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))))
(/.f64 (neg.f64 (neg.f64 (+.f64 b a))) (neg.f64 (neg.f64 (*.f64 b a))))
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) b)) (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a))))
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal -1 binary64))) b)) (neg.f64 (*.f64 b (/.f64 a #s(literal -1 binary64)))))
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))))
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 a #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal -1 binary64)))))
(/.f64 (neg.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) a)))
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))) (neg.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)))))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 a a))))) (neg.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)))))
(/.f64 (neg.f64 (/.f64 (+.f64 b a) b)) (-.f64 #s(literal 0 binary64) a))
(pow.f64 (/.f64 (*.f64 b a) (+.f64 b a)) #s(literal -1 binary64))
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) #s(literal -1 binary64))
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))))))
(*.f64 (+.f64 b a) (/.f64 #s(literal 1 binary64) (*.f64 b a)))
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))))
(exp.f64 (-.f64 #s(literal 0 binary64) (log.f64 b)))
(neg.f64 (/.f64 #s(literal -1 binary64) b))
(/.f64 #s(literal 1 binary64) b)
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b)))
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b))
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b))))
(pow.f64 b #s(literal -1 binary64))
(pow.f64 (*.f64 b b) #s(literal -1/2 binary64))
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64))
(pow.f64 (pow.f64 b #s(literal -1/2 binary64)) #s(literal 2 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64))
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) b))
(*.f64 (pow.f64 b #s(literal -1/2 binary64)) (pow.f64 b #s(literal -1/2 binary64)))
(exp.f64 (*.f64 (log.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)))
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal -1 binary64))) #s(literal -1 binary64)))
(neg.f64 (/.f64 #s(literal 1 binary64) a))
(/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1 binary64)) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a #s(literal -1 binary64)))))
(/.f64 #s(literal -1 binary64) a)
(/.f64 #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a #s(literal -1 binary64))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal -1 binary64)) #s(literal 1 binary64))))
(pow.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))
(pow.f64 (/.f64 a #s(literal -1 binary64)) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 a #s(literal -1 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a))
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a))
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a eps) eps)) #s(literal -1 binary64)))
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a eps))) (/.f64 eps (-.f64 #s(literal 0 binary64) (*.f64 a eps))))
(neg.f64 (/.f64 eps (-.f64 #s(literal 0 binary64) (*.f64 a eps))))
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) eps) (*.f64 a eps)))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a eps) eps))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a eps) eps) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 eps (/.f64 eps a)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a eps) eps))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a eps) eps)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a eps) eps) #s(literal 1 binary64))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 eps (/.f64 eps a))))
(/.f64 eps (*.f64 a eps))
(/.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 0 binary64) (*.f64 a eps)))
(/.f64 (/.f64 eps a) eps)
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) eps)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps))))
(/.f64 (neg.f64 (/.f64 eps a)) (-.f64 #s(literal 0 binary64) eps))
(/.f64 (*.f64 eps #s(literal 1 binary64)) (*.f64 a eps))
(/.f64 (/.f64 eps eps) a)
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) eps))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)))))
(/.f64 (neg.f64 (neg.f64 (/.f64 eps a))) (neg.f64 (-.f64 #s(literal 0 binary64) eps)))
(/.f64 (neg.f64 (*.f64 eps #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a eps)))
(/.f64 (neg.f64 (/.f64 eps eps)) (-.f64 #s(literal 0 binary64) a))
(pow.f64 (/.f64 (*.f64 a eps) eps) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 (*.f64 a eps) eps) #s(literal 1 binary64)) #s(literal -1 binary64))
(pow.f64 (/.f64 eps (/.f64 eps a)) #s(literal -1 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 eps (*.f64 a eps)))
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 eps (-.f64 #s(literal 0 binary64) eps)))
(*.f64 eps (/.f64 #s(literal 1 binary64) (*.f64 a eps)))
(*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a eps))))
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 eps eps))
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 eps eps) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a eps)) eps)
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a eps)) (pow.f64 (/.f64 #s(literal 1 binary64) eps) #s(literal -1 binary64)))
(*.f64 (/.f64 eps a) (/.f64 #s(literal 1 binary64) eps))
(*.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 eps a))
(*.f64 (/.f64 eps eps) (/.f64 #s(literal 1 binary64) a))
(*.f64 (/.f64 #s(literal -1 binary64) eps) (/.f64 eps (-.f64 #s(literal 0 binary64) a)))
(*.f64 a eps)
(*.f64 eps a)
(exp.f64 (*.f64 (log.f64 (/.f64 b (/.f64 b a))) #s(literal -1 binary64)))
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 b (/.f64 #s(literal -1 binary64) a)) b))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) a))) (/.f64 b (*.f64 b (-.f64 #s(literal 0 binary64) a))))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (/.f64 b (*.f64 a (-.f64 #s(literal 0 binary64) b))))
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (*.f64 b a))) (/.f64 b (neg.f64 (*.f64 b a))))
(neg.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1 binary64) a)) b))
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 b a)))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) b))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 b a)) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a b) (-.f64 #s(literal 0 binary64) b))))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b (/.f64 b a)))))
(/.f64 b (*.f64 b a))
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a b))
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 a b) (-.f64 #s(literal 0 binary64) b)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (/.f64 b a))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b a) b)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (/.f64 b a)) #s(literal 1 binary64))))
(/.f64 (/.f64 b a) b)
(/.f64 (/.f64 b a) (neg.f64 (-.f64 #s(literal 0 binary64) b)))
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b (-.f64 #s(literal 0 binary64) a)))
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a (-.f64 #s(literal 0 binary64) b)))
(/.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (*.f64 b a)))
(/.f64 (*.f64 b (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) b))
(/.f64 (*.f64 b (/.f64 #s(literal -1 binary64) a)) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b))))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) b))
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b))))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a))))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (neg.f64 (*.f64 b a))))
(/.f64 (*.f64 b (/.f64 #s(literal 1 binary64) b)) a)
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) b)) (-.f64 #s(literal 0 binary64) a))
(/.f64 (/.f64 b b) a)
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) b)) (neg.f64 (/.f64 a b)))
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))))
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b)))
(/.f64 (neg.f64 (/.f64 b b)) (-.f64 #s(literal 0 binary64) a))
(/.f64 (neg.f64 (*.f64 b (/.f64 #s(literal 1 binary64) b))) (-.f64 #s(literal 0 binary64) a))
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))
(pow.f64 (/.f64 b (/.f64 b a)) #s(literal -1 binary64))
(pow.f64 (/.f64 (*.f64 b a) b) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 b (/.f64 b a)) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 b a)))
(*.f64 b (/.f64 #s(literal 1 binary64) (*.f64 b a)))
(*.f64 b (/.f64 (/.f64 #s(literal 1 binary64) a) b))
(*.f64 b (/.f64 (/.f64 #s(literal 1 binary64) b) a))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b a))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 b a) #s(literal 1 binary64)))
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a b)))
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 b (-.f64 #s(literal 0 binary64) b)))
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) b)))
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (/.f64 b a) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)))
(*.f64 (/.f64 b (*.f64 b a)) #s(literal 1 binary64))
(*.f64 (*.f64 b (/.f64 #s(literal -1 binary64) a)) (/.f64 #s(literal -1 binary64) b))
(*.f64 (*.f64 b (/.f64 #s(literal -1 binary64) a)) (/.f64 (/.f64 #s(literal -1 binary64) b) #s(literal 1 binary64)))
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) b)))
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) (/.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 #s(literal -1 binary64) b)))
(*.f64 (/.f64 #s(literal -1 binary64) b) (*.f64 b (/.f64 #s(literal -1 binary64) a)))
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (/.f64 b a) #s(literal -1 binary64)))
(*.f64 (/.f64 b b) (/.f64 #s(literal 1 binary64) a))
(*.f64 (/.f64 b b) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)))
(*.f64 (/.f64 b b) (/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) b) b)
(*.f64 (pow.f64 (/.f64 b b) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a))
(*.f64 (pow.f64 (/.f64 b (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a))
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 b a)))
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) b) (/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64)))
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) b) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) a) b)
(*.f64 (/.f64 (pow.f64 b #s(literal -1/2 binary64)) a) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) (/.f64 b a))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) b)) (/.f64 #s(literal 1 binary64) a))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) b)) (/.f64 #s(literal -1 binary64) a))
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) b)) (/.f64 #s(literal -1 binary64) (*.f64 b a)))
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) b)) (/.f64 (/.f64 #s(literal -1 binary64) b) a))
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) b)) (/.f64 (/.f64 #s(literal -1 binary64) b) (-.f64 #s(literal 0 binary64) a)))
(*.f64 (/.f64 (pow.f64 b #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 a b)))
(*.f64 (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 a b)) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) #s(literal 1 binary64)))
(*.f64 (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) a))
(*.f64 (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) b)))
(*.f64 (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) b)) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)))
(*.f64 (/.f64 (/.f64 b a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b))
(exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64)))
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 b (/.f64 #s(literal -1 binary64) a)))
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) b)) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) b)))
(neg.f64 (*.f64 b (/.f64 #s(literal -1 binary64) a)))
(/.f64 #s(literal 1 binary64) (/.f64 a b))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a b))))
(/.f64 b a)
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a b)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a b) #s(literal 1 binary64))))
(/.f64 (/.f64 #s(literal -1 binary64) a) (neg.f64 (/.f64 #s(literal 1 binary64) b)))
(/.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))))
(pow.f64 (/.f64 b a) #s(literal 1 binary64))
(pow.f64 (/.f64 a b) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 a b) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 b a))
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -1 binary64) b)))
(*.f64 b (/.f64 #s(literal 1 binary64) a))
(*.f64 b (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)))
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) b)))
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) b)))
(*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) b))
(*.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64)))
(*.f64 (/.f64 b a) #s(literal 1 binary64))
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -1 binary64) a))
(*.f64 (/.f64 #s(literal 1 binary64) a) b)
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a))
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a))
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) b)) (/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 b #s(literal -1/2 binary64))))
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 b #s(literal -1/2 binary64))))
(exp.f64 (*.f64 (log.f64 (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 a b)))) #s(literal -1 binary64)))
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) a) (/.f64 (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b))) a))
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) (-.f64 #s(literal 0 binary64) a)))
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 a b)))) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 a b)))))
(neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) (-.f64 #s(literal 0 binary64) a)))
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 a b))) a))
(/.f64 #s(literal 1 binary64) (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 a b))))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 a b))) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 a b))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 a b)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 a b))) #s(literal 1 binary64))))
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a)
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) a))
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b)))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a)))))
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 a b))))
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a))) a))
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a b)) a))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 a b)))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b))))) (neg.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a))))))
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a)))) (neg.f64 (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 a b)))))
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) #s(literal 1 binary64)) a)
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b)))) (/.f64 #s(literal 1 binary64) a)) (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a))))
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 #s(literal 1 binary64) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b)))
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a))) a)))
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a b)) a)))
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 a b))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))))
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a))
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b)))) (/.f64 #s(literal 1 binary64) a))) (neg.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a)))))
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 #s(literal 1 binary64) a))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 a b))))
(pow.f64 (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 a b))) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 a (+.f64 #s(literal 1 binary64) (/.f64 a b))) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a))
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) (/.f64 #s(literal 1 binary64) a))
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a) #s(literal 1 binary64))
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 a b))) (/.f64 #s(literal -1 binary64) a))
(*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 #s(literal 1 binary64) (/.f64 a b)))
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 a b))) #s(literal -1 binary64)))
(*.f64 (pow.f64 (/.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a)))))
(*.f64 (pow.f64 (/.f64 a (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))))
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b)))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a)))) a))
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b)))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a)))) #s(literal 1 binary64)))
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) a))
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) a) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) #s(literal 1 binary64)))
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
(+.f64 (/.f64 a b) #s(literal 1 binary64))
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b))))
(-.f64 (/.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (-.f64 (/.f64 a b) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 a b) #s(literal 1 binary64))))
(fma.f64 #s(literal 1 binary64) (/.f64 a b) #s(literal 1 binary64))
(fma.f64 (/.f64 #s(literal 1 binary64) b) a #s(literal 1 binary64))
(fma.f64 a (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64))
(fma.f64 (/.f64 a b) #s(literal 1 binary64) #s(literal 1 binary64))
(fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) b) #s(literal 1 binary64))
(fma.f64 (/.f64 #s(literal -1 binary64) b) (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b))))))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a b)) (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b)))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a b)) (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))))))
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b)))) (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a))))
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b)))) (+.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b))))
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (-.f64 #s(literal 1 binary64) (/.f64 a b)))
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b))))) (neg.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a)))))
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b))))) (neg.f64 (+.f64 (/.f64 a (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 1 binary64) (/.f64 a b)))))
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a)))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 a b))))
(/.f64 (-.f64 (/.f64 a (/.f64 (*.f64 b b) a)) #s(literal 1 binary64)) (-.f64 (/.f64 a b) #s(literal 1 binary64)))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a b)) (/.f64 a (/.f64 (*.f64 b b) a)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a b)) (-.f64 #s(literal 1 binary64) (/.f64 a b))))
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b)))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a))))))
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))))) (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 a b)))))
(/.f64 (neg.f64 (-.f64 (/.f64 a (/.f64 (*.f64 b b) a)) #s(literal 1 binary64))) (neg.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64))))
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 a b)) (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a)))) #s(literal -1 binary64))
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 a (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 b a)))))
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 b b) a))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 a b))))
(exp.f64 (*.f64 (log.f64 (/.f64 b a)) #s(literal -1 binary64)))
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 a (-.f64 #s(literal 0 binary64) b)))
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b))
(neg.f64 (/.f64 a (-.f64 #s(literal 0 binary64) b)))
(/.f64 #s(literal 1 binary64) (/.f64 b a))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) #s(literal 1 binary64)))
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/.f64 #s(literal -1 binary64) (*.f64 b (/.f64 #s(literal -1 binary64) a)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b a) #s(literal 1 binary64))))
(/.f64 a b)
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))
(/.f64 (/.f64 a #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) b))
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))
(/.f64 (neg.f64 (/.f64 a #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b)))
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) b)) (/.f64 #s(literal -1 binary64) a))
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b))))
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) (neg.f64 (-.f64 #s(literal 0 binary64) b)))
(pow.f64 (/.f64 b a) #s(literal -1 binary64))
(pow.f64 (/.f64 a b) #s(literal 1 binary64))
(pow.f64 (/.f64 (/.f64 b a) #s(literal 1 binary64)) #s(literal -1 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 a b))
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 #s(literal -1 binary64) a)))
(*.f64 (/.f64 #s(literal 1 binary64) b) a)
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal 1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)))
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) b))
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)))
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 #s(literal 1 binary64) a)))
(*.f64 a (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 a b) #s(literal 1 binary64))
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) b))
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b))
(*.f64 (/.f64 #s(literal -1 binary64) b) (-.f64 #s(literal 0 binary64) a))
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a #s(literal -1 binary64)))
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)) (/.f64 a #s(literal -1 binary64)))
(*.f64 (/.f64 (pow.f64 b #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)))
(*.f64 (/.f64 (pow.f64 b #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) a)))
(exp.f64 (*.f64 (log.f64 (/.f64 b (/.f64 (+.f64 b a) a))) #s(literal -1 binary64)))
(-.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 a (-.f64 a b)))) (/.f64 (*.f64 b b) (*.f64 b (*.f64 a (-.f64 a b)))))
(-.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 a (-.f64 a b)))) (/.f64 (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))) (*.f64 b (*.f64 a (-.f64 a b)))))
(-.f64 (/.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) b) (/.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))) b))
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b a) a)) b))
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 b (*.f64 a (-.f64 a b)))) (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 b (*.f64 a (-.f64 a b)))))
(-.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 a a))) (+.f64 (*.f64 a a) (*.f64 b b))) (*.f64 b (*.f64 a (-.f64 a b)))) (/.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 a a) (*.f64 b b))) (*.f64 b (*.f64 a (-.f64 a b)))))
(-.f64 (/.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (/.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))) (neg.f64 (-.f64 #s(literal 0 binary64) b))))
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (*.f64 b (*.f64 a (-.f64 a b))))) (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (neg.f64 (*.f64 b (*.f64 a (-.f64 a b))))))
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))))) (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))))))
(-.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b (*.f64 a (-.f64 a b))) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 a (-.f64 a b))) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))))))
(-.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b (*.f64 a (-.f64 a b))) (+.f64 (*.f64 a a) (*.f64 b b)))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 a (-.f64 a b))) (+.f64 (*.f64 a a) (*.f64 b b)))))
(-.f64 (/.f64 (/.f64 (*.f64 a a) a) (*.f64 b (-.f64 a b))) (/.f64 (/.f64 (*.f64 b b) a) (*.f64 b (-.f64 a b))))
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b a) a)) b))
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (+.f64 b a) a)))
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a)) b))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 (+.f64 b a) a)) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 a (-.f64 a b))) (-.f64 (*.f64 a a) (*.f64 b b))))
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a)) (-.f64 #s(literal 0 binary64) b))))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b (/.f64 (+.f64 b a) a)))))
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a)))
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a)) (-.f64 #s(literal 0 binary64) b)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (/.f64 (+.f64 b a) a))))
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a)) b)))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (/.f64 (+.f64 b a) a)) #s(literal 1 binary64))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 a (-.f64 a b))) (-.f64 (*.f64 a a) (*.f64 b b)))))
(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 b (*.f64 a (-.f64 a b))))
(/.f64 (/.f64 (+.f64 b a) a) b)
(/.f64 (/.f64 (+.f64 b a) a) (neg.f64 (-.f64 #s(literal 0 binary64) b)))
(/.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) (neg.f64 (*.f64 b (*.f64 a (-.f64 a b)))))
(/.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b a) a)) (-.f64 #s(literal 0 binary64) b))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b a) a)) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b))))
(/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 b (*.f64 a (-.f64 a b))) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))))
(/.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 a (-.f64 a b))) (+.f64 (*.f64 a a) (*.f64 b b))))
(/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) (*.f64 b (-.f64 a b)))
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 b (*.f64 a (-.f64 a b))))
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal -1 binary64)) (*.f64 (*.f64 a (-.f64 a b)) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (*.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))) b))
(/.f64 (*.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (*.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) #s(literal 1 binary64)) (*.f64 (-.f64 a b) b))
(/.f64 (*.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) #s(literal -1 binary64)) (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (neg.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b)))) (neg.f64 (neg.f64 (*.f64 b (*.f64 a (-.f64 a b))))))
(/.f64 (neg.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b)))) (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))))))
(/.f64 (neg.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a))) (neg.f64 (*.f64 b (-.f64 a b))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (*.f64 (*.f64 b (*.f64 a (-.f64 a b))) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))))))
(/.f64 (neg.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 (*.f64 b (*.f64 a (-.f64 a b))) (+.f64 (*.f64 a a) (*.f64 b b)))))
(/.f64 (*.f64 (/.f64 (+.f64 b a) a) #s(literal 1 binary64)) b)
(/.f64 (*.f64 (/.f64 (+.f64 b a) a) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) b))
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b)) (*.f64 a (-.f64 a b)))
(/.f64 (*.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) (/.f64 #s(literal 1 binary64) b)) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))))
(/.f64 (*.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) (/.f64 #s(literal 1 binary64) b)) (-.f64 a b))
(/.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) b) (*.f64 a (-.f64 a b)))
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) b)) (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a))))
(/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 b (*.f64 a (-.f64 a b)))) (*.f64 (*.f64 b (*.f64 a (-.f64 a b))) (*.f64 b b))) (*.f64 (*.f64 b (*.f64 a (-.f64 a b))) (*.f64 b (*.f64 a (-.f64 a b)))))
(/.f64 (-.f64 (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) b) (*.f64 b (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))))) (*.f64 b b))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64))) (neg.f64 (*.f64 b (*.f64 a (-.f64 a b)))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal -1 binary64))) (neg.f64 (*.f64 (*.f64 a (-.f64 a b)) (-.f64 #s(literal 0 binary64) b))))
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))) b)))
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) #s(literal -1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))) (-.f64 #s(literal 0 binary64) b))))
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 a b) b)))
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) #s(literal -1 binary64))) (neg.f64 (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) b))))
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 b a) a) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b))
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 b a) a) #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b)))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b))) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))))
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) (/.f64 #s(literal 1 binary64) b))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))))
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) (/.f64 #s(literal 1 binary64) b))) (neg.f64 (-.f64 a b)))
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) b)) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))))
(pow.f64 (/.f64 b (/.f64 (+.f64 b a) a)) #s(literal -1 binary64))
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a)) b) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 b (/.f64 (+.f64 b a) a)) #s(literal 1 binary64)) #s(literal -1 binary64))
(pow.f64 (/.f64 (*.f64 b (*.f64 a (-.f64 a b))) (-.f64 (*.f64 a a) (*.f64 b b))) #s(literal -1 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 b a) a) b))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (+.f64 b a) a))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 (+.f64 b a) a) #s(literal 1 binary64)))
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))))
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) (/.f64 (-.f64 a b) (-.f64 a b)))
(*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a (-.f64 a b)))))
(*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) b))
(*.f64 (/.f64 (+.f64 b a) a) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 (/.f64 (+.f64 b a) a) b) #s(literal 1 binary64))
(*.f64 (/.f64 (/.f64 (+.f64 b a) a) b) (/.f64 (/.f64 (-.f64 a b) (-.f64 a b)) #s(literal 1 binary64)))
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b a) a)) (/.f64 #s(literal -1 binary64) b))
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))))
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a a) (*.f64 b b)))))
(*.f64 (+.f64 b a) (/.f64 (-.f64 a b) (*.f64 b (*.f64 a (-.f64 a b)))))
(*.f64 (+.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) b) a))
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a)) (/.f64 (+.f64 b a) (-.f64 a b)))
(*.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) (/.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 a b)))
(*.f64 (/.f64 (+.f64 b a) b) (/.f64 (-.f64 a b) (*.f64 a (-.f64 a b))))
(*.f64 (/.f64 (+.f64 b a) b) (/.f64 (/.f64 (-.f64 a b) a) (-.f64 a b)))
(*.f64 (/.f64 (+.f64 b a) b) (/.f64 (/.f64 (-.f64 a b) (*.f64 a (-.f64 a b))) #s(literal 1 binary64)))
(*.f64 (/.f64 (+.f64 b a) b) (/.f64 (*.f64 (-.f64 a b) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b)))) #s(literal 1 binary64)))
(*.f64 (/.f64 (-.f64 a b) (*.f64 a (-.f64 a b))) (/.f64 (+.f64 b a) b))
(*.f64 (/.f64 #s(literal -1 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b a) a)))
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (/.f64 (+.f64 b a) a) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a (-.f64 (*.f64 a a) (*.f64 b b)))))
(*.f64 (*.f64 (/.f64 (+.f64 b a) a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) b) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))))
(*.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) b) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) #s(literal 1 binary64)))
(*.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) b) (/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b)))) #s(literal -1 binary64)))
(*.f64 (*.f64 (-.f64 a b) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b)))) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) (+.f64 b a))))
(*.f64 (/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) (-.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (+.f64 b a))))))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) b) (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)))
(*.f64 (pow.f64 (/.f64 b (-.f64 (*.f64 a a) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))))
(*.f64 (pow.f64 (/.f64 b (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))))
(*.f64 (pow.f64 (/.f64 b (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 a b)))
(*.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (-.f64 a b)))
(*.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 b (-.f64 a b))) (/.f64 #s(literal 1 binary64) a))
(*.f64 (/.f64 (+.f64 b a) (*.f64 a (-.f64 a b))) (/.f64 (-.f64 a b) b))
(*.f64 (/.f64 (+.f64 b a) (*.f64 b (-.f64 a b))) (/.f64 (-.f64 a b) a))
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 a b) (+.f64 b a))) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a (-.f64 a b))))
(*.f64 (/.f64 (/.f64 (+.f64 b a) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b))
(*.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal -1 binary64)) (/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b)))) b))
(*.f64 (/.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) b) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) #s(literal -1 binary64)))
(*.f64 (/.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) b) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))) #s(literal 1 binary64)))
(*.f64 (/.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) b))
(*.f64 (/.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a (-.f64 a b))))
(*.f64 (/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) b) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) #s(literal 1 binary64)))
(*.f64 (/.f64 (/.f64 (+.f64 b a) (-.f64 a b)) b) (/.f64 (/.f64 (-.f64 a b) a) #s(literal 1 binary64)))
(*.f64 (/.f64 (*.f64 (-.f64 a b) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b)))) b) (/.f64 (+.f64 b a) #s(literal 1 binary64)))
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) (-.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) b) (/.f64 (+.f64 (*.f64 a a) (*.f64 b (+.f64 b a))) #s(literal 1 binary64)))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) a) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))))
(*.f64 (/.f64 (pow.f64 b #s(literal -1/2 binary64)) a) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b)))))
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a (+.f64 b a))) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (-.f64 a b) (-.f64 a b))))
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 a b)) (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))))
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 a b)) (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (*.f64 a a) (*.f64 b b))))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 a b)) (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a (-.f64 a b))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a a) (*.f64 b b)))))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a (+.f64 b a))) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 a b) (-.f64 a b))))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (-.f64 a b) (+.f64 b a))) (/.f64 #s(literal 1 binary64) (/.f64 a (-.f64 a b))))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 a (-.f64 a b)) (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 a (-.f64 a b)) (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b b))))
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 a b)) (/.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a (-.f64 (*.f64 a a) (*.f64 b b)))))
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a (-.f64 a b))) (/.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a a) (*.f64 b b)))))
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (+.f64 b a))) (/.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (-.f64 a b) (-.f64 a b))))
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 a b) (+.f64 b a))) (/.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a (-.f64 a b))))
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a (-.f64 a b)) (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 (/.f64 #s(literal -1 binary64) b) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))))
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a (-.f64 a b)) (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (/.f64 #s(literal -1 binary64) b) (+.f64 (*.f64 a a) (*.f64 b b))))
(*.f64 (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (-.f64 a b)) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 a (-.f64 (*.f64 a a) (*.f64 b b)))))
(*.f64 (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (*.f64 a (-.f64 a b))) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a a) (*.f64 b b)))))
(*.f64 (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 a (+.f64 b a))) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 (-.f64 a b) (-.f64 a b))))
(*.f64 (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 (-.f64 a b) (+.f64 b a))) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 a (-.f64 a b))))
(*.f64 (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 (*.f64 a (-.f64 a b)) (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))))
(*.f64 (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (/.f64 (*.f64 a (-.f64 a b)) (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (pow.f64 b #s(literal -1/2 binary64)) (+.f64 (*.f64 a a) (*.f64 b b))))
(*.f64 (/.f64 (-.f64 a b) b) (/.f64 (+.f64 b a) (*.f64 a (-.f64 a b))))
(*.f64 (/.f64 (-.f64 a b) (*.f64 b (-.f64 a b))) (/.f64 (+.f64 b a) a))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) b) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 a (-.f64 a b))))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 a (-.f64 a b))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))) b))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 b a)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))) (-.f64 a b)))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 b (-.f64 a b))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))) a))
(*.f64 (/.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) b) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b b))) (*.f64 a (-.f64 a b))))
(*.f64 (/.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 a (-.f64 a b))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b b))) b))
(*.f64 (/.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b a)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b b))) (-.f64 a b)))
(*.f64 (/.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (-.f64 a b))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b b))) a))
(*.f64 (/.f64 (neg.f64 (+.f64 b a)) b) (/.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))))
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 b (*.f64 a (-.f64 a b)))) (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))))
(*.f64 (/.f64 (+.f64 (*.f64 a a) (*.f64 b b)) (*.f64 b (*.f64 a (-.f64 a b)))) (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 (*.f64 a a) (*.f64 b b))))
(*.f64 (/.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) a) (/.f64 (/.f64 #s(literal 1 binary64) b) (neg.f64 (-.f64 a b))))
(*.f64 (/.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) (-.f64 a b)) (/.f64 #s(literal -1 binary64) (*.f64 b a)))
(*.f64 (/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) (+.f64 b a)) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (-.f64 a b) (+.f64 b a))))
(+.f64 (/.f64 (+.f64 b a) a) (fma.f64 (neg.f64 (/.f64 b (-.f64 a b))) (/.f64 b a) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))))
(+.f64 (/.f64 (+.f64 b a) a) (fma.f64 (*.f64 b (/.f64 #s(literal -1 binary64) a)) (/.f64 b (-.f64 a b)) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))))
(+.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (neg.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))))
(+.f64 (fma.f64 a (/.f64 a (*.f64 a (-.f64 a b))) (neg.f64 (*.f64 (/.f64 b (*.f64 a (-.f64 a b))) b))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a (-.f64 a b)))) b (*.f64 (/.f64 b (*.f64 a (-.f64 a b))) b)))
(+.f64 (fma.f64 a (/.f64 a (*.f64 a (-.f64 a b))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) (*.f64 b b)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b)))) (*.f64 b b) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) (*.f64 b b))))
(+.f64 (fma.f64 (*.f64 a a) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) (neg.f64 (*.f64 (/.f64 b (*.f64 a (-.f64 a b))) b))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a (-.f64 a b)))) b (*.f64 (/.f64 b (*.f64 a (-.f64 a b))) b)))
(+.f64 (fma.f64 (*.f64 a a) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) (*.f64 b b)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b)))) (*.f64 b b) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) (*.f64 b b))))
(+.f64 (fma.f64 (/.f64 a (-.f64 a b)) (/.f64 a a) (neg.f64 (*.f64 (/.f64 b (*.f64 a (-.f64 a b))) b))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a (-.f64 a b)))) b (*.f64 (/.f64 b (*.f64 a (-.f64 a b))) b)))
(+.f64 (fma.f64 (/.f64 a (-.f64 a b)) (/.f64 a a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) (*.f64 b b)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b)))) (*.f64 b b) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) (*.f64 b b))))
(+.f64 (fma.f64 (/.f64 a a) (/.f64 a (-.f64 a b)) (neg.f64 (*.f64 (/.f64 b (*.f64 a (-.f64 a b))) b))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a (-.f64 a b)))) b (*.f64 (/.f64 b (*.f64 a (-.f64 a b))) b)))
(+.f64 (fma.f64 (/.f64 a a) (/.f64 a (-.f64 a b)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) (*.f64 b b)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b)))) (*.f64 b b) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) (*.f64 b b))))
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a))) #s(literal -1 binary64)))
(-.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))))
(-.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (/.f64 (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))) (*.f64 a (-.f64 a b))))
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 a (-.f64 a b))) (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 a (-.f64 a b))))
(-.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 a a))) (+.f64 (*.f64 a a) (*.f64 b b))) (*.f64 a (-.f64 a b))) (/.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 a a) (*.f64 b b))) (*.f64 a (-.f64 a b))))
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b a) a)))
(-.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (-.f64 a b)) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (-.f64 a b)) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))))))
(-.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 a (-.f64 a b)) (+.f64 (*.f64 a a) (*.f64 b b)))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (-.f64 a b)) (+.f64 (*.f64 a a) (*.f64 b b)))))
(-.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 a (-.f64 a b))) (*.f64 (*.f64 a (-.f64 a b)) (*.f64 a (-.f64 a b)))) (/.f64 (*.f64 (*.f64 a (-.f64 a b)) (*.f64 b b)) (*.f64 (*.f64 a (-.f64 a b)) (*.f64 a (-.f64 a b)))))
(-.f64 (/.f64 (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))))) (+.f64 (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (*.f64 a (/.f64 a (*.f64 a (-.f64 a b))))) (+.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))) (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))))))) (/.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))))) (+.f64 (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (*.f64 a (/.f64 a (*.f64 a (-.f64 a b))))) (+.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))) (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))))))))
(-.f64 (/.f64 (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (*.f64 a (/.f64 a (*.f64 a (-.f64 a b))))) (+.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))))) (/.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))) (+.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))))))
(fma.f64 a (/.f64 a (*.f64 a (-.f64 a b))) (neg.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))))
(fma.f64 (*.f64 a a) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) (neg.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))))
(fma.f64 (/.f64 a (-.f64 a b)) (/.f64 a a) (neg.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))))
(fma.f64 (/.f64 a a) (/.f64 a (-.f64 a b)) (neg.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))))
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b a) a)))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a)))
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a)) #s(literal 1 binary64)))
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 a b) (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a))))
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a)))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a)) #s(literal 1 binary64))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 a b) (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)))))
(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a (-.f64 a b)))
(/.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))))
(/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (-.f64 a b)) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))))
(/.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (-.f64 a b)) (+.f64 (*.f64 a a) (*.f64 b b))))
(/.f64 (+.f64 b a) a)
(/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) (-.f64 a b))
(/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (-.f64 a b))) (*.f64 (*.f64 a (-.f64 a b)) (*.f64 b b))) (*.f64 (*.f64 a (-.f64 a b)) (*.f64 a (-.f64 a b))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 a (-.f64 a b))))
(/.f64 (*.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a (-.f64 a b))))
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 a (-.f64 a b)))
(/.f64 (neg.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))))
(/.f64 (neg.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a))) (neg.f64 (-.f64 a b)))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (*.f64 (*.f64 a (-.f64 a b)) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))))))
(/.f64 (neg.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 (*.f64 a (-.f64 a b)) (+.f64 (*.f64 a a) (*.f64 b b)))))
(/.f64 (neg.f64 (+.f64 b a)) (-.f64 #s(literal 0 binary64) a))
(/.f64 (-.f64 (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))))) (+.f64 (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (*.f64 a (/.f64 a (*.f64 a (-.f64 a b))))) (+.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))) (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))))))
(/.f64 (-.f64 (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (*.f64 a (/.f64 a (*.f64 a (-.f64 a b))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))))) (+.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b)))) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))))
(/.f64 (*.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b)))) (+.f64 (*.f64 a a) (*.f64 b b)))
(/.f64 (-.f64 (neg.f64 (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 a b)) (*.f64 b b))) (*.f64 (/.f64 (*.f64 a (-.f64 a b)) (*.f64 a a)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a (-.f64 a b)) (*.f64 a a)) (/.f64 (*.f64 a (-.f64 a b)) (*.f64 b b))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) (*.f64 (/.f64 (*.f64 a (-.f64 a b)) (*.f64 a a)) (*.f64 b b))) (*.f64 (/.f64 (*.f64 a (-.f64 a b)) (*.f64 a a)) (*.f64 a (-.f64 a b))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))) (*.f64 (/.f64 (*.f64 a (-.f64 a b)) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (/.f64 (*.f64 a (-.f64 a b)) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))))
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 a b)) (*.f64 (/.f64 (*.f64 a (-.f64 a b)) (*.f64 a a)) (/.f64 (*.f64 b b) a))) (*.f64 (/.f64 (*.f64 a (-.f64 a b)) (*.f64 a a)) (-.f64 a b)))
(/.f64 (-.f64 a (*.f64 (/.f64 (*.f64 a (-.f64 a b)) (*.f64 a a)) (/.f64 (*.f64 b b) (-.f64 a b)))) (*.f64 (/.f64 (*.f64 a (-.f64 a b)) (*.f64 a a)) a))
(/.f64 (-.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 a (-.f64 a b)) (*.f64 b b))) (*.f64 (*.f64 a (-.f64 a b)) #s(literal 1 binary64))) (*.f64 (*.f64 a (-.f64 a b)) (/.f64 (*.f64 a (-.f64 a b)) (*.f64 b b))))
(/.f64 (-.f64 (*.f64 (*.f64 a a) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))) (*.f64 (*.f64 a (-.f64 a b)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (*.f64 a (-.f64 a b)) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))))
(/.f64 (-.f64 (*.f64 (*.f64 a a) (-.f64 a b)) (*.f64 (*.f64 a (-.f64 a b)) (/.f64 (*.f64 b b) a))) (*.f64 (*.f64 a (-.f64 a b)) (-.f64 a b)))
(/.f64 (-.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (-.f64 a b)) (/.f64 (*.f64 b b) (-.f64 a b)))) (*.f64 (*.f64 a (-.f64 a b)) a))
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 a a)) (/.f64 (*.f64 a (-.f64 a b)) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))) (/.f64 (*.f64 a (-.f64 a b)) (*.f64 b b))))
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 a a)) (*.f64 a (-.f64 a b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))) (*.f64 a (-.f64 a b))))
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))))
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 a a)) (-.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))) (/.f64 (*.f64 b b) a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))) (-.f64 a b)))
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 a a)) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))) (/.f64 (*.f64 b b) (-.f64 a b)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))) a))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 a (-.f64 a b)) (*.f64 b b))) (*.f64 (-.f64 a b) #s(literal 1 binary64))) (*.f64 (-.f64 a b) (/.f64 (*.f64 a (-.f64 a b)) (*.f64 b b))))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a a) a) (*.f64 a (-.f64 a b))) (*.f64 (-.f64 a b) (*.f64 b b))) (*.f64 (-.f64 a b) (*.f64 a (-.f64 a b))))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a a) a) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))) (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a a) a) (-.f64 a b)) (*.f64 (-.f64 a b) (/.f64 (*.f64 b b) a))) (*.f64 (-.f64 a b) (-.f64 a b)))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a a) a) a) (*.f64 (-.f64 a b) (/.f64 (*.f64 b b) (-.f64 a b)))) (*.f64 a (-.f64 a b)))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a a) (-.f64 a b)) (/.f64 (*.f64 a (-.f64 a b)) (*.f64 b b))) a) (*.f64 a (/.f64 (*.f64 a (-.f64 a b)) (*.f64 b b))))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a a) (-.f64 a b)) (*.f64 a (-.f64 a b))) (*.f64 a (*.f64 b b))) (*.f64 a (*.f64 a (-.f64 a b))))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a a) (-.f64 a b)) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a a) (-.f64 a b)) (-.f64 a b)) (*.f64 a (/.f64 (*.f64 b b) a))) (*.f64 a (-.f64 a b)))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a a) (-.f64 a b)) a) (*.f64 a (/.f64 (*.f64 b b) (-.f64 a b)))) (*.f64 a a))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (-.f64 a b))) (*.f64 (*.f64 a (-.f64 a b)) (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a (-.f64 a b)) (*.f64 a (-.f64 a b)))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 a (-.f64 a b)))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a (-.f64 a b)))))
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b))))))
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)))) (neg.f64 (neg.f64 (-.f64 a b))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))))))) (neg.f64 (+.f64 (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (*.f64 a (/.f64 a (*.f64 a (-.f64 a b))))) (+.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))) (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (*.f64 a (/.f64 a (*.f64 a (-.f64 a b))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b)))))) (neg.f64 (+.f64 (*.f64 a (/.f64 a (*.f64 a (-.f64 a b)))) (/.f64 (*.f64 b b) (*.f64 a (-.f64 a b))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))))) (neg.f64 (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b b))))
(pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a)) #s(literal -1 binary64))
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a)) #s(literal 1 binary64)) #s(literal -1 binary64))
(pow.f64 (/.f64 (-.f64 a b) (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a))) #s(literal -1 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 b a) a))
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (neg.f64 (-.f64 a b))))
(*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))))
(*.f64 (-.f64 a b) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 a b) (+.f64 b a))))
(*.f64 (/.f64 (+.f64 b a) a) (/.f64 (-.f64 a b) (-.f64 a b)))
(*.f64 (*.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 a b)))))
(*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 b a))
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (-.f64 a b) (-.f64 (*.f64 a a) (*.f64 b b))) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) (-.f64 (*.f64 a a) (*.f64 b b)))
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a a) (*.f64 b b))) #s(literal -1 binary64)))
(*.f64 (+.f64 b a) (/.f64 #s(literal 1 binary64) a))
(*.f64 (+.f64 b a) (/.f64 (-.f64 a b) (*.f64 a (-.f64 a b))))
(*.f64 (+.f64 b a) (*.f64 (-.f64 a b) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b)))))
(*.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) (/.f64 #s(literal 1 binary64) (-.f64 a b)))
(*.f64 (/.f64 (-.f64 a b) (-.f64 a b)) (/.f64 (+.f64 b a) a))
(*.f64 (/.f64 (+.f64 b a) (-.f64 a b)) (/.f64 (-.f64 a b) a))
(*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) (-.f64 a b)))
(*.f64 (/.f64 (+.f64 b a) (-.f64 (*.f64 a a) (*.f64 b b))) (/.f64 (/.f64 (-.f64 a b) a) (/.f64 #s(literal 1 binary64) (+.f64 b a))))
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 a b)) (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)))
(*.f64 (*.f64 (-.f64 a b) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 a b)))) (+.f64 b a))
(*.f64 (/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) (-.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 a a) (*.f64 b (+.f64 b a))))
(*.f64 (pow.f64 (/.f64 a (+.f64 b a)) #s(literal -1 binary64)) (pow.f64 (/.f64 (-.f64 a b) (-.f64 a b)) #s(literal -1 binary64)))
(*.f64 (pow.f64 (/.f64 (-.f64 a b) (+.f64 b a)) #s(literal -1 binary64)) (pow.f64 (/.f64 a (-.f64 a b)) #s(literal -1 binary64)))
(*.f64 (pow.f64 (/.f64 (*.f64 a (-.f64 a b)) (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))))
(*.f64 (pow.f64 (/.f64 (*.f64 a (-.f64 a b)) (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b b))))
(*.f64 (/.f64 (+.f64 b a) #s(literal -1 binary64)) (/.f64 (neg.f64 (-.f64 a b)) (*.f64 a (-.f64 a b))))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))) (-.f64 a b)))
(*.f64 (/.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b b))) (-.f64 a b)))
(*.f64 (/.f64 (neg.f64 (+.f64 b a)) #s(literal -1 binary64)) (/.f64 (-.f64 a b) (*.f64 a (-.f64 a b))))
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 a b)) (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 #s(literal 0 binary64) a)))
(*.f64 (/.f64 (+.f64 b a) (+.f64 b a)) (/.f64 (/.f64 (-.f64 a b) a) (/.f64 (-.f64 a b) (+.f64 b a))))
(*.f64 (/.f64 (+.f64 b a) (-.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (/.f64 (-.f64 a b) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (+.f64 b a))))))
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (-.f64 a b)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))) a))
(*.f64 (/.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 a b)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b b))) a))
(*.f64 (/.f64 (+.f64 b a) (-.f64 #s(literal 0 binary64) a)) (/.f64 (neg.f64 (-.f64 a b)) (-.f64 a b)))
(*.f64 (/.f64 (+.f64 b a) (neg.f64 (-.f64 a b))) (/.f64 (neg.f64 (-.f64 a b)) a))
(*.f64 (/.f64 (neg.f64 (+.f64 b a)) a) (/.f64 (-.f64 a b) (neg.f64 (-.f64 a b))))
(*.f64 (/.f64 (neg.f64 (+.f64 b a)) (-.f64 a b)) (/.f64 (-.f64 a b) (-.f64 #s(literal 0 binary64) a)))
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 a (-.f64 a b))) (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))))
(*.f64 (/.f64 (+.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a (-.f64 a b))) (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 (*.f64 a a) (*.f64 b b))))
(*.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 (*.f64 a a) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 b a))))
(*.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b (+.f64 b a))))))
(+.f64 (*.f64 a a) (-.f64 #s(literal 0 binary64) (*.f64 b b)))
(+.f64 (*.f64 a a) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))
(+.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))
(+.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))
(+.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) b) (*.f64 b b)))
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 a a))
(+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (-.f64 (*.f64 a a) (*.f64 b b)))
(+.f64 (*.f64 (+.f64 b a) a) (*.f64 (+.f64 b a) (-.f64 #s(literal 0 binary64) b)))
(+.f64 (*.f64 a (+.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 b a)))
(-.f64 (*.f64 a a) (*.f64 b b))
(-.f64 (*.f64 a a) (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))
(-.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))))
(-.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 a a))) (+.f64 (*.f64 a a) (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 a a) (*.f64 b b))))
(-.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 a a))) (-.f64 (*.f64 a a) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 a a) (-.f64 #s(literal 0 binary64) (*.f64 b b)))))
(-.f64 (/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 (*.f64 a a) (*.f64 b b))) (-.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) (/.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))) (-.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))))
(fma.f64 b (-.f64 #s(literal 0 binary64) b) (*.f64 a a))
(fma.f64 #s(literal -1 binary64) (*.f64 b b) (*.f64 a a))
(fma.f64 a a (-.f64 #s(literal 0 binary64) (*.f64 b b)))
(fma.f64 a a (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))
(fma.f64 a a (neg.f64 (-.f64 (*.f64 b b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))))
(fma.f64 a (+.f64 b a) (*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 b a)))
(fma.f64 (-.f64 a b) (+.f64 b a) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))
(fma.f64 (-.f64 a b) (+.f64 b a) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))
(fma.f64 (-.f64 #s(literal 0 binary64) b) b (*.f64 a a))
(fma.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))
(fma.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))
(fma.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b b))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))
(fma.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b b))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))
(fma.f64 (+.f64 b a) a (*.f64 (+.f64 b a) (-.f64 #s(literal 0 binary64) b)))
(fma.f64 (+.f64 b a) (-.f64 a b) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))
(fma.f64 (+.f64 b a) (-.f64 a b) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a a) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))))
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 a a) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))))))
(/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))))
(/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a a) (-.f64 #s(literal 0 binary64) (*.f64 b b))))))
(/.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 a a) (*.f64 b b)))
(/.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 a a) (-.f64 #s(literal 0 binary64) (*.f64 b b))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a a) (-.f64 #s(literal 0 binary64) (*.f64 b b)))))))
(/.f64 (neg.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b b))))
(/.f64 (neg.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 (*.f64 a a) (-.f64 #s(literal 0 binary64) (*.f64 b b)))))
(/.f64 (+.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) (+.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 (*.f64 a a) (*.f64 b b))) (-.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))) (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))))
(/.f64 (-.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 (*.f64 a a) (*.f64 b b))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))) (-.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))
(/.f64 (*.f64 (+.f64 b a) (-.f64 (*.f64 a a) (*.f64 b b))) (+.f64 b a))
(/.f64 (*.f64 (+.f64 b a) (-.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 a a) (*.f64 b (+.f64 b a))))
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))) (*.f64 (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))))
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (+.f64 (*.f64 a a) (*.f64 b b))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 (*.f64 a a) (*.f64 b b)) (+.f64 (*.f64 a a) (*.f64 b b))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))))))
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (neg.f64 (+.f64 (*.f64 a a) (*.f64 b b)))))
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))))) (neg.f64 (+.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 (*.f64 a a) (*.f64 b b))) (-.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))) (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (-.f64 (*.f64 a a) (*.f64 b b))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b))))) (neg.f64 (-.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b b)))))
(/.f64 (neg.f64 (*.f64 (+.f64 b a) (-.f64 (*.f64 a a) (*.f64 b b)))) (neg.f64 (+.f64 b a)))
(/.f64 (neg.f64 (*.f64 (+.f64 b a) (-.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (+.f64 b a)))))
(pow.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) #s(literal -1 binary64))
(pow.f64 (/.f64 (+.f64 (*.f64 a a) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal -1 binary64))
(*.f64 (-.f64 a b) (+.f64 b a))
(*.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 a a) (*.f64 b b))))))
(*.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 b b))))
(*.f64 (+.f64 b a) (-.f64 a b))
(exp.f64 (*.f64 #s(literal 2 binary64) (log.f64 a)))
(pow.f64 a #s(literal 2 binary64))
(pow.f64 (*.f64 a a) #s(literal 1 binary64))
(pow.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))
(pow.f64 (exp.f64 (log.f64 a)) #s(literal 2 binary64))
(*.f64 #s(literal 1 binary64) (*.f64 a a))
(*.f64 a a)
(*.f64 (*.f64 a a) #s(literal 1 binary64))
(*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))
(*.f64 (exp.f64 (log.f64 a)) (exp.f64 (log.f64 a)))
(+.f64 (*.f64 a a) (*.f64 (-.f64 #s(literal 0 binary64) b) a))
(+.f64 (*.f64 a a) (*.f64 a (-.f64 #s(literal 0 binary64) b)))
(fma.f64 a a (*.f64 (-.f64 #s(literal 0 binary64) b) a))
(fma.f64 a a (*.f64 a (-.f64 #s(literal 0 binary64) b)))
(/.f64 (*.f64 a (-.f64 (*.f64 a a) (*.f64 b b))) (+.f64 b a))
(/.f64 (*.f64 a (-.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 a a) (*.f64 b (+.f64 b a))))
(/.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) a) (+.f64 b a))
(/.f64 (*.f64 (-.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) a) (+.f64 (*.f64 a a) (*.f64 b (+.f64 b a))))
(/.f64 (neg.f64 (*.f64 a (-.f64 (*.f64 a a) (*.f64 b b)))) (neg.f64 (+.f64 b a)))
(/.f64 (neg.f64 (*.f64 a (-.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (+.f64 b a)))))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 a a) (*.f64 b b)) a)) (neg.f64 (+.f64 b a)))
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))) a)) (neg.f64 (+.f64 (*.f64 a a) (*.f64 b (+.f64 b a)))))
(*.f64 a (-.f64 a b))
(*.f64 (-.f64 a b) a)

simplify394.0ms (0.5%)

Algorithm
egg-herbie
Rules
1596×*-lowering-*.f32
1596×*-lowering-*.f64
1536×fma-define
1520×fma-lowering-fma.f32
1520×fma-lowering-fma.f64
Iterations

Useful iterations: 4 (0.0ms)

IterNodesCost
0511302
11431266
23571266
310101266
432801158
081831158
Stop Event
iter limit
node limit
Counts
324 → 324
Calls
Call 1
Inputs
(/ 1 b)
(/ (+ 1 (/ b a)) b)
(/ (+ 1 (/ b a)) b)
(/ (+ 1 (/ b a)) b)
(/ 1 a)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 a)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 a)
(/ (+ 1 (/ a b)) a)
(/ (+ 1 (/ a b)) a)
(/ (+ 1 (/ a b)) a)
(/ 1 b)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 b)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ 1 b)
(/ -1 a)
(/ -1 a)
(/ -1 a)
(/ -1 a)
(/ -1 a)
(/ -1 a)
(/ -1 a)
(/ -1 a)
(/ -1 a)
(/ -1 a)
(/ -1 a)
(/ -1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(* a eps)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ b a)
(/ 1 a)
(/ (+ 1 (/ a b)) a)
(/ (+ 1 (/ a b)) a)
(/ (+ 1 (/ a b)) a)
(/ 1 b)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 b)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 b)
(/ (+ 1 (/ b a)) b)
(/ (+ 1 (/ b a)) b)
(/ (+ 1 (/ b a)) b)
(/ 1 a)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 a)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
1
(+ 1 (/ a b))
(+ 1 (/ a b))
(+ 1 (/ a b))
(/ a b)
(* a (+ (/ 1 a) (/ 1 b)))
(* a (+ (/ 1 a) (/ 1 b)))
(* a (+ (/ 1 a) (/ 1 b)))
(/ a b)
(* a (+ (/ 1 a) (/ 1 b)))
(* a (+ (/ 1 a) (/ 1 b)))
(* a (+ (/ 1 a) (/ 1 b)))
(/ a b)
(/ (+ a b) b)
(/ (+ a b) b)
(/ (+ a b) b)
1
(+ 1 (/ a b))
(+ 1 (/ a b))
(+ 1 (/ a b))
1
(+ 1 (/ a b))
(+ 1 (/ a b))
(+ 1 (/ a b))
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ a b)
(/ 1 a)
(/ (+ 1 (/ a b)) a)
(/ (+ 1 (/ a b)) a)
(/ (+ 1 (/ a b)) a)
(/ 1 b)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 b)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 b)
(/ (+ 1 (/ b a)) b)
(/ (+ 1 (/ b a)) b)
(/ (+ 1 (/ b a)) b)
(/ 1 a)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ 1 a)
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(+ (/ 1 a) (/ 1 b))
(/ b a)
(/ (+ a b) a)
(/ (+ a b) a)
(/ (+ a b) a)
1
(+ 1 (/ b a))
(+ 1 (/ b a))
(+ 1 (/ b a))
1
(+ 1 (/ b a))
(+ 1 (/ b a))
(+ 1 (/ b a))
1
(+ 1 (/ b a))
(+ 1 (/ b a))
(+ 1 (/ b a))
(/ b a)
(* b (+ (/ 1 a) (/ 1 b)))
(* b (+ (/ 1 a) (/ 1 b)))
(* b (+ (/ 1 a) (/ 1 b)))
(/ b a)
(* b (+ (/ 1 a) (/ 1 b)))
(* b (+ (/ 1 a) (/ 1 b)))
(* b (+ (/ 1 a) (/ 1 b)))
(* -1 (pow b 2))
(- (pow a 2) (pow b 2))
(- (pow a 2) (pow b 2))
(- (pow a 2) (pow b 2))
(pow a 2)
(* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))
(* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))
(* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))
(pow a 2)
(* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))
(* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))
(* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))
(pow a 2)
(+ (* -1 (pow b 2)) (pow a 2))
(+ (* -1 (pow b 2)) (pow a 2))
(+ (* -1 (pow b 2)) (pow a 2))
(* -1 (pow b 2))
(* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))
(* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))
(* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))
(* -1 (pow b 2))
(* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))
(* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))
(* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))
(pow a 2)
(pow a 2)
(pow a 2)
(pow a 2)
(pow a 2)
(pow a 2)
(pow a 2)
(pow a 2)
(pow a 2)
(pow a 2)
(pow a 2)
(pow a 2)
(* -1 (* a b))
(* a (+ a (* -1 b)))
(* a (+ a (* -1 b)))
(* a (+ a (* -1 b)))
(pow a 2)
(* (pow a 2) (+ 1 (* -1 (/ b a))))
(* (pow a 2) (+ 1 (* -1 (/ b a))))
(* (pow a 2) (+ 1 (* -1 (/ b a))))
(pow a 2)
(* (pow a 2) (+ 1 (* -1 (/ b a))))
(* (pow a 2) (+ 1 (* -1 (/ b a))))
(* (pow a 2) (+ 1 (* -1 (/ b a))))
(pow a 2)
(+ (* -1 (* a b)) (pow a 2))
(+ (* -1 (* a b)) (pow a 2))
(+ (* -1 (* a b)) (pow a 2))
(* -1 (* a b))
(* b (+ (* -1 a) (/ (pow a 2) b)))
(* b (+ (* -1 a) (/ (pow a 2) b)))
(* b (+ (* -1 a) (/ (pow a 2) b)))
(* -1 (* a b))
(* -1 (* b (+ a (* -1 (/ (pow a 2) b)))))
(* -1 (* b (+ a (* -1 (/ (pow a 2) b)))))
(* -1 (* b (+ a (* -1 (/ (pow a 2) b)))))
Outputs
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ (+ 1 (/ b a)) b)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ (+ 1 (/ b a)) b)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ (+ 1 (/ b a)) b)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ (+ 1 (/ a b)) a)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ (+ 1 (/ a b)) a)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ (+ 1 (/ a b)) a)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ -1 a)
(/.f64 #s(literal -1 binary64) a)
(/ -1 a)
(/.f64 #s(literal -1 binary64) a)
(/ -1 a)
(/.f64 #s(literal -1 binary64) a)
(/ -1 a)
(/.f64 #s(literal -1 binary64) a)
(/ -1 a)
(/.f64 #s(literal -1 binary64) a)
(/ -1 a)
(/.f64 #s(literal -1 binary64) a)
(/ -1 a)
(/.f64 #s(literal -1 binary64) a)
(/ -1 a)
(/.f64 #s(literal -1 binary64) a)
(/ -1 a)
(/.f64 #s(literal -1 binary64) a)
(/ -1 a)
(/.f64 #s(literal -1 binary64) a)
(/ -1 a)
(/.f64 #s(literal -1 binary64) a)
(/ -1 a)
(/.f64 #s(literal -1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(* a eps)
(*.f64 a eps)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ b a)
(/.f64 b a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ (+ 1 (/ a b)) a)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ (+ 1 (/ a b)) a)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ (+ 1 (/ a b)) a)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ (+ 1 (/ b a)) b)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ (+ 1 (/ b a)) b)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ (+ 1 (/ b a)) b)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
1
#s(literal 1 binary64)
(+ 1 (/ a b))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
(+ 1 (/ a b))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
(+ 1 (/ a b))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
(/ a b)
(/.f64 a b)
(* a (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
(* a (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
(* a (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
(/ a b)
(/.f64 a b)
(* a (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
(* a (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
(* a (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
(/ a b)
(/.f64 a b)
(/ (+ a b) b)
(/.f64 (+.f64 b a) b)
(/ (+ a b) b)
(/.f64 (+.f64 b a) b)
(/ (+ a b) b)
(/.f64 (+.f64 b a) b)
1
#s(literal 1 binary64)
(+ 1 (/ a b))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
(+ 1 (/ a b))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
(+ 1 (/ a b))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
1
#s(literal 1 binary64)
(+ 1 (/ a b))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
(+ 1 (/ a b))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
(+ 1 (/ a b))
(+.f64 #s(literal 1 binary64) (/.f64 a b))
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ a b)
(/.f64 a b)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ (+ 1 (/ a b)) a)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ (+ 1 (/ a b)) a)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ (+ 1 (/ a b)) a)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 b)
(/.f64 #s(literal 1 binary64) b)
(/ (+ 1 (/ b a)) b)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ (+ 1 (/ b a)) b)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ (+ 1 (/ b a)) b)
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(+ (/ 1 a) (/ 1 b))
(+.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))
(/ b a)
(/.f64 b a)
(/ (+ a b) a)
(/.f64 (+.f64 b a) a)
(/ (+ a b) a)
(/.f64 (+.f64 b a) a)
(/ (+ a b) a)
(/.f64 (+.f64 b a) a)
1
#s(literal 1 binary64)
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
1
#s(literal 1 binary64)
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
1
#s(literal 1 binary64)
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(+ 1 (/ b a))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(/ b a)
(/.f64 b a)
(* b (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(* b (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(* b (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(/ b a)
(/.f64 b a)
(* b (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(* b (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(* b (+ (/ 1 a) (/ 1 b)))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(* -1 (pow b 2))
(-.f64 #s(literal 0 binary64) (*.f64 b b))
(- (pow a 2) (pow b 2))
(-.f64 (*.f64 a a) (*.f64 b b))
(- (pow a 2) (pow b 2))
(-.f64 (*.f64 a a) (*.f64 b b))
(- (pow a 2) (pow b 2))
(-.f64 (*.f64 a a) (*.f64 b b))
(pow a 2)
(*.f64 a a)
(* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))
(-.f64 (*.f64 a a) (*.f64 b b))
(* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))
(-.f64 (*.f64 a a) (*.f64 b b))
(* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))
(-.f64 (*.f64 a a) (*.f64 b b))
(pow a 2)
(*.f64 a a)
(* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))
(-.f64 (*.f64 a a) (*.f64 b b))
(* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))
(-.f64 (*.f64 a a) (*.f64 b b))
(* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))
(-.f64 (*.f64 a a) (*.f64 b b))
(pow a 2)
(*.f64 a a)
(+ (* -1 (pow b 2)) (pow a 2))
(-.f64 (*.f64 a a) (*.f64 b b))
(+ (* -1 (pow b 2)) (pow a 2))
(-.f64 (*.f64 a a) (*.f64 b b))
(+ (* -1 (pow b 2)) (pow a 2))
(-.f64 (*.f64 a a) (*.f64 b b))
(* -1 (pow b 2))
(-.f64 #s(literal 0 binary64) (*.f64 b b))
(* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))
(-.f64 (*.f64 a a) (*.f64 b b))
(* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))
(-.f64 (*.f64 a a) (*.f64 b b))
(* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))
(-.f64 (*.f64 a a) (*.f64 b b))
(* -1 (pow b 2))
(-.f64 #s(literal 0 binary64) (*.f64 b b))
(* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))
(-.f64 (*.f64 a a) (*.f64 b b))
(* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))
(-.f64 (*.f64 a a) (*.f64 b b))
(* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))
(-.f64 (*.f64 a a) (*.f64 b b))
(pow a 2)
(*.f64 a a)
(pow a 2)
(*.f64 a a)
(pow a 2)
(*.f64 a a)
(pow a 2)
(*.f64 a a)
(pow a 2)
(*.f64 a a)
(pow a 2)
(*.f64 a a)
(pow a 2)
(*.f64 a a)
(pow a 2)
(*.f64 a a)
(pow a 2)
(*.f64 a a)
(pow a 2)
(*.f64 a a)
(pow a 2)
(*.f64 a a)
(pow a 2)
(*.f64 a a)
(* -1 (* a b))
(-.f64 #s(literal 0 binary64) (*.f64 b a))
(* a (+ a (* -1 b)))
(*.f64 a (-.f64 a b))
(* a (+ a (* -1 b)))
(*.f64 a (-.f64 a b))
(* a (+ a (* -1 b)))
(*.f64 a (-.f64 a b))
(pow a 2)
(*.f64 a a)
(* (pow a 2) (+ 1 (* -1 (/ b a))))
(*.f64 a (-.f64 a b))
(* (pow a 2) (+ 1 (* -1 (/ b a))))
(*.f64 a (-.f64 a b))
(* (pow a 2) (+ 1 (* -1 (/ b a))))
(*.f64 a (-.f64 a b))
(pow a 2)
(*.f64 a a)
(* (pow a 2) (+ 1 (* -1 (/ b a))))
(*.f64 a (-.f64 a b))
(* (pow a 2) (+ 1 (* -1 (/ b a))))
(*.f64 a (-.f64 a b))
(* (pow a 2) (+ 1 (* -1 (/ b a))))
(*.f64 a (-.f64 a b))
(pow a 2)
(*.f64 a a)
(+ (* -1 (* a b)) (pow a 2))
(*.f64 a (-.f64 a b))
(+ (* -1 (* a b)) (pow a 2))
(*.f64 a (-.f64 a b))
(+ (* -1 (* a b)) (pow a 2))
(*.f64 a (-.f64 a b))
(* -1 (* a b))
(-.f64 #s(literal 0 binary64) (*.f64 b a))
(* b (+ (* -1 a) (/ (pow a 2) b)))
(*.f64 a (-.f64 a b))
(* b (+ (* -1 a) (/ (pow a 2) b)))
(*.f64 a (-.f64 a b))
(* b (+ (* -1 a) (/ (pow a 2) b)))
(*.f64 a (-.f64 a b))
(* -1 (* a b))
(-.f64 #s(literal 0 binary64) (*.f64 b a))
(* -1 (* b (+ a (* -1 (/ (pow a 2) b)))))
(*.f64 a (-.f64 a b))
(* -1 (* b (+ a (* -1 (/ (pow a 2) b)))))
(*.f64 a (-.f64 a b))
(* -1 (* b (+ a (* -1 (/ (pow a 2) b)))))
(*.f64 a (-.f64 a b))

eval335.0ms (0.4%)

Compiler

Compiled 18956 to 2274 computations (88% saved)

prune310.0ms (0.4%)

Pruning

10 alts after pruning (2 fresh and 8 done)

PrunedKeptTotal
New111521117
Fresh000
Picked055
Done033
Total1115101125
Accuracy
100.0%
Counts
1125 → 10
Alt Table
Click to see full alt table
StatusAccuracyProgram
69.3%
(/.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a (-.f64 a b))) b)
99.8%
(/.f64 (/.f64 (+.f64 a b) a) b)
53.1%
(/.f64 (/.f64 eps a) eps)
53.1%
(/.f64 (/.f64 b a) b)
99.8%
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a)
18.6%
(/.f64 eps (*.f64 a eps))
36.0%
(/.f64 b (*.f64 b a))
46.1%
(/.f64 #s(literal 1 binary64) b)
53.2%
(/.f64 #s(literal 1 binary64) a)
99.9%
(-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))
Compiler

Compiled 92 to 61 computations (33.7% saved)

simplify8.0ms (0%)

Algorithm
egg-herbie
Localize:

Found 4 expressions of interest:

NewMetricScoreProgram
cost-diff0
(/.f64 eps a)
cost-diff128
(/.f64 (/.f64 eps a) eps)
cost-diff0
(*.f64 b a)
cost-diff128
(/.f64 b (*.f64 b a))
Rules
14×/-lowering-/.f32
14×/-lowering-/.f64
*-lowering-*.f32
*-lowering-*.f64
associate-/r*
Iterations

Useful iterations: 2 (0.0ms)

IterNodesCost
0720
11216
21814
32114
02114
Stop Event
iter limit
saturated
Calls
Call 1
Inputs
(/ b (* b a))
b
(* b a)
a
(/ (/ eps a) eps)
(/ eps a)
eps
a
Outputs
(/ b (* b a))
(/.f64 #s(literal 1 binary64) a)
b
(* b a)
(*.f64 b a)
a
(/ (/ eps a) eps)
(/.f64 #s(literal 1 binary64) a)
(/ eps a)
(/.f64 eps a)
eps
a

localize78.0ms (0.1%)

Localize:

Found 4 expressions of interest:

NewMetricScoreProgram
accuracy100.0%
(/.f64 eps a)
accuracy99.6%
(/.f64 (/.f64 eps a) eps)
accuracy100.0%
(*.f64 b a)
accuracy60.4%
(/.f64 b (*.f64 b a))
Results
61.0ms256×0valid
Compiler

Compiled 24 to 8 computations (66.7% saved)

Precisions
Click to see histograms. Total time spent on operations: 31.0ms
ival-mult: 17.0ms (55.1% of total)
ival-div: 14.0ms (45.3% of total)
const: 0.0ms (0% of total)
backward-pass: 0.0ms (0% of total)

series7.0ms (0%)

Counts
4 → 96
Calls
Call 1
Inputs
#<alt (/ b (* b a))>
#<alt (* b a)>
#<alt (/ (/ eps a) eps)>
#<alt (/ eps a)>
Outputs
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (* a b)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ 1 a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
#<alt (/ eps a)>
Calls

24 calls:

TimeVariablePointExpression
2.0ms
eps
@0
(/ eps a)
1.0ms
a
@-inf
(/ eps a)
1.0ms
a
@-inf
(* b a)
1.0ms
eps
@inf
(/ eps a)
1.0ms
eps
@-inf
(/ eps a)

rewrite584.0ms (0.8%)

Algorithm
batch-egg-rewrite
Rules
2210×*-lowering-*.f32
2210×*-lowering-*.f64
1902×/-lowering-/.f32
1902×/-lowering-/.f64
1870×+-lowering-+.f64
Iterations

Useful iterations: 1 (0.0ms)

IterNodesCost
0716
13310
219310
3112410
4518910
0868510
Stop Event
iter limit
node limit
Counts
4 → 506
Calls
Call 1
Inputs
(/ b (* b a))
(* b a)
(/ (/ eps a) eps)
(/ eps a)
Outputs
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a))
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) a))
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) eps) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) a))
(+.f64 (*.f64 (/.f64 (/.f64 #s(literal -1 binary64) eps) a) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) a))
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 a)))
(exp.f64 (+.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a eps))) (*.f64 #s(literal -1 binary64) (log.f64 eps))))
(exp.f64 (+.f64 (*.f64 #s(literal -1 binary64) (log.f64 eps)) (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a eps)))))
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) a))
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a))
(fma.f64 (/.f64 #s(literal -1 binary64) eps) #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a))
(fma.f64 (/.f64 (/.f64 #s(literal -1 binary64) eps) a) #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a))
(neg.f64 (/.f64 #s(literal -1 binary64) a))
(/.f64 b (*.f64 b a))
(/.f64 b (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b (*.f64 b a))))
(/.f64 b (*.f64 (/.f64 #s(literal 1 binary64) eps) (*.f64 (*.f64 b a) eps)))
(/.f64 (*.f64 b a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) a)))
(/.f64 eps (*.f64 a eps))
(/.f64 (/.f64 eps a) eps)
(/.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 0 binary64) (*.f64 a eps)))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 eps a)) (-.f64 #s(literal 0 binary64) eps))
(/.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 b a)))
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b a)))))
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) eps) (*.f64 eps (-.f64 #s(literal 0 binary64) (*.f64 b a)))))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) a))
(/.f64 #s(literal 1 binary64) a)
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 #s(literal 1 binary64) b)))
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))
(/.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 a eps))
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (/.f64 #s(literal 1 binary64) b))
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a))
(/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) (/.f64 #s(literal -1 binary64) b))
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a b))
(/.f64 (/.f64 #s(literal -1 binary64) eps) (-.f64 #s(literal 0 binary64) (/.f64 a eps)))
(/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64))
(/.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (/.f64 b a) b)
(/.f64 (/.f64 b a) (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b)))
(/.f64 (/.f64 b a) (*.f64 (/.f64 #s(literal 1 binary64) eps) (*.f64 b eps)))
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) eps) a) (/.f64 #s(literal 1 binary64) eps))
(/.f64 (/.f64 (/.f64 #s(literal -1 binary64) eps) a) (/.f64 #s(literal -1 binary64) eps))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 a (*.f64 a a)))) (*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 (/.f64 eps a) (/.f64 a eps))))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 eps (*.f64 eps eps))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (*.f64 eps eps)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 b b)))
(/.f64 (/.f64 #s(literal -1 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 a b)))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 eps a) (/.f64 a eps))) (*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 eps a)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 eps eps)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) eps))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 (*.f64 b eps) (*.f64 (*.f64 b a) eps))
(/.f64 (*.f64 eps (-.f64 #s(literal 0 binary64) b)) (*.f64 eps (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 (/.f64 b eps) (*.f64 (/.f64 #s(literal 1 binary64) eps) (*.f64 b a)))
(/.f64 (neg.f64 (/.f64 eps (/.f64 a b))) (*.f64 eps (-.f64 #s(literal 0 binary64) b)))
(/.f64 (/.f64 eps (/.f64 a b)) (*.f64 b eps))
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) eps) (*.f64 (/.f64 #s(literal 1 binary64) eps) (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 (/.f64 (/.f64 b a) eps) (/.f64 b eps))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) b))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 (/.f64 #s(literal 1 binary64) eps) (*.f64 eps (-.f64 #s(literal 0 binary64) b))))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 a eps)) (*.f64 (*.f64 b a) eps)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a eps)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 a eps)) (*.f64 eps eps)) (*.f64 (-.f64 #s(literal 0 binary64) eps) (*.f64 a eps)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 eps (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 b a) eps))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) eps)) (*.f64 a eps))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) eps)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 eps a))) (*.f64 (*.f64 b a) eps))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) (/.f64 eps a)))) (*.f64 eps (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 b a)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 b a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) (/.f64 b a)))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) eps)) (*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 eps a))) (*.f64 eps eps))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 0 binary64) (/.f64 eps a)))) (*.f64 (-.f64 #s(literal 0 binary64) eps) eps))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 0 binary64) (/.f64 b a)))) (*.f64 eps (-.f64 #s(literal 0 binary64) b)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) b)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a eps))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) eps)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) (*.f64 a eps))))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) eps)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (/.f64 eps a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) eps)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 a eps)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) eps))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (*.f64 a eps)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) (/.f64 eps a)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) eps))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (*.f64 b a)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) a)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (/.f64 b a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) (/.f64 b a)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) b))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) a))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b eps)) (*.f64 eps (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -1 binary64) a)) #s(literal 0 binary64))))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -1 binary64) a))) (/.f64 #s(literal -1 binary64) a))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (neg.f64 (/.f64 eps (/.f64 a b)))) (*.f64 b eps))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (*.f64 (*.f64 b a) (*.f64 b a)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a eps))) (*.f64 (-.f64 #s(literal 0 binary64) eps) eps)) (*.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 0 binary64) (*.f64 a eps))))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a eps))) (*.f64 eps (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) (*.f64 a eps))))
(pow.f64 a #s(literal -1 binary64))
(pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))
(pow.f64 (*.f64 a a) #s(literal -1/2 binary64))
(pow.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 2 binary64))
(pow.f64 (exp.f64 (log.f64 a)) #s(literal -1 binary64))
(*.f64 b (/.f64 #s(literal 1 binary64) (*.f64 b a)))
(*.f64 b (/.f64 (/.f64 eps (*.f64 b a)) eps))
(*.f64 b (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b a))) (/.f64 #s(literal 1 binary64) b)))
(*.f64 b (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b a) eps)) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 eps (/.f64 (/.f64 #s(literal 1 binary64) eps) a))
(*.f64 (/.f64 eps a) (/.f64 #s(literal 1 binary64) eps))
(*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 (/.f64 #s(literal -1 binary64) eps) a))
(*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 (/.f64 (/.f64 #s(literal -1 binary64) eps) a) #s(literal 1 binary64)))
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 eps a)) (/.f64 #s(literal -1 binary64) eps))
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 eps a)) (/.f64 (/.f64 #s(literal -1 binary64) eps) #s(literal 1 binary64)))
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -1 binary64) (*.f64 b a)))
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (neg.f64 (/.f64 eps (*.f64 b a))) eps))
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) #s(literal 1 binary64)))
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b a))) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) eps) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a))
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 eps a))
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) b)
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (/.f64 (*.f64 b eps) eps))
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (/.f64 (/.f64 b eps) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) a))
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) b))
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) (pow.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b a))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 b a) #s(literal 1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (/.f64 #s(literal -1 binary64) eps) (-.f64 #s(literal 0 binary64) (/.f64 eps a)))
(*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64))
(*.f64 (/.f64 b a) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) eps) a) eps)
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) eps) a) (-.f64 #s(literal 0 binary64) eps))
(*.f64 (/.f64 #s(literal -1 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 b a)))
(*.f64 (/.f64 #s(literal -1 binary64) b) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 a b)) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) #s(literal 1 binary64)))
(*.f64 (pow.f64 eps #s(literal -1/2 binary64)) (/.f64 (pow.f64 eps #s(literal -1/2 binary64)) (/.f64 a eps)))
(*.f64 (pow.f64 (/.f64 eps a) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 eps a) #s(literal 1/2 binary64)) eps))
(*.f64 (pow.f64 (*.f64 b a) #s(literal -1/2 binary64)) (/.f64 (pow.f64 (*.f64 b a) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (pow.f64 a #s(literal -1/2 binary64)))
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 1 binary64)))
(*.f64 (*.f64 b eps) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b a) eps)))
(*.f64 (*.f64 eps (-.f64 #s(literal 0 binary64) b)) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) eps))
(*.f64 (/.f64 eps (*.f64 b a)) (/.f64 b eps))
(*.f64 (neg.f64 (/.f64 eps (*.f64 b a))) (/.f64 b (-.f64 #s(literal 0 binary64) eps)))
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal -1 binary64) b))
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) eps) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) eps) a))
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 b a)))
(+.f64 (*.f64 b a) #s(literal 0 binary64))
(+.f64 (*.f64 b a) (fma.f64 a b (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(+.f64 (*.f64 b a) (fma.f64 b a (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(+.f64 (*.f64 b a) (fma.f64 #s(literal 1 binary64) (*.f64 b a) (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(+.f64 (*.f64 b a) (fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(+.f64 (*.f64 b a) (fma.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(+.f64 (*.f64 b a) (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(+.f64 (*.f64 b a) (fma.f64 (*.f64 b a) #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(+.f64 (*.f64 b a) (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(+.f64 #s(literal 0 binary64) (*.f64 b a))
(+.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))
(+.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 b a))
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 0 binary64)) (*.f64 b a))
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 0 binary64)) (*.f64 b a))
(+.f64 (fma.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b a) (*.f64 b a))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b a) (*.f64 (*.f64 b a) (*.f64 b a))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b a) (*.f64 b a)))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b a) (*.f64 (*.f64 b a) (*.f64 b a)))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b a) (*.f64 b a))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b a) (*.f64 (*.f64 b a) (*.f64 b a)))))))
(+.f64 (fma.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b a) (*.f64 b a)))))) (fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b a) (*.f64 b a))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b a) (*.f64 b a))))))
(exp.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (log.f64 (*.f64 b a)))))
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a)))
(-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 b a)))
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) b)) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) b)))
(fma.f64 b a #s(literal 0 binary64))
(fma.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(fma.f64 a b #s(literal 0 binary64))
(fma.f64 (*.f64 b a) #s(literal 1 binary64) #s(literal 0 binary64))
(fma.f64 (*.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(fma.f64 eps (/.f64 (/.f64 a eps) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(fma.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a eps)) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(fma.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b) #s(literal 0 binary64))
(fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 0 binary64) (*.f64 b a))
(fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a) #s(literal 0 binary64))
(fma.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 0 binary64) (*.f64 b a))
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a b)) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) #s(literal -1 binary64) #s(literal 0 binary64))
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(fma.f64 #s(literal 1 binary64) (*.f64 b a) #s(literal 0 binary64))
(fma.f64 (/.f64 a eps) (/.f64 eps (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(fma.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 (*.f64 a eps) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(fma.f64 (*.f64 a eps) (/.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a)) #s(literal 0 binary64))
(fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(fma.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a) (*.f64 b a))
(fma.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b) (*.f64 b a))
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 a eps)) (/.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(fma.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 b a) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(fma.f64 (/.f64 #s(literal -1 binary64) eps) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(fma.f64 (/.f64 a b) (/.f64 b (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(fma.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64))
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)))
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) b)))
(/.f64 b (/.f64 #s(literal 1 binary64) a))
(/.f64 a (/.f64 #s(literal 1 binary64) b))
(/.f64 (*.f64 b a) #s(literal 1 binary64))
(/.f64 eps (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 eps a)))
(/.f64 (-.f64 #s(literal 0 binary64) eps) (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 eps a))))
(/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) b))
(/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)))
(/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -1 binary64) a))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) #s(literal -1 binary64))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) b)))
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b a)))
(/.f64 (/.f64 a eps) (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) eps)))
(/.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b a) eps)))
(/.f64 (*.f64 a eps) (*.f64 (/.f64 #s(literal 1 binary64) b) eps))
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 b a)))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a eps)) (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) eps)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) eps)))
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b a))))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b a) (*.f64 (*.f64 b a) (*.f64 b a)))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b a) (*.f64 b a))))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b a) (*.f64 (*.f64 b a) (*.f64 b a)))) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 b a) (*.f64 b a))))
(/.f64 (/.f64 #s(literal -1 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) (*.f64 b a))))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b a) (*.f64 b a))) (-.f64 #s(literal 0 binary64) (*.f64 b a)))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b a) (*.f64 (*.f64 b a) (*.f64 b a))))) (*.f64 (*.f64 b a) (*.f64 b a)))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b a) (*.f64 b a)))) (*.f64 b a))
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 (*.f64 b a) (*.f64 (*.f64 b a) (*.f64 b a)))) (*.f64 (*.f64 b a) (*.f64 b a)))
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b a) (*.f64 b a)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a))))))
(pow.f64 (*.f64 b a) #s(literal 1 binary64))
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) #s(literal -1 binary64))
(*.f64 b a)
(*.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1 binary64) b)))
(*.f64 a b)
(*.f64 (*.f64 b a) #s(literal 1 binary64))
(*.f64 (*.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) b)))
(*.f64 eps (/.f64 (/.f64 a eps) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a eps)) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a b)) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) #s(literal -1 binary64))
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 #s(literal 1 binary64) b)))
(*.f64 #s(literal 1 binary64) (*.f64 b a))
(*.f64 (/.f64 a eps) (/.f64 eps (/.f64 #s(literal 1 binary64) b)))
(*.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 (*.f64 a eps) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (*.f64 a eps) (/.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 #s(literal 1 binary64) b)))
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a)))
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a eps)) (/.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 b a) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (/.f64 #s(literal -1 binary64) eps) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (/.f64 a b) (/.f64 b (/.f64 #s(literal 1 binary64) b)))
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 #s(literal 1 binary64) b)))
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a))
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) a))
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) eps) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) a))
(+.f64 (*.f64 (/.f64 (/.f64 #s(literal -1 binary64) eps) a) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) a))
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 a)))
(exp.f64 (+.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a eps))) (*.f64 #s(literal -1 binary64) (log.f64 eps))))
(exp.f64 (+.f64 (*.f64 #s(literal -1 binary64) (log.f64 eps)) (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a eps)))))
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) a))
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a))
(fma.f64 (/.f64 #s(literal -1 binary64) eps) #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a))
(fma.f64 (/.f64 (/.f64 #s(literal -1 binary64) eps) a) #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a))
(neg.f64 (/.f64 #s(literal -1 binary64) a))
(/.f64 b (*.f64 b a))
(/.f64 b (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b (*.f64 b a))))
(/.f64 b (*.f64 (/.f64 #s(literal 1 binary64) eps) (*.f64 (*.f64 b a) eps)))
(/.f64 (*.f64 b a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) a)))
(/.f64 eps (*.f64 a eps))
(/.f64 (/.f64 eps a) eps)
(/.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 0 binary64) (*.f64 a eps)))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 eps a)) (-.f64 #s(literal 0 binary64) eps))
(/.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 b a)))
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b a)))))
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) eps) (*.f64 eps (-.f64 #s(literal 0 binary64) (*.f64 b a)))))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) a))
(/.f64 #s(literal 1 binary64) a)
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 #s(literal 1 binary64) b)))
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))
(/.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 a eps))
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (/.f64 #s(literal 1 binary64) b))
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a))
(/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) (/.f64 #s(literal -1 binary64) b))
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a b))
(/.f64 (/.f64 #s(literal -1 binary64) eps) (-.f64 #s(literal 0 binary64) (/.f64 a eps)))
(/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64))
(/.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (/.f64 b a) b)
(/.f64 (/.f64 b a) (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b)))
(/.f64 (/.f64 b a) (*.f64 (/.f64 #s(literal 1 binary64) eps) (*.f64 b eps)))
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) eps) a) (/.f64 #s(literal 1 binary64) eps))
(/.f64 (/.f64 (/.f64 #s(literal -1 binary64) eps) a) (/.f64 #s(literal -1 binary64) eps))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 a (*.f64 a a)))) (*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 (/.f64 eps a) (/.f64 a eps))))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 eps (*.f64 eps eps))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (*.f64 eps eps)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 b b)))
(/.f64 (/.f64 #s(literal -1 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 a b)))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 eps a) (/.f64 a eps))) (*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 eps a)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 eps eps)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) eps))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 (*.f64 b eps) (*.f64 (*.f64 b a) eps))
(/.f64 (*.f64 eps (-.f64 #s(literal 0 binary64) b)) (*.f64 eps (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 (/.f64 b eps) (*.f64 (/.f64 #s(literal 1 binary64) eps) (*.f64 b a)))
(/.f64 (neg.f64 (/.f64 eps (/.f64 a b))) (*.f64 eps (-.f64 #s(literal 0 binary64) b)))
(/.f64 (/.f64 eps (/.f64 a b)) (*.f64 b eps))
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) eps) (*.f64 (/.f64 #s(literal 1 binary64) eps) (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 (/.f64 (/.f64 b a) eps) (/.f64 b eps))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) b))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 (/.f64 #s(literal 1 binary64) eps) (*.f64 eps (-.f64 #s(literal 0 binary64) b))))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 a eps)) (*.f64 (*.f64 b a) eps)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a eps)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 a eps)) (*.f64 eps eps)) (*.f64 (-.f64 #s(literal 0 binary64) eps) (*.f64 a eps)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 eps (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 b a) eps))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) eps)) (*.f64 a eps))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) eps)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 eps a))) (*.f64 (*.f64 b a) eps))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) (/.f64 eps a)))) (*.f64 eps (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 b a)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 b a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) (/.f64 b a)))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) eps)) (*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 eps a))) (*.f64 eps eps))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 0 binary64) (/.f64 eps a)))) (*.f64 (-.f64 #s(literal 0 binary64) eps) eps))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 0 binary64) (/.f64 b a)))) (*.f64 eps (-.f64 #s(literal 0 binary64) b)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) b)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a eps))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) eps)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) (*.f64 a eps))))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) eps)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (/.f64 eps a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) eps)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 a eps)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) eps))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (*.f64 a eps)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) (/.f64 eps a)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) eps))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (*.f64 b a)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) a)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (/.f64 b a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) b)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (-.f64 #s(literal 0 binary64) (/.f64 b a)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) b))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) a))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b eps)) (*.f64 eps (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -1 binary64) a)) #s(literal 0 binary64))))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -1 binary64) a))) (/.f64 #s(literal -1 binary64) a))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (neg.f64 (/.f64 eps (/.f64 a b)))) (*.f64 b eps))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (*.f64 (*.f64 b a) (*.f64 b a)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a eps))) (*.f64 (-.f64 #s(literal 0 binary64) eps) eps)) (*.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 0 binary64) (*.f64 a eps))))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a eps))) (*.f64 eps (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) (*.f64 a eps))))
(pow.f64 a #s(literal -1 binary64))
(pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))
(pow.f64 (*.f64 a a) #s(literal -1/2 binary64))
(pow.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 2 binary64))
(pow.f64 (exp.f64 (log.f64 a)) #s(literal -1 binary64))
(*.f64 b (/.f64 #s(literal 1 binary64) (*.f64 b a)))
(*.f64 b (/.f64 (/.f64 eps (*.f64 b a)) eps))
(*.f64 b (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b a))) (/.f64 #s(literal 1 binary64) b)))
(*.f64 b (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b a) eps)) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 eps (/.f64 (/.f64 #s(literal 1 binary64) eps) a))
(*.f64 (/.f64 eps a) (/.f64 #s(literal 1 binary64) eps))
(*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 (/.f64 #s(literal -1 binary64) eps) a))
(*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 (/.f64 (/.f64 #s(literal -1 binary64) eps) a) #s(literal 1 binary64)))
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 eps a)) (/.f64 #s(literal -1 binary64) eps))
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 eps a)) (/.f64 (/.f64 #s(literal -1 binary64) eps) #s(literal 1 binary64)))
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -1 binary64) (*.f64 b a)))
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (neg.f64 (/.f64 eps (*.f64 b a))) eps))
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) #s(literal 1 binary64)))
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b a))) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) eps) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a))
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 eps a))
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) b)
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (/.f64 (*.f64 b eps) eps))
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (/.f64 (/.f64 b eps) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) a))
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) b))
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) (pow.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b a))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 b a) #s(literal 1 binary64)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (/.f64 #s(literal -1 binary64) eps) (-.f64 #s(literal 0 binary64) (/.f64 eps a)))
(*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64))
(*.f64 (/.f64 b a) (/.f64 #s(literal 1 binary64) b))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) eps) a) eps)
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) eps) a) (-.f64 #s(literal 0 binary64) eps))
(*.f64 (/.f64 #s(literal -1 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 b a)))
(*.f64 (/.f64 #s(literal -1 binary64) b) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 a b)) #s(literal -1 binary64)))
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) #s(literal 1 binary64)))
(*.f64 (pow.f64 eps #s(literal -1/2 binary64)) (/.f64 (pow.f64 eps #s(literal -1/2 binary64)) (/.f64 a eps)))
(*.f64 (pow.f64 (/.f64 eps a) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 eps a) #s(literal 1/2 binary64)) eps))
(*.f64 (pow.f64 (*.f64 b a) #s(literal -1/2 binary64)) (/.f64 (pow.f64 (*.f64 b a) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)))
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (pow.f64 a #s(literal -1/2 binary64)))
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 1 binary64)))
(*.f64 (*.f64 b eps) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b a) eps)))
(*.f64 (*.f64 eps (-.f64 #s(literal 0 binary64) b)) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) eps))
(*.f64 (/.f64 eps (*.f64 b a)) (/.f64 b eps))
(*.f64 (neg.f64 (/.f64 eps (*.f64 b a))) (/.f64 b (-.f64 #s(literal 0 binary64) eps)))
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal -1 binary64) b))
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) eps) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) eps) a))
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 b a)))
(+.f64 (/.f64 eps a) #s(literal 0 binary64))
(+.f64 #s(literal 0 binary64) (/.f64 eps a))
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 0 binary64)) (/.f64 eps a))
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a eps))))
(exp.f64 (-.f64 (*.f64 #s(literal -1 binary64) (log.f64 a)) (*.f64 #s(literal -1 binary64) (log.f64 eps))))
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 eps a)))
(fma.f64 b (/.f64 eps (*.f64 b a)) #s(literal 0 binary64))
(fma.f64 b (/.f64 (/.f64 eps (*.f64 b a)) #s(literal 1 binary64)) #s(literal 0 binary64))
(fma.f64 eps (/.f64 #s(literal 1 binary64) a) #s(literal 0 binary64))
(fma.f64 (/.f64 eps a) #s(literal 1 binary64) #s(literal 0 binary64))
(fma.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 #s(literal -1 binary64) a) #s(literal 0 binary64))
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 eps a)) #s(literal -1 binary64) #s(literal 0 binary64))
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 eps a)) (/.f64 (/.f64 #s(literal -1 binary64) eps) (/.f64 #s(literal 1 binary64) eps)) #s(literal 0 binary64))
(fma.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (/.f64 eps (*.f64 b a))) #s(literal 0 binary64))
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 eps (-.f64 #s(literal 0 binary64) (*.f64 b a))) #s(literal 0 binary64))
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (neg.f64 (/.f64 eps (*.f64 b a))) #s(literal 1 binary64)) #s(literal 0 binary64))
(fma.f64 #s(literal 1 binary64) (/.f64 eps a) #s(literal 0 binary64))
(fma.f64 (/.f64 #s(literal 1 binary64) a) eps #s(literal 0 binary64))
(fma.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 (/.f64 eps a) (/.f64 #s(literal 1 binary64) eps)) #s(literal 0 binary64))
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (*.f64 b eps) #s(literal 0 binary64))
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (/.f64 (*.f64 b eps) #s(literal 1 binary64)) #s(literal 0 binary64))
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 eps a)) #s(literal 0 binary64))
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) (*.f64 eps (-.f64 #s(literal 0 binary64) b)) #s(literal 0 binary64))
(fma.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 eps (/.f64 a b)) #s(literal 0 binary64))
(fma.f64 (/.f64 #s(literal -1 binary64) eps) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 eps a)) (/.f64 #s(literal 1 binary64) eps)) #s(literal 0 binary64))
(fma.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) eps) #s(literal 0 binary64))
(fma.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 0 binary64) (/.f64 eps a))
(fma.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) eps) #s(literal -1 binary64)) #s(literal 0 binary64))
(fma.f64 (/.f64 b a) (/.f64 eps b) #s(literal 0 binary64))
(fma.f64 (/.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) eps)) #s(literal 0 binary64))
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) eps) a) (*.f64 eps eps) #s(literal 0 binary64))
(fma.f64 (/.f64 (/.f64 #s(literal -1 binary64) eps) a) (/.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 #s(literal 1 binary64) eps)) #s(literal 0 binary64))
(fma.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal 1 binary64) eps)) #s(literal 0 binary64))
(fma.f64 (pow.f64 (/.f64 eps a) #s(literal 1/2 binary64)) (pow.f64 (/.f64 eps a) #s(literal 1/2 binary64)) #s(literal 0 binary64))
(fma.f64 (pow.f64 (/.f64 eps a) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 eps a) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 0 binary64))
(fma.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) eps)) #s(literal 0 binary64))
(fma.f64 (*.f64 b eps) (/.f64 #s(literal 1 binary64) (*.f64 b a)) #s(literal 0 binary64))
(fma.f64 (*.f64 b eps) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) #s(literal -1 binary64)) #s(literal 0 binary64))
(fma.f64 (*.f64 eps (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal -1 binary64) (*.f64 b a)) #s(literal 0 binary64))
(fma.f64 (*.f64 eps (-.f64 #s(literal 0 binary64) b)) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) #s(literal 1 binary64)) #s(literal 0 binary64))
(fma.f64 (/.f64 eps (*.f64 b a)) b #s(literal 0 binary64))
(fma.f64 (neg.f64 (/.f64 eps (*.f64 b a))) (-.f64 #s(literal 0 binary64) b) #s(literal 0 binary64))
(fma.f64 (/.f64 eps (/.f64 a b)) (/.f64 #s(literal 1 binary64) b) #s(literal 0 binary64))
(fma.f64 (pow.f64 (/.f64 #s(literal -1 binary64) eps) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a) #s(literal 0 binary64))
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 eps a)))
(/.f64 b (*.f64 (/.f64 #s(literal 1 binary64) eps) (*.f64 b a)))
(/.f64 a (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 a eps))))
(/.f64 eps a)
(/.f64 (/.f64 eps a) #s(literal 1 binary64))
(/.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 #s(literal 0 binary64) a))
(/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a eps)))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 eps a)) #s(literal -1 binary64))
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) eps) (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 #s(literal 1 binary64) (/.f64 a eps))
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 eps (/.f64 a b))))
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) eps))
(/.f64 (/.f64 #s(literal 1 binary64) eps) (*.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 a eps)))
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (*.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 #s(literal 1 binary64) b)))
(/.f64 (*.f64 a eps) (*.f64 a a))
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a eps)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a eps)) (*.f64 (-.f64 #s(literal 0 binary64) a) a))
(/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 a b)))
(/.f64 (/.f64 #s(literal -1 binary64) eps) (*.f64 (/.f64 #s(literal 1 binary64) eps) (-.f64 #s(literal 0 binary64) (/.f64 a eps))))
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -1 binary64) eps))
(/.f64 (/.f64 b a) (/.f64 b eps))
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) eps) a) (*.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 #s(literal 1 binary64) eps)))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 a (*.f64 a a)))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 eps a) (/.f64 a eps))))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 eps a) (/.f64 a eps))))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 eps (*.f64 eps eps))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 eps eps)))
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 eps a) (/.f64 a eps))) (-.f64 #s(literal 0 binary64) (/.f64 eps a)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 eps eps)) (-.f64 #s(literal 0 binary64) (*.f64 a eps)))
(/.f64 (*.f64 b eps) (*.f64 b a))
(/.f64 (*.f64 eps (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) (*.f64 b a)))
(/.f64 (neg.f64 (/.f64 eps (/.f64 a b))) (-.f64 #s(literal 0 binary64) b))
(/.f64 (/.f64 eps (/.f64 a b)) b)
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (-.f64 #s(literal 0 binary64) b) eps))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) a))) (-.f64 #s(literal 0 binary64) (/.f64 a eps)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 eps a) (/.f64 a eps))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 a (*.f64 a a)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 eps a) (/.f64 a eps))))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 eps a) (/.f64 a eps))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 eps a)))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 eps (-.f64 #s(literal 0 binary64) b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b a)))
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b eps))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 eps (/.f64 a b))))) (-.f64 #s(literal 0 binary64) (*.f64 b a)))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 a (*.f64 a a))))) (/.f64 (/.f64 eps a) (/.f64 a eps)))
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 eps a) (/.f64 a eps)))) (/.f64 eps a))
(/.f64 (+.f64 #s(literal 0 binary64) (/.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 a (*.f64 a a)))) (/.f64 (/.f64 eps a) (/.f64 a eps)))
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 eps a)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 eps a) (/.f64 a eps)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 eps a))))))
(pow.f64 (/.f64 eps a) #s(literal 1 binary64))
(pow.f64 (/.f64 a eps) #s(literal -1 binary64))
(pow.f64 (pow.f64 (/.f64 eps a) #s(literal 1/2 binary64)) #s(literal 2 binary64))
(pow.f64 (*.f64 (/.f64 a eps) (/.f64 a eps)) #s(literal -1/2 binary64))
(pow.f64 (exp.f64 (log.f64 (/.f64 a eps))) #s(literal -1 binary64))
(*.f64 b (/.f64 eps (*.f64 b a)))
(*.f64 b (/.f64 (/.f64 eps (*.f64 b a)) #s(literal 1 binary64)))
(*.f64 eps (/.f64 #s(literal 1 binary64) a))
(*.f64 (/.f64 eps a) #s(literal 1 binary64))
(*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 #s(literal -1 binary64) a))
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 eps a)) #s(literal -1 binary64))
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 eps a)) (/.f64 (/.f64 #s(literal -1 binary64) eps) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (/.f64 eps (*.f64 b a))))
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 eps (-.f64 #s(literal 0 binary64) (*.f64 b a))))
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (neg.f64 (/.f64 eps (*.f64 b a))) #s(literal 1 binary64)))
(*.f64 #s(literal 1 binary64) (/.f64 eps a))
(*.f64 (/.f64 #s(literal 1 binary64) a) eps)
(*.f64 (/.f64 #s(literal 1 binary64) eps) (/.f64 (/.f64 eps a) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (*.f64 b eps))
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (/.f64 (*.f64 b eps) #s(literal 1 binary64)))
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 eps a)))
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) (*.f64 eps (-.f64 #s(literal 0 binary64) b)))
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 eps (/.f64 a b)))
(*.f64 (/.f64 #s(literal -1 binary64) eps) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 eps a)) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) eps))
(*.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) eps) #s(literal -1 binary64)))
(*.f64 (/.f64 b a) (/.f64 eps b))
(*.f64 (/.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) eps) a) (*.f64 eps eps))
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) eps) a) (/.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 (pow.f64 (/.f64 eps a) #s(literal 1/2 binary64)) (pow.f64 (/.f64 eps a) #s(literal 1/2 binary64)))
(*.f64 (pow.f64 (/.f64 eps a) #s(literal 1/2 binary64)) (/.f64 (pow.f64 (/.f64 eps a) #s(literal 1/2 binary64)) #s(literal 1 binary64)))
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) eps)))
(*.f64 (*.f64 b eps) (/.f64 #s(literal 1 binary64) (*.f64 b a)))
(*.f64 (*.f64 b eps) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) #s(literal -1 binary64)))
(*.f64 (*.f64 eps (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal -1 binary64) (*.f64 b a)))
(*.f64 (*.f64 eps (-.f64 #s(literal 0 binary64) b)) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b a)) #s(literal 1 binary64)))
(*.f64 (/.f64 eps (*.f64 b a)) b)
(*.f64 (neg.f64 (/.f64 eps (*.f64 b a))) (-.f64 #s(literal 0 binary64) b))
(*.f64 (/.f64 eps (/.f64 a b)) (/.f64 #s(literal 1 binary64) b))
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) eps) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a))

simplify26.0ms (0%)

Algorithm
egg-herbie
Rules
/-lowering-/.f32
/-lowering-/.f64
*-lowering-*.f32
*-lowering-*.f64
*-commutative
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
07240
111240
011240
Stop Event
iter limit
saturated
Counts
96 → 96
Calls
Call 1
Inputs
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(* a b)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ 1 a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
(/ eps a)
Outputs
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(* a b)
(*.f64 a b)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ 1 a)
(/.f64 #s(literal 1 binary64) a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)
(/ eps a)
(/.f64 eps a)

eval170.0ms (0.2%)

Compiler

Compiled 6681 to 895 computations (86.6% saved)

prune164.0ms (0.2%)

Pruning

10 alts after pruning (0 fresh and 10 done)

PrunedKeptTotal
New6020602
Fresh000
Picked022
Done088
Total60210612
Accuracy
100.0%
Counts
612 → 10
Alt Table
Click to see full alt table
StatusAccuracyProgram
69.3%
(/.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a (-.f64 a b))) b)
99.8%
(/.f64 (/.f64 (+.f64 a b) a) b)
53.1%
(/.f64 (/.f64 eps a) eps)
53.1%
(/.f64 (/.f64 b a) b)
99.8%
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a)
18.6%
(/.f64 eps (*.f64 a eps))
36.0%
(/.f64 b (*.f64 b a))
46.1%
(/.f64 #s(literal 1 binary64) b)
53.2%
(/.f64 #s(literal 1 binary64) a)
99.9%
(-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))
Compiler

Compiled 303 to 145 computations (52.1% saved)

regimes32.0ms (0%)

Counts
16 → 1
Calls
Call 1
Inputs
(/.f64 #s(literal 1 binary64) a)
(/.f64 #s(literal 1 binary64) b)
(/.f64 b (*.f64 b a))
(/.f64 eps (*.f64 a eps))
(/.f64 (/.f64 b a) b)
(/.f64 (/.f64 eps a) eps)
(-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 a b)) a)
(/.f64 (/.f64 (+.f64 a b) a) b)
(/.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a (-.f64 a b))) b)
(+.f64 (*.f64 eps (-.f64 (*.f64 (*.f64 (+.f64 a b) (+.f64 a b)) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) (/.f64 (*.f64 (*.f64 (+.f64 a b) #s(literal 1/2 binary64)) (+.f64 (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a b)))) (*.f64 a (*.f64 a (*.f64 b b)))))) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)))
(/.f64 eps (expm1.f64 (*.f64 eps a)))
(/.f64 (*.f64 eps (+.f64 (*.f64 (*.f64 eps #s(literal 1/2 binary64)) (-.f64 (*.f64 (+.f64 a b) (/.f64 (+.f64 a b) b)) (+.f64 a b))) (+.f64 (/.f64 a b) #s(literal 1 binary64)))) (expm1.f64 (*.f64 eps a)))
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 a (*.f64 eps (+.f64 (/.f64 (exp.f64 (*.f64 b eps)) (expm1.f64 (*.f64 b eps))) #s(literal -1/2 binary64))))) a)
(/.f64 (*.f64 (expm1.f64 (*.f64 eps (+.f64 a b))) (/.f64 eps (expm1.f64 (*.f64 eps b)))) (expm1.f64 (*.f64 eps a)))
(/.f64 (*.f64 eps (-.f64 (exp.f64 (*.f64 (+.f64 a b) eps)) #s(literal 1 binary64))) (*.f64 (-.f64 (exp.f64 (*.f64 a eps)) #s(literal 1 binary64)) (-.f64 (exp.f64 (*.f64 b eps)) #s(literal 1 binary64))))
Outputs
(-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))
Calls

4 calls:

8.0ms
a
7.0ms
eps
7.0ms
b
6.0ms
(/.f64 (*.f64 eps (-.f64 (exp.f64 (*.f64 (+.f64 a b) eps)) #s(literal 1 binary64))) (*.f64 (-.f64 (exp.f64 (*.f64 a eps)) #s(literal 1 binary64)) (-.f64 (exp.f64 (*.f64 b eps)) #s(literal 1 binary64))))
Results
AccuracySegmentsBranch
99.9%1a
99.9%1b
99.9%1eps
99.9%1(/.f64 (*.f64 eps (-.f64 (exp.f64 (*.f64 (+.f64 a b) eps)) #s(literal 1 binary64))) (*.f64 (-.f64 (exp.f64 (*.f64 a eps)) #s(literal 1 binary64)) (-.f64 (exp.f64 (*.f64 b eps)) #s(literal 1 binary64))))
Compiler

Compiled 39 to 26 computations (33.3% saved)

regimes16.0ms (0%)

Counts
6 → 4
Calls
Call 1
Inputs
(/.f64 #s(literal 1 binary64) a)
(/.f64 #s(literal 1 binary64) b)
(/.f64 b (*.f64 b a))
(/.f64 eps (*.f64 a eps))
(/.f64 (/.f64 b a) b)
(/.f64 (/.f64 eps a) eps)
Outputs
(/.f64 #s(literal 1 binary64) b)
(/.f64 #s(literal 1 binary64) a)
(/.f64 #s(literal 1 binary64) b)
(/.f64 #s(literal 1 binary64) a)
Calls

3 calls:

6.0ms
a
4.0ms
eps
4.0ms
b
Results
AccuracySegmentsBranch
76.9%2a
88.3%4b
59.7%3eps
Compiler

Compiled 12 to 9 computations (25% saved)

regimes8.0ms (0%)

Accuracy

Total -0.0b remaining (-0%)

Threshold costs -0b (-0%)

Counts
1 → 1
Calls
Call 1
Inputs
(/.f64 #s(literal 1 binary64) a)
Outputs
(/.f64 #s(literal 1 binary64) a)
Calls

3 calls:

2.0ms
b
2.0ms
eps
2.0ms
a
Results
AccuracySegmentsBranch
53.2%1eps
53.2%1a
53.2%1b
Compiler

Compiled 12 to 9 computations (25% saved)

bsearch523.0ms (0.7%)

Algorithm
binary-search
Stop Event
narrow-enough
narrow-enough
narrow-enough
Steps
TimeLeftRight
154.0ms
7.5275057444485466e-180
2.3465720959926667e-178
158.0ms
1.9918304579907893e-215
2.028717610579203e-213
165.0ms
2.332421311976096e-234
5.924687189332742e-232
Results
421.0ms303×2valid
23.0ms33×1valid
Compiler

Compiled 327 to 274 computations (16.2% saved)

Precisions
Click to see histograms. Total time spent on operations: 372.0ms
ival-exp: 198.0ms (53.3% of total)
ival-mult: 86.0ms (23.1% of total)
ival-sub: 36.0ms (9.7% of total)
backward-pass: 27.0ms (7.3% of total)
ival-add: 12.0ms (3.2% of total)
ival-div: 11.0ms (3% of total)
const: 2.0ms (0.5% of total)

simplify18.0ms (0%)

Algorithm
egg-herbie
Rules
+-commutative_binary64
sub-neg_binary64
neg-sub0_binary64
neg-mul-1_binary64
not-or_bool
Iterations

Useful iterations: 3 (0.0ms)

IterNodesCost
01732
12530
23530
34429
44929
55229
Stop Event
saturated
Calls
Call 1
Inputs
(-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))
(if (<=.f64 b #s(literal 4055313543143427/6991919901971426075297554671307333615898862102580725715195666431228287110681861367027657291461090911970058473930419853533788296083269867358507086435928852446414275954096487329654980776728266302794199220759703429559553357814144917874843453883416576 binary64)) (/.f64 #s(literal 1 binary64) b) (if (<=.f64 b #s(literal 7762590461503545/388129523075177233787244872115625638814221504279174152784763009506512738171594221582719602207161619487621932674282768301542895011028703597861071818760295284801113744005212476387566321407899611206315749798429117187723211713454014464 binary64)) (/.f64 #s(literal 1 binary64) a) (if (<=.f64 b #s(literal 5255931591500769/145998099763910246996517491382409322396583312231953917778534160572776805350677676368189209962155884792916553906355021033942038551084014015944085162231110854024063829579528478402651974151891320832 binary64)) (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))))
(/.f64 #s(literal 1 binary64) a)
Outputs
(-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) a))
(if (<=.f64 b #s(literal 4055313543143427/6991919901971426075297554671307333615898862102580725715195666431228287110681861367027657291461090911970058473930419853533788296083269867358507086435928852446414275954096487329654980776728266302794199220759703429559553357814144917874843453883416576 binary64)) (/.f64 #s(literal 1 binary64) b) (if (<=.f64 b #s(literal 7762590461503545/388129523075177233787244872115625638814221504279174152784763009506512738171594221582719602207161619487621932674282768301542895011028703597861071818760295284801113744005212476387566321407899611206315749798429117187723211713454014464 binary64)) (/.f64 #s(literal 1 binary64) a) (if (<=.f64 b #s(literal 5255931591500769/145998099763910246996517491382409322396583312231953917778534160572776805350677676368189209962155884792916553906355021033942038551084014015944085162231110854024063829579528478402651974151891320832 binary64)) (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))))
(/.f64 #s(literal 1 binary64) a)

soundness2.5s (3.4%)

Rules
5754×*-lowering-*.f32
5754×*-lowering-*.f64
3690×/-lowering-/.f32
3690×/-lowering-/.f64
3632×*-lowering-*.f32
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
01718
14618
29918
317918
444318
591118
6181618
7569718
0819218
04323184
114573071
254653066
080813066
030187
1217177
22437169
09279169
Stop Event
done
iter limit
node limit
iter limit
node limit
iter limit
node limit
Compiler

Compiled 87 to 59 computations (32.2% saved)

preprocess94.0ms (0.1%)

Remove

(sort a b)

Compiler

Compiled 168 to 100 computations (40.5% saved)

end0.0ms (0%)

Profiling

Loading profile data...