Eccentricity of an ellipse

Time bar (total: 1.9s)

start0.0ms (0%)

Memory
0.1MiB live, 0.1MiB allocated; 0ms collecting garbage

analyze12.0ms (0.7%)

Memory
23.5MiB live, 23.5MiB allocated; 0ms collecting garbage
Algorithm
search
Search
ProbabilityValidUnknownPreconditionInfiniteDomainCan'tIter
0%0%37.5%62.5%0%0%0%0
0%0%37.5%62.5%0%0%0%1
0%0%18.7%62.5%0%18.7%0%2
0%0%9.4%62.5%0%28.1%0%3
0%0%9.4%62.5%0%28.1%0%4
0%0%7%62.5%0%30.4%0%5
20%1.2%4.7%62.5%0%31.6%0%6
25%1.2%3.5%62.5%0%32.8%0%7
40%1.8%2.6%62.5%0%33.1%0%8
51.9%2%1.9%62.5%0%33.5%0%9
64.7%2.4%1.3%62.5%0%33.7%0%10
72.9%2.6%1%62.5%0%33.9%0%11
80.2%2.7%0.7%62.5%0%34%0%12
Compiler

Compiled 25 to 16 computations (36% saved)

sample833.0ms (43.9%)

Memory
39.7MiB live, 1 370.9MiB allocated; 154ms collecting garbage
Samples
523.0ms8 256×0valid
48.0ms771×0invalid
Precisions
Click to see histograms. Total time spent on operations: 321.0ms
ival-mult!: 105.0ms (32.7% of total)
ival-sqrt: 88.0ms (27.4% of total)
ival-fabs: 52.0ms (16.2% of total)
ival-div!: 42.0ms (13.1% of total)
ival-sub!: 21.0ms (6.5% of total)
ival-<=: 6.0ms (1.9% of total)
ival-and: 4.0ms (1.2% of total)
adjust: 2.0ms (0.6% of total)
ival-assert: 1.0ms (0.3% of total)
Bogosity

explain167.0ms (8.8%)

Memory
63.5MiB live, 264.3MiB allocated; 91ms collecting garbage
FPErrors
Click to see full error table
Ground TruthOverpredictionsExampleUnderpredictionsExampleSubexpression
440-0-(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))
00-0-(*.f64 a a)
00-0-a
00-0-b
00-0-(sqrt.f64 (fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))))
00-0-(fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a)))
00-0-(-.f64 (*.f64 a a) (*.f64 b b))
00-0-(*.f64 b b)
Explanations
Click to see full explanations table
OperatorSubexpressionExplanationCount
/.f64(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))u/u440
(*.f64 b b)underflow176
(-.f64 (*.f64 a a) (*.f64 b b))underflow44
(*.f64 a a)underflow44
(*.f64 a a)underflow44
Confusion
Predicted +Predicted -
+440
-0212
Precision
1.0
Recall
1.0
Confusion?
Predicted +Predicted MaybePredicted -
+4400
-00212
Precision?
1.0
Recall?
1.0
Freqs
test
numberfreq
0212
144
Total Confusion?
Predicted +Predicted MaybePredicted -
+100
-000
Precision?
1.0
Recall?
1.0
Samples
87.0ms512×0valid
Compiler

Compiled 119 to 28 computations (76.5% saved)

Precisions
Click to see histograms. Total time spent on operations: 15.0ms
ival-mult!: 5.0ms (33.7% of total)
ival-fabs: 3.0ms (20.2% of total)
ival-sqrt: 3.0ms (20.2% of total)
ival-div!: 2.0ms (13.5% of total)
ival-sub!: 1.0ms (6.7% of total)
adjust: 0.0ms (0% of total)

preprocess50.0ms (2.6%)

Memory
-33.8MiB live, 53.8MiB allocated; 25ms collecting garbage
Iterations

Useful iterations: 1 (0.0ms)

IterNodesCost
02680
19968
262168
3583668
Stop Event
node-limit
Alt Table
Click to see full alt table
StatusAccuracyProgram
82.8%
(sqrt.f64 (fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))))
Symmetry

(abs a)

(abs b)

Compiler

Compiled 26 to 16 computations (38.5% saved)

series8.0ms (0.4%)

Memory
31.2MiB live, 31.2MiB allocated; 0ms collecting garbage
Counts
8 → 17
Calls
Call 1
Inputs
(sqrt.f64 (fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))))
(fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a)))
(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))
(-.f64 (*.f64 a a) (*.f64 b b))
(*.f64 a a)
a
(*.f64 b b)
b
Outputs
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) #s(hole binary64 (sqrt (fabs (/ (- (pow a 2) (pow b 2)) (pow a 2))))))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) #s(hole binary64 (fabs (/ (- (pow a 2) (pow b 2)) (pow a 2)))))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (pow a 2)) (pow a 2))))
#s(approx (- (* a a) (* b b)) #s(hole binary64 (* -1 (pow b 2))))
#s(approx (- (* a a) (* b b)) #s(hole binary64 (- (pow a 2) (pow b 2))))
#s(approx (* a a) #s(hole binary64 (pow a 2)))
#s(approx a #s(hole binary64 a))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 1))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#s(approx (- (* a a) (* b b)) #s(hole binary64 (pow a 2)))
#s(approx (- (* a a) (* b b)) #s(hole binary64 (* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))))
#s(approx (- (* a a) (* b b)) #s(hole binary64 (+ (* -1 (pow b 2)) (pow a 2))))
#s(approx (* b b) #s(hole binary64 (pow b 2)))
#s(approx b #s(hole binary64 b))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (- (* a a) (* b b)) #s(hole binary64 (* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))))
Calls

6 calls:

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

rewrite153.0ms (8.1%)

Memory
-7.1MiB live, 178.4MiB allocated; 69ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
054332
062323
1222292
01831291
Stop Event
iter-limit
iter-limit
node-limit
iter-limit
Counts
25 → 233
Calls
Call 1
Inputs
(sqrt.f64 (fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))))
(fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a)))
(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))
(-.f64 (*.f64 a a) (*.f64 b b))
(*.f64 a a)
a
(*.f64 b b)
b
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) #s(hole binary64 (sqrt (fabs (/ (- (pow a 2) (pow b 2)) (pow a 2))))))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) #s(hole binary64 (fabs (/ (- (pow a 2) (pow b 2)) (pow a 2)))))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (pow a 2)) (pow a 2))))
#s(approx (- (* a a) (* b b)) #s(hole binary64 (* -1 (pow b 2))))
#s(approx (- (* a a) (* b b)) #s(hole binary64 (- (pow a 2) (pow b 2))))
#s(approx (* a a) #s(hole binary64 (pow a 2)))
#s(approx a #s(hole binary64 a))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 1))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#s(approx (- (* a a) (* b b)) #s(hole binary64 (pow a 2)))
#s(approx (- (* a a) (* b b)) #s(hole binary64 (* (pow a 2) (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))))
#s(approx (- (* a a) (* b b)) #s(hole binary64 (+ (* -1 (pow b 2)) (pow a 2))))
#s(approx (* b b) #s(hole binary64 (pow b 2)))
#s(approx b #s(hole binary64 b))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (- (* a a) (* b b)) #s(hole binary64 (* (pow b 2) (- (/ (pow a 2) (pow b 2)) 1))))
Outputs
(*.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))) #s(literal 1/4 binary64)) (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))) #s(literal 1/4 binary64)))
(pow.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a)))) (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))) #s(literal 1/4 binary64))
(pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))) #s(literal 1/2 binary64))
(/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) (fabs.f64 a))
(sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))))
(exp.f64 (*.f64 (log.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a)))))) #s(literal 1/2 binary64)))
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))))
(pow.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a)))) (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))) #s(literal 1/2 binary64))
(/.f64 (neg.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) (*.f64 (neg.f64 a) a))
(/.f64 (fabs.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a))) (fabs.f64 a))
(/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a))
(sqrt.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a)))) (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))))
(fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 a a))) #s(literal 1 binary64)))
(fabs.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))))
(fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a)))))
(*.f64 (/.f64 (+.f64 b a) (neg.f64 a)) (/.f64 (-.f64 a b) (neg.f64 a)))
(*.f64 (/.f64 (+.f64 b a) (fabs.f64 a)) (/.f64 (-.f64 a b) (fabs.f64 a)))
(*.f64 (/.f64 (+.f64 b a) a) (/.f64 (-.f64 a b) a))
(*.f64 (+.f64 b a) (/.f64 (-.f64 a b) (*.f64 a a)))
(*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a)))))
(/.f64 (/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (neg.f64 a)) (neg.f64 a))
(/.f64 (/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (fabs.f64 a)) (fabs.f64 a))
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 (*.f64 (*.f64 a a) a) a)) #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal 1 binary64)))
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 b (/.f64 b (*.f64 a a))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal 1 binary64)) #s(literal 1 binary64)))
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 (*.f64 (*.f64 a a) a) a)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))))
(/.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal 3 binary64)) #s(literal 1 binary64))) (neg.f64 (fma.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal 1 binary64)) #s(literal 1 binary64))))
(/.f64 (neg.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a))) (neg.f64 a))
(/.f64 (neg.f64 (fma.f64 (neg.f64 a) a (*.f64 b b))) (*.f64 a a))
(/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 (neg.f64 a) a)) (*.f64 (*.f64 (neg.f64 b) b) (*.f64 a a))) (*.f64 (*.f64 a a) (*.f64 (neg.f64 a) a)))
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) a) a) (*.f64 (*.f64 (*.f64 b b) a) a)) (*.f64 (*.f64 (*.f64 a a) a) a))
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 a a) (*.f64 #s(literal 2 binary64) (*.f64 (neg.f64 b) b))) (*.f64 #s(literal 2 binary64) (*.f64 a a)))
(/.f64 (fma.f64 (*.f64 (neg.f64 b) b) #s(literal 2 binary64) (*.f64 (*.f64 a a) #s(literal 2 binary64))) (*.f64 (*.f64 a a) #s(literal 2 binary64)))
(/.f64 (fma.f64 (*.f64 (neg.f64 b) b) (*.f64 a a) (*.f64 (*.f64 (*.f64 a a) a) a)) (*.f64 (*.f64 (*.f64 a a) a) a))
(/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) a)
(/.f64 (*.f64 (fma.f64 b b (*.f64 a a)) (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 (fma.f64 b b (*.f64 a a)) (*.f64 a a)))
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 (*.f64 (*.f64 a a) a) a))) (+.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a)))))
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 (*.f64 (*.f64 a a) a) a)) (*.f64 (-.f64 (*.f64 (neg.f64 b) b) (*.f64 a a)) (*.f64 a a)))
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) a) a) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 b b))) (*.f64 (fma.f64 (*.f64 (*.f64 a a) a) a (*.f64 (*.f64 b b) (fma.f64 b b (*.f64 a a)))) (*.f64 a a)))
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 b (/.f64 b (*.f64 a a))) (*.f64 b (/.f64 b (*.f64 a a))) (+.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))))
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal 1 binary64)) #s(literal 1 binary64)))
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 (neg.f64 b) b) (*.f64 (*.f64 (*.f64 (*.f64 a a) a) a) (*.f64 a a))) (*.f64 (fma.f64 (*.f64 (*.f64 b b) b) b (*.f64 (*.f64 a a) (fma.f64 b b (*.f64 a a)))) (*.f64 a a)))
(/.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)) (*.f64 (neg.f64 a) a))
(/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a))
(neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 b (/.f64 b (*.f64 a a)))))
(neg.f64 (fma.f64 b (/.f64 b (*.f64 a a)) #s(literal -1 binary64)))
(neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))))
(fma.f64 (/.f64 #s(literal -1 binary64) (neg.f64 a)) (/.f64 (*.f64 b b) (neg.f64 a)) #s(literal 1 binary64))
(fma.f64 (/.f64 (*.f64 b b) (neg.f64 a)) (/.f64 #s(literal -1 binary64) (neg.f64 a)) #s(literal 1 binary64))
(fma.f64 (/.f64 #s(literal -1 binary64) (fabs.f64 a)) (/.f64 (*.f64 b b) (fabs.f64 a)) #s(literal 1 binary64))
(fma.f64 (/.f64 (*.f64 b b) (fabs.f64 a)) (/.f64 #s(literal -1 binary64) (fabs.f64 a)) #s(literal 1 binary64))
(fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 b b) a) #s(literal 1 binary64))
(fma.f64 (/.f64 (*.f64 b b) a) (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64))
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal 1 binary64))
(fma.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal 1 binary64) #s(literal 1 binary64))
(fma.f64 (*.f64 b (/.f64 b (*.f64 a a))) #s(literal -1 binary64) #s(literal 1 binary64))
(fma.f64 #s(literal -1 binary64) (*.f64 b (/.f64 b (*.f64 a a))) #s(literal 1 binary64))
(fma.f64 (*.f64 b b) (/.f64 #s(literal -1 binary64) (*.f64 a a)) #s(literal 1 binary64))
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 (*.f64 (*.f64 a a) a) a)) (+.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))))
(-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64)))
(-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))
(-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64))
(+.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (/.f64 (pow.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal 3 binary64)) (fma.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal 1 binary64)) #s(literal 1 binary64))))
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)))
(+.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal 1 binary64))
(*.f64 (+.f64 (neg.f64 a) (neg.f64 b)) (-.f64 (neg.f64 a) (neg.f64 b)))
(*.f64 (+.f64 (neg.f64 a) (fabs.f64 b)) (-.f64 (neg.f64 a) (fabs.f64 b)))
(*.f64 (+.f64 (neg.f64 a) b) (-.f64 (neg.f64 a) b))
(*.f64 (+.f64 (fabs.f64 a) (neg.f64 b)) (-.f64 (fabs.f64 a) (neg.f64 b)))
(*.f64 (+.f64 (fabs.f64 a) (fabs.f64 b)) (-.f64 (fabs.f64 a) (fabs.f64 b)))
(*.f64 (+.f64 (fabs.f64 a) b) (-.f64 (fabs.f64 a) b))
(*.f64 (+.f64 a (neg.f64 b)) (-.f64 a (neg.f64 b)))
(*.f64 (+.f64 a (fabs.f64 b)) (-.f64 a (fabs.f64 b)))
(*.f64 (-.f64 a b) (+.f64 b a))
(*.f64 (+.f64 b a) (-.f64 a b))
(/.f64 (neg.f64 (*.f64 (fma.f64 b b (*.f64 a a)) (*.f64 (-.f64 a b) (+.f64 b a)))) (neg.f64 (fma.f64 b b (*.f64 a a))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) a) a) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 b b)))) (neg.f64 (fma.f64 (*.f64 (*.f64 a a) a) a (*.f64 (*.f64 b b) (fma.f64 b b (*.f64 a a))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 (*.f64 (*.f64 a a) a) a))) (neg.f64 (-.f64 (*.f64 (neg.f64 b) b) (*.f64 a a))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 (neg.f64 b) b) (*.f64 (*.f64 (*.f64 (*.f64 a a) a) a) (*.f64 a a)))) (neg.f64 (fma.f64 (*.f64 (*.f64 b b) b) b (*.f64 (*.f64 a a) (fma.f64 b b (*.f64 a a))))))
(/.f64 (*.f64 (fma.f64 b b (*.f64 a a)) (*.f64 (-.f64 a b) (+.f64 b a))) (fma.f64 b b (*.f64 a a)))
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 (*.f64 (*.f64 a a) a) a)) (-.f64 (*.f64 (neg.f64 b) b) (*.f64 a a)))
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) a) a) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 b b))) (fma.f64 (*.f64 (*.f64 a a) a) a (*.f64 (*.f64 b b) (fma.f64 b b (*.f64 a a)))))
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 (neg.f64 b) b) (*.f64 (*.f64 (*.f64 (*.f64 a a) a) a) (*.f64 a a))) (fma.f64 (*.f64 (*.f64 a a) a) a (-.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 (*.f64 (neg.f64 b) b) (*.f64 a a)))))
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 (neg.f64 b) b) (*.f64 (*.f64 (*.f64 (*.f64 a a) a) a) (*.f64 a a))) (fma.f64 (*.f64 (*.f64 b b) b) b (*.f64 (*.f64 a a) (fma.f64 b b (*.f64 a a)))))
(fma.f64 (*.f64 #s(literal -1 binary64) (neg.f64 b)) (neg.f64 b) (*.f64 a a))
(fma.f64 (*.f64 #s(literal -1 binary64) (fabs.f64 b)) (fabs.f64 b) (*.f64 a a))
(fma.f64 (*.f64 #s(literal -1 binary64) b) b (*.f64 a a))
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 a)) (*.f64 #s(literal 1 binary64) (neg.f64 a)) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 a)) (*.f64 #s(literal 1 binary64) (neg.f64 a)) (*.f64 (neg.f64 b) b))
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 a)) (neg.f64 a) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 a)) (neg.f64 a) (*.f64 (neg.f64 b) b))
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 a)) (*.f64 #s(literal 1 binary64) (fabs.f64 a)) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 a)) (*.f64 #s(literal 1 binary64) (fabs.f64 a)) (*.f64 (neg.f64 b) b))
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 a)) (fabs.f64 a) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 a)) (fabs.f64 a) (*.f64 (neg.f64 b) b))
(fma.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1 binary64) a) (*.f64 (neg.f64 b) b))
(fma.f64 (*.f64 #s(literal 1 binary64) a) a (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (*.f64 #s(literal 1 binary64) a) a (*.f64 (neg.f64 b) b))
(fma.f64 (*.f64 (neg.f64 a) #s(literal 1 binary64)) (*.f64 (neg.f64 a) #s(literal 1 binary64)) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (*.f64 (neg.f64 a) #s(literal 1 binary64)) (*.f64 (neg.f64 a) #s(literal 1 binary64)) (*.f64 (neg.f64 b) b))
(fma.f64 (*.f64 (fabs.f64 a) #s(literal 1 binary64)) (*.f64 (fabs.f64 a) #s(literal 1 binary64)) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (*.f64 (fabs.f64 a) #s(literal 1 binary64)) (*.f64 (fabs.f64 a) #s(literal 1 binary64)) (*.f64 (neg.f64 b) b))
(fma.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 a #s(literal 1 binary64)) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 a #s(literal 1 binary64)) (*.f64 (neg.f64 b) b))
(fma.f64 (neg.f64 (neg.f64 a)) (neg.f64 (neg.f64 a)) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (neg.f64 (neg.f64 a)) (neg.f64 (neg.f64 a)) (*.f64 (neg.f64 b) b))
(fma.f64 (neg.f64 (fabs.f64 a)) (neg.f64 (fabs.f64 a)) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (neg.f64 (fabs.f64 a)) (neg.f64 (fabs.f64 a)) (*.f64 (neg.f64 b) b))
(fma.f64 (neg.f64 (neg.f64 b)) (neg.f64 b) (*.f64 a a))
(fma.f64 (neg.f64 (fabs.f64 b)) (fabs.f64 b) (*.f64 a a))
(fma.f64 (fabs.f64 (fabs.f64 a)) (fabs.f64 (fabs.f64 a)) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (fabs.f64 (fabs.f64 a)) (fabs.f64 (fabs.f64 a)) (*.f64 (neg.f64 b) b))
(fma.f64 (exp.f64 (log.f64 a)) (exp.f64 (log.f64 a)) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (exp.f64 (log.f64 a)) (exp.f64 (log.f64 a)) (*.f64 (neg.f64 b) b))
(fma.f64 (neg.f64 b) (*.f64 (neg.f64 b) #s(literal -1 binary64)) (*.f64 a a))
(fma.f64 (neg.f64 b) (neg.f64 (neg.f64 b)) (*.f64 a a))
(fma.f64 (neg.f64 b) b (*.f64 a a))
(fma.f64 (neg.f64 a) (*.f64 (neg.f64 a) #s(literal 1 binary64)) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (neg.f64 a) (*.f64 (neg.f64 a) #s(literal 1 binary64)) (*.f64 (neg.f64 b) b))
(fma.f64 (neg.f64 a) (neg.f64 a) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (neg.f64 a) (neg.f64 a) (*.f64 (neg.f64 b) b))
(fma.f64 (fabs.f64 b) (*.f64 (fabs.f64 b) #s(literal -1 binary64)) (*.f64 a a))
(fma.f64 (fabs.f64 b) (neg.f64 (fabs.f64 b)) (*.f64 a a))
(fma.f64 (fabs.f64 a) (*.f64 (fabs.f64 a) #s(literal 1 binary64)) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (fabs.f64 a) (*.f64 (fabs.f64 a) #s(literal 1 binary64)) (*.f64 (neg.f64 b) b))
(fma.f64 (fabs.f64 a) (fabs.f64 a) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (fabs.f64 a) (fabs.f64 a) (*.f64 (neg.f64 b) b))
(fma.f64 #s(literal 1 binary64) (*.f64 a a) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 #s(literal 1 binary64) (*.f64 a a) (*.f64 (neg.f64 b) b))
(fma.f64 #s(literal -1 binary64) (*.f64 b b) (*.f64 a a))
(fma.f64 (*.f64 b b) #s(literal -1 binary64) (*.f64 a a))
(fma.f64 (*.f64 a a) #s(literal 1 binary64) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 (*.f64 a a) #s(literal 1 binary64) (*.f64 (neg.f64 b) b))
(fma.f64 b (*.f64 b #s(literal -1 binary64)) (*.f64 a a))
(fma.f64 b (neg.f64 b) (*.f64 a a))
(fma.f64 a (*.f64 a #s(literal 1 binary64)) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 a (*.f64 a #s(literal 1 binary64)) (*.f64 (neg.f64 b) b))
(fma.f64 a a (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(fma.f64 a a (*.f64 (neg.f64 b) b))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) a) (fma.f64 b b (*.f64 a a))) (/.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (fma.f64 b b (*.f64 a a))))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) a) a) (*.f64 a a)) (fma.f64 (*.f64 (*.f64 a a) a) a (*.f64 (*.f64 b b) (fma.f64 b b (*.f64 a a))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 b b)) (fma.f64 (*.f64 (*.f64 a a) a) a (*.f64 (*.f64 b b) (fma.f64 b b (*.f64 a a))))))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (-.f64 (*.f64 (neg.f64 b) b) (*.f64 a a))) (/.f64 (*.f64 (*.f64 (*.f64 a a) a) a) (-.f64 (*.f64 (neg.f64 b) b) (*.f64 a a))))
(-.f64 (*.f64 (neg.f64 b) b) (*.f64 (neg.f64 a) a))
(-.f64 (*.f64 a a) (*.f64 (neg.f64 (neg.f64 b)) b))
(-.f64 (*.f64 a a) (*.f64 (*.f64 (neg.f64 b) b) #s(literal -1 binary64)))
(-.f64 (*.f64 a a) (*.f64 b b))
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 b b) b) b) (*.f64 (neg.f64 b) b)) (fma.f64 (*.f64 (*.f64 b b) b) b (*.f64 (*.f64 a a) (fma.f64 b b (*.f64 a a))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) a) a) (*.f64 a a)) (fma.f64 (*.f64 (*.f64 b b) b) b (*.f64 (*.f64 a a) (fma.f64 b b (*.f64 a a))))))
(+.f64 (*.f64 (neg.f64 b) b) (*.f64 a a))
(+.f64 (*.f64 a a) (*.f64 (*.f64 (neg.f64 b) b) #s(literal 1 binary64)))
(+.f64 (*.f64 a a) (*.f64 (neg.f64 b) b))
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 a)) (*.f64 #s(literal 1 binary64) (neg.f64 a)))
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 a)) (neg.f64 a))
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 a)) (*.f64 #s(literal 1 binary64) (fabs.f64 a)))
(*.f64 (*.f64 #s(literal 1 binary64) (fabs.f64 a)) (fabs.f64 a))
(*.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1 binary64) a))
(*.f64 (*.f64 #s(literal 1 binary64) a) a)
(*.f64 (*.f64 (neg.f64 a) #s(literal 1 binary64)) (*.f64 (neg.f64 a) #s(literal 1 binary64)))
(*.f64 (*.f64 (fabs.f64 a) #s(literal 1 binary64)) (*.f64 (fabs.f64 a) #s(literal 1 binary64)))
(*.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 a #s(literal 1 binary64)))
(*.f64 (neg.f64 (neg.f64 a)) (neg.f64 (neg.f64 a)))
(*.f64 (neg.f64 (fabs.f64 a)) (neg.f64 (fabs.f64 a)))
(*.f64 (fabs.f64 (fabs.f64 a)) (fabs.f64 (fabs.f64 a)))
(*.f64 (exp.f64 (log.f64 a)) (exp.f64 (log.f64 a)))
(*.f64 (neg.f64 a) (*.f64 (neg.f64 a) #s(literal 1 binary64)))
(*.f64 (neg.f64 a) (neg.f64 a))
(*.f64 (fabs.f64 a) (*.f64 (fabs.f64 a) #s(literal 1 binary64)))
(*.f64 (fabs.f64 a) (fabs.f64 a))
(*.f64 #s(literal 1 binary64) (*.f64 a a))
(*.f64 (*.f64 a a) #s(literal 1 binary64))
(*.f64 a (*.f64 a #s(literal 1 binary64)))
(*.f64 a a)
(pow.f64 (exp.f64 (log.f64 a)) #s(literal 2 binary64))
(pow.f64 (neg.f64 a) #s(literal 2 binary64))
(pow.f64 (fabs.f64 a) #s(literal 2 binary64))
(pow.f64 (*.f64 a a) #s(literal 1 binary64))
(pow.f64 a #s(literal 2 binary64))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a a)) #s(literal 2 binary64))
(/.f64 (*.f64 (*.f64 a a) #s(literal 2 binary64)) #s(literal 2 binary64))
(neg.f64 (*.f64 (*.f64 a a) #s(literal -1 binary64)))
(neg.f64 (*.f64 #s(literal -1 binary64) (*.f64 a a)))
(neg.f64 (*.f64 (neg.f64 a) a))
(sqrt.f64 (*.f64 (*.f64 (*.f64 a a) a) a))
(fabs.f64 (*.f64 (neg.f64 a) a))
(fabs.f64 (*.f64 a a))
(+.f64 (cosh.f64 (*.f64 (log.f64 a) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 a) #s(literal 2 binary64))))
(exp.f64 (+.f64 #s(literal 0 binary64) (*.f64 (log.f64 a) #s(literal 2 binary64))))
(exp.f64 (fma.f64 (log.f64 a) #s(literal 2 binary64) #s(literal 0 binary64)))
(exp.f64 (*.f64 (log.f64 a) #s(literal 2 binary64)))
a
(*.f64 (*.f64 (neg.f64 b) #s(literal 1 binary64)) (*.f64 (neg.f64 b) #s(literal 1 binary64)))
(*.f64 (*.f64 (fabs.f64 b) #s(literal 1 binary64)) (*.f64 (fabs.f64 b) #s(literal 1 binary64)))
(*.f64 (*.f64 b #s(literal 1 binary64)) (*.f64 b #s(literal 1 binary64)))
(*.f64 (neg.f64 (neg.f64 b)) (neg.f64 (neg.f64 b)))
(*.f64 (neg.f64 (fabs.f64 b)) (neg.f64 (fabs.f64 b)))
(*.f64 (fabs.f64 (fabs.f64 b)) (fabs.f64 (fabs.f64 b)))
(*.f64 (exp.f64 (log.f64 b)) (exp.f64 (log.f64 b)))
(*.f64 (neg.f64 b) (*.f64 (neg.f64 b) #s(literal 1 binary64)))
(*.f64 (neg.f64 b) (neg.f64 b))
(*.f64 (fabs.f64 b) (*.f64 (fabs.f64 b) #s(literal 1 binary64)))
(*.f64 (fabs.f64 b) (fabs.f64 b))
(*.f64 #s(literal 1 binary64) (*.f64 b b))
(*.f64 (*.f64 b b) #s(literal 1 binary64))
(*.f64 b (*.f64 b #s(literal 1 binary64)))
(*.f64 b b)
(pow.f64 (exp.f64 (log.f64 b)) #s(literal 2 binary64))
(pow.f64 (neg.f64 b) #s(literal 2 binary64))
(pow.f64 (fabs.f64 b) #s(literal 2 binary64))
(pow.f64 (*.f64 b b) #s(literal 1 binary64))
(pow.f64 b #s(literal 2 binary64))
(/.f64 (*.f64 (*.f64 b b) #s(literal 2 binary64)) #s(literal 2 binary64))
(neg.f64 (*.f64 (neg.f64 b) b))
(fabs.f64 (*.f64 b b))
(+.f64 (cosh.f64 (*.f64 (log.f64 b) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 b) #s(literal 2 binary64))))
(exp.f64 (fma.f64 (log.f64 b) #s(literal 2 binary64) #s(literal 0 binary64)))
(exp.f64 (*.f64 (log.f64 b) #s(literal 2 binary64)))
b
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a)))))))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))))
#s(approx (/ (- (* a a) (* b b)) (* a a)) (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)))
#s(approx (/ (- (* a a) (* b b)) (* a a)) (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a)))))
#s(approx (- (* a a) (* b b)) (*.f64 (neg.f64 b) b))
#s(approx (- (* a a) (* b b)) (*.f64 (-.f64 a b) (+.f64 b a)))
#s(approx (* a a) (*.f64 a a))
#s(approx a a)
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))
#s(approx (/ (- (* a a) (* b b)) (* a a)) (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a)))))
#s(approx (- (* a a) (* b b)) (*.f64 a a))
#s(approx (- (* a a) (* b b)) (*.f64 (*.f64 a a) (-.f64 #s(literal 1 binary64) (*.f64 b (/.f64 b (*.f64 a a))))))
#s(approx (- (* a a) (* b b)) (*.f64 (-.f64 a b) (+.f64 b a)))
#s(approx (* b b) (*.f64 b b))
#s(approx b b)
#s(approx (/ (- (* a a) (* b b)) (* a a)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) b) b))
#s(approx (- (* a a) (* b b)) (*.f64 (*.f64 (fma.f64 a (/.f64 a (*.f64 b b)) #s(literal -1 binary64)) b) b))

eval125.0ms (6.6%)

Memory
-29.8MiB live, 91.8MiB allocated; 103ms collecting garbage
Compiler

Compiled 4 960 to 1 201 computations (75.8% saved)

prune5.0ms (0.2%)

Memory
14.8MiB live, 14.8MiB allocated; 0ms collecting garbage
Pruning

4 alts after pruning (4 fresh and 0 done)

PrunedKeptTotal
New2614265
Fresh000
Picked101
Done000
Total2624266
Accuracy
100.0%
Counts
266 → 4
Alt Table
Click to see full alt table
StatusAccuracyProgram
82.8%
(sqrt.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a)))
100.0%
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) a)))
83.3%
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 a a))) #s(literal 1 binary64))))
99.3%
(sqrt.f64 (fabs.f64 #s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))))
Compiler

Compiled 52 to 37 computations (28.8% saved)

series32.0ms (1.7%)

Memory
-18.4MiB live, 75.0MiB allocated; 4ms collecting garbage
Counts
23 → 87
Calls
Call 1
Inputs
(sqrt.f64 (fabs.f64 #s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))))
(fabs.f64 #s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64)))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))
#s(literal 1 binary64)
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 a a))) #s(literal 1 binary64))))
(fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 a a))) #s(literal 1 binary64)))
(-.f64 (*.f64 b (/.f64 b (*.f64 a a))) #s(literal 1 binary64))
(*.f64 b (/.f64 b (*.f64 a a)))
b
(/.f64 b (*.f64 a a))
(*.f64 a a)
a
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) a)))
(fabs.f64 (/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) a))
(/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) a)
(*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a))
(+.f64 b a)
(/.f64 (-.f64 a b) a)
(-.f64 a b)
(sqrt.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a)))
(/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a))
(fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))
(*.f64 (-.f64 a b) (+.f64 b a))
Outputs
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) #s(hole binary64 (sqrt (fabs (/ (- (pow a 2) (pow b 2)) (pow a 2))))))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) #s(hole binary64 (fabs (/ (- (pow a 2) (pow b 2)) (pow a 2)))))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (pow a 2)) (pow a 2))))
#s(approx (sqrt (fabs (- (* b (/ b (* a a))) 1))) #s(hole binary64 (sqrt (fabs (- (/ (pow b 2) (pow a 2)) 1)))))
#s(approx (fabs (- (* b (/ b (* a a))) 1)) #s(hole binary64 (fabs (- (/ (pow b 2) (pow a 2)) 1))))
#s(approx (- (* b (/ b (* a a))) 1) #s(hole binary64 (/ (pow b 2) (pow a 2))))
#s(approx (- (* b (/ b (* a a))) 1) #s(hole binary64 (/ (+ (* -1 (pow a 2)) (pow b 2)) (pow a 2))))
#s(approx (* b (/ b (* a a))) #s(hole binary64 (/ (pow b 2) (pow a 2))))
#s(approx (/ b (* a a)) #s(hole binary64 (/ b (pow a 2))))
#s(approx (* a a) #s(hole binary64 (pow a 2)))
#s(approx a #s(hole binary64 a))
#s(approx (sqrt (fabs (/ (* (+ b a) (/ (- a b) a)) a))) #s(hole binary64 (sqrt (fabs (/ (* (+ a b) (- a b)) (pow a 2))))))
#s(approx (fabs (/ (* (+ b a) (/ (- a b) a)) a)) #s(hole binary64 (fabs (/ (* (+ a b) (- a b)) (pow a 2)))))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ b (* -1 b)))) (pow a 2))))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b))))) (pow a 2))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (* -1 (/ (pow b 2) a))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ b (* -1 b)))) a)))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b))))) a)))
#s(approx (+ b a) #s(hole binary64 b))
#s(approx (+ b a) #s(hole binary64 (+ a b)))
#s(approx (/ (- a b) a) #s(hole binary64 (* -1 (/ b a))))
#s(approx (/ (- a b) a) #s(hole binary64 (/ (+ a (* -1 b)) a)))
#s(approx (- a b) #s(hole binary64 (* -1 b)))
#s(approx (- a b) #s(hole binary64 (- a b)))
#s(approx (sqrt (/ (fabs (* (- a b) (+ b a))) (* a a))) #s(hole binary64 (* (/ 1 a) (sqrt (fabs (* (+ a b) (- a b)))))))
#s(approx (/ (fabs (* (- a b) (+ b a))) (* a a)) #s(hole binary64 (/ (fabs (* (+ a b) (- a b))) (pow a 2))))
#s(approx (fabs (* (- a b) (+ b a))) #s(hole binary64 (fabs (* (+ a b) (- a b)))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* -1 (pow b 2))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* -1 (pow b 2)) (* a (+ b (* -1 b))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b)))))))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 1))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#s(approx (- (* b (/ b (* a a))) 1) #s(hole binary64 -1))
#s(approx (- (* b (/ b (* a a))) 1) #s(hole binary64 (- (/ (pow b 2) (pow a 2)) 1)))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 1))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (/ b a)))))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ b a))))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 a))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (* a (+ 1 (+ (* -1 (/ b a)) (/ b a))))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (* a (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ b a)))))))
#s(approx (+ b a) #s(hole binary64 a))
#s(approx (+ b a) #s(hole binary64 (* a (+ 1 (/ b a)))))
#s(approx (/ (- a b) a) #s(hole binary64 1))
#s(approx (/ (- a b) a) #s(hole binary64 (+ 1 (* -1 (/ b a)))))
#s(approx (- a b) #s(hole binary64 a))
#s(approx (- a b) #s(hole binary64 (* a (+ 1 (* -1 (/ b a))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (pow a 2)))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow a 2) (+ 1 (+ (* -1 (/ b a)) (/ b a))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow a 2) (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ b a)))))))
#s(approx (sqrt (fabs (/ (* (+ b a) (/ (- a b) a)) a))) #s(hole binary64 (sqrt (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2)))))))
#s(approx (fabs (/ (* (+ b a) (/ (- a b) a)) a)) #s(hole binary64 (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2))))))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (+ 1 (* -1 (/ (+ (* -1 (+ b (* -1 b))) (/ (pow b 2) a)) a)))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (+ b (* -1 b)) a)) 1)))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (+ b (+ (* -1 b) (* -1 (/ (pow b 2) a)))) a)) 1)))))
#s(approx (+ b a) #s(hole binary64 (* -1 (* a (- (* -1 (/ b a)) 1)))))
#s(approx (- a b) #s(hole binary64 (* -1 (* a (- (/ b a) 1)))))
#s(approx (sqrt (/ (fabs (* (- a b) (+ b a))) (* a a))) #s(hole binary64 (* -1 (* (/ 1 a) (sqrt (fabs (* -1 (* (+ b (* -1 a)) (- b (* -1 a))))))))))
#s(approx (/ (fabs (* (- a b) (+ b a))) (* a a)) #s(hole binary64 (/ (fabs (* -1 (* (+ b (* -1 a)) (- b (* -1 a))))) (pow a 2))))
#s(approx (fabs (* (- a b) (+ b a))) #s(hole binary64 (fabs (* -1 (* (+ b (* -1 a)) (- b (* -1 a)))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow a 2) (+ 1 (* -1 (/ (+ (* -1 (+ b (* -1 b))) (/ (pow b 2) a)) a))))))
#s(approx b #s(hole binary64 b))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (+ a (* -1 (/ (pow b 2) a)))))
#s(approx (- a b) #s(hole binary64 (+ a (* -1 b))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* b (+ a (* -1 a))) (pow a 2))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* b (+ a (+ (* -1 a) (* -1 b)))) (pow a 2))))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (- (* b (/ b (* a a))) 1) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow a 2)) (/ 1 (pow b 2))))))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (* (pow b 2) (- (/ a (pow b 2)) (/ 1 a)))))
#s(approx (+ b a) #s(hole binary64 (* b (+ 1 (/ a b)))))
#s(approx (/ (- a b) a) #s(hole binary64 (* b (- (/ 1 b) (/ 1 a)))))
#s(approx (- a b) #s(hole binary64 (* b (- (/ a b) 1))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (+ (* -1 (/ a b)) (/ a b)) 1))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (+ (* -1 (/ a b)) (+ (/ a b) (/ (pow a 2) (pow b 2)))) 1))))
#s(approx (sqrt (fabs (/ (* (+ b a) (/ (- a b) a)) a))) #s(hole binary64 (sqrt (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2))))))
#s(approx (fabs (/ (* (+ b a) (/ (- a b) a)) a)) #s(hole binary64 (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2)))))
#s(approx (+ b a) #s(hole binary64 (* -1 (* b (- (* -1 (/ a b)) 1)))))
#s(approx (/ (- a b) a) #s(hole binary64 (* -1 (* b (- (/ 1 a) (/ 1 b))))))
#s(approx (- a b) #s(hole binary64 (* -1 (* b (+ 1 (* -1 (/ a b)))))))
#s(approx (sqrt (/ (fabs (* (- a b) (+ b a))) (* a a))) #s(hole binary64 (* (/ 1 a) (sqrt (fabs (* (+ a (* -1 b)) (- a (* -1 b))))))))
#s(approx (/ (fabs (* (- a b) (+ b a))) (* a a)) #s(hole binary64 (/ (fabs (* (+ a (* -1 b)) (- a (* -1 b)))) (pow a 2))))
#s(approx (fabs (* (- a b) (+ b a))) #s(hole binary64 (fabs (* (+ a (* -1 b)) (- a (* -1 b))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (* -1 (/ (+ a (* -1 a)) b)) 1))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (* -1 (/ (+ a (+ (* -1 a) (* -1 (/ (pow a 2) b)))) b)) 1))))
Calls

6 calls:

TimeVariablePointExpression
7.0ms
b
@inf
((sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (fabs (/ (- (* a a) (* b b)) (* a a))) (/ (- (* a a) (* b b)) (* a a)) 1 (sqrt (fabs (- (* b (/ b (* a a))) 1))) (fabs (- (* b (/ b (* a a))) 1)) (- (* b (/ b (* a a))) 1) (* b (/ b (* a a))) b (/ b (* a a)) (* a a) a (sqrt (fabs (/ (* (+ b a) (/ (- a b) a)) a))) (fabs (/ (* (+ b a) (/ (- a b) a)) a)) (/ (* (+ b a) (/ (- a b) a)) a) (* (+ b a) (/ (- a b) a)) (+ b a) (/ (- a b) a) (- a b) (sqrt (/ (fabs (* (- a b) (+ b a))) (* a a))) (/ (fabs (* (- a b) (+ b a))) (* a a)) (fabs (* (- a b) (+ b a))) (* (- a b) (+ b a)))
6.0ms
a
@inf
((sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (fabs (/ (- (* a a) (* b b)) (* a a))) (/ (- (* a a) (* b b)) (* a a)) 1 (sqrt (fabs (- (* b (/ b (* a a))) 1))) (fabs (- (* b (/ b (* a a))) 1)) (- (* b (/ b (* a a))) 1) (* b (/ b (* a a))) b (/ b (* a a)) (* a a) a (sqrt (fabs (/ (* (+ b a) (/ (- a b) a)) a))) (fabs (/ (* (+ b a) (/ (- a b) a)) a)) (/ (* (+ b a) (/ (- a b) a)) a) (* (+ b a) (/ (- a b) a)) (+ b a) (/ (- a b) a) (- a b) (sqrt (/ (fabs (* (- a b) (+ b a))) (* a a))) (/ (fabs (* (- a b) (+ b a))) (* a a)) (fabs (* (- a b) (+ b a))) (* (- a b) (+ b a)))
6.0ms
b
@-inf
((sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (fabs (/ (- (* a a) (* b b)) (* a a))) (/ (- (* a a) (* b b)) (* a a)) 1 (sqrt (fabs (- (* b (/ b (* a a))) 1))) (fabs (- (* b (/ b (* a a))) 1)) (- (* b (/ b (* a a))) 1) (* b (/ b (* a a))) b (/ b (* a a)) (* a a) a (sqrt (fabs (/ (* (+ b a) (/ (- a b) a)) a))) (fabs (/ (* (+ b a) (/ (- a b) a)) a)) (/ (* (+ b a) (/ (- a b) a)) a) (* (+ b a) (/ (- a b) a)) (+ b a) (/ (- a b) a) (- a b) (sqrt (/ (fabs (* (- a b) (+ b a))) (* a a))) (/ (fabs (* (- a b) (+ b a))) (* a a)) (fabs (* (- a b) (+ b a))) (* (- a b) (+ b a)))
4.0ms
a
@-inf
((sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (fabs (/ (- (* a a) (* b b)) (* a a))) (/ (- (* a a) (* b b)) (* a a)) 1 (sqrt (fabs (- (* b (/ b (* a a))) 1))) (fabs (- (* b (/ b (* a a))) 1)) (- (* b (/ b (* a a))) 1) (* b (/ b (* a a))) b (/ b (* a a)) (* a a) a (sqrt (fabs (/ (* (+ b a) (/ (- a b) a)) a))) (fabs (/ (* (+ b a) (/ (- a b) a)) a)) (/ (* (+ b a) (/ (- a b) a)) a) (* (+ b a) (/ (- a b) a)) (+ b a) (/ (- a b) a) (- a b) (sqrt (/ (fabs (* (- a b) (+ b a))) (* a a))) (/ (fabs (* (- a b) (+ b a))) (* a a)) (fabs (* (- a b) (+ b a))) (* (- a b) (+ b a)))
4.0ms
a
@0
((sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (fabs (/ (- (* a a) (* b b)) (* a a))) (/ (- (* a a) (* b b)) (* a a)) 1 (sqrt (fabs (- (* b (/ b (* a a))) 1))) (fabs (- (* b (/ b (* a a))) 1)) (- (* b (/ b (* a a))) 1) (* b (/ b (* a a))) b (/ b (* a a)) (* a a) a (sqrt (fabs (/ (* (+ b a) (/ (- a b) a)) a))) (fabs (/ (* (+ b a) (/ (- a b) a)) a)) (/ (* (+ b a) (/ (- a b) a)) a) (* (+ b a) (/ (- a b) a)) (+ b a) (/ (- a b) a) (- a b) (sqrt (/ (fabs (* (- a b) (+ b a))) (* a a))) (/ (fabs (* (- a b) (+ b a))) (* a a)) (fabs (* (- a b) (+ b a))) (* (- a b) (+ b a)))

rewrite191.0ms (10.1%)

Memory
-1.9MiB live, 329.2MiB allocated; 26ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
02941937
03231786
114481497
085471487
Stop Event
iter-limit
node-limit
iter-limit
Counts
110 → 589
Calls
Call 1
Inputs
(sqrt.f64 (fabs.f64 #s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))))
(fabs.f64 #s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64)))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))
#s(literal 1 binary64)
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 a a))) #s(literal 1 binary64))))
(fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 a a))) #s(literal 1 binary64)))
(-.f64 (*.f64 b (/.f64 b (*.f64 a a))) #s(literal 1 binary64))
(*.f64 b (/.f64 b (*.f64 a a)))
b
(/.f64 b (*.f64 a a))
(*.f64 a a)
a
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) a)))
(fabs.f64 (/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) a))
(/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) a)
(*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a))
(+.f64 b a)
(/.f64 (-.f64 a b) a)
(-.f64 a b)
(sqrt.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a)))
(/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a))
(fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))
(*.f64 (-.f64 a b) (+.f64 b a))
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) #s(hole binary64 (sqrt (fabs (/ (- (pow a 2) (pow b 2)) (pow a 2))))))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) #s(hole binary64 (fabs (/ (- (pow a 2) (pow b 2)) (pow a 2)))))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (pow a 2)) (pow a 2))))
#s(approx (sqrt (fabs (- (* b (/ b (* a a))) 1))) #s(hole binary64 (sqrt (fabs (- (/ (pow b 2) (pow a 2)) 1)))))
#s(approx (fabs (- (* b (/ b (* a a))) 1)) #s(hole binary64 (fabs (- (/ (pow b 2) (pow a 2)) 1))))
#s(approx (- (* b (/ b (* a a))) 1) #s(hole binary64 (/ (pow b 2) (pow a 2))))
#s(approx (- (* b (/ b (* a a))) 1) #s(hole binary64 (/ (+ (* -1 (pow a 2)) (pow b 2)) (pow a 2))))
#s(approx (* b (/ b (* a a))) #s(hole binary64 (/ (pow b 2) (pow a 2))))
#s(approx (/ b (* a a)) #s(hole binary64 (/ b (pow a 2))))
#s(approx (* a a) #s(hole binary64 (pow a 2)))
#s(approx a #s(hole binary64 a))
#s(approx (sqrt (fabs (/ (* (+ b a) (/ (- a b) a)) a))) #s(hole binary64 (sqrt (fabs (/ (* (+ a b) (- a b)) (pow a 2))))))
#s(approx (fabs (/ (* (+ b a) (/ (- a b) a)) a)) #s(hole binary64 (fabs (/ (* (+ a b) (- a b)) (pow a 2)))))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ b (* -1 b)))) (pow a 2))))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b))))) (pow a 2))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (* -1 (/ (pow b 2) a))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ b (* -1 b)))) a)))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b))))) a)))
#s(approx (+ b a) #s(hole binary64 b))
#s(approx (+ b a) #s(hole binary64 (+ a b)))
#s(approx (/ (- a b) a) #s(hole binary64 (* -1 (/ b a))))
#s(approx (/ (- a b) a) #s(hole binary64 (/ (+ a (* -1 b)) a)))
#s(approx (- a b) #s(hole binary64 (* -1 b)))
#s(approx (- a b) #s(hole binary64 (- a b)))
#s(approx (sqrt (/ (fabs (* (- a b) (+ b a))) (* a a))) #s(hole binary64 (* (/ 1 a) (sqrt (fabs (* (+ a b) (- a b)))))))
#s(approx (/ (fabs (* (- a b) (+ b a))) (* a a)) #s(hole binary64 (/ (fabs (* (+ a b) (- a b))) (pow a 2))))
#s(approx (fabs (* (- a b) (+ b a))) #s(hole binary64 (fabs (* (+ a b) (- a b)))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* -1 (pow b 2))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* -1 (pow b 2)) (* a (+ b (* -1 b))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b)))))))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 1))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#s(approx (- (* b (/ b (* a a))) 1) #s(hole binary64 -1))
#s(approx (- (* b (/ b (* a a))) 1) #s(hole binary64 (- (/ (pow b 2) (pow a 2)) 1)))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 1))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (/ b a)))))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ b a))))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 a))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (* a (+ 1 (+ (* -1 (/ b a)) (/ b a))))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (* a (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ b a)))))))
#s(approx (+ b a) #s(hole binary64 a))
#s(approx (+ b a) #s(hole binary64 (* a (+ 1 (/ b a)))))
#s(approx (/ (- a b) a) #s(hole binary64 1))
#s(approx (/ (- a b) a) #s(hole binary64 (+ 1 (* -1 (/ b a)))))
#s(approx (- a b) #s(hole binary64 a))
#s(approx (- a b) #s(hole binary64 (* a (+ 1 (* -1 (/ b a))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (pow a 2)))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow a 2) (+ 1 (+ (* -1 (/ b a)) (/ b a))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow a 2) (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ b a)))))))
#s(approx (sqrt (fabs (/ (* (+ b a) (/ (- a b) a)) a))) #s(hole binary64 (sqrt (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2)))))))
#s(approx (fabs (/ (* (+ b a) (/ (- a b) a)) a)) #s(hole binary64 (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2))))))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (+ 1 (* -1 (/ (+ (* -1 (+ b (* -1 b))) (/ (pow b 2) a)) a)))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (+ b (* -1 b)) a)) 1)))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (+ b (+ (* -1 b) (* -1 (/ (pow b 2) a)))) a)) 1)))))
#s(approx (+ b a) #s(hole binary64 (* -1 (* a (- (* -1 (/ b a)) 1)))))
#s(approx (- a b) #s(hole binary64 (* -1 (* a (- (/ b a) 1)))))
#s(approx (sqrt (/ (fabs (* (- a b) (+ b a))) (* a a))) #s(hole binary64 (* -1 (* (/ 1 a) (sqrt (fabs (* -1 (* (+ b (* -1 a)) (- b (* -1 a))))))))))
#s(approx (/ (fabs (* (- a b) (+ b a))) (* a a)) #s(hole binary64 (/ (fabs (* -1 (* (+ b (* -1 a)) (- b (* -1 a))))) (pow a 2))))
#s(approx (fabs (* (- a b) (+ b a))) #s(hole binary64 (fabs (* -1 (* (+ b (* -1 a)) (- b (* -1 a)))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow a 2) (+ 1 (* -1 (/ (+ (* -1 (+ b (* -1 b))) (/ (pow b 2) a)) a))))))
#s(approx b #s(hole binary64 b))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (+ a (* -1 (/ (pow b 2) a)))))
#s(approx (- a b) #s(hole binary64 (+ a (* -1 b))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* b (+ a (* -1 a))) (pow a 2))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* b (+ a (+ (* -1 a) (* -1 b)))) (pow a 2))))
#s(approx (/ (- (* a a) (* b b)) (* a a)) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (- (* b (/ b (* a a))) 1) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow a 2)) (/ 1 (pow b 2))))))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (* (+ b a) (/ (- a b) a)) #s(hole binary64 (* (pow b 2) (- (/ a (pow b 2)) (/ 1 a)))))
#s(approx (+ b a) #s(hole binary64 (* b (+ 1 (/ a b)))))
#s(approx (/ (- a b) a) #s(hole binary64 (* b (- (/ 1 b) (/ 1 a)))))
#s(approx (- a b) #s(hole binary64 (* b (- (/ a b) 1))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (+ (* -1 (/ a b)) (/ a b)) 1))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (+ (* -1 (/ a b)) (+ (/ a b) (/ (pow a 2) (pow b 2)))) 1))))
#s(approx (sqrt (fabs (/ (* (+ b a) (/ (- a b) a)) a))) #s(hole binary64 (sqrt (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2))))))
#s(approx (fabs (/ (* (+ b a) (/ (- a b) a)) a)) #s(hole binary64 (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2)))))
#s(approx (+ b a) #s(hole binary64 (* -1 (* b (- (* -1 (/ a b)) 1)))))
#s(approx (/ (- a b) a) #s(hole binary64 (* -1 (* b (- (/ 1 a) (/ 1 b))))))
#s(approx (- a b) #s(hole binary64 (* -1 (* b (+ 1 (* -1 (/ a b)))))))
#s(approx (sqrt (/ (fabs (* (- a b) (+ b a))) (* a a))) #s(hole binary64 (* (/ 1 a) (sqrt (fabs (* (+ a (* -1 b)) (- a (* -1 b))))))))
#s(approx (/ (fabs (* (- a b) (+ b a))) (* a a)) #s(hole binary64 (/ (fabs (* (+ a (* -1 b)) (- a (* -1 b)))) (pow a 2))))
#s(approx (fabs (* (- a b) (+ b a))) #s(hole binary64 (fabs (* (+ a (* -1 b)) (- a (* -1 b))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (* -1 (/ (+ a (* -1 a)) b)) 1))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (* -1 (/ (+ a (+ (* -1 a) (* -1 (/ (pow a 2) b)))) b)) 1))))
Outputs
(*.f64 (pow.f64 (fabs.f64 #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64))) #s(literal 1/4 binary64)) (pow.f64 (fabs.f64 #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64))) #s(literal 1/4 binary64)))
(pow.f64 (*.f64 #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64)) #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64))) #s(literal 1/4 binary64))
(pow.f64 (fabs.f64 #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64))) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64))))
(exp.f64 (*.f64 (log.f64 (fabs.f64 #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64)))) #s(literal 1/2 binary64)))
(*.f64 (sqrt.f64 #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64))) (sqrt.f64 #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64))))
(pow.f64 (*.f64 #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64)) #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64))) #s(literal 1/2 binary64))
(sqrt.f64 (*.f64 #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64)) #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64))))
(fabs.f64 (neg.f64 (neg.f64 #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64)))))
(fabs.f64 (neg.f64 #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64))))
(fabs.f64 #s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64)))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64))
#s(literal 1 binary64)
(*.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1/4 binary64)) (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1/4 binary64)))
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/2 binary64)) (/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a))
(*.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) (/.f64 #s(literal 1 binary64) a))
(*.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))))
(*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a))
(pow.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1/4 binary64))
(pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1/2 binary64))
(/.f64 (neg.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))))) (neg.f64 a))
(/.f64 (sqrt.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) a)) (sqrt.f64 a))
(/.f64 (sqrt.f64 (neg.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))))) (sqrt.f64 (neg.f64 (*.f64 a a))))
(/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a)
(sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(exp.f64 (*.f64 (log.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))) #s(literal 1/2 binary64)))
(*.f64 (/.f64 (fabs.f64 (+.f64 (neg.f64 b) a)) (neg.f64 a)) (/.f64 (fabs.f64 (-.f64 (neg.f64 b) a)) (neg.f64 a)))
(*.f64 (/.f64 (fabs.f64 (+.f64 (neg.f64 b) a)) a) (/.f64 (fabs.f64 (-.f64 (neg.f64 b) a)) a))
(*.f64 (/.f64 (fabs.f64 (+.f64 b a)) (neg.f64 a)) (/.f64 (fabs.f64 (-.f64 b a)) (neg.f64 a)))
(*.f64 (/.f64 (fabs.f64 (-.f64 b a)) (neg.f64 a)) (/.f64 (fabs.f64 (+.f64 b a)) (neg.f64 a)))
(*.f64 (/.f64 (fabs.f64 (+.f64 b a)) a) (/.f64 (fabs.f64 (-.f64 b a)) a))
(*.f64 (/.f64 (fabs.f64 (-.f64 b a)) a) (/.f64 (fabs.f64 (+.f64 b a)) a))
(*.f64 (/.f64 #s(literal 1 binary64) (neg.f64 a)) (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (neg.f64 a)))
(*.f64 (fabs.f64 (+.f64 (neg.f64 a) b)) (fabs.f64 (/.f64 (-.f64 b (neg.f64 a)) (*.f64 a a))))
(*.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)))))
(*.f64 (sqrt.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64))) (sqrt.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64))))
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(*.f64 (fabs.f64 (+.f64 (neg.f64 b) a)) (fabs.f64 (/.f64 (-.f64 a (neg.f64 b)) (*.f64 a a))))
(*.f64 (fabs.f64 (+.f64 b a)) (fabs.f64 (/.f64 (/.f64 (-.f64 a b) a) a)))
(*.f64 (fabs.f64 (+.f64 b a)) (fabs.f64 (/.f64 (-.f64 a b) (*.f64 a a))))
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) a))
(*.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1 binary64))
(*.f64 #s(literal 1 binary64) (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(pow.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1/2 binary64))
(/.f64 (neg.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) a)) (neg.f64 a))
(/.f64 (neg.f64 (neg.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))))) (neg.f64 (neg.f64 (*.f64 a a))))
(/.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal 1 binary64))) (fabs.f64 (fma.f64 (/.f64 b (*.f64 a a)) b #s(literal 1 binary64))))
(/.f64 (fabs.f64 (expm1.f64 (*.f64 (log.f64 (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal 3 binary64)))) (fabs.f64 (fma.f64 (*.f64 (/.f64 b (*.f64 a a)) (/.f64 b (*.f64 a a))) (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))))
(/.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) a) a)
(/.f64 (neg.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) (neg.f64 (*.f64 a a)))
(/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a))
(sqrt.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(fabs.f64 (/.f64 (neg.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a)))
(fabs.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))))
(fabs.f64 (neg.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64))))))
(fabs.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)))))
(fabs.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(fabs.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64))))
(fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))
(fabs.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)))
(*.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 a) b)) #s(literal -1 binary64)) (/.f64 (-.f64 b (neg.f64 a)) (*.f64 a a)))
(*.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 a) b)) (*.f64 a a)) (/.f64 (-.f64 b (neg.f64 a)) #s(literal -1 binary64)))
(*.f64 (/.f64 (*.f64 (+.f64 b a) (-.f64 b a)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 a a)))
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a a)) (/.f64 (*.f64 (+.f64 b a) (-.f64 b a)) #s(literal -1 binary64)))
(*.f64 (/.f64 (-.f64 b (neg.f64 a)) (neg.f64 a)) (/.f64 (+.f64 (neg.f64 a) b) (neg.f64 a)))
(*.f64 (/.f64 (+.f64 (neg.f64 a) b) (neg.f64 a)) (/.f64 (-.f64 b (neg.f64 a)) (neg.f64 a)))
(*.f64 (/.f64 (-.f64 b (neg.f64 a)) a) (/.f64 (+.f64 (neg.f64 a) b) a))
(*.f64 (/.f64 (+.f64 (neg.f64 a) b) a) (/.f64 (-.f64 b (neg.f64 a)) a))
(*.f64 (+.f64 (neg.f64 a) b) (/.f64 (-.f64 b (neg.f64 a)) (*.f64 a a)))
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 b a)) (-.f64 (/.f64 (neg.f64 b) a) #s(literal 1 binary64)))
(*.f64 (-.f64 (/.f64 b a) #s(literal -1 binary64)) (-.f64 (/.f64 b a) #s(literal 1 binary64)))
(*.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)) #s(literal 1 binary64))
(*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)))
(/.f64 (-.f64 (*.f64 (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a)))) (-.f64 (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)) (*.f64 (/.f64 b (*.f64 a a)) b)))
(/.f64 (+.f64 (pow.f64 (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 3 binary64))) (fma.f64 (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)) (-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)) (*.f64 (/.f64 b (*.f64 a a)) b)))))
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal 1 binary64))) (neg.f64 (fma.f64 (/.f64 b (*.f64 a a)) b #s(literal 1 binary64))))
(/.f64 (neg.f64 (expm1.f64 (*.f64 (log.f64 (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 (/.f64 b (*.f64 a a)) (/.f64 b (*.f64 a a))) (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))))
(/.f64 (*.f64 (fma.f64 (*.f64 b b) b (*.f64 (neg.f64 a) (*.f64 a a))) (-.f64 b (neg.f64 a))) (*.f64 (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b (neg.f64 a)))) (*.f64 a a)))
(/.f64 (*.f64 (*.f64 (+.f64 b a) (-.f64 b a)) (-.f64 b (neg.f64 a))) (*.f64 (-.f64 b (neg.f64 a)) (*.f64 a a)))
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 b b)) #s(literal 2 binary64)) (*.f64 (neg.f64 (*.f64 a a)) #s(literal 2 binary64))) (*.f64 (neg.f64 (*.f64 a a)) #s(literal 2 binary64)))
(/.f64 (-.f64 (*.f64 (*.f64 b b) #s(literal 2 binary64)) (*.f64 (*.f64 a a) #s(literal 2 binary64))) (*.f64 (*.f64 a a) #s(literal 2 binary64)))
(/.f64 (fma.f64 (*.f64 a a) (*.f64 a a) (*.f64 (*.f64 a a) (neg.f64 (*.f64 b b)))) (*.f64 (*.f64 a a) (neg.f64 (*.f64 a a))))
(/.f64 (fma.f64 (neg.f64 (*.f64 a a)) (*.f64 a a) (*.f64 (*.f64 a b) (*.f64 a b))) (*.f64 (*.f64 a a) (*.f64 a a)))
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal 1 binary64)) (fma.f64 (/.f64 b (*.f64 a a)) b #s(literal 1 binary64)))
(/.f64 (expm1.f64 (*.f64 (log.f64 (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 b (*.f64 a a)) (/.f64 b (*.f64 a a))) (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 b a) (-.f64 b a)))) (neg.f64 (neg.f64 (*.f64 a a))))
(/.f64 (neg.f64 (*.f64 (+.f64 b a) (-.f64 b a))) (neg.f64 (*.f64 a a)))
(/.f64 (*.f64 (+.f64 b a) (-.f64 b a)) (*.f64 a a))
(fma.f64 (/.f64 (fabs.f64 b) (neg.f64 a)) (/.f64 (fabs.f64 b) (neg.f64 a)) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)))
(fma.f64 (/.f64 (fabs.f64 b) a) (/.f64 (fabs.f64 b) a) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)))
(fma.f64 (/.f64 b (neg.f64 a)) (/.f64 b (neg.f64 a)) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)))
(fma.f64 (/.f64 (*.f64 a a) (neg.f64 a)) (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 b (*.f64 a a)) b))
(fma.f64 (/.f64 (*.f64 b b) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 a a)) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)))
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 a a)) (/.f64 (*.f64 b b) #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)))
(fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 a a) a) (*.f64 (/.f64 b (*.f64 a a)) b))
(fma.f64 (/.f64 (*.f64 a a) a) (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 b (*.f64 a a)) b))
(fma.f64 (neg.f64 (/.f64 (neg.f64 b) a)) (neg.f64 (/.f64 (neg.f64 b) a)) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)))
(fma.f64 (fabs.f64 (/.f64 (neg.f64 b) a)) (fabs.f64 (/.f64 (neg.f64 b) a)) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)))
(fma.f64 (fabs.f64 (/.f64 b a)) (fabs.f64 (/.f64 b a)) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)))
(fma.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a a) (neg.f64 a)) (*.f64 (/.f64 b (*.f64 a a)) b))
(fma.f64 (/.f64 (neg.f64 b) a) (/.f64 (neg.f64 b) a) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)))
(fma.f64 (/.f64 b a) (/.f64 b a) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)))
(fma.f64 (/.f64 b (*.f64 a a)) b (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)))
(fma.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)))
(fma.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)))
(fma.f64 b (/.f64 b (*.f64 a a)) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)))
(expm1.f64 (-.f64 (*.f64 (log.f64 b) #s(literal 2 binary64)) (*.f64 (log.f64 a) #s(literal 2 binary64))))
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) (fma.f64 (/.f64 b (*.f64 a a)) b #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 b (*.f64 a a)) b #s(literal 1 binary64))))
(-.f64 (/.f64 (pow.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 3 binary64)) (fma.f64 (*.f64 (/.f64 b (*.f64 a a)) (/.f64 b (*.f64 a a))) (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 b (*.f64 a a)) (/.f64 b (*.f64 a a))) (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))))
(-.f64 (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)) (*.f64 (neg.f64 (/.f64 b (*.f64 a a))) b))
(-.f64 (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)) (*.f64 (neg.f64 b) (/.f64 b (*.f64 a a))))
(-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64))
(+.f64 (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)) (*.f64 (/.f64 b (*.f64 a a)) b))
(+.f64 (*.f64 (/.f64 b (*.f64 a a)) b) (/.f64 (neg.f64 (*.f64 a a)) (*.f64 a a)))
(*.f64 (/.f64 (fabs.f64 b) (neg.f64 a)) (/.f64 (fabs.f64 b) (neg.f64 a)))
(*.f64 (/.f64 (fabs.f64 b) a) (/.f64 (fabs.f64 b) a))
(*.f64 (/.f64 b (neg.f64 a)) (/.f64 b (neg.f64 a)))
(*.f64 (/.f64 (*.f64 b b) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 a a)))
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a a)) (/.f64 (*.f64 b b) #s(literal -1 binary64)))
(*.f64 (neg.f64 (/.f64 (neg.f64 b) a)) (neg.f64 (/.f64 (neg.f64 b) a)))
(*.f64 (fabs.f64 (/.f64 (neg.f64 b) a)) (fabs.f64 (/.f64 (neg.f64 b) a)))
(*.f64 (fabs.f64 (/.f64 b a)) (fabs.f64 (/.f64 b a)))
(*.f64 (/.f64 (neg.f64 b) a) (/.f64 (neg.f64 b) a))
(*.f64 (/.f64 b a) (/.f64 b a))
(*.f64 (/.f64 b (*.f64 a a)) b)
(*.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64))
(*.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))
(*.f64 b (/.f64 b (*.f64 a a)))
(pow.f64 (/.f64 (neg.f64 b) a) #s(literal 2 binary64))
(pow.f64 (/.f64 b a) #s(literal 2 binary64))
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (*.f64 #s(literal 2 binary64) (*.f64 a a)))
(/.f64 (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 b b))) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 a a))))
(/.f64 (*.f64 (neg.f64 (*.f64 b b)) #s(literal 2 binary64)) (*.f64 (neg.f64 (*.f64 a a)) #s(literal 2 binary64)))
(/.f64 (*.f64 (*.f64 b b) #s(literal 2 binary64)) (*.f64 (*.f64 a a) #s(literal 2 binary64)))
(/.f64 (neg.f64 (neg.f64 (*.f64 b b))) (neg.f64 (neg.f64 (*.f64 a a))))
(/.f64 (*.f64 (neg.f64 b) b) (*.f64 (neg.f64 a) a))
(/.f64 (*.f64 b (neg.f64 b)) (*.f64 a (neg.f64 a)))
(/.f64 (neg.f64 (*.f64 b b)) (neg.f64 (*.f64 a a)))
(/.f64 (*.f64 b b) (*.f64 a a))
(exp.f64 (-.f64 (*.f64 (log.f64 b) #s(literal 2 binary64)) (*.f64 (log.f64 a) #s(literal 2 binary64))))
b
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 a a)))
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a a)) (/.f64 b #s(literal -1 binary64)))
(*.f64 (/.f64 b (*.f64 a a)) #s(literal 1 binary64))
(*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a a)))
(/.f64 (neg.f64 (neg.f64 b)) (neg.f64 (neg.f64 (*.f64 a a))))
(/.f64 (/.f64 (neg.f64 b) a) (neg.f64 a))
(/.f64 (/.f64 b a) a)
(/.f64 (neg.f64 b) (neg.f64 (*.f64 a a)))
(/.f64 b (*.f64 a a))
(*.f64 (*.f64 (neg.f64 a) #s(literal 1 binary64)) (*.f64 (neg.f64 a) #s(literal 1 binary64)))
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 a)) (*.f64 #s(literal 1 binary64) (neg.f64 a)))
(*.f64 (neg.f64 (neg.f64 a)) (neg.f64 (neg.f64 a)))
(*.f64 (exp.f64 (log.f64 a)) (exp.f64 (log.f64 a)))
(*.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 a #s(literal 1 binary64)))
(*.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1 binary64) a))
(*.f64 (neg.f64 a) (neg.f64 a))
(*.f64 (*.f64 a a) #s(literal 1 binary64))
(*.f64 #s(literal 1 binary64) (*.f64 a a))
(*.f64 a a)
(pow.f64 (exp.f64 (log.f64 a)) #s(literal 2 binary64))
(pow.f64 (neg.f64 a) #s(literal 2 binary64))
(pow.f64 (*.f64 a a) #s(literal 1 binary64))
(pow.f64 a #s(literal 2 binary64))
(sqrt.f64 (*.f64 (*.f64 a a) (*.f64 a a)))
(fabs.f64 (neg.f64 (*.f64 a a)))
(fabs.f64 (*.f64 a a))
(+.f64 (cosh.f64 (*.f64 (log.f64 a) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 a) #s(literal 2 binary64))))
(exp.f64 (+.f64 #s(literal 0 binary64) (*.f64 (log.f64 a) #s(literal 2 binary64))))
(exp.f64 (fma.f64 (log.f64 a) #s(literal 2 binary64) #s(literal 0 binary64)))
(exp.f64 (*.f64 (log.f64 a) #s(literal 2 binary64)))
a
(*.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1/4 binary64)) (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1/4 binary64)))
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/2 binary64)) (/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a))
(*.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) (/.f64 #s(literal 1 binary64) a))
(*.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))))
(*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a))
(pow.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1/4 binary64))
(pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1/2 binary64))
(/.f64 (neg.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))))) (neg.f64 a))
(/.f64 (sqrt.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) a)) (sqrt.f64 a))
(/.f64 (sqrt.f64 (neg.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))))) (sqrt.f64 (neg.f64 (*.f64 a a))))
(/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a)
(sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(exp.f64 (*.f64 (log.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))) #s(literal 1/2 binary64)))
(*.f64 (/.f64 (fabs.f64 (+.f64 (neg.f64 b) a)) (neg.f64 a)) (/.f64 (fabs.f64 (-.f64 (neg.f64 b) a)) (neg.f64 a)))
(*.f64 (/.f64 (fabs.f64 (+.f64 (neg.f64 b) a)) a) (/.f64 (fabs.f64 (-.f64 (neg.f64 b) a)) a))
(*.f64 (/.f64 (fabs.f64 (+.f64 b a)) (neg.f64 a)) (/.f64 (fabs.f64 (-.f64 b a)) (neg.f64 a)))
(*.f64 (/.f64 (fabs.f64 (-.f64 b a)) (neg.f64 a)) (/.f64 (fabs.f64 (+.f64 b a)) (neg.f64 a)))
(*.f64 (/.f64 (fabs.f64 (+.f64 b a)) a) (/.f64 (fabs.f64 (-.f64 b a)) a))
(*.f64 (/.f64 (fabs.f64 (-.f64 b a)) a) (/.f64 (fabs.f64 (+.f64 b a)) a))
(*.f64 (/.f64 #s(literal 1 binary64) (neg.f64 a)) (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (neg.f64 a)))
(*.f64 (fabs.f64 (+.f64 (neg.f64 a) b)) (fabs.f64 (/.f64 (-.f64 b (neg.f64 a)) (*.f64 a a))))
(*.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)))))
(*.f64 (sqrt.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64))) (sqrt.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64))))
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(*.f64 (fabs.f64 (+.f64 (neg.f64 b) a)) (fabs.f64 (/.f64 (-.f64 a (neg.f64 b)) (*.f64 a a))))
(*.f64 (fabs.f64 (+.f64 b a)) (fabs.f64 (/.f64 (/.f64 (-.f64 a b) a) a)))
(*.f64 (fabs.f64 (+.f64 b a)) (fabs.f64 (/.f64 (-.f64 a b) (*.f64 a a))))
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) a))
(*.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1 binary64))
(*.f64 #s(literal 1 binary64) (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(pow.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1/2 binary64))
(/.f64 (neg.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) a)) (neg.f64 a))
(/.f64 (neg.f64 (neg.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))))) (neg.f64 (neg.f64 (*.f64 a a))))
(/.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal 1 binary64))) (fabs.f64 (fma.f64 (/.f64 b (*.f64 a a)) b #s(literal 1 binary64))))
(/.f64 (fabs.f64 (expm1.f64 (*.f64 (log.f64 (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal 3 binary64)))) (fabs.f64 (fma.f64 (*.f64 (/.f64 b (*.f64 a a)) (/.f64 b (*.f64 a a))) (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))))
(/.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) a) a)
(/.f64 (neg.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) (neg.f64 (*.f64 a a)))
(/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a))
(sqrt.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(fabs.f64 (/.f64 (neg.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a)))
(fabs.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))))
(fabs.f64 (neg.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64))))))
(fabs.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)))))
(fabs.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(fabs.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64))))
(fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))
(fabs.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)))
(*.f64 (/.f64 (-.f64 a (neg.f64 b)) (neg.f64 a)) (/.f64 (+.f64 (neg.f64 b) a) (neg.f64 a)))
(*.f64 (/.f64 (+.f64 (neg.f64 b) a) (neg.f64 a)) (/.f64 (-.f64 a (neg.f64 b)) (neg.f64 a)))
(*.f64 (/.f64 (-.f64 a (neg.f64 b)) a) (/.f64 (-.f64 a b) a))
(*.f64 (/.f64 (-.f64 a b) (neg.f64 a)) (/.f64 (+.f64 b a) (neg.f64 a)))
(*.f64 (/.f64 (+.f64 b a) (neg.f64 a)) (/.f64 (-.f64 a b) (neg.f64 a)))
(*.f64 (/.f64 (+.f64 b a) a) (/.f64 (-.f64 a b) a))
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 b a)) (-.f64 (/.f64 b a) #s(literal -1 binary64)))
(*.f64 (-.f64 (/.f64 b a) #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 b a)))
(*.f64 (+.f64 (neg.f64 b) a) (/.f64 (-.f64 a (neg.f64 b)) (*.f64 a a)))
(*.f64 (/.f64 (-.f64 a b) a) (/.f64 (-.f64 a (neg.f64 b)) a))
(*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a))
(*.f64 (+.f64 b a) (/.f64 (/.f64 (-.f64 a b) a) a))
(*.f64 (+.f64 b a) (/.f64 (-.f64 a b) (*.f64 a a)))
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 b (*.f64 a a)) (/.f64 b (*.f64 a a))) (*.f64 b b) (*.f64 (/.f64 b (*.f64 a a)) b))))
(/.f64 (+.f64 (pow.f64 (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 (/.f64 b (*.f64 a a)) (/.f64 b (*.f64 a a))) (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))
(/.f64 (neg.f64 (neg.f64 (*.f64 (/.f64 (-.f64 a b) a) (+.f64 b a)))) (neg.f64 (neg.f64 a)))
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)))))))
(/.f64 (*.f64 (fma.f64 (*.f64 a a) a (*.f64 (neg.f64 b) (*.f64 b b))) (-.f64 a (neg.f64 b))) (*.f64 (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a (neg.f64 b)))) (*.f64 a a)))
(/.f64 (*.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (-.f64 a (neg.f64 b))) (*.f64 (-.f64 a (neg.f64 b)) (*.f64 a a)))
(/.f64 (*.f64 (fma.f64 (*.f64 a a) a (*.f64 (*.f64 b b) b)) (/.f64 (-.f64 a b) a)) (*.f64 (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a b))) a))
(/.f64 (*.f64 (fma.f64 (*.f64 b b) b (*.f64 (*.f64 a a) a)) (/.f64 (-.f64 a b) a)) (*.f64 (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b a))) a))
(/.f64 (*.f64 (*.f64 (+.f64 b a) (-.f64 b a)) (/.f64 (-.f64 a b) a)) (*.f64 (-.f64 b a) a))
(/.f64 (*.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (/.f64 (-.f64 a b) a)) (*.f64 (-.f64 a b) a))
(/.f64 (*.f64 (fma.f64 (*.f64 a a) a (*.f64 (*.f64 b b) b)) (-.f64 a b)) (*.f64 (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a b))) (*.f64 a a)))
(/.f64 (*.f64 (fma.f64 (*.f64 b b) b (*.f64 (*.f64 a a) a)) (-.f64 a b)) (*.f64 (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b a))) (*.f64 a a)))
(/.f64 (*.f64 (*.f64 (+.f64 b a) (-.f64 b a)) (-.f64 a b)) (*.f64 (-.f64 b a) (*.f64 a a)))
(/.f64 (*.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (-.f64 a b)) (*.f64 (-.f64 a b) (*.f64 a a)))
(/.f64 (-.f64 (*.f64 (*.f64 a a) (neg.f64 (*.f64 a a))) (*.f64 (*.f64 a a) (neg.f64 (*.f64 b b)))) (*.f64 (*.f64 a a) (neg.f64 (*.f64 a a))))
(/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 a b) (*.f64 a b))) (*.f64 (*.f64 a a) (*.f64 a a)))
(/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 a a))) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 b b)))) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 a a))))
(/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 a a)) (*.f64 #s(literal 2 binary64) (*.f64 b b))) (*.f64 #s(literal 2 binary64) (*.f64 a a)))
(/.f64 (fma.f64 (neg.f64 (*.f64 b b)) (*.f64 a a) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 (*.f64 a a) (*.f64 a a)))
(/.f64 (fma.f64 (neg.f64 (*.f64 b b)) #s(literal 2 binary64) (*.f64 (*.f64 a a) #s(literal 2 binary64))) (*.f64 (*.f64 a a) #s(literal 2 binary64)))
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 a a) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 b b)))) (*.f64 #s(literal 2 binary64) (*.f64 a a)))
(/.f64 (neg.f64 (neg.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) (neg.f64 (neg.f64 (*.f64 a a))))
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal 1 binary64)) (-.f64 (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)) #s(literal 1 binary64)))
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a))))))
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 a b) a) (+.f64 b a))) (neg.f64 a))
(/.f64 (neg.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (neg.f64 (*.f64 a a)))
(/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a))
(/.f64 (*.f64 (/.f64 (-.f64 a b) a) (+.f64 b a)) a)
(fma.f64 (/.f64 (*.f64 b b) (neg.f64 a)) (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))
(fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 b b) a) #s(literal 1 binary64))
(fma.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b b) (neg.f64 a)) #s(literal 1 binary64))
(fma.f64 (/.f64 (*.f64 b b) a) (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64))
(fma.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal -1 binary64) #s(literal 1 binary64))
(fma.f64 #s(literal -1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64))
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(-.f64 (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)) #s(literal -1 binary64))
(-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)) #s(literal -1 binary64)))
(-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))
(+.f64 (/.f64 (*.f64 b (-.f64 a b)) (*.f64 a a)) (/.f64 (*.f64 a (-.f64 a b)) (*.f64 a a)))
(+.f64 (/.f64 (*.f64 (-.f64 a b) b) (*.f64 a a)) (/.f64 (*.f64 (-.f64 a b) a) (*.f64 a a)))
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)))))) (/.f64 (pow.f64 (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)))))))
(+.f64 (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)) #s(literal 1 binary64))
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (neg.f64 b) b) (*.f64 a a)))
(+.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)))
(*.f64 (/.f64 (-.f64 a b) a) (+.f64 b a))
(*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a))
(/.f64 (*.f64 (neg.f64 (-.f64 a b)) (fma.f64 (*.f64 a a) a (*.f64 (*.f64 b b) b))) (*.f64 (neg.f64 a) (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a b)))))
(/.f64 (*.f64 (neg.f64 (-.f64 a b)) (fma.f64 (*.f64 b b) b (*.f64 (*.f64 a a) a))) (*.f64 (neg.f64 a) (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b a)))))
(/.f64 (*.f64 (neg.f64 (-.f64 a b)) (*.f64 (+.f64 b a) (-.f64 b a))) (*.f64 (neg.f64 a) (-.f64 b a)))
(/.f64 (*.f64 (neg.f64 (-.f64 a b)) (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 (neg.f64 a) (-.f64 a b)))
(/.f64 (*.f64 (-.f64 a b) (fma.f64 (*.f64 a a) a (*.f64 (*.f64 b b) b))) (*.f64 a (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a b)))))
(/.f64 (*.f64 (-.f64 a b) (fma.f64 (*.f64 b b) b (*.f64 (*.f64 a a) a))) (*.f64 a (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b a)))))
(/.f64 (*.f64 (-.f64 a b) (*.f64 (+.f64 b a) (-.f64 b a))) (*.f64 a (-.f64 b a)))
(/.f64 (*.f64 (-.f64 a b) (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a (-.f64 a b)))
(/.f64 (*.f64 (fma.f64 (*.f64 a a) a (*.f64 (*.f64 b b) b)) (neg.f64 (-.f64 a b))) (*.f64 (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a b))) (neg.f64 a)))
(/.f64 (*.f64 (fma.f64 (*.f64 a a) a (*.f64 (*.f64 b b) b)) (-.f64 a b)) (*.f64 (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a b))) a))
(/.f64 (*.f64 (fma.f64 (*.f64 b b) b (*.f64 (*.f64 a a) a)) (neg.f64 (-.f64 a b))) (*.f64 (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b a))) (neg.f64 a)))
(/.f64 (*.f64 (fma.f64 (*.f64 b b) b (*.f64 (*.f64 a a) a)) (-.f64 a b)) (*.f64 (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b a))) a))
(/.f64 (*.f64 (*.f64 (+.f64 b a) (-.f64 b a)) (neg.f64 (-.f64 a b))) (*.f64 (-.f64 b a) (neg.f64 a)))
(/.f64 (*.f64 (*.f64 (+.f64 b a) (-.f64 b a)) (-.f64 a b)) (*.f64 (-.f64 b a) a))
(/.f64 (*.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (neg.f64 (-.f64 a b))) (*.f64 (-.f64 a b) (neg.f64 a)))
(/.f64 (*.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (-.f64 a b)) (*.f64 (-.f64 a b) a))
(/.f64 (neg.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (neg.f64 a))
(/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) a)
(-.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 b b) a))
(+.f64 (/.f64 (*.f64 b (-.f64 a b)) a) (/.f64 (*.f64 a (-.f64 a b)) a))
(+.f64 (/.f64 (*.f64 (-.f64 a b) b) a) (/.f64 (*.f64 (-.f64 a b) a) a))
(+.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 (neg.f64 b) b) a))
(/.f64 (neg.f64 (fma.f64 (*.f64 a a) a (*.f64 (*.f64 b b) b))) (neg.f64 (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a b)))))
(/.f64 (neg.f64 (fma.f64 (*.f64 b b) b (*.f64 (*.f64 a a) a))) (neg.f64 (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b a)))))
(/.f64 (fma.f64 (*.f64 a a) a (*.f64 (*.f64 b b) b)) (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a b))))
(/.f64 (fma.f64 (*.f64 b b) b (*.f64 (*.f64 a a) a)) (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b a))))
(/.f64 (neg.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (neg.f64 (-.f64 a b)))
(/.f64 (neg.f64 (*.f64 (+.f64 b a) (-.f64 b a))) (neg.f64 (-.f64 b a)))
(/.f64 (*.f64 (+.f64 b a) (-.f64 b a)) (-.f64 b a))
(/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (-.f64 a b))
(-.f64 (/.f64 (*.f64 b b) (-.f64 b a)) (/.f64 (*.f64 a a) (-.f64 b a)))
(-.f64 (/.f64 (*.f64 a a) (-.f64 a b)) (/.f64 (*.f64 b b) (-.f64 a b)))
(+.f64 (/.f64 (*.f64 (*.f64 a a) a) (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a b)))) (/.f64 (*.f64 (*.f64 b b) b) (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a b)))))
(+.f64 (/.f64 (*.f64 (*.f64 b b) b) (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b a)))) (/.f64 (*.f64 (*.f64 a a) a) (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b a)))))
(+.f64 (/.f64 (*.f64 b (-.f64 a b)) (-.f64 a b)) (/.f64 (*.f64 a (-.f64 a b)) (-.f64 a b)))
(+.f64 (/.f64 (*.f64 (-.f64 a b) b) (-.f64 a b)) (/.f64 (*.f64 (-.f64 a b) a) (-.f64 a b)))
(+.f64 (/.f64 (*.f64 a a) (-.f64 a b)) (/.f64 (*.f64 (neg.f64 b) b) (-.f64 a b)))
(+.f64 b a)
(+.f64 a b)
(/.f64 (-.f64 (pow.f64 (/.f64 a a) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 b b) b) (*.f64 (*.f64 a a) a))) (+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 b (*.f64 a a)) b (*.f64 (/.f64 a a) (/.f64 b a)))))
(/.f64 (+.f64 (pow.f64 (/.f64 a a) #s(literal 3 binary64)) (/.f64 (*.f64 (neg.f64 b) (*.f64 b b)) (*.f64 (*.f64 a a) a))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) (*.f64 (/.f64 a a) (/.f64 (neg.f64 b) a)))))
(/.f64 (neg.f64 (neg.f64 (-.f64 a b))) (neg.f64 (neg.f64 a)))
(/.f64 (neg.f64 (neg.f64 (+.f64 (neg.f64 b) a))) (neg.f64 (neg.f64 a)))
(/.f64 (-.f64 (*.f64 a (neg.f64 a)) (*.f64 a (neg.f64 b))) (*.f64 a (neg.f64 a)))
(/.f64 (-.f64 (*.f64 a a) (*.f64 a b)) (*.f64 a a))
(/.f64 (fma.f64 a a (*.f64 a (neg.f64 b))) (*.f64 a a))
(/.f64 (neg.f64 (+.f64 (neg.f64 b) a)) (neg.f64 a))
(/.f64 (neg.f64 (-.f64 a b)) (neg.f64 a))
(/.f64 (+.f64 (neg.f64 b) a) a)
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)) (+.f64 (/.f64 a a) (/.f64 b a)))
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)) (-.f64 (/.f64 a a) (/.f64 (neg.f64 b) a)))
(/.f64 (-.f64 a b) a)
(fma.f64 (/.f64 b a) #s(literal -1 binary64) (/.f64 a a))
(fma.f64 #s(literal -1 binary64) (/.f64 b a) (/.f64 a a))
(-.f64 (/.f64 a a) (*.f64 (/.f64 (neg.f64 b) a) #s(literal -1 binary64)))
(-.f64 (/.f64 a a) (/.f64 (*.f64 #s(literal 1 binary64) b) a))
(-.f64 (/.f64 a a) (/.f64 b a))
(+.f64 (/.f64 a a) (/.f64 (neg.f64 b) a))
(+.f64 (/.f64 (neg.f64 b) a) (/.f64 a a))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 b b) b))) (neg.f64 (fma.f64 a a (fma.f64 b b (*.f64 a b)))))
(/.f64 (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 b b) b)) (fma.f64 a a (fma.f64 b b (*.f64 a b))))
(/.f64 (neg.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (neg.f64 (+.f64 b a)))
(/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (+.f64 b a))
(-.f64 (/.f64 (*.f64 (*.f64 a a) a) (fma.f64 a a (fma.f64 b b (*.f64 a b)))) (/.f64 (*.f64 (*.f64 b b) b) (fma.f64 a a (fma.f64 b b (*.f64 a b)))))
(-.f64 (/.f64 (*.f64 a a) (+.f64 b a)) (/.f64 (*.f64 b b) (+.f64 b a)))
(-.f64 a b)
(+.f64 (/.f64 (*.f64 b (-.f64 a b)) (+.f64 b a)) (/.f64 (*.f64 a (-.f64 a b)) (+.f64 b a)))
(+.f64 (/.f64 (*.f64 (-.f64 a b) b) (+.f64 b a)) (/.f64 (*.f64 (-.f64 a b) a) (+.f64 b a)))
(+.f64 (/.f64 (*.f64 a a) (+.f64 b a)) (/.f64 (*.f64 (neg.f64 b) b) (+.f64 b a)))
(*.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1/4 binary64)) (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1/4 binary64)))
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/2 binary64)) (/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a))
(*.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) (/.f64 #s(literal 1 binary64) a))
(*.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))))
(*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a))
(pow.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1/4 binary64))
(pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1/2 binary64))
(/.f64 (neg.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))))) (neg.f64 a))
(/.f64 (sqrt.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) a)) (sqrt.f64 a))
(/.f64 (sqrt.f64 (neg.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))))) (sqrt.f64 (neg.f64 (*.f64 a a))))
(/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a)
(sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(exp.f64 (*.f64 (log.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))) #s(literal 1/2 binary64)))
(*.f64 (/.f64 (fabs.f64 (+.f64 (neg.f64 b) a)) (neg.f64 a)) (/.f64 (fabs.f64 (-.f64 (neg.f64 b) a)) (neg.f64 a)))
(*.f64 (/.f64 (fabs.f64 (+.f64 (neg.f64 b) a)) a) (/.f64 (fabs.f64 (-.f64 (neg.f64 b) a)) a))
(*.f64 (/.f64 (fabs.f64 (+.f64 b a)) (neg.f64 a)) (/.f64 (fabs.f64 (-.f64 b a)) (neg.f64 a)))
(*.f64 (/.f64 (fabs.f64 (-.f64 b a)) (neg.f64 a)) (/.f64 (fabs.f64 (+.f64 b a)) (neg.f64 a)))
(*.f64 (/.f64 (fabs.f64 (+.f64 b a)) a) (/.f64 (fabs.f64 (-.f64 b a)) a))
(*.f64 (/.f64 (fabs.f64 (-.f64 b a)) a) (/.f64 (fabs.f64 (+.f64 b a)) a))
(*.f64 (/.f64 #s(literal 1 binary64) (neg.f64 a)) (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (neg.f64 a)))
(*.f64 (fabs.f64 (+.f64 (neg.f64 a) b)) (fabs.f64 (/.f64 (-.f64 b (neg.f64 a)) (*.f64 a a))))
(*.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)))))
(*.f64 (sqrt.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64))) (sqrt.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64))))
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(*.f64 (fabs.f64 (+.f64 (neg.f64 b) a)) (fabs.f64 (/.f64 (-.f64 a (neg.f64 b)) (*.f64 a a))))
(*.f64 (fabs.f64 (+.f64 b a)) (fabs.f64 (/.f64 (/.f64 (-.f64 a b) a) a)))
(*.f64 (fabs.f64 (+.f64 b a)) (fabs.f64 (/.f64 (-.f64 a b) (*.f64 a a))))
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) a))
(*.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1 binary64))
(*.f64 #s(literal 1 binary64) (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(pow.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))) #s(literal 1/2 binary64))
(/.f64 (neg.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) a)) (neg.f64 a))
(/.f64 (neg.f64 (neg.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))))) (neg.f64 (neg.f64 (*.f64 a a))))
(/.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal 1 binary64))) (fabs.f64 (fma.f64 (/.f64 b (*.f64 a a)) b #s(literal 1 binary64))))
(/.f64 (fabs.f64 (expm1.f64 (*.f64 (log.f64 (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal 3 binary64)))) (fabs.f64 (fma.f64 (*.f64 (/.f64 b (*.f64 a a)) (/.f64 b (*.f64 a a))) (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))))
(/.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) a) a)
(/.f64 (neg.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) (neg.f64 (*.f64 a a)))
(/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a))
(sqrt.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(fabs.f64 (/.f64 (neg.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a)))
(fabs.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))))
(fabs.f64 (neg.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64))))))
(fabs.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)))))
(fabs.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
(fabs.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64))))
(fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))
(fabs.f64 (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)))
(*.f64 (fabs.f64 (+.f64 (neg.f64 a) b)) (fabs.f64 (-.f64 b (neg.f64 a))))
(*.f64 (fabs.f64 (-.f64 b (neg.f64 a))) (fabs.f64 (+.f64 (neg.f64 a) b)))
(*.f64 (fabs.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 a) b))) (fabs.f64 (-.f64 b (neg.f64 a))))
(*.f64 (sqrt.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (sqrt.f64 (*.f64 (-.f64 a b) (+.f64 b a))))
(*.f64 (sqrt.f64 (neg.f64 (*.f64 (+.f64 b a) (-.f64 b a)))) (sqrt.f64 (neg.f64 (*.f64 (+.f64 b a) (-.f64 b a)))))
(*.f64 (fabs.f64 (-.f64 (neg.f64 b) a)) (fabs.f64 (+.f64 (neg.f64 b) a)))
(*.f64 (fabs.f64 (+.f64 (neg.f64 b) a)) (fabs.f64 (-.f64 (neg.f64 b) a)))
(*.f64 (fabs.f64 (+.f64 b a)) (fabs.f64 (-.f64 b a)))
(*.f64 (fabs.f64 (-.f64 b a)) (fabs.f64 (+.f64 b a)))
(*.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) #s(literal 1 binary64))
(*.f64 #s(literal 1 binary64) (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))))
(pow.f64 (*.f64 (*.f64 (+.f64 b a) (-.f64 b a)) (*.f64 (+.f64 b a) (-.f64 b a))) #s(literal 1/2 binary64))
(/.f64 (fabs.f64 (*.f64 (fma.f64 a a (*.f64 b b)) (*.f64 (-.f64 a b) (+.f64 b a)))) (fabs.f64 (fma.f64 a a (*.f64 b b))))
(/.f64 (fabs.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 (*.f64 b b) b) (*.f64 (*.f64 b b) b)))) (fabs.f64 (fma.f64 (*.f64 a a) (*.f64 a a) (fma.f64 (*.f64 b b) (*.f64 b b) (*.f64 (*.f64 a b) (*.f64 a b))))))
(sqrt.f64 (*.f64 (*.f64 (+.f64 b a) (-.f64 b a)) (*.f64 (+.f64 b a) (-.f64 b a))))
(fabs.f64 (neg.f64 (neg.f64 (*.f64 (-.f64 a b) (+.f64 b a)))))
(fabs.f64 (neg.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 b a) (-.f64 b a))))))
(fabs.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 b a) (-.f64 b a)))))
(fabs.f64 (neg.f64 (*.f64 (-.f64 a b) (+.f64 b a))))
(fabs.f64 (neg.f64 (*.f64 (+.f64 b a) (-.f64 b a))))
(fabs.f64 (*.f64 (+.f64 b a) (-.f64 b a)))
(fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))
(*.f64 (+.f64 (neg.f64 a) (fabs.f64 b)) (-.f64 (neg.f64 a) (fabs.f64 b)))
(*.f64 (+.f64 a (fabs.f64 b)) (-.f64 a (fabs.f64 b)))
(*.f64 (-.f64 a (neg.f64 b)) (+.f64 (neg.f64 b) a))
(*.f64 (+.f64 (neg.f64 a) (neg.f64 b)) (-.f64 (neg.f64 a) (neg.f64 b)))
(*.f64 (+.f64 (neg.f64 a) b) (-.f64 (neg.f64 a) b))
(*.f64 (+.f64 (neg.f64 b) a) (-.f64 a (neg.f64 b)))
(*.f64 (-.f64 a b) (+.f64 b a))
(*.f64 (+.f64 b a) (-.f64 a b))
(/.f64 (-.f64 (*.f64 (*.f64 b (-.f64 a b)) (*.f64 b (-.f64 a b))) (*.f64 (*.f64 a (-.f64 a b)) (*.f64 a (-.f64 a b)))) (-.f64 (*.f64 b (-.f64 a b)) (*.f64 a (-.f64 a b))))
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 a b) b) (*.f64 (-.f64 a b) b)) (*.f64 (*.f64 (-.f64 a b) a) (*.f64 (-.f64 a b) a))) (-.f64 (*.f64 (-.f64 a b) b) (*.f64 (-.f64 a b) a)))
(/.f64 (+.f64 (pow.f64 (*.f64 b (-.f64 a b)) #s(literal 3 binary64)) (pow.f64 (*.f64 a (-.f64 a b)) #s(literal 3 binary64))) (fma.f64 (*.f64 b (-.f64 a b)) (*.f64 b (-.f64 a b)) (-.f64 (*.f64 (*.f64 a (-.f64 a b)) (*.f64 a (-.f64 a b))) (*.f64 (*.f64 b (-.f64 a b)) (*.f64 a (-.f64 a b))))))
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 a b) b) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 a b) a) #s(literal 3 binary64))) (fma.f64 (*.f64 (-.f64 a b) b) (*.f64 (-.f64 a b) b) (-.f64 (*.f64 (*.f64 (-.f64 a b) a) (*.f64 (-.f64 a b) a)) (*.f64 (*.f64 (-.f64 a b) b) (*.f64 (-.f64 a b) a)))))
(/.f64 (fma.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 a a) a) (pow.f64 (*.f64 (neg.f64 b) b) #s(literal 3 binary64))) (fma.f64 (*.f64 a a) (*.f64 a a) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 (neg.f64 b) b)))))
(/.f64 (fma.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 a a) a) (neg.f64 (*.f64 (*.f64 (*.f64 b b) b) (*.f64 (*.f64 b b) b)))) (fma.f64 (*.f64 a a) (*.f64 a a) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (neg.f64 (*.f64 b b))))))
(/.f64 (neg.f64 (*.f64 (fma.f64 a a (*.f64 b b)) (*.f64 (-.f64 a b) (+.f64 b a)))) (neg.f64 (fma.f64 a a (*.f64 b b))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 (*.f64 b b) b) (*.f64 (*.f64 b b) b)))) (neg.f64 (fma.f64 (*.f64 a a) (*.f64 a a) (fma.f64 (*.f64 b b) (*.f64 b b) (*.f64 (*.f64 a b) (*.f64 a b))))))
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a)))) (neg.f64 (-.f64 (neg.f64 (*.f64 b b)) (*.f64 a a))))
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (neg.f64 (*.f64 b b)) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 a a) a)))) (neg.f64 (fma.f64 (*.f64 b b) (*.f64 b b) (-.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (neg.f64 (*.f64 b b)) (*.f64 a a))))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (neg.f64 b) (*.f64 b b))) (fma.f64 (*.f64 a a) a (*.f64 (neg.f64 b) (*.f64 b b)))) (*.f64 (fma.f64 a a (fma.f64 b b (*.f64 a (neg.f64 b)))) (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a (neg.f64 b))))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (neg.f64 b) (*.f64 b b))) (*.f64 (-.f64 a b) (+.f64 b a))) (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (neg.f64 b) (*.f64 b b))))
(/.f64 (*.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (fma.f64 (*.f64 a a) a (*.f64 (neg.f64 b) (*.f64 b b)))) (*.f64 (+.f64 (neg.f64 b) a) (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a (neg.f64 b))))))
(/.f64 (*.f64 (fma.f64 (*.f64 a a) a (*.f64 (neg.f64 b) (*.f64 b b))) (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (neg.f64 b) (*.f64 b b)))) (*.f64 (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a (neg.f64 b)))) (fma.f64 a a (fma.f64 b b (*.f64 a (neg.f64 b))))))
(/.f64 (*.f64 (fma.f64 (*.f64 a a) a (*.f64 (neg.f64 b) (*.f64 b b))) (*.f64 (-.f64 a b) (+.f64 b a))) (fma.f64 (*.f64 a a) a (*.f64 (neg.f64 b) (*.f64 b b))))
(/.f64 (*.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (neg.f64 b) (*.f64 b b)))) (*.f64 (-.f64 a (neg.f64 b)) (fma.f64 a a (fma.f64 b b (*.f64 a (neg.f64 b))))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 b b) b)) (fma.f64 (*.f64 a a) a (*.f64 (*.f64 b b) b))) (*.f64 (fma.f64 a a (fma.f64 b b (*.f64 a b))) (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a b)))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 b b) b)) (fma.f64 (*.f64 b b) b (*.f64 (*.f64 a a) a))) (*.f64 (fma.f64 a a (fma.f64 b b (*.f64 a b))) (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b a)))))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 b b) b)) (*.f64 (+.f64 b a) (-.f64 b a))) (*.f64 (fma.f64 a a (fma.f64 b b (*.f64 a b))) (-.f64 b a)))
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 b b) b)) (*.f64 (-.f64 a b) (+.f64 b a))) (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 b b) b)))
(/.f64 (*.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (fma.f64 (*.f64 a a) a (*.f64 (*.f64 b b) b))) (*.f64 (+.f64 b a) (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a b)))))
(/.f64 (*.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (fma.f64 (*.f64 b b) b (*.f64 (*.f64 a a) a))) (*.f64 (+.f64 b a) (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b a)))))
(/.f64 (*.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 (+.f64 b a) (-.f64 b a))) (*.f64 (+.f64 b a) (-.f64 b a)))
(/.f64 (*.f64 (fma.f64 (*.f64 a a) a (*.f64 (*.f64 b b) b)) (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 b b) b))) (*.f64 (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a b))) (fma.f64 a a (fma.f64 b b (*.f64 a b)))))
(/.f64 (*.f64 (fma.f64 (*.f64 a a) a (*.f64 (*.f64 b b) b)) (*.f64 (-.f64 a b) (+.f64 b a))) (fma.f64 (*.f64 a a) a (*.f64 (*.f64 b b) b)))
(/.f64 (*.f64 (fma.f64 (*.f64 b b) b (*.f64 (*.f64 a a) a)) (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 b b) b))) (*.f64 (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b a))) (fma.f64 a a (fma.f64 b b (*.f64 a b)))))
(/.f64 (*.f64 (fma.f64 (*.f64 b b) b (*.f64 (*.f64 a a) a)) (*.f64 (-.f64 a b) (+.f64 b a))) (fma.f64 (*.f64 b b) b (*.f64 (*.f64 a a) a)))
(/.f64 (*.f64 (*.f64 (+.f64 b a) (-.f64 b a)) (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 b b) b))) (*.f64 (-.f64 b a) (fma.f64 a a (fma.f64 b b (*.f64 a b)))))
(/.f64 (*.f64 (*.f64 (+.f64 b a) (-.f64 b a)) (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 (-.f64 b a) (+.f64 b a)))
(/.f64 (*.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 b b) b))) (*.f64 (-.f64 a b) (fma.f64 a a (fma.f64 b b (*.f64 a b)))))
(/.f64 (*.f64 (fma.f64 a a (*.f64 b b)) (*.f64 (-.f64 a b) (+.f64 b a))) (-.f64 (*.f64 a a) (neg.f64 (*.f64 b b))))
(/.f64 (*.f64 (fma.f64 a a (*.f64 b b)) (*.f64 (-.f64 a b) (+.f64 b a))) (fma.f64 a a (*.f64 b b)))
(/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) (-.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)))
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 (*.f64 b b) b) (*.f64 (*.f64 b b) b))) (fma.f64 (*.f64 a a) (*.f64 a a) (fma.f64 (*.f64 b b) (*.f64 b b) (*.f64 (*.f64 a b) (*.f64 a b)))))
(/.f64 (fma.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (neg.f64 (*.f64 b b)) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 a a) a))) (fma.f64 (*.f64 b b) (*.f64 b b) (-.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)))))
(/.f64 (*.f64 (*.f64 (+.f64 b a) (-.f64 b a)) (*.f64 (+.f64 b a) (-.f64 b a))) (*.f64 (-.f64 a b) (+.f64 b a)))
(fma.f64 (*.f64 (neg.f64 a) #s(literal 1 binary64)) (*.f64 (neg.f64 a) #s(literal 1 binary64)) (*.f64 (neg.f64 b) b))
(fma.f64 (*.f64 (neg.f64 a) #s(literal 1 binary64)) (*.f64 (neg.f64 a) #s(literal 1 binary64)) (neg.f64 (*.f64 b b)))
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 a)) (*.f64 #s(literal 1 binary64) (neg.f64 a)) (*.f64 (neg.f64 b) b))
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 a)) (*.f64 #s(literal 1 binary64) (neg.f64 a)) (neg.f64 (*.f64 b b)))
(fma.f64 (neg.f64 (neg.f64 a)) (neg.f64 (neg.f64 a)) (*.f64 (neg.f64 b) b))
(fma.f64 (neg.f64 (neg.f64 a)) (neg.f64 (neg.f64 a)) (neg.f64 (*.f64 b b)))
(fma.f64 (exp.f64 (log.f64 a)) (exp.f64 (log.f64 a)) (*.f64 (neg.f64 b) b))
(fma.f64 (exp.f64 (log.f64 a)) (exp.f64 (log.f64 a)) (neg.f64 (*.f64 b b)))
(fma.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 a #s(literal 1 binary64)) (*.f64 (neg.f64 b) b))
(fma.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 a #s(literal 1 binary64)) (neg.f64 (*.f64 b b)))
(fma.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1 binary64) a) (*.f64 (neg.f64 b) b))
(fma.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1 binary64) a) (neg.f64 (*.f64 b b)))
(fma.f64 (neg.f64 a) (neg.f64 a) (*.f64 (neg.f64 b) b))
(fma.f64 (neg.f64 a) (neg.f64 a) (neg.f64 (*.f64 b b)))
(fma.f64 (-.f64 a b) b (*.f64 (-.f64 a b) a))
(fma.f64 #s(literal -1 binary64) (*.f64 b b) (*.f64 a a))
(fma.f64 (*.f64 b b) #s(literal -1 binary64) (*.f64 a a))
(fma.f64 (*.f64 a a) #s(literal 1 binary64) (*.f64 (neg.f64 b) b))
(fma.f64 (*.f64 a a) #s(literal 1 binary64) (neg.f64 (*.f64 b b)))
(fma.f64 #s(literal 1 binary64) (*.f64 a a) (*.f64 (neg.f64 b) b))
(fma.f64 #s(literal 1 binary64) (*.f64 a a) (neg.f64 (*.f64 b b)))
(fma.f64 b (-.f64 a b) (*.f64 a (-.f64 a b)))
(fma.f64 a a (*.f64 (neg.f64 b) b))
(fma.f64 a a (neg.f64 (*.f64 b b)))
(-.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (fma.f64 a a (*.f64 b b))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (fma.f64 a a (*.f64 b b))))
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 a a) (*.f64 a a) (fma.f64 (*.f64 b b) (*.f64 b b) (*.f64 (*.f64 a b) (*.f64 a b))))) (/.f64 (*.f64 (*.f64 (*.f64 b b) b) (*.f64 (*.f64 b b) b)) (fma.f64 (*.f64 a a) (*.f64 a a) (fma.f64 (*.f64 b b) (*.f64 b b) (*.f64 (*.f64 a b) (*.f64 a b))))))
(-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (neg.f64 (*.f64 b b)) (*.f64 a a))) (/.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (-.f64 (neg.f64 (*.f64 b b)) (*.f64 a a))))
(-.f64 (*.f64 b (-.f64 a b)) (*.f64 (neg.f64 a) (-.f64 a b)))
(-.f64 (*.f64 (-.f64 a b) b) (*.f64 (neg.f64 (-.f64 a b)) a))
(-.f64 (neg.f64 (*.f64 b b)) (*.f64 (neg.f64 (neg.f64 a)) (neg.f64 a)))
(-.f64 (neg.f64 (*.f64 b b)) (*.f64 (neg.f64 a) a))
(-.f64 (*.f64 a a) (*.f64 (neg.f64 (neg.f64 b)) b))
(-.f64 (*.f64 a a) (*.f64 (neg.f64 (*.f64 b b)) #s(literal -1 binary64)))
(-.f64 (*.f64 a a) (*.f64 b b))
(+.f64 (/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 b b) b) (*.f64 (*.f64 b b) b))) (fma.f64 (*.f64 b b) (*.f64 b b) (-.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (neg.f64 (*.f64 b b)) (*.f64 a a))))) (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 a a) a)) (fma.f64 (*.f64 b b) (*.f64 b b) (-.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (neg.f64 (*.f64 b b)) (*.f64 a a))))))
(+.f64 (*.f64 b (-.f64 a b)) (*.f64 a (-.f64 a b)))
(+.f64 (*.f64 (-.f64 a b) b) (*.f64 (-.f64 a b) a))
(+.f64 (neg.f64 (*.f64 b b)) (*.f64 a a))
(+.f64 (*.f64 a a) (*.f64 (neg.f64 b) b))
(+.f64 (*.f64 a a) (neg.f64 (*.f64 b b)))
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
#s(approx (- (* b (/ b (* a a))) 1) (*.f64 (/.f64 b (*.f64 a a)) b))
#s(approx (- (* b (/ b (* a a))) 1) (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)))
#s(approx (* b (/ b (* a a))) (*.f64 (/.f64 b (*.f64 a a)) b))
#s(approx (/ b (* a a)) (/.f64 b (*.f64 a a)))
#s(approx (* a a) (*.f64 a a))
#s(approx a a)
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 0 binary64) b) a) (*.f64 b b)) (*.f64 a a)))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) (/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 0 binary64) b a) a) (*.f64 b b)) (*.f64 a a)))
#s(approx (* (+ b a) (/ (- a b) a)) (/.f64 (neg.f64 (*.f64 b b)) a))
#s(approx (* (+ b a) (/ (- a b) a)) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 0 binary64) b) a) (*.f64 b b)) a))
#s(approx (* (+ b a) (/ (- a b) a)) (/.f64 (-.f64 (*.f64 (fma.f64 #s(literal 0 binary64) b a) a) (*.f64 b b)) a))
#s(approx (+ b a) b)
#s(approx (+ b a) (+.f64 b a))
#s(approx (/ (- a b) a) (/.f64 (neg.f64 b) a))
#s(approx (/ (- a b) a) (/.f64 (-.f64 a b) a))
#s(approx (- a b) (neg.f64 b))
#s(approx (- a b) (-.f64 a b))
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
#s(approx (fabs (* (- a b) (+ b a))) (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))))
#s(approx (* (- a b) (+ b a)) (neg.f64 (*.f64 b b)))
#s(approx (* (- a b) (+ b a)) (-.f64 (*.f64 (*.f64 #s(literal 0 binary64) b) a) (*.f64 b b)))
#s(approx (* (- a b) (+ b a)) (-.f64 (*.f64 (fma.f64 #s(literal 0 binary64) b a) a) (*.f64 b b)))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))
#s(approx (- (* b (/ b (* a a))) 1) #s(literal -1 binary64))
#s(approx (- (* b (/ b (* a a))) 1) (-.f64 (*.f64 (/.f64 b (*.f64 a a)) b) #s(literal 1 binary64)))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) #s(literal 1 binary64))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) (fma.f64 #s(literal 0 binary64) (/.f64 b a) #s(literal 1 binary64)))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) (-.f64 (-.f64 (-.f64 (/.f64 b a) (*.f64 (/.f64 b (*.f64 a a)) b)) (/.f64 b a)) #s(literal -1 binary64)))
#s(approx (* (+ b a) (/ (- a b) a)) a)
#s(approx (* (+ b a) (/ (- a b) a)) (*.f64 (fma.f64 #s(literal 0 binary64) (/.f64 b a) #s(literal 1 binary64)) a))
#s(approx (* (+ b a) (/ (- a b) a)) (*.f64 (-.f64 (-.f64 (-.f64 (/.f64 b a) (*.f64 (/.f64 b (*.f64 a a)) b)) (/.f64 b a)) #s(literal -1 binary64)) a))
#s(approx (+ b a) a)
#s(approx (+ b a) (*.f64 (-.f64 (/.f64 b a) #s(literal -1 binary64)) a))
#s(approx (/ (- a b) a) #s(literal 1 binary64))
#s(approx (/ (- a b) a) (-.f64 #s(literal 1 binary64) (/.f64 b a)))
#s(approx (- a b) a)
#s(approx (- a b) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 b a)) a))
#s(approx (* (- a b) (+ b a)) (*.f64 a a))
#s(approx (* (- a b) (+ b a)) (*.f64 (fma.f64 #s(literal 0 binary64) (/.f64 b a) #s(literal 1 binary64)) (*.f64 a a)))
#s(approx (* (- a b) (+ b a)) (*.f64 (-.f64 (-.f64 (-.f64 (/.f64 b a) (*.f64 (/.f64 b (*.f64 a a)) b)) (/.f64 b a)) #s(literal -1 binary64)) (*.f64 a a)))
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) (-.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (*.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 b b) a)) a)) #s(literal -1 binary64)))
#s(approx (* (+ b a) (/ (- a b) a)) (*.f64 (neg.f64 a) (-.f64 (/.f64 (neg.f64 (*.f64 #s(literal 0 binary64) b)) a) #s(literal 1 binary64))))
#s(approx (* (+ b a) (/ (- a b) a)) (*.f64 (neg.f64 a) (-.f64 (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b b) a)) a)) #s(literal 1 binary64))))
#s(approx (+ b a) (*.f64 (neg.f64 a) (-.f64 (/.f64 (neg.f64 b) a) #s(literal 1 binary64))))
#s(approx (- a b) (*.f64 (neg.f64 a) (-.f64 (/.f64 b a) #s(literal 1 binary64))))
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (neg.f64 (/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a)))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
#s(approx (fabs (* (- a b) (+ b a))) (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))))
#s(approx (* (- a b) (+ b a)) (*.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (*.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 b b) a)) a)) #s(literal -1 binary64)) (*.f64 a a)))
#s(approx b b)
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b)))
#s(approx (* (+ b a) (/ (- a b) a)) (-.f64 a (/.f64 (*.f64 b b) a)))
#s(approx (- a b) (+.f64 (neg.f64 b) a))
#s(approx (* (- a b) (+ b a)) (fma.f64 (*.f64 #s(literal 0 binary64) a) b (*.f64 a a)))
#s(approx (* (- a b) (+ b a)) (fma.f64 (fma.f64 #s(literal 0 binary64) a (neg.f64 b)) b (*.f64 a a)))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 b b)))
#s(approx (- (* b (/ b (* a a))) 1) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (*.f64 b b))) (*.f64 b b)))
#s(approx (/ (* (+ b a) (/ (- a b) a)) a) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 b b)))
#s(approx (* (+ b a) (/ (- a b) a)) (*.f64 (-.f64 (/.f64 a (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)) (*.f64 b b)))
#s(approx (+ b a) (*.f64 (-.f64 (/.f64 a b) #s(literal -1 binary64)) b))
#s(approx (/ (- a b) a) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) b))
#s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))
#s(approx (* (- a b) (+ b a)) (*.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b)) #s(literal 1 binary64)) (*.f64 b b)))
#s(approx (* (- a b) (+ b a)) (*.f64 (-.f64 (fma.f64 #s(literal 0 binary64) (/.f64 a b) (/.f64 (*.f64 a a) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 b b)))
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
#s(approx (+ b a) (*.f64 (neg.f64 b) (-.f64 (/.f64 (neg.f64 a) b) #s(literal 1 binary64))))
#s(approx (/ (- a b) a) (*.f64 (neg.f64 b) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b))))
#s(approx (- a b) (*.f64 (neg.f64 b) (-.f64 #s(literal 1 binary64) (/.f64 a b))))
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a a)) b))))
#s(approx (fabs (* (- a b) (+ b a))) (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))))
#s(approx (* (- a b) (+ b a)) (*.f64 (-.f64 (neg.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b))) #s(literal 1 binary64)) (*.f64 b b)))
#s(approx (* (- a b) (+ b a)) (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 a a) b)) b)) #s(literal 1 binary64)) (*.f64 b b)))

eval72.0ms (3.8%)

Memory
24.6MiB live, 168.7MiB allocated; 10ms collecting garbage
Compiler

Compiled 11 536 to 2 519 computations (78.2% saved)

prune11.0ms (0.6%)

Memory
-17.6MiB live, 29.8MiB allocated; 1ms collecting garbage
Pruning

6 alts after pruning (2 fresh and 4 done)

PrunedKeptTotal
New5262528
Fresh000
Picked044
Done000
Total5266532
Accuracy
100.0%
Counts
532 → 6
Alt Table
Click to see full alt table
StatusAccuracyProgram
82.6%
(/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a)
82.8%
(sqrt.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a)))
100.0%
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) a)))
100.0%
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 1 binary64))))
83.3%
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 a a))) #s(literal 1 binary64))))
99.3%
(sqrt.f64 (fabs.f64 #s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))))
Compiler

Compiled 74 to 53 computations (28.4% saved)

series12.0ms (0.6%)

Memory
32.9MiB live, 32.9MiB allocated; 0ms collecting garbage
Counts
14 → 48
Calls
Call 1
Inputs
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 1 binary64))))
(fabs.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 1 binary64)))
(-.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 1 binary64))
(*.f64 (/.f64 b a) (/.f64 b a))
(/.f64 b a)
b
a
#s(literal 1 binary64)
(/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a)
(sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))))
(fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))
(*.f64 (-.f64 a b) (+.f64 b a))
(-.f64 a b)
(+.f64 b a)
Outputs
#s(approx (sqrt (fabs (- (* (/ b a) (/ b a)) 1))) #s(hole binary64 (sqrt (fabs (- (/ (pow b 2) (pow a 2)) 1)))))
#s(approx (fabs (- (* (/ b a) (/ b a)) 1)) #s(hole binary64 (fabs (- (/ (pow b 2) (pow a 2)) 1))))
#s(approx (- (* (/ b a) (/ b a)) 1) #s(hole binary64 (/ (pow b 2) (pow a 2))))
#s(approx (- (* (/ b a) (/ b a)) 1) #s(hole binary64 (/ (+ (* -1 (pow a 2)) (pow b 2)) (pow a 2))))
#s(approx (* (/ b a) (/ b a)) #s(hole binary64 (/ (pow b 2) (pow a 2))))
#s(approx (/ b a) #s(hole binary64 (/ b a)))
#s(approx a #s(hole binary64 a))
#s(approx (/ (sqrt (fabs (* (- a b) (+ b a)))) a) #s(hole binary64 (* (/ 1 a) (sqrt (fabs (* (+ a b) (- a b)))))))
#s(approx (sqrt (fabs (* (- a b) (+ b a)))) #s(hole binary64 (sqrt (fabs (* (+ a b) (- a b))))))
#s(approx (fabs (* (- a b) (+ b a))) #s(hole binary64 (fabs (* (+ a b) (- a b)))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* -1 (pow b 2))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* -1 (pow b 2)) (* a (+ b (* -1 b))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b)))))))
#s(approx (- a b) #s(hole binary64 (* -1 b)))
#s(approx (- a b) #s(hole binary64 (- a b)))
#s(approx (+ b a) #s(hole binary64 b))
#s(approx (+ b a) #s(hole binary64 (+ a b)))
#s(approx (- (* (/ b a) (/ b a)) 1) #s(hole binary64 -1))
#s(approx (- (* (/ b a) (/ b a)) 1) #s(hole binary64 (- (/ (pow b 2) (pow a 2)) 1)))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (pow a 2)))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow a 2) (+ 1 (+ (* -1 (/ b a)) (/ b a))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow a 2) (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ b a)))))))
#s(approx (- a b) #s(hole binary64 a))
#s(approx (- a b) #s(hole binary64 (* a (+ 1 (* -1 (/ b a))))))
#s(approx (+ b a) #s(hole binary64 a))
#s(approx (+ b a) #s(hole binary64 (* a (+ 1 (/ b a)))))
#s(approx (/ (sqrt (fabs (* (- a b) (+ b a)))) a) #s(hole binary64 (* (/ 1 a) (sqrt (fabs (* -1 (* (+ b (* -1 a)) (- b (* -1 a)))))))))
#s(approx (sqrt (fabs (* (- a b) (+ b a)))) #s(hole binary64 (sqrt (fabs (* -1 (* (+ b (* -1 a)) (- b (* -1 a))))))))
#s(approx (fabs (* (- a b) (+ b a))) #s(hole binary64 (fabs (* -1 (* (+ b (* -1 a)) (- b (* -1 a)))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow a 2) (+ 1 (* -1 (/ (+ (* -1 (+ b (* -1 b))) (/ (pow b 2) a)) a))))))
#s(approx (- a b) #s(hole binary64 (* -1 (* a (- (/ b a) 1)))))
#s(approx (+ b a) #s(hole binary64 (* -1 (* a (- (* -1 (/ b a)) 1)))))
#s(approx b #s(hole binary64 b))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* b (+ a (* -1 a))) (pow a 2))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* b (+ a (+ (* -1 a) (* -1 b)))) (pow a 2))))
#s(approx (- a b) #s(hole binary64 (+ a (* -1 b))))
#s(approx (- (* (/ b a) (/ b a)) 1) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow a 2)) (/ 1 (pow b 2))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (+ (* -1 (/ a b)) (/ a b)) 1))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (+ (* -1 (/ a b)) (+ (/ a b) (/ (pow a 2) (pow b 2)))) 1))))
#s(approx (- a b) #s(hole binary64 (* b (- (/ a b) 1))))
#s(approx (+ b a) #s(hole binary64 (* b (+ 1 (/ a b)))))
#s(approx (/ (sqrt (fabs (* (- a b) (+ b a)))) a) #s(hole binary64 (* (/ 1 a) (sqrt (fabs (* (+ a (* -1 b)) (- a (* -1 b))))))))
#s(approx (sqrt (fabs (* (- a b) (+ b a)))) #s(hole binary64 (sqrt (fabs (* (+ a (* -1 b)) (- a (* -1 b)))))))
#s(approx (fabs (* (- a b) (+ b a))) #s(hole binary64 (fabs (* (+ a (* -1 b)) (- a (* -1 b))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (* -1 (/ (+ a (* -1 a)) b)) 1))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (* -1 (/ (+ a (+ (* -1 a) (* -1 (/ (pow a 2) b)))) b)) 1))))
#s(approx (- a b) #s(hole binary64 (* -1 (* b (+ 1 (* -1 (/ a b)))))))
#s(approx (+ b a) #s(hole binary64 (* -1 (* b (- (* -1 (/ a b)) 1)))))
Calls

6 calls:

TimeVariablePointExpression
2.0ms
a
@-inf
((sqrt (fabs (- (* (/ b a) (/ b a)) 1))) (fabs (- (* (/ b a) (/ b a)) 1)) (- (* (/ b a) (/ b a)) 1) (* (/ b a) (/ b a)) (/ b a) b a 1 (/ (sqrt (fabs (* (- a b) (+ b a)))) a) (sqrt (fabs (* (- a b) (+ b a)))) (fabs (* (- a b) (+ b a))) (* (- a b) (+ b a)) (- a b) (+ b a))
2.0ms
b
@-inf
((sqrt (fabs (- (* (/ b a) (/ b a)) 1))) (fabs (- (* (/ b a) (/ b a)) 1)) (- (* (/ b a) (/ b a)) 1) (* (/ b a) (/ b a)) (/ b a) b a 1 (/ (sqrt (fabs (* (- a b) (+ b a)))) a) (sqrt (fabs (* (- a b) (+ b a)))) (fabs (* (- a b) (+ b a))) (* (- a b) (+ b a)) (- a b) (+ b a))
2.0ms
b
@inf
((sqrt (fabs (- (* (/ b a) (/ b a)) 1))) (fabs (- (* (/ b a) (/ b a)) 1)) (- (* (/ b a) (/ b a)) 1) (* (/ b a) (/ b a)) (/ b a) b a 1 (/ (sqrt (fabs (* (- a b) (+ b a)))) a) (sqrt (fabs (* (- a b) (+ b a)))) (fabs (* (- a b) (+ b a))) (* (- a b) (+ b a)) (- a b) (+ b a))
2.0ms
a
@0
((sqrt (fabs (- (* (/ b a) (/ b a)) 1))) (fabs (- (* (/ b a) (/ b a)) 1)) (- (* (/ b a) (/ b a)) 1) (* (/ b a) (/ b a)) (/ b a) b a 1 (/ (sqrt (fabs (* (- a b) (+ b a)))) a) (sqrt (fabs (* (- a b) (+ b a)))) (fabs (* (- a b) (+ b a))) (* (- a b) (+ b a)) (- a b) (+ b a))
1.0ms
b
@0
((sqrt (fabs (- (* (/ b a) (/ b a)) 1))) (fabs (- (* (/ b a) (/ b a)) 1)) (- (* (/ b a) (/ b a)) 1) (* (/ b a) (/ b a)) (/ b a) b a 1 (/ (sqrt (fabs (* (- a b) (+ b a)))) a) (sqrt (fabs (* (- a b) (+ b a)))) (fabs (* (- a b) (+ b a))) (* (- a b) (+ b a)) (- a b) (+ b a))

rewrite82.0ms (4.3%)

Memory
-41.2MiB live, 105.0MiB allocated; 38ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0181918
0197815
0967805
Stop Event
iter-limit
iter-limit
node-limit
iter-limit
Counts
62 → 96
Calls
Call 1
Inputs
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 1 binary64))))
(fabs.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 1 binary64)))
(-.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 1 binary64))
(*.f64 (/.f64 b a) (/.f64 b a))
(/.f64 b a)
b
a
#s(literal 1 binary64)
(/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a)
(sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))))
(fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))
(*.f64 (-.f64 a b) (+.f64 b a))
(-.f64 a b)
(+.f64 b a)
#s(approx (sqrt (fabs (- (* (/ b a) (/ b a)) 1))) #s(hole binary64 (sqrt (fabs (- (/ (pow b 2) (pow a 2)) 1)))))
#s(approx (fabs (- (* (/ b a) (/ b a)) 1)) #s(hole binary64 (fabs (- (/ (pow b 2) (pow a 2)) 1))))
#s(approx (- (* (/ b a) (/ b a)) 1) #s(hole binary64 (/ (pow b 2) (pow a 2))))
#s(approx (- (* (/ b a) (/ b a)) 1) #s(hole binary64 (/ (+ (* -1 (pow a 2)) (pow b 2)) (pow a 2))))
#s(approx (* (/ b a) (/ b a)) #s(hole binary64 (/ (pow b 2) (pow a 2))))
#s(approx (/ b a) #s(hole binary64 (/ b a)))
#s(approx a #s(hole binary64 a))
#s(approx (/ (sqrt (fabs (* (- a b) (+ b a)))) a) #s(hole binary64 (* (/ 1 a) (sqrt (fabs (* (+ a b) (- a b)))))))
#s(approx (sqrt (fabs (* (- a b) (+ b a)))) #s(hole binary64 (sqrt (fabs (* (+ a b) (- a b))))))
#s(approx (fabs (* (- a b) (+ b a))) #s(hole binary64 (fabs (* (+ a b) (- a b)))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* -1 (pow b 2))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* -1 (pow b 2)) (* a (+ b (* -1 b))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b)))))))
#s(approx (- a b) #s(hole binary64 (* -1 b)))
#s(approx (- a b) #s(hole binary64 (- a b)))
#s(approx (+ b a) #s(hole binary64 b))
#s(approx (+ b a) #s(hole binary64 (+ a b)))
#s(approx (- (* (/ b a) (/ b a)) 1) #s(hole binary64 -1))
#s(approx (- (* (/ b a) (/ b a)) 1) #s(hole binary64 (- (/ (pow b 2) (pow a 2)) 1)))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (pow a 2)))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow a 2) (+ 1 (+ (* -1 (/ b a)) (/ b a))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow a 2) (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ b a)))))))
#s(approx (- a b) #s(hole binary64 a))
#s(approx (- a b) #s(hole binary64 (* a (+ 1 (* -1 (/ b a))))))
#s(approx (+ b a) #s(hole binary64 a))
#s(approx (+ b a) #s(hole binary64 (* a (+ 1 (/ b a)))))
#s(approx (/ (sqrt (fabs (* (- a b) (+ b a)))) a) #s(hole binary64 (* (/ 1 a) (sqrt (fabs (* -1 (* (+ b (* -1 a)) (- b (* -1 a)))))))))
#s(approx (sqrt (fabs (* (- a b) (+ b a)))) #s(hole binary64 (sqrt (fabs (* -1 (* (+ b (* -1 a)) (- b (* -1 a))))))))
#s(approx (fabs (* (- a b) (+ b a))) #s(hole binary64 (fabs (* -1 (* (+ b (* -1 a)) (- b (* -1 a)))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow a 2) (+ 1 (* -1 (/ (+ (* -1 (+ b (* -1 b))) (/ (pow b 2) a)) a))))))
#s(approx (- a b) #s(hole binary64 (* -1 (* a (- (/ b a) 1)))))
#s(approx (+ b a) #s(hole binary64 (* -1 (* a (- (* -1 (/ b a)) 1)))))
#s(approx b #s(hole binary64 b))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* b (+ a (* -1 a))) (pow a 2))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (+ (* b (+ a (+ (* -1 a) (* -1 b)))) (pow a 2))))
#s(approx (- a b) #s(hole binary64 (+ a (* -1 b))))
#s(approx (- (* (/ b a) (/ b a)) 1) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow a 2)) (/ 1 (pow b 2))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (+ (* -1 (/ a b)) (/ a b)) 1))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (+ (* -1 (/ a b)) (+ (/ a b) (/ (pow a 2) (pow b 2)))) 1))))
#s(approx (- a b) #s(hole binary64 (* b (- (/ a b) 1))))
#s(approx (+ b a) #s(hole binary64 (* b (+ 1 (/ a b)))))
#s(approx (/ (sqrt (fabs (* (- a b) (+ b a)))) a) #s(hole binary64 (* (/ 1 a) (sqrt (fabs (* (+ a (* -1 b)) (- a (* -1 b))))))))
#s(approx (sqrt (fabs (* (- a b) (+ b a)))) #s(hole binary64 (sqrt (fabs (* (+ a (* -1 b)) (- a (* -1 b)))))))
#s(approx (fabs (* (- a b) (+ b a))) #s(hole binary64 (fabs (* (+ a (* -1 b)) (- a (* -1 b))))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (* -1 (/ (+ a (* -1 a)) b)) 1))))
#s(approx (* (- a b) (+ b a)) #s(hole binary64 (* (pow b 2) (- (* -1 (/ (+ a (+ (* -1 a) (* -1 (/ (pow a 2) b)))) b)) 1))))
#s(approx (- a b) #s(hole binary64 (* -1 (* b (+ 1 (* -1 (/ a b)))))))
#s(approx (+ b a) #s(hole binary64 (* -1 (* b (- (* -1 (/ a b)) 1)))))
Outputs
(pow.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 1 binary64))) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 1 binary64))))
(sqrt.f64 (*.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 1 binary64))))
(fabs.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 a a))))
(fabs.f64 (neg.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 1 binary64))))
(fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 1 binary64)))
(*.f64 (+.f64 (/.f64 b a) #s(literal 1 binary64)) (-.f64 (/.f64 b a) #s(literal 1 binary64)))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (/.f64 (*.f64 b b) (*.f64 a a))) #s(literal 1 binary64)) (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal 1 binary64)))
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (/.f64 (*.f64 b b) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 1 binary64)))))
(-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 1 binary64))
(*.f64 (fabs.f64 (/.f64 b a)) (fabs.f64 (/.f64 b a)))
(*.f64 (/.f64 (neg.f64 b) a) (/.f64 (neg.f64 b) a))
(*.f64 (/.f64 b a) (/.f64 b a))
(pow.f64 (/.f64 b a) #s(literal 2 binary64))
(/.f64 (*.f64 b (/.f64 b a)) a)
(/.f64 (*.f64 (/.f64 b a) b) a)
(/.f64 (neg.f64 (*.f64 b b)) (neg.f64 (*.f64 a a)))
(/.f64 (*.f64 b b) (*.f64 a a))
(/.f64 (neg.f64 b) (neg.f64 a))
(/.f64 b a)
b
a
#s(literal 1 binary64)
(/.f64 (neg.f64 (sqrt.f64 (fabs.f64 (*.f64 (+.f64 a b) (-.f64 a b))))) (neg.f64 a))
(/.f64 (sqrt.f64 (fabs.f64 (*.f64 (+.f64 a b) (-.f64 a b)))) a)
(pow.f64 (fabs.f64 (*.f64 (+.f64 a b) (-.f64 a b))) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 (*.f64 (+.f64 a b) (-.f64 a b))))
(*.f64 (fabs.f64 (+.f64 a b)) (fabs.f64 (-.f64 a b)))
(*.f64 (fabs.f64 (-.f64 a b)) (fabs.f64 (+.f64 a b)))
(sqrt.f64 (*.f64 (*.f64 (+.f64 a b) (-.f64 a b)) (*.f64 (+.f64 a b) (-.f64 a b))))
(fabs.f64 (neg.f64 (*.f64 (+.f64 a b) (-.f64 a b))))
(fabs.f64 (*.f64 (+.f64 a b) (-.f64 a b)))
(*.f64 (+.f64 a b) (-.f64 a b))
(*.f64 (-.f64 a b) (+.f64 a b))
(fma.f64 (-.f64 a b) b (*.f64 (-.f64 a b) a))
(fma.f64 b (-.f64 a b) (*.f64 a (-.f64 a b)))
(-.f64 (*.f64 a a) (*.f64 b b))
(+.f64 (*.f64 b (-.f64 a b)) (*.f64 a (-.f64 a b)))
(+.f64 (*.f64 (-.f64 a b) b) (*.f64 (-.f64 a b) a))
(/.f64 (-.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 b #s(literal 3 binary64))) (fma.f64 a a (fma.f64 b b (*.f64 a b))))
(/.f64 (*.f64 (+.f64 a b) (-.f64 a b)) (+.f64 a b))
(-.f64 a b)
(/.f64 (-.f64 (*.f64 b b) (*.f64 a a)) (-.f64 b a))
(/.f64 (+.f64 (pow.f64 b #s(literal 3 binary64)) (pow.f64 a #s(literal 3 binary64))) (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b a))))
(/.f64 (+.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 b #s(literal 3 binary64))) (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a b))))
(/.f64 (*.f64 (+.f64 a b) (-.f64 a b)) (-.f64 a b))
(+.f64 a b)
(+.f64 b a)
#s(approx (sqrt (fabs (- (* (/ b a) (/ b a)) 1))) (sqrt.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 1 binary64)))))
#s(approx (fabs (- (* (/ b a) (/ b a)) 1)) (fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 1 binary64))))
#s(approx (- (* (/ b a) (/ b a)) 1) (/.f64 (*.f64 b b) (*.f64 a a)))
#s(approx (- (* (/ b a) (/ b a)) 1) (/.f64 (fma.f64 b b (neg.f64 (*.f64 a a))) (*.f64 a a)))
#s(approx (* (/ b a) (/ b a)) (/.f64 (*.f64 b b) (*.f64 a a)))
#s(approx (/ b a) (/.f64 b a))
#s(approx a a)
#s(approx (/ (sqrt (fabs (* (- a b) (+ b a)))) a) (*.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (fabs.f64 (*.f64 (+.f64 a b) (-.f64 a b))))))
#s(approx (sqrt (fabs (* (- a b) (+ b a)))) (sqrt.f64 (fabs.f64 (*.f64 (+.f64 a b) (-.f64 a b)))))
#s(approx (fabs (* (- a b) (+ b a))) (fabs.f64 (*.f64 (+.f64 a b) (-.f64 a b))))
#s(approx (* (- a b) (+ b a)) (neg.f64 (*.f64 b b)))
#s(approx (* (- a b) (+ b a)) (fma.f64 (*.f64 #s(literal 0 binary64) b) a (neg.f64 (*.f64 b b))))
#s(approx (* (- a b) (+ b a)) (fma.f64 (fma.f64 #s(literal 0 binary64) b a) a (neg.f64 (*.f64 b b))))
#s(approx (- a b) (neg.f64 b))
#s(approx (- a b) (-.f64 a b))
#s(approx (+ b a) b)
#s(approx (+ b a) (+.f64 a b))
#s(approx (- (* (/ b a) (/ b a)) 1) #s(literal -1 binary64))
#s(approx (- (* (/ b a) (/ b a)) 1) (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 1 binary64)))
#s(approx (* (- a b) (+ b a)) (*.f64 a a))
#s(approx (* (- a b) (+ b a)) (*.f64 (fma.f64 #s(literal 0 binary64) (/.f64 b a) #s(literal 1 binary64)) (*.f64 a a)))
#s(approx (* (- a b) (+ b a)) (*.f64 (+.f64 (+.f64 (+.f64 (/.f64 (neg.f64 b) a) (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a))) (/.f64 b a)) #s(literal 1 binary64)) (*.f64 a a)))
#s(approx (- a b) a)
#s(approx (- a b) (*.f64 (+.f64 (/.f64 (neg.f64 b) a) #s(literal 1 binary64)) a))
#s(approx (+ b a) a)
#s(approx (+ b a) (*.f64 (+.f64 (/.f64 b a) #s(literal 1 binary64)) a))
#s(approx (/ (sqrt (fabs (* (- a b) (+ b a)))) a) (*.f64 (sqrt.f64 (fabs.f64 (neg.f64 (*.f64 (-.f64 b (neg.f64 a)) (+.f64 (neg.f64 a) b))))) (/.f64 #s(literal 1 binary64) a)))
#s(approx (sqrt (fabs (* (- a b) (+ b a)))) (sqrt.f64 (fabs.f64 (neg.f64 (*.f64 (-.f64 b (neg.f64 a)) (+.f64 (neg.f64 a) b))))))
#s(approx (fabs (* (- a b) (+ b a))) (fabs.f64 (neg.f64 (*.f64 (-.f64 b (neg.f64 a)) (+.f64 (neg.f64 a) b)))))
#s(approx (* (- a b) (+ b a)) (*.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 b b) a) (neg.f64 (*.f64 #s(literal 0 binary64) b))) a)) #s(literal 1 binary64)) (*.f64 a a)))
#s(approx (- a b) (*.f64 (neg.f64 a) (-.f64 (/.f64 b a) #s(literal 1 binary64))))
#s(approx (+ b a) (*.f64 (neg.f64 a) (-.f64 (/.f64 (neg.f64 b) a) #s(literal 1 binary64))))
#s(approx b b)
#s(approx (* (- a b) (+ b a)) (fma.f64 (*.f64 #s(literal 0 binary64) a) b (*.f64 a a)))
#s(approx (* (- a b) (+ b a)) (fma.f64 (fma.f64 #s(literal 0 binary64) a (neg.f64 b)) b (*.f64 a a)))
#s(approx (- a b) (+.f64 (neg.f64 b) a))
#s(approx (- (* (/ b a) (/ b a)) 1) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (*.f64 b b))) (*.f64 b b)))
#s(approx (* (- a b) (+ b a)) (*.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b)) #s(literal 1 binary64)) (*.f64 b b)))
#s(approx (* (- a b) (+ b a)) (*.f64 (-.f64 (fma.f64 #s(literal 0 binary64) (/.f64 a b) (/.f64 (*.f64 a a) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 b b)))
#s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))
#s(approx (+ b a) (*.f64 (+.f64 (/.f64 a b) #s(literal 1 binary64)) b))
#s(approx (/ (sqrt (fabs (* (- a b) (+ b a)))) a) (*.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a (neg.f64 b)) (+.f64 (neg.f64 b) a)))) (/.f64 #s(literal 1 binary64) a)))
#s(approx (sqrt (fabs (* (- a b) (+ b a)))) (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a (neg.f64 b)) (+.f64 (neg.f64 b) a)))))
#s(approx (fabs (* (- a b) (+ b a))) (fabs.f64 (*.f64 (-.f64 a (neg.f64 b)) (+.f64 (neg.f64 b) a))))
#s(approx (* (- a b) (+ b a)) (*.f64 (-.f64 (neg.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b))) #s(literal 1 binary64)) (*.f64 b b)))
#s(approx (* (- a b) (+ b a)) (*.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 #s(literal 0 binary64) a (/.f64 (neg.f64 (*.f64 a a)) b)) b)) #s(literal 1 binary64)) (*.f64 b b)))
#s(approx (- a b) (*.f64 (neg.f64 b) (+.f64 (/.f64 (neg.f64 a) b) #s(literal 1 binary64))))
#s(approx (+ b a) (*.f64 (neg.f64 b) (-.f64 (/.f64 (neg.f64 a) b) #s(literal 1 binary64))))

eval11.0ms (0.6%)

Memory
33.0MiB live, 33.0MiB allocated; 0ms collecting garbage
Compiler

Compiled 1 646 to 492 computations (70.1% saved)

prune7.0ms (0.3%)

Memory
-31.4MiB live, 15.9MiB allocated; 2ms collecting garbage
Pruning

6 alts after pruning (0 fresh and 6 done)

PrunedKeptTotal
New91091
Fresh000
Picked022
Done044
Total91697
Accuracy
100.0%
Counts
97 → 6
Alt Table
Click to see full alt table
StatusAccuracyProgram
82.6%
(/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a)
82.8%
(sqrt.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a)))
100.0%
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) a)))
100.0%
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 1 binary64))))
83.3%
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 a a))) #s(literal 1 binary64))))
99.3%
(sqrt.f64 (fabs.f64 #s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))))
Compiler

Compiled 161 to 92 computations (42.9% saved)

regimes16.0ms (0.8%)

Memory
-2.8MiB live, 44.5MiB allocated; 2ms collecting garbage
Counts
7 → 1
Calls
Call 1
Inputs
(sqrt.f64 (fabs.f64 #s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))))
(/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a)
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 a a))) #s(literal 1 binary64))))
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 1 binary64))))
(sqrt.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a)))
(sqrt.f64 (fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))))
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) a)))
Outputs
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) a)))
Calls

7 calls:

3.0ms
(*.f64 b b)
2.0ms
b
2.0ms
a
2.0ms
(*.f64 a a)
2.0ms
(fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a)))
Results
AccuracySegmentsBranch
100.0%1(*.f64 b b)
100.0%1(*.f64 a a)
100.0%1(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))
100.0%1(fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a)))
100.0%1(sqrt.f64 (fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))))
100.0%1a
100.0%1b
Compiler

Compiled 44 to 31 computations (29.5% saved)

regimes13.0ms (0.7%)

Memory
39.4MiB live, 39.4MiB allocated; 0ms collecting garbage
Counts
6 → 1
Calls
Call 1
Inputs
(sqrt.f64 (fabs.f64 #s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))))
(/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a)
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 a a))) #s(literal 1 binary64))))
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 1 binary64))))
(sqrt.f64 (/.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 a a)))
(sqrt.f64 (fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))))
Outputs
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 1 binary64))))
Calls

7 calls:

2.0ms
b
2.0ms
a
2.0ms
(*.f64 a a)
2.0ms
(fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a)))
2.0ms
(*.f64 b b)
Results
AccuracySegmentsBranch
100.0%1(*.f64 b b)
100.0%1(*.f64 a a)
100.0%1(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))
100.0%1(fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a)))
100.0%1(sqrt.f64 (fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))))
100.0%1a
100.0%1b
Compiler

Compiled 44 to 31 computations (29.5% saved)

regimes14.0ms (0.7%)

Memory
-17.1MiB live, 31.6MiB allocated; 3ms collecting garbage
Accuracy

Total -10.9b remaining (-2331.8%)

Threshold costs -10.9b (-2331.8%)

Counts
3 → 1
Calls
Call 1
Inputs
(sqrt.f64 (fabs.f64 #s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))))
(/.f64 (sqrt.f64 (fabs.f64 (*.f64 (-.f64 a b) (+.f64 b a)))) a)
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 a a))) #s(literal 1 binary64))))
Outputs
(sqrt.f64 (fabs.f64 #s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))))
Calls

7 calls:

6.0ms
a
1.0ms
b
1.0ms
(*.f64 a a)
1.0ms
(sqrt.f64 (fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))))
1.0ms
(*.f64 b b)
Results
AccuracySegmentsBranch
99.3%1(*.f64 b b)
99.3%1(*.f64 a a)
99.3%1(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))
99.3%1(fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a)))
99.3%1(sqrt.f64 (fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))))
99.3%1a
99.3%1b
Compiler

Compiled 44 to 31 computations (29.5% saved)

derivations59.0ms (3.1%)

Memory
-6.2MiB live, 88.5MiB allocated; 3ms collecting garbage
Stop Event
done
Compiler

Compiled 39 to 22 computations (43.6% saved)

preprocess28.0ms (1.5%)

Memory
31.7MiB live, 78.8MiB allocated; 2ms collecting garbage
Remove

(abs b)

(abs a)

Compiler

Compiled 260 to 168 computations (35.4% saved)

end0.0ms (0%)

Memory
0.0MiB live, 0.0MiB allocated; 0ms collecting garbage

Profiling

Loading profile data...