Eccentricity of an ellipse

Time bar (total: 5.3s)

start0.0ms (0%)

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

analyze43.0ms (0.8%)

Memory
5.4MiB live, 107.7MiB allocated; 40ms 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)

sample2.8s (53.1%)

Memory
-609.3MiB live, 4 646.8MiB allocated; 3.5s collecting garbage
Samples
2.3s8 256×0valid
63.0ms821×0invalid
Precisions
Click to see histograms. Total time spent on operations: 2.0s
ival-mult!: 1.6s (78.7% of total)
ival-sqrt: 234.0ms (11.5% of total)
ival-fabs: 102.0ms (5% of total)
ival-div!: 51.0ms (2.5% of total)
ival-sub!: 26.0ms (1.3% of total)
ival-<=: 14.0ms (0.7% of total)
ival-and: 4.0ms (0.2% of total)
adjust: 2.0ms (0.1% of total)
ival-assert: 1.0ms (0% of total)
Bogosity

explain108.0ms (2%)

Memory
-7.0MiB live, 369.8MiB allocated; 21ms collecting garbage
FPErrors
Click to see full error table
Ground TruthOverpredictionsExampleUnderpredictionsExampleSubexpression
520-1(8.606800854096329e-156 7.497623278325349e-160)(/.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/u510
(*.f64 b b)underflow182
(-.f64 (*.f64 a a) (*.f64 b b))underflow51
(*.f64 a a)underflow51
(*.f64 a a)underflow51
Confusion
Predicted +Predicted -
+511
-0204
Precision
1.0
Recall
0.9807692307692307
Confusion?
Predicted +Predicted MaybePredicted -
+5101
-00204
Precision?
1.0
Recall?
0.9807692307692307
Freqs
test
numberfreq
0205
151
Total Confusion?
Predicted +Predicted MaybePredicted -
+100
-000
Precision?
1.0
Recall?
1.0
Samples
42.0ms512×0valid
Compiler

Compiled 119 to 28 computations (76.5% saved)

Precisions
Click to see histograms. Total time spent on operations: 24.0ms
ival-fabs: 10.0ms (41.6% of total)
ival-mult!: 7.0ms (29.1% of total)
ival-sqrt: 4.0ms (16.7% of total)
ival-div!: 2.0ms (8.3% of total)
ival-sub!: 1.0ms (4.2% of total)
adjust: 0.0ms (0% of total)

preprocess32.0ms (0.6%)

Memory
-4.0MiB live, 42.6MiB allocated; 2ms 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
80.0%
(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.2%)

Memory
27.6MiB live, 27.6MiB 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
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
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)

rewrite115.0ms (2.2%)

Memory
-6.3MiB live, 423.1MiB allocated; 21ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
054332
064323
1224292
01833291
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 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))) #s(literal 1/4 binary64)))
(pow.f64 (pow.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))) #s(literal 2 binary64)) #s(literal 1/4 binary64))
(pow.f64 (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))) #s(literal 1/2 binary64))
(/.f64 (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))) (fabs.f64 a))
(sqrt.f64 (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))))
(exp.f64 (*.f64 (log.f64 (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))) #s(literal 1/2 binary64)))
(*.f64 (sqrt.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))) (sqrt.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))))
(pow.f64 (pow.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))) #s(literal 2 binary64)) #s(literal 1/2 binary64))
(/.f64 (neg.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))) (*.f64 (neg.f64 a) a))
(/.f64 (fabs.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a))) (fabs.f64 a))
(/.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b))) (*.f64 a a))
(sqrt.f64 (pow.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))) #s(literal 2 binary64)))
(fabs.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 1 binary64)))
(fabs.f64 (neg.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))))
(fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))
(*.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) (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))
(/.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 (pow.f64 b #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #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 (/.f64 b a) (/.f64 b a)) #s(literal 3 binary64))) (+.f64 (+.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 (/.f64 b a) (/.f64 b a))) #s(literal 1 binary64)))
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))))
(/.f64 (neg.f64 (+.f64 (/.f64 (neg.f64 (pow.f64 b #s(literal 6 binary64))) (pow.f64 a #s(literal 6 binary64))) #s(literal 1 binary64))) (neg.f64 (+.f64 (+.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 (/.f64 b a) (/.f64 b a))) #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)) (neg.f64 (pow.f64 (*.f64 a b) #s(literal 2 binary64)))) (*.f64 (*.f64 a a) (*.f64 (neg.f64 a) a)))
(/.f64 (-.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (*.f64 a b) #s(literal 2 binary64))) (pow.f64 a #s(literal 4 binary64)))
(/.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 #s(literal -1 binary64) (pow.f64 (*.f64 a b) #s(literal 2 binary64)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 a #s(literal 4 binary64)))
(/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) a)
(/.f64 (-.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 (fma.f64 b b (*.f64 a a)) (*.f64 a a)))
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))
(/.f64 (-.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 (fma.f64 (neg.f64 b) b (*.f64 (neg.f64 a) a)) (*.f64 a a)))
(/.f64 (-.f64 (pow.f64 a #s(literal 6 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 (fma.f64 (*.f64 b b) (fma.f64 b b (*.f64 a a)) (pow.f64 a #s(literal 4 binary64))) (*.f64 a a)))
(/.f64 (+.f64 (/.f64 (neg.f64 (pow.f64 b #s(literal 6 binary64))) (pow.f64 a #s(literal 6 binary64))) #s(literal 1 binary64)) (+.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))))
(/.f64 (+.f64 (/.f64 (neg.f64 (pow.f64 b #s(literal 6 binary64))) (pow.f64 a #s(literal 6 binary64))) #s(literal 1 binary64)) (+.f64 (+.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 (/.f64 b a) (/.f64 b a))) #s(literal 1 binary64)))
(/.f64 (fma.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal -1 binary64) (pow.f64 a #s(literal 6 binary64))) (*.f64 (fma.f64 (*.f64 a a) (fma.f64 b b (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (*.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 (/.f64 b a) (/.f64 b a))))
(neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))
(neg.f64 (neg.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))))
(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 (/.f64 b a) (/.f64 b a)) #s(literal -1 binary64) #s(literal 1 binary64))
(fma.f64 #s(literal -1 binary64) (*.f64 (/.f64 b a) (/.f64 b 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 (/.f64 b a) (/.f64 b a)))) (/.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 b a) (/.f64 b 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 (/.f64 b a) (/.f64 b a)))
(-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64))
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 (/.f64 b a) (/.f64 b a))) #s(literal 1 binary64))) (/.f64 (/.f64 (neg.f64 (pow.f64 b #s(literal 6 binary64))) (pow.f64 a #s(literal 6 binary64))) (+.f64 (+.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 (/.f64 b a) (/.f64 b a))) #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 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 4 binary64)))) (neg.f64 (fma.f64 b b (*.f64 a a))))
(/.f64 (neg.f64 (-.f64 (pow.f64 a #s(literal 6 binary64)) (pow.f64 b #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 b b) (fma.f64 b b (*.f64 a a)) (pow.f64 a #s(literal 4 binary64)))))
(/.f64 (neg.f64 (-.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64)))) (neg.f64 (fma.f64 (neg.f64 b) b (*.f64 (neg.f64 a) a))))
(/.f64 (neg.f64 (fma.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal -1 binary64) (pow.f64 a #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 a a) (fma.f64 b b (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))
(/.f64 (-.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 4 binary64))) (fma.f64 b b (*.f64 a a)))
(/.f64 (-.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (fma.f64 (neg.f64 b) b (*.f64 (neg.f64 a) a)))
(/.f64 (-.f64 (pow.f64 a #s(literal 6 binary64)) (pow.f64 b #s(literal 6 binary64))) (fma.f64 (*.f64 b b) (fma.f64 b b (*.f64 a a)) (pow.f64 a #s(literal 4 binary64))))
(/.f64 (fma.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal -1 binary64) (pow.f64 a #s(literal 6 binary64))) (+.f64 (pow.f64 a #s(literal 4 binary64)) (-.f64 (pow.f64 b #s(literal 4 binary64)) (neg.f64 (pow.f64 (*.f64 a b) #s(literal 2 binary64))))))
(/.f64 (fma.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal -1 binary64) (pow.f64 a #s(literal 6 binary64))) (fma.f64 (*.f64 a a) (fma.f64 b b (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))
(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 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 (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 (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 (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 #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 (pow.f64 a #s(literal 4 binary64)) (fma.f64 b b (*.f64 a a))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (fma.f64 b b (*.f64 a a))))
(-.f64 (/.f64 (pow.f64 a #s(literal 6 binary64)) (fma.f64 (*.f64 b b) (fma.f64 b b (*.f64 a a)) (pow.f64 a #s(literal 4 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (fma.f64 (*.f64 b b) (fma.f64 b b (*.f64 a a)) (pow.f64 a #s(literal 4 binary64)))))
(-.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (fma.f64 (neg.f64 b) b (*.f64 (neg.f64 a) a))) (/.f64 (pow.f64 a #s(literal 4 binary64)) (fma.f64 (neg.f64 b) b (*.f64 (neg.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 (neg.f64 (pow.f64 b #s(literal 6 binary64))) (fma.f64 (*.f64 a a) (fma.f64 b b (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (pow.f64 a #s(literal 6 binary64)) (fma.f64 (*.f64 a a) (fma.f64 b b (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))
(+.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 (pow.f64 a #s(literal 4 binary64)))
(fabs.f64 (*.f64 (neg.f64 a) a))
(fabs.f64 (*.f64 a a))
(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)))
(+.f64 (cosh.f64 (*.f64 (log.f64 a) #s(literal 2 binary64))) (sinh.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))
(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)))
(+.f64 (cosh.f64 (*.f64 (log.f64 b) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 b) #s(literal 2 binary64))))
b
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (sqrt.f64 (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))))
#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)) (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))
#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)) (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))
#s(approx (- (* a a) (* b b)) (*.f64 a a))
#s(approx (- (* a a) (* b b)) (*.f64 (*.f64 a a) (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))))
#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 (pow.f64 b #s(literal -2 binary64)) (pow.f64 a #s(literal -2 binary64))) (*.f64 b b)))
#s(approx (- (* a a) (* b b)) (*.f64 (fma.f64 (/.f64 a b) (/.f64 a b) #s(literal -1 binary64)) (*.f64 b b)))

eval51.0ms (1%)

Memory
20.4MiB live, 354.6MiB allocated; 10ms collecting garbage
Compiler

Compiled 4 756 to 1 202 computations (74.7% saved)

prune11.0ms (0.2%)

Memory
-17.0MiB live, 79.5MiB allocated; 4ms collecting garbage
Pruning

8 alts after pruning (8 fresh and 0 done)

PrunedKeptTotal
New2708278
Fresh000
Picked101
Done000
Total2718279
Accuracy
100.0%
Counts
279 → 8
Alt Table
Click to see full alt table
StatusAccuracyProgram
100.0%
(pow.f64 (pow.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))) #s(literal 2 binary64)) #s(literal 1/4 binary64))
80.1%
(/.f64 (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))) (fabs.f64 a))
99.9%
(*.f64 (pow.f64 (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))) #s(literal 1/4 binary64)))
80.0%
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a))))
80.0%
(sqrt.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64))))
100.0%
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 b a)) #s(literal 1 binary64))))
99.9%
(sqrt.f64 (fabs.f64 (*.f64 (/.f64 (+.f64 b a) a) (/.f64 (-.f64 a b) a))))
97.5%
(sqrt.f64 (fabs.f64 #s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))))
Compiler

Compiled 114 to 75 computations (34.2% saved)

series393.0ms (7.4%)

Memory
20.9MiB live, 2 474.8MiB allocated; 151ms collecting garbage
Counts
45 → 152
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 (+.f64 b a) a) (/.f64 (-.f64 a b) a))))
(fabs.f64 (*.f64 (/.f64 (+.f64 b a) a) (/.f64 (-.f64 a b) a)))
(*.f64 (/.f64 (+.f64 b a) a) (/.f64 (-.f64 a b) a))
(/.f64 (+.f64 b a) a)
(+.f64 b a)
b
a
(/.f64 (-.f64 a b) a)
(-.f64 a b)
(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)
(sqrt.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64))))
(fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64)))
(-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64))
(/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a))
(*.f64 b b)
(*.f64 (neg.f64 a) a)
(neg.f64 a)
#s(literal -1 binary64)
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a))))
(fabs.f64 (/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a)))
(/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a))
(*.f64 (-.f64 a b) (+.f64 b a))
(*.f64 a a)
(*.f64 (pow.f64 (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))) #s(literal 1/4 binary64)))
(pow.f64 (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))) #s(literal 1/4 binary64))
(fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))
(neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))
(fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))
#s(literal 1/4 binary64)
(/.f64 (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))) (fabs.f64 a))
(sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b))))
(fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))
(fma.f64 (neg.f64 a) a (*.f64 b b))
(fabs.f64 a)
(pow.f64 (pow.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))) #s(literal 2 binary64)) #s(literal 1/4 binary64))
(pow.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))) #s(literal 2 binary64))
#s(literal 2 binary64)
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 a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (/ (* (+ a b) (- a b)) (pow a 2))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (/ (* (+ a b) (- a b)) (pow a 2)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ b (* -1 b)))) (pow a 2))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b))))) (pow a 2))))
#s(approx (/ (+ b a) a) #s(hole binary64 (/ b a)))
#s(approx (/ (+ b a) a) #s(hole binary64 (/ (+ a b) a)))
#s(approx (+ b a) #s(hole binary64 b))
#s(approx (+ b a) #s(hole binary64 (+ a b)))
#s(approx a #s(hole binary64 a))
#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 (- (* (/ 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 (sqrt (fabs (- (/ (* b b) (* (neg a) a)) -1))) #s(hole binary64 (sqrt (fabs (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))))
#s(approx (fabs (- (/ (* b b) (* (neg a) a)) -1)) #s(hole binary64 (fabs (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))))
#s(approx (- (/ (* b b) (* (neg a) a)) -1) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (- (/ (* b b) (* (neg a) a)) -1) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (pow a 2)) (pow a 2))))
#s(approx (/ (* b b) (* (neg a) a)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (* (neg a) a) #s(hole binary64 (* -1 (pow a 2))))
#s(approx (neg a) #s(hole binary64 (* -1 a)))
#s(approx (sqrt (fabs (/ (* (- a b) (+ b a)) (* a a)))) #s(hole binary64 (sqrt (fabs (/ (* (+ a b) (- a b)) (pow a 2))))))
#s(approx (fabs (/ (* (- a b) (+ b a)) (* a a))) #s(hole binary64 (fabs (/ (* (+ a b) (- a b)) (pow a 2)))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ b (* -1 b)))) (pow a 2))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b))))) (pow a 2))))
#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) #s(hole binary64 (pow a 2)))
#s(approx (* (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4) (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4)) #s(hole binary64 (sqrt (fabs (- 1 (/ (pow b 2) (pow a 2)))))))
#s(approx (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4) #s(hole binary64 (pow (* 1 (fabs (- 1 (/ (pow b 2) (pow a 2))))) 1/4)))
#s(approx (fabs (neg (+ (* (/ b a) (/ b a)) -1))) #s(hole binary64 (fabs (- 1 (/ (pow b 2) (pow a 2))))))
#s(approx (neg (+ (* (/ b a) (/ b a)) -1)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (neg (+ (* (/ b a) (/ b a)) -1)) #s(hole binary64 (/ (- (pow a 2) (pow b 2)) (pow a 2))))
#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 (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) #s(hole binary64 (* (/ 1 (fabs a)) (sqrt (fabs (+ (* -1 (pow a 2)) (pow b 2)))))))
#s(approx (sqrt (fabs (+ (* (neg a) a) (* b b)))) #s(hole binary64 (sqrt (fabs (+ (* -1 (pow a 2)) (pow b 2))))))
#s(approx (fabs (+ (* (neg a) a) (* b b))) #s(hole binary64 (fabs (+ (* -1 (pow a 2)) (pow b 2)))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (pow b 2)))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (+ (* -1 (pow a 2)) (pow b 2))))
#s(approx (fabs a) #s(hole binary64 (fabs a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (* b (sqrt -1)) a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (+ (* 1/2 (/ (pow a 2) (* b (sqrt -1)))) (* b (sqrt -1))) a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (+ (* b (sqrt -1)) (* (pow a 2) (+ (* -1/8 (/ (pow a 2) (* (pow b 3) (pow (sqrt -1) 3)))) (* 1/2 (/ 1 (* b (sqrt -1))))))) a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (+ (* b (sqrt -1)) (* (pow a 2) (+ (* (pow a 2) (- (* 1/16 (/ (pow a 2) (* (pow b 5) (pow (sqrt -1) 5)))) (* 1/8 (/ 1 (* (pow b 3) (pow (sqrt -1) 3)))))) (* 1/2 (/ 1 (* b (sqrt -1))))))) a)))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (/ (pow b 4) (pow a 4))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow b 2))) (pow b 4)) (pow a 4))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (/ (+ (* (pow a 2) (+ (* -2 (pow b 2)) (pow a 2))) (pow b 4)) (pow a 4))))
#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 a) a) (/ (- a b) a)) #s(hole binary64 1))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (/ b a)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ b a))))))
#s(approx (/ (+ b a) a) #s(hole binary64 1))
#s(approx (/ (+ b a) a) #s(hole binary64 (+ 1 (/ 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 (- (* (/ 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 (- (/ (* b b) (* (neg a) a)) -1) #s(hole binary64 1))
#s(approx (- (/ (* b b) (* (neg a) a)) -1) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 1))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (/ b a)))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ 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 (neg (+ (* (/ b a) (/ b a)) -1)) #s(hole binary64 1))
#s(approx (neg (+ (* (/ b a) (/ b a)) -1)) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#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 (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) #s(hole binary64 (* (/ 1 (fabs a)) (sqrt (fabs (- (pow b 2) (pow a 2)))))))
#s(approx (sqrt (fabs (+ (* (neg a) a) (* b b)))) #s(hole binary64 (sqrt (fabs (- (pow b 2) (pow a 2))))))
#s(approx (fabs (+ (* (neg a) a) (* b b))) #s(hole binary64 (fabs (- (pow b 2) (pow a 2)))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (* -1 (pow a 2))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (* (pow a 2) (- (/ (pow b 2) (pow a 2)) 1))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 1))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (* -1/2 (/ (pow b 2) (pow a 2))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow b 2) (pow a 2))) (* -1/8 (/ (pow b 4) (pow a 4)))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow b 2) (pow a 2))) (+ (* -1/8 (/ (pow b 4) (pow a 4))) (* -1/16 (/ (pow b 6) (pow a 6))))))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 1))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (+ 1 (* -2 (/ (pow b 2) (pow a 2))))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (+ 1 (+ (* -2 (/ (pow b 2) (pow a 2))) (/ (pow b 4) (pow a 4))))))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2)))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2))))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (* -1 (/ (+ (* -1 (+ b (* -1 b))) (/ (pow b 2) a)) a)))))
#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 (sqrt (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2)))))))
#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 (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (+ 1 (* -1 (/ (+ (* -1 (+ b (* -1 b))) (/ (pow b 2) a)) 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 a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#s(approx b #s(hole binary64 b))
#s(approx (- a b) #s(hole binary64 (+ a (* -1 b))))
#s(approx (* b b) #s(hole binary64 (pow b 2)))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#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 (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (* (pow b 2) (- (* -1/8 (/ (pow b 2) (pow a 4))) (* 1/2 (/ 1 (pow a 2))))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (* (pow b 2) (- (* (pow b 2) (- (* -1/16 (/ (pow b 2) (pow a 6))) (* 1/8 (/ 1 (pow a 4))))) (* 1/2 (/ 1 (pow a 2))))))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (+ 1 (* (pow b 2) (- (/ (pow b 2) (pow a 4)) (* 2 (/ 1 (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 a) a) (/ (- a b) a)) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (/ (+ b a) a) #s(hole binary64 (* b (+ (/ 1 a) (/ 1 b)))))
#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 (- (* (/ b a) (/ b a)) 1) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow a 2)) (/ 1 (pow b 2))))))
#s(approx (sqrt (fabs (- (/ (* b b) (* (neg a) a)) -1))) #s(hole binary64 (sqrt (fabs (- 1 (/ (pow b 2) (pow a 2)))))))
#s(approx (fabs (- (/ (* b b) (* (neg a) a)) -1)) #s(hole binary64 (fabs (- 1 (/ (pow b 2) (pow a 2))))))
#s(approx (- (/ (* b b) (* (neg a) a)) -1) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 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 (neg (+ (* (/ b a) (/ b a)) -1)) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (+ (* (/ b a) (/ b a)) -1) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow a 2)) (/ 1 (pow b 2))))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (* (pow b 2) (+ 1 (* -1 (/ (pow a 2) (pow b 2)))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* b (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a)))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (/ (pow a 5) (* (pow b 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a)))))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (* (pow b 4) (- (/ 1 (pow a 4)) (* 2 (/ 1 (* (pow a 2) (pow b 2))))))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (* (pow b 4) (- (+ (/ 1 (pow a 4)) (/ 1 (pow b 4))) (/ 2 (* (pow a 2) (pow b 2)))))))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) 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 (sqrt (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2))))))
#s(approx (fabs (/ (* (- a b) (+ b a)) (* a a))) #s(hole binary64 (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2)))))
#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 (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (/ (* b (sqrt -1)) a))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (* b (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a)))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (/ (pow a 5) (* (pow b 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a))))))))
Calls

6 calls:

TimeVariablePointExpression
96.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 a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (+ b a) b a (/ (- a b) a) (- a b) (sqrt (fabs (- (* (/ b a) (/ b a)) 1))) (fabs (- (* (/ b a) (/ b a)) 1)) (- (* (/ b a) (/ b a)) 1) (* (/ b a) (/ b a)) (/ b a) (sqrt (fabs (- (/ (* b b) (* (neg a) a)) -1))) (fabs (- (/ (* b b) (* (neg a) a)) -1)) (- (/ (* b b) (* (neg a) a)) -1) (/ (* b b) (* (neg a) a)) (* b b) (* (neg a) a) (neg a) -1 (sqrt (fabs (/ (* (- a b) (+ b a)) (* a a)))) (fabs (/ (* (- a b) (+ b a)) (* a a))) (/ (* (- a b) (+ b a)) (* a a)) (* (- a b) (+ b a)) (* a a) (* (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4) (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4)) (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4) (fabs (neg (+ (* (/ b a) (/ b a)) -1))) (neg (+ (* (/ b a) (/ b a)) -1)) (+ (* (/ b a) (/ b a)) -1) 1/4 (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs (+ (* (neg a) a) (* b b))) (+ (* (neg a) a) (* b b)) (fabs a) (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 2)
84.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 a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (+ b a) b a (/ (- a b) a) (- a b) (sqrt (fabs (- (* (/ b a) (/ b a)) 1))) (fabs (- (* (/ b a) (/ b a)) 1)) (- (* (/ b a) (/ b a)) 1) (* (/ b a) (/ b a)) (/ b a) (sqrt (fabs (- (/ (* b b) (* (neg a) a)) -1))) (fabs (- (/ (* b b) (* (neg a) a)) -1)) (- (/ (* b b) (* (neg a) a)) -1) (/ (* b b) (* (neg a) a)) (* b b) (* (neg a) a) (neg a) -1 (sqrt (fabs (/ (* (- a b) (+ b a)) (* a a)))) (fabs (/ (* (- a b) (+ b a)) (* a a))) (/ (* (- a b) (+ b a)) (* a a)) (* (- a b) (+ b a)) (* a a) (* (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4) (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4)) (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4) (fabs (neg (+ (* (/ b a) (/ b a)) -1))) (neg (+ (* (/ b a) (/ b a)) -1)) (+ (* (/ b a) (/ b a)) -1) 1/4 (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs (+ (* (neg a) a) (* b b))) (+ (* (neg a) a) (* b b)) (fabs a) (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 2)
67.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 a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (+ b a) b a (/ (- a b) a) (- a b) (sqrt (fabs (- (* (/ b a) (/ b a)) 1))) (fabs (- (* (/ b a) (/ b a)) 1)) (- (* (/ b a) (/ b a)) 1) (* (/ b a) (/ b a)) (/ b a) (sqrt (fabs (- (/ (* b b) (* (neg a) a)) -1))) (fabs (- (/ (* b b) (* (neg a) a)) -1)) (- (/ (* b b) (* (neg a) a)) -1) (/ (* b b) (* (neg a) a)) (* b b) (* (neg a) a) (neg a) -1 (sqrt (fabs (/ (* (- a b) (+ b a)) (* a a)))) (fabs (/ (* (- a b) (+ b a)) (* a a))) (/ (* (- a b) (+ b a)) (* a a)) (* (- a b) (+ b a)) (* a a) (* (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4) (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4)) (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4) (fabs (neg (+ (* (/ b a) (/ b a)) -1))) (neg (+ (* (/ b a) (/ b a)) -1)) (+ (* (/ b a) (/ b a)) -1) 1/4 (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs (+ (* (neg a) a) (* b b))) (+ (* (neg a) a) (* b b)) (fabs a) (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 2)
54.0ms
b
@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 a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (+ b a) b a (/ (- a b) a) (- a b) (sqrt (fabs (- (* (/ b a) (/ b a)) 1))) (fabs (- (* (/ b a) (/ b a)) 1)) (- (* (/ b a) (/ b a)) 1) (* (/ b a) (/ b a)) (/ b a) (sqrt (fabs (- (/ (* b b) (* (neg a) a)) -1))) (fabs (- (/ (* b b) (* (neg a) a)) -1)) (- (/ (* b b) (* (neg a) a)) -1) (/ (* b b) (* (neg a) a)) (* b b) (* (neg a) a) (neg a) -1 (sqrt (fabs (/ (* (- a b) (+ b a)) (* a a)))) (fabs (/ (* (- a b) (+ b a)) (* a a))) (/ (* (- a b) (+ b a)) (* a a)) (* (- a b) (+ b a)) (* a a) (* (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4) (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4)) (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4) (fabs (neg (+ (* (/ b a) (/ b a)) -1))) (neg (+ (* (/ b a) (/ b a)) -1)) (+ (* (/ b a) (/ b a)) -1) 1/4 (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs (+ (* (neg a) a) (* b b))) (+ (* (neg a) a) (* b b)) (fabs a) (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 2)
50.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 a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (+ b a) b a (/ (- a b) a) (- a b) (sqrt (fabs (- (* (/ b a) (/ b a)) 1))) (fabs (- (* (/ b a) (/ b a)) 1)) (- (* (/ b a) (/ b a)) 1) (* (/ b a) (/ b a)) (/ b a) (sqrt (fabs (- (/ (* b b) (* (neg a) a)) -1))) (fabs (- (/ (* b b) (* (neg a) a)) -1)) (- (/ (* b b) (* (neg a) a)) -1) (/ (* b b) (* (neg a) a)) (* b b) (* (neg a) a) (neg a) -1 (sqrt (fabs (/ (* (- a b) (+ b a)) (* a a)))) (fabs (/ (* (- a b) (+ b a)) (* a a))) (/ (* (- a b) (+ b a)) (* a a)) (* (- a b) (+ b a)) (* a a) (* (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4) (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4)) (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4) (fabs (neg (+ (* (/ b a) (/ b a)) -1))) (neg (+ (* (/ b a) (/ b a)) -1)) (+ (* (/ b a) (/ b a)) -1) 1/4 (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs (+ (* (neg a) a) (* b b))) (+ (* (neg a) a) (* b b)) (fabs a) (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 2)

rewrite127.0ms (2.4%)

Memory
-10.1MiB live, 568.8MiB allocated; 22ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
05033754
05653320
024473269
Stop Event
iter-limit
iter-limit
node-limit
iter-limit
Counts
197 → 375
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 (+.f64 b a) a) (/.f64 (-.f64 a b) a))))
(fabs.f64 (*.f64 (/.f64 (+.f64 b a) a) (/.f64 (-.f64 a b) a)))
(*.f64 (/.f64 (+.f64 b a) a) (/.f64 (-.f64 a b) a))
(/.f64 (+.f64 b a) a)
(+.f64 b a)
b
a
(/.f64 (-.f64 a b) a)
(-.f64 a b)
(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)
(sqrt.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64))))
(fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64)))
(-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64))
(/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a))
(*.f64 b b)
(*.f64 (neg.f64 a) a)
(neg.f64 a)
#s(literal -1 binary64)
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a))))
(fabs.f64 (/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a)))
(/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a))
(*.f64 (-.f64 a b) (+.f64 b a))
(*.f64 a a)
(*.f64 (pow.f64 (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))) #s(literal 1/4 binary64)))
(pow.f64 (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))) #s(literal 1/4 binary64))
(fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))
(neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))
(fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))
#s(literal 1/4 binary64)
(/.f64 (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))) (fabs.f64 a))
(sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b))))
(fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))
(fma.f64 (neg.f64 a) a (*.f64 b b))
(fabs.f64 a)
(pow.f64 (pow.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))) #s(literal 2 binary64)) #s(literal 1/4 binary64))
(pow.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))) #s(literal 2 binary64))
#s(literal 2 binary64)
#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 a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (/ (* (+ a b) (- a b)) (pow a 2))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (/ (* (+ a b) (- a b)) (pow a 2)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ b (* -1 b)))) (pow a 2))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b))))) (pow a 2))))
#s(approx (/ (+ b a) a) #s(hole binary64 (/ b a)))
#s(approx (/ (+ b a) a) #s(hole binary64 (/ (+ a b) a)))
#s(approx (+ b a) #s(hole binary64 b))
#s(approx (+ b a) #s(hole binary64 (+ a b)))
#s(approx a #s(hole binary64 a))
#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 (- (* (/ 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 (sqrt (fabs (- (/ (* b b) (* (neg a) a)) -1))) #s(hole binary64 (sqrt (fabs (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))))
#s(approx (fabs (- (/ (* b b) (* (neg a) a)) -1)) #s(hole binary64 (fabs (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))))
#s(approx (- (/ (* b b) (* (neg a) a)) -1) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (- (/ (* b b) (* (neg a) a)) -1) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (pow a 2)) (pow a 2))))
#s(approx (/ (* b b) (* (neg a) a)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (* (neg a) a) #s(hole binary64 (* -1 (pow a 2))))
#s(approx (neg a) #s(hole binary64 (* -1 a)))
#s(approx (sqrt (fabs (/ (* (- a b) (+ b a)) (* a a)))) #s(hole binary64 (sqrt (fabs (/ (* (+ a b) (- a b)) (pow a 2))))))
#s(approx (fabs (/ (* (- a b) (+ b a)) (* a a))) #s(hole binary64 (fabs (/ (* (+ a b) (- a b)) (pow a 2)))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ b (* -1 b)))) (pow a 2))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b))))) (pow a 2))))
#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) #s(hole binary64 (pow a 2)))
#s(approx (* (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4) (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4)) #s(hole binary64 (sqrt (fabs (- 1 (/ (pow b 2) (pow a 2)))))))
#s(approx (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4) #s(hole binary64 (pow (* 1 (fabs (- 1 (/ (pow b 2) (pow a 2))))) 1/4)))
#s(approx (fabs (neg (+ (* (/ b a) (/ b a)) -1))) #s(hole binary64 (fabs (- 1 (/ (pow b 2) (pow a 2))))))
#s(approx (neg (+ (* (/ b a) (/ b a)) -1)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (neg (+ (* (/ b a) (/ b a)) -1)) #s(hole binary64 (/ (- (pow a 2) (pow b 2)) (pow a 2))))
#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 (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) #s(hole binary64 (* (/ 1 (fabs a)) (sqrt (fabs (+ (* -1 (pow a 2)) (pow b 2)))))))
#s(approx (sqrt (fabs (+ (* (neg a) a) (* b b)))) #s(hole binary64 (sqrt (fabs (+ (* -1 (pow a 2)) (pow b 2))))))
#s(approx (fabs (+ (* (neg a) a) (* b b))) #s(hole binary64 (fabs (+ (* -1 (pow a 2)) (pow b 2)))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (pow b 2)))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (+ (* -1 (pow a 2)) (pow b 2))))
#s(approx (fabs a) #s(hole binary64 (fabs a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (* b (sqrt -1)) a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (+ (* 1/2 (/ (pow a 2) (* b (sqrt -1)))) (* b (sqrt -1))) a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (+ (* b (sqrt -1)) (* (pow a 2) (+ (* -1/8 (/ (pow a 2) (* (pow b 3) (pow (sqrt -1) 3)))) (* 1/2 (/ 1 (* b (sqrt -1))))))) a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (+ (* b (sqrt -1)) (* (pow a 2) (+ (* (pow a 2) (- (* 1/16 (/ (pow a 2) (* (pow b 5) (pow (sqrt -1) 5)))) (* 1/8 (/ 1 (* (pow b 3) (pow (sqrt -1) 3)))))) (* 1/2 (/ 1 (* b (sqrt -1))))))) a)))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (/ (pow b 4) (pow a 4))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow b 2))) (pow b 4)) (pow a 4))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (/ (+ (* (pow a 2) (+ (* -2 (pow b 2)) (pow a 2))) (pow b 4)) (pow a 4))))
#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 a) a) (/ (- a b) a)) #s(hole binary64 1))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (/ b a)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ b a))))))
#s(approx (/ (+ b a) a) #s(hole binary64 1))
#s(approx (/ (+ b a) a) #s(hole binary64 (+ 1 (/ 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 (- (* (/ 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 (- (/ (* b b) (* (neg a) a)) -1) #s(hole binary64 1))
#s(approx (- (/ (* b b) (* (neg a) a)) -1) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 1))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (/ b a)))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ 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 (neg (+ (* (/ b a) (/ b a)) -1)) #s(hole binary64 1))
#s(approx (neg (+ (* (/ b a) (/ b a)) -1)) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#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 (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) #s(hole binary64 (* (/ 1 (fabs a)) (sqrt (fabs (- (pow b 2) (pow a 2)))))))
#s(approx (sqrt (fabs (+ (* (neg a) a) (* b b)))) #s(hole binary64 (sqrt (fabs (- (pow b 2) (pow a 2))))))
#s(approx (fabs (+ (* (neg a) a) (* b b))) #s(hole binary64 (fabs (- (pow b 2) (pow a 2)))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (* -1 (pow a 2))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (* (pow a 2) (- (/ (pow b 2) (pow a 2)) 1))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 1))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (* -1/2 (/ (pow b 2) (pow a 2))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow b 2) (pow a 2))) (* -1/8 (/ (pow b 4) (pow a 4)))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow b 2) (pow a 2))) (+ (* -1/8 (/ (pow b 4) (pow a 4))) (* -1/16 (/ (pow b 6) (pow a 6))))))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 1))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (+ 1 (* -2 (/ (pow b 2) (pow a 2))))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (+ 1 (+ (* -2 (/ (pow b 2) (pow a 2))) (/ (pow b 4) (pow a 4))))))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2)))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2))))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (* -1 (/ (+ (* -1 (+ b (* -1 b))) (/ (pow b 2) a)) a)))))
#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 (sqrt (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2)))))))
#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 (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (+ 1 (* -1 (/ (+ (* -1 (+ b (* -1 b))) (/ (pow b 2) a)) 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 a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#s(approx b #s(hole binary64 b))
#s(approx (- a b) #s(hole binary64 (+ a (* -1 b))))
#s(approx (* b b) #s(hole binary64 (pow b 2)))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#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 (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (* (pow b 2) (- (* -1/8 (/ (pow b 2) (pow a 4))) (* 1/2 (/ 1 (pow a 2))))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (* (pow b 2) (- (* (pow b 2) (- (* -1/16 (/ (pow b 2) (pow a 6))) (* 1/8 (/ 1 (pow a 4))))) (* 1/2 (/ 1 (pow a 2))))))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (+ 1 (* (pow b 2) (- (/ (pow b 2) (pow a 4)) (* 2 (/ 1 (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 a) a) (/ (- a b) a)) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (/ (+ b a) a) #s(hole binary64 (* b (+ (/ 1 a) (/ 1 b)))))
#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 (- (* (/ b a) (/ b a)) 1) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow a 2)) (/ 1 (pow b 2))))))
#s(approx (sqrt (fabs (- (/ (* b b) (* (neg a) a)) -1))) #s(hole binary64 (sqrt (fabs (- 1 (/ (pow b 2) (pow a 2)))))))
#s(approx (fabs (- (/ (* b b) (* (neg a) a)) -1)) #s(hole binary64 (fabs (- 1 (/ (pow b 2) (pow a 2))))))
#s(approx (- (/ (* b b) (* (neg a) a)) -1) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 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 (neg (+ (* (/ b a) (/ b a)) -1)) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (+ (* (/ b a) (/ b a)) -1) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow a 2)) (/ 1 (pow b 2))))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (* (pow b 2) (+ 1 (* -1 (/ (pow a 2) (pow b 2)))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* b (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a)))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (/ (pow a 5) (* (pow b 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a)))))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (* (pow b 4) (- (/ 1 (pow a 4)) (* 2 (/ 1 (* (pow a 2) (pow b 2))))))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(hole binary64 (* (pow b 4) (- (+ (/ 1 (pow a 4)) (/ 1 (pow b 4))) (/ 2 (* (pow a 2) (pow b 2)))))))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) 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 (sqrt (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2))))))
#s(approx (fabs (/ (* (- a b) (+ b a)) (* a a))) #s(hole binary64 (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2)))))
#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 (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (/ (* b (sqrt -1)) a))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (* b (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a)))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (/ (pow a 5) (* (pow b 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a))))))))
Outputs
(pow.f64 (fabs.f64 #s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(literal 1 binary64))) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 #s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(literal 1 binary64))))
(sqrt.f64 (*.f64 #s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(literal 1 binary64)) #s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(literal 1 binary64))))
(fabs.f64 (neg.f64 #s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(literal 1 binary64))))
(fabs.f64 #s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(literal 1 binary64)))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(literal 1 binary64))
#s(literal 1 binary64)
(pow.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a))) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a))))
(*.f64 (fabs.f64 (/.f64 (+.f64 b a) a)) (fabs.f64 (/.f64 (-.f64 a b) a)))
(/.f64 (fabs.f64 (-.f64 (*.f64 b b) (*.f64 a a))) (fabs.f64 (*.f64 a a)))
(sqrt.f64 (*.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a)) (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a))))
(fabs.f64 (neg.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a))))
(fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a)))
(*.f64 (fma.f64 #s(literal -1 binary64) b a) (/.f64 (-.f64 a (neg.f64 b)) (*.f64 a a)))
(*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a))
(*.f64 (-.f64 a b) (/.f64 (+.f64 b a) (*.f64 a a)))
(*.f64 (/.f64 (+.f64 b a) a) (/.f64 (-.f64 a b) a))
(*.f64 (+.f64 b a) (/.f64 (-.f64 a b) (*.f64 a a)))
(/.f64 (/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) a) a)
(/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) a)
(/.f64 (*.f64 (/.f64 (+.f64 b a) a) (-.f64 a b)) a)
(/.f64 (neg.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 (neg.f64 a) a))
(/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a))
(-.f64 (/.f64 (*.f64 a a) (*.f64 a a)) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))
(/.f64 (neg.f64 (+.f64 b a)) (neg.f64 a))
(/.f64 (+.f64 b a) a)
(+.f64 (/.f64 a a) (/.f64 b a))
(+.f64 (/.f64 b a) (/.f64 a 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 (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 (*.f64 b b) (*.f64 a a)) (-.f64 b a))
(/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (-.f64 a b))
(+.f64 b a)
(+.f64 a b)
b
a
(/.f64 (neg.f64 (-.f64 a b)) (neg.f64 a))
(/.f64 (-.f64 a b) a)
(-.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 (fma.f64 b b (*.f64 a b))))
(/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (+.f64 b a))
(-.f64 a b)
(*.f64 (neg.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64))) (neg.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64))))
(*.f64 (fabs.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64))) (fabs.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64))))
(*.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64)))
(pow.f64 (*.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))))) #s(literal 1/4 binary64))
(pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/2 binary64))
(pow.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64)) #s(literal 2 binary64))
(sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
(*.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1 binary64))
(*.f64 #s(literal 1 binary64) (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
(sqrt.f64 (*.f64 (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)) (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64))))
(sqrt.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
(sqrt.f64 (pow.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)))
(fabs.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
(fabs.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64))))
(fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))))
(fabs.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)))
(fabs.f64 (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))
(*.f64 (+.f64 (/.f64 b a) #s(literal 1 binary64)) (-.f64 (/.f64 b a) #s(literal 1 binary64)))
(/.f64 (-.f64 (*.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (pow.f64 (/.f64 b a) #s(literal 2 binary64))) #s(literal 1 binary64)) (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))
(/.f64 (-.f64 (*.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (pow.f64 (/.f64 b a) #s(literal 2 binary64))) #s(literal 1 binary64)) (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64)))
(/.f64 (-.f64 (pow.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))))
(/.f64 (+.f64 (pow.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 3 binary64)) #s(literal -1 binary64)) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))))))
(fma.f64 (fabs.f64 (/.f64 b a)) (fabs.f64 (/.f64 b a)) #s(literal -1 binary64))
(fma.f64 (/.f64 (neg.f64 b) a) (/.f64 (neg.f64 b) a) #s(literal -1 binary64))
(fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))
(-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64))
(+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64))
(+.f64 #s(literal -1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 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)) (*.f64 (neg.f64 a) a))
(/.f64 (*.f64 b b) (*.f64 a a))
(/.f64 (neg.f64 b) (neg.f64 a))
(/.f64 b a)
(pow.f64 (fabs.f64 (-.f64 #s(literal -1 binary64) (*.f64 (/.f64 b (neg.f64 a)) (/.f64 b a)))) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 (-.f64 #s(literal -1 binary64) (*.f64 (/.f64 b (neg.f64 a)) (/.f64 b a)))))
(sqrt.f64 (*.f64 (-.f64 (*.f64 (/.f64 b (neg.f64 a)) (/.f64 b a)) #s(literal -1 binary64)) (-.f64 (*.f64 (/.f64 b (neg.f64 a)) (/.f64 b a)) #s(literal -1 binary64))))
(fabs.f64 (-.f64 #s(literal -1 binary64) (*.f64 (/.f64 b (neg.f64 a)) (/.f64 b a))))
(fabs.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (neg.f64 a)) (/.f64 b a)) #s(literal -1 binary64))))
(fabs.f64 (-.f64 (*.f64 (/.f64 b (neg.f64 a)) (/.f64 b a)) #s(literal -1 binary64)))
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 b (neg.f64 a)) (/.f64 b a)) (*.f64 (/.f64 b (neg.f64 a)) (/.f64 b a))) #s(literal 1 binary64)) (fma.f64 (/.f64 b (neg.f64 a)) (/.f64 b a) #s(literal -1 binary64)))
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 b (neg.f64 a)) (/.f64 b a)) #s(literal 3 binary64)) #s(literal -1 binary64)) (fma.f64 (*.f64 (/.f64 b (neg.f64 a)) (/.f64 b a)) (*.f64 (/.f64 b (neg.f64 a)) (/.f64 b a)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 b (neg.f64 a)) (/.f64 b a)) #s(literal -1 binary64)))))
(-.f64 (*.f64 (/.f64 b (neg.f64 a)) (/.f64 b a)) #s(literal -1 binary64))
(*.f64 (/.f64 b (neg.f64 a)) (/.f64 b a))
(*.f64 b (/.f64 b (*.f64 (neg.f64 a) a)))
(/.f64 (/.f64 (*.f64 b b) (neg.f64 a)) a)
(/.f64 (neg.f64 (*.f64 b b)) (neg.f64 (*.f64 (neg.f64 a) a)))
(/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a))
(*.f64 (pow.f64 b #s(literal 1 binary64)) (pow.f64 b #s(literal 1 binary64)))
(*.f64 (fabs.f64 b) (fabs.f64 b))
(*.f64 (neg.f64 b) (neg.f64 b))
(*.f64 b b)
(pow.f64 b #s(literal 2 binary64))
(exp.f64 (*.f64 (log.f64 b) #s(literal 2 binary64)))
(*.f64 (*.f64 a a) #s(literal -1 binary64))
(*.f64 #s(literal -1 binary64) (*.f64 a a))
(*.f64 (neg.f64 a) a)
(*.f64 a (neg.f64 a))
(neg.f64 (*.f64 a a))
(*.f64 #s(literal -1 binary64) a)
(*.f64 a #s(literal -1 binary64))
(neg.f64 a)
#s(literal -1 binary64)
(pow.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a))) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a))))
(*.f64 (fabs.f64 (/.f64 (+.f64 b a) a)) (fabs.f64 (/.f64 (-.f64 a b) a)))
(/.f64 (fabs.f64 (-.f64 (*.f64 b b) (*.f64 a a))) (fabs.f64 (*.f64 a a)))
(sqrt.f64 (*.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a)) (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a))))
(fabs.f64 (neg.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a))))
(fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a)))
(*.f64 (fma.f64 #s(literal -1 binary64) b a) (/.f64 (-.f64 a (neg.f64 b)) (*.f64 a a)))
(*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a))
(*.f64 (-.f64 a b) (/.f64 (+.f64 b a) (*.f64 a a)))
(*.f64 (/.f64 (+.f64 b a) a) (/.f64 (-.f64 a b) a))
(*.f64 (+.f64 b a) (/.f64 (-.f64 a b) (*.f64 a a)))
(/.f64 (/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) a) a)
(/.f64 (*.f64 (+.f64 b a) (/.f64 (-.f64 a b) a)) a)
(/.f64 (*.f64 (/.f64 (+.f64 b a) a) (-.f64 a b)) a)
(/.f64 (neg.f64 (*.f64 (-.f64 a b) (+.f64 b a))) (*.f64 (neg.f64 a) a))
(/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a))
(-.f64 (/.f64 (*.f64 a a) (*.f64 a a)) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))
(*.f64 (-.f64 a (neg.f64 b)) (fma.f64 #s(literal -1 binary64) b a))
(*.f64 (fma.f64 #s(literal -1 binary64) b a) (-.f64 a (neg.f64 b)))
(*.f64 (-.f64 a b) (+.f64 b a))
(*.f64 (+.f64 b a) (-.f64 a b))
(/.f64 (-.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a a (*.f64 b b)))
(/.f64 (-.f64 (pow.f64 (*.f64 a a) #s(literal 3 binary64)) (pow.f64 (*.f64 b b) #s(literal 3 binary64))) (+.f64 (pow.f64 a #s(literal 4 binary64)) (+.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (*.f64 a b) #s(literal 2 binary64)))))
(fma.f64 (pow.f64 a #s(literal 1 binary64)) (pow.f64 a #s(literal 1 binary64)) (*.f64 (neg.f64 b) b))
(fma.f64 (fabs.f64 a) (fabs.f64 a) (*.f64 (neg.f64 b) b))
(fma.f64 (-.f64 a b) b (*.f64 (-.f64 a b) a))
(fma.f64 (neg.f64 a) (neg.f64 a) (*.f64 (neg.f64 b) b))
(fma.f64 b (-.f64 a b) (*.f64 a (-.f64 a b)))
(fma.f64 a a (*.f64 (neg.f64 b) 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 a a) (*.f64 (neg.f64 b) b))
(*.f64 (pow.f64 a #s(literal 1 binary64)) (pow.f64 a #s(literal 1 binary64)))
(*.f64 (fabs.f64 a) (fabs.f64 a))
(*.f64 (neg.f64 a) (neg.f64 a))
(*.f64 a a)
(pow.f64 a #s(literal 2 binary64))
(exp.f64 (*.f64 (log.f64 a) #s(literal 2 binary64)))
(*.f64 (neg.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64))) (neg.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64))))
(*.f64 (fabs.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64))) (fabs.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64))))
(*.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64)))
(pow.f64 (*.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))))) #s(literal 1/4 binary64))
(pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/2 binary64))
(pow.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64)) #s(literal 2 binary64))
(sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
(*.f64 (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/8 binary64)) (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/8 binary64)))
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/4 binary64)) (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64)))
(pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64))
(exp.f64 (*.f64 (log.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))))) #s(literal 1/4 binary64)))
(*.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1 binary64))
(*.f64 #s(literal 1 binary64) (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
(sqrt.f64 (*.f64 (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)) (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64))))
(sqrt.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
(sqrt.f64 (pow.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)))
(fabs.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
(fabs.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64))))
(fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))))
(fabs.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)))
(fabs.f64 (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))))) (-.f64 #s(literal 1 binary64) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) (*.f64 #s(literal 1 binary64) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))))
(neg.f64 (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))
(fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64))
(fma.f64 #s(literal -1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64))
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))))
(+.f64 (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))) #s(literal 1 binary64))
(+.f64 #s(literal 1 binary64) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))))
(*.f64 (+.f64 (/.f64 b a) #s(literal 1 binary64)) (-.f64 (/.f64 b a) #s(literal 1 binary64)))
(/.f64 (-.f64 (*.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (pow.f64 (/.f64 b a) #s(literal 2 binary64))) #s(literal 1 binary64)) (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))
(/.f64 (-.f64 (*.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (pow.f64 (/.f64 b a) #s(literal 2 binary64))) #s(literal 1 binary64)) (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64)))
(/.f64 (-.f64 (pow.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))))
(/.f64 (+.f64 (pow.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 3 binary64)) #s(literal -1 binary64)) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))))))
(fma.f64 (fabs.f64 (/.f64 b a)) (fabs.f64 (/.f64 b a)) #s(literal -1 binary64))
(fma.f64 (/.f64 (neg.f64 b) a) (/.f64 (neg.f64 b) a) #s(literal -1 binary64))
(fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))
(-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64))
(+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64))
(+.f64 #s(literal -1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))
#s(literal 1/4 binary64)
(/.f64 (neg.f64 (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b))))) (neg.f64 (fabs.f64 a)))
(/.f64 (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))) (fabs.f64 a))
(pow.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b))) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b))))
(sqrt.f64 (*.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)) (fma.f64 (neg.f64 a) a (*.f64 b b))))
(fabs.f64 (neg.f64 (fma.f64 (neg.f64 a) a (*.f64 b b))))
(fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))
(/.f64 (-.f64 (*.f64 (*.f64 (neg.f64 a) a) (*.f64 (neg.f64 a) a)) (pow.f64 b #s(literal 4 binary64))) (-.f64 (*.f64 (neg.f64 a) a) (*.f64 b b)))
(/.f64 (+.f64 (pow.f64 (*.f64 (neg.f64 a) a) #s(literal 3 binary64)) (pow.f64 (*.f64 b b) #s(literal 3 binary64))) (fma.f64 (*.f64 (neg.f64 a) a) (*.f64 (neg.f64 a) a) (-.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 (neg.f64 a) a) (*.f64 b b)))))
(fma.f64 (pow.f64 b #s(literal 1 binary64)) (pow.f64 b #s(literal 1 binary64)) (*.f64 (neg.f64 a) a))
(fma.f64 (fabs.f64 b) (fabs.f64 b) (*.f64 (neg.f64 a) a))
(fma.f64 (neg.f64 b) (neg.f64 b) (*.f64 (neg.f64 a) a))
(fma.f64 (*.f64 a a) #s(literal -1 binary64) (*.f64 b b))
(fma.f64 #s(literal -1 binary64) (*.f64 a a) (*.f64 b b))
(fma.f64 (neg.f64 a) a (*.f64 b b))
(fma.f64 b b (*.f64 (neg.f64 a) a))
(fma.f64 a (neg.f64 a) (*.f64 b b))
(-.f64 (*.f64 (neg.f64 a) a) (*.f64 (neg.f64 b) b))
(+.f64 (*.f64 (neg.f64 a) a) (*.f64 b b))
(+.f64 (*.f64 b b) (*.f64 (neg.f64 a) a))
(sqrt.f64 (*.f64 a a))
(fabs.f64 (neg.f64 a))
(fabs.f64 a)
(*.f64 (pow.f64 (pow.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/8 binary64)) (pow.f64 (pow.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/8 binary64)))
(pow.f64 (pow.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))
(pow.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)) #s(literal 1/2 binary64))
(exp.f64 (*.f64 (log.f64 (pow.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64)))
(*.f64 (pow.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)) #s(literal 1 binary64)) (pow.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)) #s(literal 1 binary64)))
(*.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)))
(pow.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))
(exp.f64 (*.f64 (log1p.f64 (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 2 binary64)))
#s(literal 2 binary64)
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (sqrt.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a)))))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (/.f64 (fma.f64 a a (neg.f64 (*.f64 b b))) (*.f64 a a)))
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (sqrt.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a)))))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (/.f64 (fma.f64 (*.f64 #s(literal 0 binary64) b) a (neg.f64 (*.f64 b b))) (*.f64 a a)))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (/.f64 (fma.f64 (fma.f64 #s(literal 0 binary64) b a) a (neg.f64 (*.f64 b b))) (*.f64 a a)))
#s(approx (/ (+ b a) a) (/.f64 b a))
#s(approx (/ (+ b a) a) (/.f64 (+.f64 b a) a))
#s(approx (+ b a) b)
#s(approx (+ b a) (+.f64 b a))
#s(approx a a)
#s(approx (/ (- a b) a) (/.f64 (neg.f64 b) a))
#s(approx (/ (- a b) a) (/.f64 (fma.f64 #s(literal -1 binary64) b a) a))
#s(approx (- a b) (neg.f64 b))
#s(approx (- a b) (-.f64 a b))
#s(approx (sqrt (fabs (- (* (/ b a) (/ b a)) 1))) (sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))))))
#s(approx (fabs (- (* (/ b a) (/ b a)) 1)) (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
#s(approx (- (* (/ b a) (/ b a)) 1) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))
#s(approx (- (* (/ b a) (/ b a)) 1) (/.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)) (*.f64 a a)))
#s(approx (* (/ b a) (/ b a)) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))
#s(approx (/ b a) (/.f64 b a))
#s(approx (sqrt (fabs (- (/ (* b b) (* (neg a) a)) -1))) (sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))))))
#s(approx (fabs (- (/ (* b b) (* (neg a) a)) -1)) (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
#s(approx (- (/ (* b b) (* (neg a) a)) -1) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))))
#s(approx (- (/ (* b b) (* (neg a) a)) -1) (/.f64 (fma.f64 a a (neg.f64 (*.f64 b b))) (*.f64 a a)))
#s(approx (/ (* b b) (* (neg a) a)) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))))
#s(approx (* (neg a) a) (*.f64 (neg.f64 a) a))
#s(approx (neg a) (neg.f64 a))
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (sqrt.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a)))))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (/.f64 (fma.f64 (*.f64 #s(literal 0 binary64) b) a (neg.f64 (*.f64 b b))) (*.f64 a a)))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (/.f64 (fma.f64 (fma.f64 #s(literal 0 binary64) b a) a (neg.f64 (*.f64 b b))) (*.f64 a a)))
#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 a) (*.f64 a a))
#s(approx (sqrt (fabs (- (* (/ b a) (/ b a)) 1))) (sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))))))
#s(approx (pow (fabs (neg (+ (* (/ b a) (/ b a)) -1))) 1/4) (pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/4 binary64)))
#s(approx (fabs (- (* (/ b a) (/ b a)) 1)) (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
#s(approx (neg (+ (* (/ b a) (/ b a)) -1)) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))))
#s(approx (neg (+ (* (/ b a) (/ b a)) -1)) (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a)))
#s(approx (- (* (/ b a) (/ b a)) 1) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))
#s(approx (- (* (/ b a) (/ b a)) 1) (/.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)) (*.f64 a a)))
#s(approx (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) (*.f64 (pow.f64 (fabs.f64 a) #s(literal -1 binary64)) (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b))))))
#s(approx (sqrt (fabs (+ (* (neg a) a) (* b b)))) (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))))
#s(approx (fabs (+ (* (neg a) a) (* b b))) (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b))))
#s(approx (+ (* (neg a) a) (* b b)) (*.f64 b b))
#s(approx (+ (* (neg a) a) (* b b)) (fma.f64 (neg.f64 a) a (*.f64 b b)))
#s(approx (fabs a) (fabs.f64 a))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) b) a))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (/.f64 (fma.f64 (/.f64 (/.f64 (*.f64 a a) b) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) a))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) b) #s(literal 3 binary64))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) (*.f64 a a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) a))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (/.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 a a)) (pow.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) b) #s(literal 5 binary64))) (/.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) b) #s(literal 3 binary64)))) (*.f64 a a) (/.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) (*.f64 a a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) a))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) (/.f64 (fma.f64 (pow.f64 (*.f64 a b) #s(literal 2 binary64)) #s(literal -2 binary64) (pow.f64 b #s(literal 4 binary64))) (pow.f64 a #s(literal 4 binary64))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) (/.f64 (fma.f64 (fma.f64 #s(literal -2 binary64) (*.f64 b b) (*.f64 a a)) (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (pow.f64 a #s(literal 4 binary64))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(literal 1 binary64))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(literal 1 binary64))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (fma.f64 #s(literal 0 binary64) (/.f64 b a) #s(literal 1 binary64)))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (+.f64 (fma.f64 (/.f64 b a) #s(literal -1 binary64) #s(literal 1 binary64)) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) (/.f64 b a))))
#s(approx (/ (+ b a) a) #s(literal 1 binary64))
#s(approx (/ (+ b a) a) (+.f64 (/.f64 b a) #s(literal 1 binary64)))
#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) (fma.f64 (/.f64 b a) #s(literal -1 binary64) #s(literal 1 binary64)))
#s(approx (- a b) a)
#s(approx (- a b) (*.f64 (fma.f64 (/.f64 b a) #s(literal -1 binary64) #s(literal 1 binary64)) a))
#s(approx (- (* (/ b a) (/ b a)) 1) #s(literal -1 binary64))
#s(approx (- (* (/ b a) (/ b a)) 1) (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))
#s(approx (- (/ (* b b) (* (neg a) a)) -1) #s(literal 1 binary64))
#s(approx (- (/ (* b b) (* (neg a) a)) -1) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) #s(literal 1 binary64))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (fma.f64 #s(literal 0 binary64) (/.f64 b a) #s(literal 1 binary64)))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (+.f64 (fma.f64 (/.f64 b a) #s(literal -1 binary64) #s(literal 1 binary64)) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) (/.f64 b 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 (fma.f64 (/.f64 b a) #s(literal -1 binary64) #s(literal 1 binary64)) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) (/.f64 b a))) (*.f64 a a)))
#s(approx (neg (+ (* (/ b a) (/ b a)) -1)) #s(literal 1 binary64))
#s(approx (neg (+ (* (/ b a) (/ b a)) -1)) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)))
#s(approx (- (* (/ b a) (/ b a)) 1) #s(literal -1 binary64))
#s(approx (- (* (/ b a) (/ b a)) 1) (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))
#s(approx (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) (*.f64 (sqrt.f64 (fabs.f64 (-.f64 (*.f64 b b) (*.f64 a a)))) (pow.f64 (fabs.f64 a) #s(literal -1 binary64))))
#s(approx (sqrt (fabs (+ (* (neg a) a) (* b b)))) (sqrt.f64 (fabs.f64 (-.f64 (*.f64 b b) (*.f64 a a)))))
#s(approx (fabs (+ (* (neg a) a) (* b b))) (fabs.f64 (-.f64 (*.f64 b b) (*.f64 a a))))
#s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a))
#s(approx (+ (* (neg a) a) (* b b)) (*.f64 (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 a a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(literal 1 binary64))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (fma.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (+.f64 (fma.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 b #s(literal 4 binary64))) (pow.f64 a #s(literal 4 binary64)))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (+.f64 (fma.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (fma.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 a #s(literal 6 binary64))) #s(literal -1/16 binary64) (/.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 b #s(literal 4 binary64))) (pow.f64 a #s(literal 4 binary64))))) #s(literal 1 binary64)))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) #s(literal 1 binary64))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) (fma.f64 #s(literal -2 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) (+.f64 (fma.f64 #s(literal -2 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64)))))
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (sqrt.f64 (fabs.f64 (neg.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 a a)) (*.f64 a a))))))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (neg.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 a a)) (*.f64 a a)))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 0 binary64) b) #s(literal -1 binary64) (/.f64 (*.f64 b b) a)) a) #s(literal -1 binary64) #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)))) (sqrt.f64 (fabs.f64 (neg.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 a a)) (*.f64 a a))))))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (neg.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 a a)) (*.f64 a a)))))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 0 binary64) b) #s(literal -1 binary64) (/.f64 (*.f64 b b) a)) a) #s(literal -1 binary64) #s(literal 1 binary64)))
#s(approx (* (- a b) (+ b a)) (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 0 binary64) b) #s(literal -1 binary64) (/.f64 (*.f64 b b) a)) a) #s(literal -1 binary64) #s(literal 1 binary64)) (*.f64 a a)))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)))
#s(approx b b)
#s(approx (- a b) (fma.f64 #s(literal -1 binary64) b a))
#s(approx (* b b) (*.f64 b b))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) #s(literal 1 binary64)))
#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 (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (fma.f64 (fma.f64 (/.f64 (*.f64 b b) (pow.f64 a #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 #s(literal -1/2 binary64) (pow.f64 a #s(literal -2 binary64)))) (*.f64 b b) #s(literal 1 binary64)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 b b) (pow.f64 a #s(literal 6 binary64))) #s(literal -1/16 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 a #s(literal -4 binary64)))) (*.f64 b b) (*.f64 #s(literal -1/2 binary64) (pow.f64 a #s(literal -2 binary64)))) (*.f64 b b) #s(literal 1 binary64)))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) (fma.f64 (-.f64 (/.f64 (*.f64 b b) (pow.f64 a #s(literal 4 binary64))) (*.f64 (pow.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) (*.f64 b b) #s(literal 1 binary64)))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (*.f64 (-.f64 (pow.f64 b #s(literal -2 binary64)) (pow.f64 a #s(literal -2 binary64))) (*.f64 b b)))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (*.f64 (-.f64 (pow.f64 b #s(literal -2 binary64)) (pow.f64 a #s(literal -2 binary64))) (*.f64 b b)))
#s(approx (/ (+ b a) a) (*.f64 (+.f64 (pow.f64 b #s(literal -1 binary64)) (pow.f64 a #s(literal -1 binary64))) b))
#s(approx (+ b a) (*.f64 (+.f64 (/.f64 a b) #s(literal 1 binary64)) b))
#s(approx (/ (- a b) a) (*.f64 (-.f64 (pow.f64 b #s(literal -1 binary64)) (pow.f64 a #s(literal -1 binary64))) b))
#s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))
#s(approx (- (* (/ b a) (/ b a)) 1) (*.f64 (-.f64 (pow.f64 a #s(literal -2 binary64)) (pow.f64 b #s(literal -2 binary64))) (*.f64 b b)))
#s(approx (sqrt (fabs (- (/ (* b b) (* (neg a) a)) -1))) (sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))))))
#s(approx (fabs (- (/ (* b b) (* (neg a) a)) -1)) (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
#s(approx (- (/ (* b b) (* (neg a) a)) -1) (*.f64 (-.f64 (pow.f64 b #s(literal -2 binary64)) (pow.f64 a #s(literal -2 binary64))) (*.f64 b b)))
#s(approx (/ (* (- a b) (+ b a)) (* a a)) (*.f64 (-.f64 (pow.f64 b #s(literal -2 binary64)) (pow.f64 a #s(literal -2 binary64))) (*.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 (neg (+ (* (/ b a) (/ b a)) -1)) (*.f64 (-.f64 (pow.f64 b #s(literal -2 binary64)) (pow.f64 a #s(literal -2 binary64))) (*.f64 b b)))
#s(approx (- (* (/ b a) (/ b a)) 1) (*.f64 (-.f64 (pow.f64 a #s(literal -2 binary64)) (pow.f64 b #s(literal -2 binary64))) (*.f64 b b)))
#s(approx (+ (* (neg a) a) (* b b)) (*.f64 (fma.f64 (/.f64 (*.f64 a a) (*.f64 b b)) #s(literal -1 binary64) #s(literal 1 binary64)) (*.f64 b b)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (*.f64 (fma.f64 (/.f64 (/.f64 a (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (/.f64 (sqrt.f64 #s(literal -1 binary64)) a)) b))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (*.f64 (fma.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 a (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (/.f64 (sqrt.f64 #s(literal -1 binary64)) a))) b))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (*.f64 (fma.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (fma.f64 (/.f64 (/.f64 a (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (/.f64 (sqrt.f64 #s(literal -1 binary64)) a)))) b))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) (*.f64 (-.f64 (pow.f64 a #s(literal -4 binary64)) (/.f64 #s(literal 2 binary64) (pow.f64 (*.f64 a b) #s(literal 2 binary64)))) (pow.f64 b #s(literal 4 binary64))))
#s(approx (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) (*.f64 (-.f64 (+.f64 (pow.f64 b #s(literal -4 binary64)) (pow.f64 a #s(literal -4 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (*.f64 a b) #s(literal 2 binary64)))) (pow.f64 b #s(literal 4 binary64))))
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (sqrt.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a)))))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a))))
#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 (pow.f64 a #s(literal -1 binary64)) (pow.f64 b #s(literal -1 binary64)))))
#s(approx (- a b) (*.f64 (neg.f64 b) (fma.f64 (/.f64 a b) #s(literal -1 binary64) #s(literal 1 binary64))))
#s(approx (sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))) (sqrt.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) a)))))
#s(approx (fabs (/ (- (* a a) (* b b)) (* a a))) (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 b a) 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 (*.f64 (neg.f64 a) a) b)) b)) #s(literal 1 binary64)) (*.f64 b b)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (neg.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) b) a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (/.f64 a (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (/.f64 (sqrt.f64 #s(literal -1 binary64)) a))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 a (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (/.f64 (sqrt.f64 #s(literal -1 binary64)) a)))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (fma.f64 (/.f64 (/.f64 a (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (/.f64 (sqrt.f64 #s(literal -1 binary64)) a))))))

eval85.0ms (1.6%)

Memory
1.9MiB live, 574.7MiB allocated; 26ms collecting garbage
Compiler

Compiled 8 950 to 1 566 computations (82.5% saved)

prune17.0ms (0.3%)

Memory
-10.2MiB live, 134.5MiB allocated; 4ms collecting garbage
Pruning

10 alts after pruning (8 fresh and 2 done)

PrunedKeptTotal
New4518459
Fresh000
Picked628
Done000
Total45710467
Accuracy
100.0%
Counts
467 → 10
Alt Table
Click to see full alt table
StatusAccuracyProgram
80.1%
(/.f64 (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))) (fabs.f64 a))
78.5%
(/.f64 (sqrt.f64 (fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a)))) (fabs.f64 a))
100.0%
(sqrt.f64 (fabs.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))
80.0%
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a))))
80.0%
(sqrt.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 1 binary64))))
80.7%
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 (neg.f64 a) a))) #s(literal -1 binary64))))
99.8%
(sqrt.f64 (fabs.f64 (*.f64 (/.f64 (+.f64 b a) a) (/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a))))
100.0%
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) (+.f64 (/.f64 b a) #s(literal 1 binary64))) (/.f64 (-.f64 a b) a))))
95.2%
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 (-.f64 a b) a))))
97.5%
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(literal 1 binary64))
Compiler

Compiled 147 to 108 computations (26.5% saved)

series214.0ms (4%)

Memory
23.7MiB live, 1 224.0MiB allocated; 88ms collecting garbage
Counts
48 → 122
Calls
Call 1
Inputs
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(literal 1 binary64))
#s(literal 1 binary64)
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 (-.f64 a b) a))))
(fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 (-.f64 a b) a)))
(*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 (-.f64 a b) a))
#s(approx (/ (+ b a) a) #s(literal 1 binary64))
(/.f64 (-.f64 a b) a)
(-.f64 a b)
a
b
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) (+.f64 (/.f64 b a) #s(literal 1 binary64))) (/.f64 (-.f64 a b) a))))
(fabs.f64 (*.f64 #s(approx (/ (+ b a) a) (+.f64 (/.f64 b a) #s(literal 1 binary64))) (/.f64 (-.f64 a b) a)))
(*.f64 #s(approx (/ (+ b a) a) (+.f64 (/.f64 b a) #s(literal 1 binary64))) (/.f64 (-.f64 a b) a))
#s(approx (/ (+ b a) a) (+.f64 (/.f64 b a) #s(literal 1 binary64)))
(+.f64 (/.f64 b a) #s(literal 1 binary64))
(/.f64 b a)
(sqrt.f64 (fabs.f64 (*.f64 (/.f64 (+.f64 b a) a) (/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a))))
(fabs.f64 (*.f64 (/.f64 (+.f64 b a) a) (/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a)))
(*.f64 (/.f64 (+.f64 b a) a) (/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a))
(/.f64 (+.f64 b a) a)
(+.f64 b a)
(/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a)
#s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))
(*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)
(-.f64 (/.f64 a b) #s(literal 1 binary64))
(/.f64 a b)
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 (neg.f64 a) a))) #s(literal -1 binary64))))
(fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 (neg.f64 a) a))) #s(literal -1 binary64)))
(-.f64 (*.f64 b (/.f64 b (*.f64 (neg.f64 a) a))) #s(literal -1 binary64))
(*.f64 b (/.f64 b (*.f64 (neg.f64 a) a)))
(/.f64 b (*.f64 (neg.f64 a) a))
(*.f64 (neg.f64 a) a)
(neg.f64 a)
#s(literal -1 binary64)
(sqrt.f64 (fabs.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 b) (*.f64 a a)) #s(literal 1 binary64))
(/.f64 (*.f64 b b) (*.f64 a a))
(*.f64 b b)
(*.f64 a a)
(sqrt.f64 (fabs.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))
(fabs.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))
(fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))
(/.f64 (sqrt.f64 (fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a)))) (fabs.f64 a))
(sqrt.f64 (fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a))))
(fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a)))
#s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a))
(fabs.f64 a)
Outputs
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (* b (sqrt -1)) a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (+ (* 1/2 (/ (pow a 2) (* b (sqrt -1)))) (* b (sqrt -1))) a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (+ (* b (sqrt -1)) (* (pow a 2) (+ (* -1/8 (/ (pow a 2) (* (pow b 3) (pow (sqrt -1) 3)))) (* 1/2 (/ 1 (* b (sqrt -1))))))) a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (+ (* b (sqrt -1)) (* (pow a 2) (+ (* (pow a 2) (- (* 1/16 (/ (pow a 2) (* (pow b 5) (pow (sqrt -1) 5)))) (* 1/8 (/ 1 (* (pow b 3) (pow (sqrt -1) 3)))))) (* 1/2 (/ 1 (* b (sqrt -1))))))) a)))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (/ (* (+ a b) (- a b)) (pow a 2))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (/ (* (+ a b) (- a b)) (pow a 2)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ b (* -1 b)))) (pow a 2))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b))))) (pow a 2))))
#s(approx (/ (+ b a) a) #s(hole binary64 (/ b a)))
#s(approx (/ (+ b a) a) #s(hole binary64 (/ (+ a b) a)))
#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 a #s(hole binary64 a))
#s(approx (+ (/ b a) 1) #s(hole binary64 (/ b a)))
#s(approx (+ (/ b a) 1) #s(hole binary64 (/ (+ a b) a)))
#s(approx (/ b a) #s(hole binary64 (/ b a)))
#s(approx (+ b a) #s(hole binary64 b))
#s(approx (+ b a) #s(hole binary64 (+ a b)))
#s(approx (* (- (/ a b) 1) b) #s(hole binary64 (* -1 b)))
#s(approx (* (- (/ a b) 1) b) #s(hole binary64 (+ a (* -1 b))))
#s(approx (- (/ a b) 1) #s(hole binary64 -1))
#s(approx (- (/ a b) 1) #s(hole binary64 (- (/ a b) 1)))
#s(approx (/ a b) #s(hole binary64 (/ a b)))
#s(approx (sqrt (fabs (- (* b (/ b (* (neg a) a))) -1))) #s(hole binary64 (sqrt (fabs (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))))
#s(approx (fabs (- (* b (/ b (* (neg a) a))) -1)) #s(hole binary64 (fabs (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))))
#s(approx (- (* b (/ b (* (neg a) a))) -1) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (- (* b (/ b (* (neg a) a))) -1) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (pow a 2)) (pow a 2))))
#s(approx (* b (/ b (* (neg a) a))) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (/ b (* (neg a) a)) #s(hole binary64 (* -1 (/ b (pow a 2)))))
#s(approx (* (neg a) a) #s(hole binary64 (* -1 (pow a 2))))
#s(approx (neg a) #s(hole binary64 (* -1 a)))
#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 (* a a) #s(hole binary64 (pow a 2)))
#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 (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) #s(hole binary64 (* (/ 1 (fabs a)) (sqrt (fabs (+ (* -1 (pow a 2)) (pow b 2)))))))
#s(approx (sqrt (fabs (+ (* (neg a) a) (* b b)))) #s(hole binary64 (sqrt (fabs (+ (* -1 (pow a 2)) (pow b 2))))))
#s(approx (fabs (+ (* (neg a) a) (* b b))) #s(hole binary64 (fabs (+ (* -1 (pow a 2)) (pow b 2)))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (pow b 2)))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (+ (* -1 (pow a 2)) (pow b 2))))
#s(approx (fabs a) #s(hole binary64 (fabs a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 1))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (* -1/2 (/ (pow b 2) (pow a 2))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow b 2) (pow a 2))) (* -1/8 (/ (pow b 4) (pow a 4)))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow b 2) (pow a 2))) (+ (* -1/8 (/ (pow b 4) (pow a 4))) (* -1/16 (/ (pow b 6) (pow a 6))))))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 1))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (/ b a)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ b a))))))
#s(approx (/ (+ b a) a) #s(hole binary64 1))
#s(approx (/ (+ b a) a) #s(hole binary64 (+ 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 (+ (/ b a) 1) #s(hole binary64 1))
#s(approx (+ (/ b a) 1) #s(hole binary64 (+ 1 (/ 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) 1) b) #s(hole binary64 a))
#s(approx (* (- (/ a b) 1) b) #s(hole binary64 (* a (+ 1 (* -1 (/ b a))))))
#s(approx (- (/ a b) 1) #s(hole binary64 (/ a b)))
#s(approx (- (/ a b) 1) #s(hole binary64 (* a (- (/ 1 b) (/ 1 a)))))
#s(approx (- (* b (/ b (* (neg a) a))) -1) #s(hole binary64 1))
#s(approx (- (* b (/ b (* (neg a) a))) -1) #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) (/ 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 (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) #s(hole binary64 (* (/ 1 (fabs a)) (sqrt (fabs (- (pow b 2) (pow a 2)))))))
#s(approx (sqrt (fabs (+ (* (neg a) a) (* b b)))) #s(hole binary64 (sqrt (fabs (- (pow b 2) (pow a 2))))))
#s(approx (fabs (+ (* (neg a) a) (* b b))) #s(hole binary64 (fabs (- (pow b 2) (pow a 2)))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (* -1 (pow a 2))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (* (pow a 2) (- (/ (pow b 2) (pow a 2)) 1))))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2)))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2))))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 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 (* (- (/ a b) 1) b) #s(hole binary64 (* -1 (* a (- (/ b a) 1)))))
#s(approx (- (/ a b) 1) #s(hole binary64 (* -1 (* a (- (/ 1 a) (/ 1 b))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (* (pow b 2) (- (* -1/8 (/ (pow b 2) (pow a 4))) (* 1/2 (/ 1 (pow a 2))))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (* (pow b 2) (- (* (pow b 2) (- (* -1/16 (/ (pow b 2) (pow a 6))) (* 1/8 (/ 1 (pow a 4))))) (* 1/2 (/ 1 (pow a 2))))))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#s(approx (- a b) #s(hole binary64 (+ a (* -1 b))))
#s(approx b #s(hole binary64 b))
#s(approx (- (/ a b) 1) #s(hole binary64 (/ (+ a (* -1 b)) b)))
#s(approx (* b b) #s(hole binary64 (pow b 2)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* b (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a)))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (/ (pow a 5) (* (pow b 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a)))))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (/ (+ b a) a) #s(hole binary64 (* b (+ (/ 1 a) (/ 1 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 (+ (/ b a) 1) #s(hole binary64 (* b (+ (/ 1 a) (/ 1 b)))))
#s(approx (+ b a) #s(hole binary64 (* b (+ 1 (/ a b)))))
#s(approx (* (- (/ a b) 1) b) #s(hole binary64 (* b (- (/ a b) 1))))
#s(approx (sqrt (fabs (- (* b (/ b (* (neg a) a))) -1))) #s(hole binary64 (sqrt (fabs (- 1 (/ (pow b 2) (pow a 2)))))))
#s(approx (fabs (- (* b (/ b (* (neg a) a))) -1)) #s(hole binary64 (fabs (- 1 (/ (pow b 2) (pow a 2))))))
#s(approx (- (* b (/ b (* (neg a) a))) -1) #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) (/ b a)) -1) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow a 2)) (/ 1 (pow b 2))))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (* (pow b 2) (+ 1 (* -1 (/ (pow a 2) (pow b 2)))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (/ (* b (sqrt -1)) a))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (* b (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a)))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (/ (pow a 5) (* (pow b 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a))))))))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2)))))
#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 (+ b a) #s(hole binary64 (* -1 (* b (- (* -1 (/ a b)) 1)))))
#s(approx (* (- (/ a b) 1) b) #s(hole binary64 (* -1 (* b (+ 1 (* -1 (/ a b)))))))
Calls

6 calls:

TimeVariablePointExpression
59.0ms
b
@-inf
((pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) 1 (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (/ (- a b) a) (- a b) a b (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (+ (/ b a) 1) (/ b a) (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (+ b a) (/ (- a b) a) (- a b) (* (- (/ a b) 1) b) (- (/ a b) 1) (/ a b) (sqrt (fabs (- (* b (/ b (* (neg a) a))) -1))) (fabs (- (* b (/ b (* (neg a) a))) -1)) (- (* b (/ b (* (neg a) a))) -1) (* b (/ b (* (neg a) a))) (/ b (* (neg a) a)) (* (neg a) a) (neg 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) (sqrt (fabs (+ (* (/ b a) (/ b a)) -1))) (fabs (+ (* (/ b a) (/ b a)) -1)) (+ (* (/ b a) (/ b a)) -1) (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs (+ (* (neg a) a) (* b b))) (+ (* (neg a) a) (* b b)) (fabs a))
36.0ms
b
@0
((pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) 1 (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (/ (- a b) a) (- a b) a b (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (+ (/ b a) 1) (/ b a) (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (+ b a) (/ (- a b) a) (- a b) (* (- (/ a b) 1) b) (- (/ a b) 1) (/ a b) (sqrt (fabs (- (* b (/ b (* (neg a) a))) -1))) (fabs (- (* b (/ b (* (neg a) a))) -1)) (- (* b (/ b (* (neg a) a))) -1) (* b (/ b (* (neg a) a))) (/ b (* (neg a) a)) (* (neg a) a) (neg 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) (sqrt (fabs (+ (* (/ b a) (/ b a)) -1))) (fabs (+ (* (/ b a) (/ b a)) -1)) (+ (* (/ b a) (/ b a)) -1) (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs (+ (* (neg a) a) (* b b))) (+ (* (neg a) a) (* b b)) (fabs a))
32.0ms
a
@0
((pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) 1 (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (/ (- a b) a) (- a b) a b (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (+ (/ b a) 1) (/ b a) (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (+ b a) (/ (- a b) a) (- a b) (* (- (/ a b) 1) b) (- (/ a b) 1) (/ a b) (sqrt (fabs (- (* b (/ b (* (neg a) a))) -1))) (fabs (- (* b (/ b (* (neg a) a))) -1)) (- (* b (/ b (* (neg a) a))) -1) (* b (/ b (* (neg a) a))) (/ b (* (neg a) a)) (* (neg a) a) (neg 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) (sqrt (fabs (+ (* (/ b a) (/ b a)) -1))) (fabs (+ (* (/ b a) (/ b a)) -1)) (+ (* (/ b a) (/ b a)) -1) (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs (+ (* (neg a) a) (* b b))) (+ (* (neg a) a) (* b b)) (fabs a))
31.0ms
b
@inf
((pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) 1 (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (/ (- a b) a) (- a b) a b (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (+ (/ b a) 1) (/ b a) (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (+ b a) (/ (- a b) a) (- a b) (* (- (/ a b) 1) b) (- (/ a b) 1) (/ a b) (sqrt (fabs (- (* b (/ b (* (neg a) a))) -1))) (fabs (- (* b (/ b (* (neg a) a))) -1)) (- (* b (/ b (* (neg a) a))) -1) (* b (/ b (* (neg a) a))) (/ b (* (neg a) a)) (* (neg a) a) (neg 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) (sqrt (fabs (+ (* (/ b a) (/ b a)) -1))) (fabs (+ (* (/ b a) (/ b a)) -1)) (+ (* (/ b a) (/ b a)) -1) (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs (+ (* (neg a) a) (* b b))) (+ (* (neg a) a) (* b b)) (fabs a))
26.0ms
a
@-inf
((pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) 1 (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (/ (- a b) a) (- a b) a b (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (+ (/ b a) 1) (/ b a) (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (fabs (* (/ (+ b a) a) (/ (- a b) a))) (* (/ (+ b a) a) (/ (- a b) a)) (/ (+ b a) a) (+ b a) (/ (- a b) a) (- a b) (* (- (/ a b) 1) b) (- (/ a b) 1) (/ a b) (sqrt (fabs (- (* b (/ b (* (neg a) a))) -1))) (fabs (- (* b (/ b (* (neg a) a))) -1)) (- (* b (/ b (* (neg a) a))) -1) (* b (/ b (* (neg a) a))) (/ b (* (neg a) a)) (* (neg a) a) (neg 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) (sqrt (fabs (+ (* (/ b a) (/ b a)) -1))) (fabs (+ (* (/ b a) (/ b a)) -1)) (+ (* (/ b a) (/ b a)) -1) (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs (+ (* (neg a) a) (* b b))) (+ (* (neg a) a) (* b b)) (fabs a))

rewrite284.0ms (5.4%)

Memory
14.3MiB live, 397.0MiB allocated; 12ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
04162827
04712572
019122520
Stop Event
iter-limit
iter-limit
node-limit
iter-limit
Counts
170 → 275
Calls
Call 1
Inputs
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(literal 1 binary64))
#s(literal 1 binary64)
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 (-.f64 a b) a))))
(fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 (-.f64 a b) a)))
(*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 (-.f64 a b) a))
#s(approx (/ (+ b a) a) #s(literal 1 binary64))
(/.f64 (-.f64 a b) a)
(-.f64 a b)
a
b
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) (+.f64 (/.f64 b a) #s(literal 1 binary64))) (/.f64 (-.f64 a b) a))))
(fabs.f64 (*.f64 #s(approx (/ (+ b a) a) (+.f64 (/.f64 b a) #s(literal 1 binary64))) (/.f64 (-.f64 a b) a)))
(*.f64 #s(approx (/ (+ b a) a) (+.f64 (/.f64 b a) #s(literal 1 binary64))) (/.f64 (-.f64 a b) a))
#s(approx (/ (+ b a) a) (+.f64 (/.f64 b a) #s(literal 1 binary64)))
(+.f64 (/.f64 b a) #s(literal 1 binary64))
(/.f64 b a)
(sqrt.f64 (fabs.f64 (*.f64 (/.f64 (+.f64 b a) a) (/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a))))
(fabs.f64 (*.f64 (/.f64 (+.f64 b a) a) (/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a)))
(*.f64 (/.f64 (+.f64 b a) a) (/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a))
(/.f64 (+.f64 b a) a)
(+.f64 b a)
(/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a)
#s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))
(*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)
(-.f64 (/.f64 a b) #s(literal 1 binary64))
(/.f64 a b)
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 (neg.f64 a) a))) #s(literal -1 binary64))))
(fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 (neg.f64 a) a))) #s(literal -1 binary64)))
(-.f64 (*.f64 b (/.f64 b (*.f64 (neg.f64 a) a))) #s(literal -1 binary64))
(*.f64 b (/.f64 b (*.f64 (neg.f64 a) a)))
(/.f64 b (*.f64 (neg.f64 a) a))
(*.f64 (neg.f64 a) a)
(neg.f64 a)
#s(literal -1 binary64)
(sqrt.f64 (fabs.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 b) (*.f64 a a)) #s(literal 1 binary64))
(/.f64 (*.f64 b b) (*.f64 a a))
(*.f64 b b)
(*.f64 a a)
(sqrt.f64 (fabs.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))
(fabs.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))
(fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))
(/.f64 (sqrt.f64 (fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a)))) (fabs.f64 a))
(sqrt.f64 (fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a))))
(fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a)))
#s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a))
(fabs.f64 a)
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (* b (sqrt -1)) a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (+ (* 1/2 (/ (pow a 2) (* b (sqrt -1)))) (* b (sqrt -1))) a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (+ (* b (sqrt -1)) (* (pow a 2) (+ (* -1/8 (/ (pow a 2) (* (pow b 3) (pow (sqrt -1) 3)))) (* 1/2 (/ 1 (* b (sqrt -1))))))) a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (/ (+ (* b (sqrt -1)) (* (pow a 2) (+ (* (pow a 2) (- (* 1/16 (/ (pow a 2) (* (pow b 5) (pow (sqrt -1) 5)))) (* 1/8 (/ 1 (* (pow b 3) (pow (sqrt -1) 3)))))) (* 1/2 (/ 1 (* b (sqrt -1))))))) a)))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (/ (* (+ a b) (- a b)) (pow a 2))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (/ (* (+ a b) (- a b)) (pow a 2)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ b (* -1 b)))) (pow a 2))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b))))) (pow a 2))))
#s(approx (/ (+ b a) a) #s(hole binary64 (/ b a)))
#s(approx (/ (+ b a) a) #s(hole binary64 (/ (+ a b) a)))
#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 a #s(hole binary64 a))
#s(approx (+ (/ b a) 1) #s(hole binary64 (/ b a)))
#s(approx (+ (/ b a) 1) #s(hole binary64 (/ (+ a b) a)))
#s(approx (/ b a) #s(hole binary64 (/ b a)))
#s(approx (+ b a) #s(hole binary64 b))
#s(approx (+ b a) #s(hole binary64 (+ a b)))
#s(approx (* (- (/ a b) 1) b) #s(hole binary64 (* -1 b)))
#s(approx (* (- (/ a b) 1) b) #s(hole binary64 (+ a (* -1 b))))
#s(approx (- (/ a b) 1) #s(hole binary64 -1))
#s(approx (- (/ a b) 1) #s(hole binary64 (- (/ a b) 1)))
#s(approx (/ a b) #s(hole binary64 (/ a b)))
#s(approx (sqrt (fabs (- (* b (/ b (* (neg a) a))) -1))) #s(hole binary64 (sqrt (fabs (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))))
#s(approx (fabs (- (* b (/ b (* (neg a) a))) -1)) #s(hole binary64 (fabs (+ 1 (* -1 (/ (pow b 2) (pow a 2)))))))
#s(approx (- (* b (/ b (* (neg a) a))) -1) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (- (* b (/ b (* (neg a) a))) -1) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (pow a 2)) (pow a 2))))
#s(approx (* b (/ b (* (neg a) a))) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (/ b (* (neg a) a)) #s(hole binary64 (* -1 (/ b (pow a 2)))))
#s(approx (* (neg a) a) #s(hole binary64 (* -1 (pow a 2))))
#s(approx (neg a) #s(hole binary64 (* -1 a)))
#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 (* a a) #s(hole binary64 (pow a 2)))
#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 (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) #s(hole binary64 (* (/ 1 (fabs a)) (sqrt (fabs (+ (* -1 (pow a 2)) (pow b 2)))))))
#s(approx (sqrt (fabs (+ (* (neg a) a) (* b b)))) #s(hole binary64 (sqrt (fabs (+ (* -1 (pow a 2)) (pow b 2))))))
#s(approx (fabs (+ (* (neg a) a) (* b b))) #s(hole binary64 (fabs (+ (* -1 (pow a 2)) (pow b 2)))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (pow b 2)))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (+ (* -1 (pow a 2)) (pow b 2))))
#s(approx (fabs a) #s(hole binary64 (fabs a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 1))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (* -1/2 (/ (pow b 2) (pow a 2))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow b 2) (pow a 2))) (* -1/8 (/ (pow b 4) (pow a 4)))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (+ (* -1/2 (/ (pow b 2) (pow a 2))) (+ (* -1/8 (/ (pow b 4) (pow a 4))) (* -1/16 (/ (pow b 6) (pow a 6))))))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 1))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (/ b a)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ b a))))))
#s(approx (/ (+ b a) a) #s(hole binary64 1))
#s(approx (/ (+ b a) a) #s(hole binary64 (+ 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 (+ (/ b a) 1) #s(hole binary64 1))
#s(approx (+ (/ b a) 1) #s(hole binary64 (+ 1 (/ 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) 1) b) #s(hole binary64 a))
#s(approx (* (- (/ a b) 1) b) #s(hole binary64 (* a (+ 1 (* -1 (/ b a))))))
#s(approx (- (/ a b) 1) #s(hole binary64 (/ a b)))
#s(approx (- (/ a b) 1) #s(hole binary64 (* a (- (/ 1 b) (/ 1 a)))))
#s(approx (- (* b (/ b (* (neg a) a))) -1) #s(hole binary64 1))
#s(approx (- (* b (/ b (* (neg a) a))) -1) #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) (/ 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 (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) #s(hole binary64 (* (/ 1 (fabs a)) (sqrt (fabs (- (pow b 2) (pow a 2)))))))
#s(approx (sqrt (fabs (+ (* (neg a) a) (* b b)))) #s(hole binary64 (sqrt (fabs (- (pow b 2) (pow a 2))))))
#s(approx (fabs (+ (* (neg a) a) (* b b))) #s(hole binary64 (fabs (- (pow b 2) (pow a 2)))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (* -1 (pow a 2))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (* (pow a 2) (- (/ (pow b 2) (pow a 2)) 1))))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2)))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2))))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 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 (* (- (/ a b) 1) b) #s(hole binary64 (* -1 (* a (- (/ b a) 1)))))
#s(approx (- (/ a b) 1) #s(hole binary64 (* -1 (* a (- (/ 1 a) (/ 1 b))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (* (pow b 2) (- (* -1/8 (/ (pow b 2) (pow a 4))) (* 1/2 (/ 1 (pow a 2))))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (+ 1 (* (pow b 2) (- (* (pow b 2) (- (* -1/16 (/ (pow b 2) (pow a 6))) (* 1/8 (/ 1 (pow a 4))))) (* 1/2 (/ 1 (pow a 2))))))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#s(approx (- a b) #s(hole binary64 (+ a (* -1 b))))
#s(approx b #s(hole binary64 b))
#s(approx (- (/ a b) 1) #s(hole binary64 (/ (+ a (* -1 b)) b)))
#s(approx (* b b) #s(hole binary64 (pow b 2)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* b (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a)))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (/ (pow a 5) (* (pow b 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a)))))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (/ (+ b a) a) #s(hole binary64 (* b (+ (/ 1 a) (/ 1 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 (+ (/ b a) 1) #s(hole binary64 (* b (+ (/ 1 a) (/ 1 b)))))
#s(approx (+ b a) #s(hole binary64 (* b (+ 1 (/ a b)))))
#s(approx (* (- (/ a b) 1) b) #s(hole binary64 (* b (- (/ a b) 1))))
#s(approx (sqrt (fabs (- (* b (/ b (* (neg a) a))) -1))) #s(hole binary64 (sqrt (fabs (- 1 (/ (pow b 2) (pow a 2)))))))
#s(approx (fabs (- (* b (/ b (* (neg a) a))) -1)) #s(hole binary64 (fabs (- 1 (/ (pow b 2) (pow a 2))))))
#s(approx (- (* b (/ b (* (neg a) a))) -1) #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) (/ b a)) -1) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow a 2)) (/ 1 (pow b 2))))))
#s(approx (+ (* (neg a) a) (* b b)) #s(hole binary64 (* (pow b 2) (+ 1 (* -1 (/ (pow a 2) (pow b 2)))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (/ (* b (sqrt -1)) a))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (* b (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a)))))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(hole binary64 (* -1 (* b (+ (* -1/8 (/ (pow a 3) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (/ (pow a 5) (* (pow b 6) (pow (sqrt -1) 5)))) (+ (* 1/2 (/ a (* (pow b 2) (sqrt -1)))) (/ (sqrt -1) a))))))))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2)))))
#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 (+ b a) #s(hole binary64 (* -1 (* b (- (* -1 (/ a b)) 1)))))
#s(approx (* (- (/ a b) 1) b) #s(hole binary64 (* -1 (* b (+ 1 (* -1 (/ a b)))))))
Outputs
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(literal 1 binary64))
#s(literal 1 binary64)
(pow.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) #s(approx (/ (+ b a) a) #s(literal 1 binary64)))) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) #s(approx (/ (+ b a) a) #s(literal 1 binary64)))))
(*.f64 (fabs.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64))) (fabs.f64 (/.f64 (-.f64 a b) a)))
(sqrt.f64 (*.f64 (*.f64 (/.f64 (-.f64 a b) a) #s(approx (/ (+ b a) a) #s(literal 1 binary64))) (*.f64 (/.f64 (-.f64 a b) a) #s(approx (/ (+ b a) a) #s(literal 1 binary64)))))
(fabs.f64 (neg.f64 (*.f64 (/.f64 (-.f64 a b) a) #s(approx (/ (+ b a) a) #s(literal 1 binary64)))))
(fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) #s(approx (/ (+ b a) a) #s(literal 1 binary64))))
(*.f64 (/.f64 (-.f64 a b) a) #s(approx (/ (+ b a) a) #s(literal 1 binary64)))
(*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 (-.f64 a b) a))
(/.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (-.f64 a b)) a)
#s(approx (/ (+ b a) a) #s(literal 1 binary64))
(/.f64 (neg.f64 (-.f64 a b)) (neg.f64 a))
(/.f64 (-.f64 a b) a)
(-.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 (fma.f64 b b (*.f64 a b))))
(/.f64 (*.f64 (-.f64 a b) (+.f64 a b)) (+.f64 a b))
(-.f64 a b)
a
b
(pow.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) #s(approx (/ (+ b a) a) (+.f64 #s(literal 1 binary64) (/.f64 b a))))) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) #s(approx (/ (+ b a) a) (+.f64 #s(literal 1 binary64) (/.f64 b a))))))
(*.f64 (fabs.f64 #s(approx (/ (+ b a) a) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) (fabs.f64 (/.f64 (-.f64 a b) a)))
(sqrt.f64 (*.f64 (*.f64 (/.f64 (-.f64 a b) a) #s(approx (/ (+ b a) a) (+.f64 #s(literal 1 binary64) (/.f64 b a)))) (*.f64 (/.f64 (-.f64 a b) a) #s(approx (/ (+ b a) a) (+.f64 #s(literal 1 binary64) (/.f64 b a))))))
(fabs.f64 (neg.f64 (*.f64 (/.f64 (-.f64 a b) a) #s(approx (/ (+ b a) a) (+.f64 #s(literal 1 binary64) (/.f64 b a))))))
(fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) #s(approx (/ (+ b a) a) (+.f64 #s(literal 1 binary64) (/.f64 b a)))))
(*.f64 (/.f64 (-.f64 a b) a) #s(approx (/ (+ b a) a) (+.f64 #s(literal 1 binary64) (/.f64 b a))))
(*.f64 #s(approx (/ (+ b a) a) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (/.f64 (-.f64 a b) a))
(/.f64 (*.f64 #s(approx (/ (+ b a) a) (+.f64 #s(literal 1 binary64) (/.f64 b a))) (-.f64 a b)) a)
#s(approx (/ (+ b a) a) (+.f64 #s(literal 1 binary64) (/.f64 b a)))
(/.f64 (+.f64 (pow.f64 (/.f64 b a) #s(literal 3 binary64)) #s(literal 1 binary64)) (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 b a) #s(literal 1 binary64)))))
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 b a)))))
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 b a)))
(/.f64 (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)) (-.f64 (/.f64 b a) #s(literal 1 binary64)))
(+.f64 #s(literal 1 binary64) (/.f64 b a))
(+.f64 (/.f64 b a) #s(literal 1 binary64))
(/.f64 (neg.f64 b) (neg.f64 a))
(/.f64 b a)
(pow.f64 (fabs.f64 (/.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))) a)) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))) a)))
(*.f64 (fabs.f64 (/.f64 (+.f64 a b) a)) (fabs.f64 (/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a)))
(sqrt.f64 (*.f64 (/.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))) a) (/.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))) a)))
(fabs.f64 (neg.f64 (/.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))) a)))
(fabs.f64 (/.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))) a))
(*.f64 (/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a) (/.f64 (+.f64 a b) a))
(*.f64 (/.f64 (+.f64 a b) a) (/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a))
(/.f64 (*.f64 (+.f64 a b) (/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a)) a)
(/.f64 (*.f64 (/.f64 (+.f64 a b) a) #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))) a)
(/.f64 (*.f64 (+.f64 a b) #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))) (*.f64 a a))
(/.f64 (neg.f64 (+.f64 a b)) (neg.f64 a))
(/.f64 (+.f64 a b) a)
(+.f64 (/.f64 a a) (/.f64 b a))
(+.f64 (/.f64 b a) (/.f64 a 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 (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 (*.f64 b b) (*.f64 a a)) (-.f64 b a))
(/.f64 (*.f64 (-.f64 a b) (+.f64 a b)) (-.f64 a b))
(+.f64 a b)
(+.f64 b a)
(/.f64 (neg.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))) (neg.f64 a))
(/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a)
#s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))
(*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)
(*.f64 b (-.f64 (/.f64 a b) #s(literal 1 binary64)))
(/.f64 (-.f64 (*.f64 (/.f64 a b) (/.f64 a b)) #s(literal 1 binary64)) (+.f64 (/.f64 a b) #s(literal 1 binary64)))
(/.f64 (-.f64 (pow.f64 (/.f64 a b) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (/.f64 a b) (/.f64 a b) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 a b) #s(literal 1 binary64)))))
(-.f64 (/.f64 a b) #s(literal 1 binary64))
(/.f64 (neg.f64 a) (neg.f64 b))
(/.f64 a b)
(pow.f64 (fabs.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)))) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)))))
(sqrt.f64 (*.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64)) (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64))))
(fabs.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a))))
(fabs.f64 (neg.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64))))
(fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64)))
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a))) #s(literal 1 binary64)) (fma.f64 (/.f64 (/.f64 b (neg.f64 a)) a) b #s(literal -1 binary64)))
(/.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 b b) (*.f64 (neg.f64 a) a)) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64)))))
(-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64))
(*.f64 (/.f64 (/.f64 b (neg.f64 a)) a) b)
(*.f64 b (/.f64 (/.f64 b (neg.f64 a)) a))
(/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a))
(/.f64 (/.f64 b (neg.f64 a)) a)
(/.f64 (neg.f64 b) (neg.f64 (*.f64 (neg.f64 a) a)))
(/.f64 b (*.f64 (neg.f64 a) a))
(*.f64 (*.f64 a a) #s(literal -1 binary64))
(*.f64 (neg.f64 a) a)
(*.f64 #s(literal -1 binary64) (*.f64 a a))
(*.f64 a (neg.f64 a))
(neg.f64 (*.f64 a a))
(*.f64 #s(literal -1 binary64) a)
(*.f64 a #s(literal -1 binary64))
(neg.f64 a)
#s(literal -1 binary64)
(pow.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
(sqrt.f64 (*.f64 (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)) (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64))))
(sqrt.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
(fabs.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64))))
(fabs.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
(fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))))
(fabs.f64 (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))
(/.f64 (-.f64 (*.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (pow.f64 (/.f64 b a) #s(literal 2 binary64))) #s(literal 1 binary64)) (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))
(/.f64 (-.f64 (pow.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))))
(-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #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))
(*.f64 b (/.f64 b (*.f64 a 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 (/.f64 (*.f64 b b) a) a)
(/.f64 (neg.f64 (*.f64 b b)) (*.f64 (neg.f64 a) a))
(/.f64 (*.f64 b b) (*.f64 a a))
(*.f64 (pow.f64 b #s(literal 1 binary64)) (pow.f64 b #s(literal 1 binary64)))
(*.f64 (fabs.f64 b) (fabs.f64 b))
(*.f64 (neg.f64 b) (neg.f64 b))
(*.f64 b b)
(pow.f64 b #s(literal 2 binary64))
(exp.f64 (*.f64 (log.f64 b) #s(literal 2 binary64)))
(*.f64 (pow.f64 a #s(literal 1 binary64)) (pow.f64 a #s(literal 1 binary64)))
(*.f64 (fabs.f64 a) (fabs.f64 a))
(*.f64 (neg.f64 a) (neg.f64 a))
(*.f64 a a)
(pow.f64 a #s(literal 2 binary64))
(exp.f64 (*.f64 (log.f64 a) #s(literal 2 binary64)))
(pow.f64 (fabs.f64 (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64))) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64))))
(sqrt.f64 (*.f64 (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64)) (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64))))
(sqrt.f64 (pow.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64))) #s(literal 2 binary64)))
(fabs.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64)))))
(fabs.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64))))
(fabs.f64 (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64)))
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) (-.f64 (/.f64 b a) #s(literal 1 binary64)))
(/.f64 (-.f64 (*.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (pow.f64 (/.f64 b a) #s(literal 2 binary64))) #s(literal 1 binary64)) (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64)))
(/.f64 (+.f64 (pow.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 3 binary64)) #s(literal -1 binary64)) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (-.f64 #s(literal 1 binary64) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))))))
(fma.f64 (fabs.f64 (/.f64 b a)) (fabs.f64 (/.f64 b a)) #s(literal -1 binary64))
(fma.f64 (/.f64 (neg.f64 b) a) (/.f64 (neg.f64 b) a) #s(literal -1 binary64))
(fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))
(fma.f64 b (/.f64 b (*.f64 a a)) #s(literal -1 binary64))
(+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64))
(+.f64 #s(literal -1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))
(/.f64 (neg.f64 (sqrt.f64 (fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a))))) (neg.f64 (fabs.f64 a)))
(/.f64 (sqrt.f64 (fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a)))) (fabs.f64 a))
(pow.f64 (fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a))) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a))))
(sqrt.f64 (*.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a)) #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a))))
(fabs.f64 (neg.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a))))
(fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a)))
#s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a))
(sqrt.f64 (*.f64 a a))
(fabs.f64 (neg.f64 a))
(fabs.f64 a)
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) b) a))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (/.f64 (fma.f64 (/.f64 (/.f64 (*.f64 a a) b) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) a))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (/.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) b) #s(literal 3 binary64))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) (*.f64 a a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) a))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (/.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 a a)) (pow.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) b) #s(literal 5 binary64))) (/.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) b) #s(literal 3 binary64)))) (*.f64 a a) (/.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) (*.f64 a a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) a))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (sqrt.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 a b) a)))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 a b) a))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (/.f64 (fma.f64 (*.f64 #s(literal 0 binary64) b) a (neg.f64 (*.f64 b b))) (*.f64 a a)))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (/.f64 (fma.f64 (fma.f64 #s(literal 0 binary64) b a) a (neg.f64 (*.f64 b b))) (*.f64 a a)))
#s(approx (/ (+ b a) a) (/.f64 b a))
#s(approx (/ (+ b a) a) (/.f64 (+.f64 a b) a))
#s(approx (/ (- a b) a) (/.f64 (neg.f64 b) a))
#s(approx (/ (- a b) a) (/.f64 (fma.f64 #s(literal -1 binary64) b a) a))
#s(approx (- a b) (neg.f64 b))
#s(approx (- a b) (-.f64 a b))
#s(approx a a)
#s(approx (+ (/ b a) 1) (/.f64 b a))
#s(approx (+ (/ b a) 1) (/.f64 (+.f64 a b) a))
#s(approx (/ b a) (/.f64 b a))
#s(approx (+ b a) b)
#s(approx (+ b a) (+.f64 a b))
#s(approx (* (- (/ a b) 1) b) (neg.f64 b))
#s(approx (* (- (/ a b) 1) b) (fma.f64 #s(literal -1 binary64) b a))
#s(approx (- (/ a b) 1) #s(literal -1 binary64))
#s(approx (- (/ a b) 1) (-.f64 (/.f64 a b) #s(literal 1 binary64)))
#s(approx (/ a b) (/.f64 a b))
#s(approx (sqrt (fabs (- (* b (/ b (* (neg a) a))) -1))) (sqrt.f64 (fabs.f64 (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64)))))
#s(approx (fabs (- (* b (/ b (* (neg a) a))) -1)) (fabs.f64 (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64))))
#s(approx (- (* b (/ b (* (neg a) a))) -1) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))))
#s(approx (- (* b (/ b (* (neg a) a))) -1) (/.f64 (fma.f64 a a (neg.f64 (*.f64 b b))) (*.f64 a a)))
#s(approx (* b (/ b (* (neg a) a))) (neg.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64))))
#s(approx (/ b (* (neg a) a)) (/.f64 (neg.f64 b) (*.f64 a a)))
#s(approx (* (neg a) a) (*.f64 (neg.f64 a) a))
#s(approx (neg a) (neg.f64 a))
#s(approx (sqrt (fabs (- (/ (* b b) (* a a)) 1))) (sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))))))
#s(approx (fabs (- (/ (* b b) (* a a)) 1)) (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
#s(approx (- (/ (* b b) (* a a)) 1) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))
#s(approx (- (/ (* b b) (* a a)) 1) (/.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)) (*.f64 a a)))
#s(approx (/ (* b b) (* a a)) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))
#s(approx (* a a) (*.f64 a a))
#s(approx (sqrt (fabs (+ (* (/ b a) (/ b a)) -1))) (sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))))))
#s(approx (fabs (+ (* (/ b a) (/ b a)) -1)) (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
#s(approx (+ (* (/ b a) (/ b a)) -1) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))
#s(approx (+ (* (/ b a) (/ b a)) -1) (/.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)) (*.f64 a a)))
#s(approx (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) (*.f64 (pow.f64 (fabs.f64 a) #s(literal -1 binary64)) (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b))))))
#s(approx (sqrt (fabs (+ (* (neg a) a) (* b b)))) (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))))
#s(approx (fabs (+ (* (neg a) a) (* b b))) (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b))))
#s(approx (+ (* (neg a) a) (* b b)) (*.f64 b b))
#s(approx (+ (* (neg a) a) (* b b)) (fma.f64 (neg.f64 a) a (*.f64 b b)))
#s(approx (fabs a) (fabs.f64 a))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(literal 1 binary64))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (fma.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (+.f64 (fma.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 b #s(literal 4 binary64))) (pow.f64 a #s(literal 4 binary64)))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (+.f64 (fma.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)) (fma.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 a #s(literal 6 binary64))) #s(literal -1/16 binary64) (/.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 b #s(literal 4 binary64))) (pow.f64 a #s(literal 4 binary64))))) #s(literal 1 binary64)))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(literal 1 binary64))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (fma.f64 #s(literal 0 binary64) (/.f64 b a) #s(literal 1 binary64)))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (+.f64 (fma.f64 #s(literal -1 binary64) (/.f64 b a) (fma.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64) (/.f64 b a))) #s(literal 1 binary64)))
#s(approx (/ (+ b a) a) #s(literal 1 binary64))
#s(approx (/ (+ b a) a) (+.f64 #s(literal 1 binary64) (/.f64 b a)))
#s(approx (/ (- a b) a) #s(literal 1 binary64))
#s(approx (/ (- a b) a) (fma.f64 #s(literal -1 binary64) (/.f64 b a) #s(literal 1 binary64)))
#s(approx (- a b) a)
#s(approx (- a b) (*.f64 (fma.f64 #s(literal -1 binary64) (/.f64 b a) #s(literal 1 binary64)) a))
#s(approx (+ (/ b a) 1) #s(literal 1 binary64))
#s(approx (+ (/ b a) 1) (+.f64 #s(literal 1 binary64) (/.f64 b a)))
#s(approx (+ b a) a)
#s(approx (+ b a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 b a)) a))
#s(approx (* (- (/ a b) 1) b) a)
#s(approx (* (- (/ a b) 1) b) (*.f64 (fma.f64 #s(literal -1 binary64) (/.f64 b a) #s(literal 1 binary64)) a))
#s(approx (- (/ a b) 1) (/.f64 a b))
#s(approx (- (/ a b) 1) (*.f64 (-.f64 (pow.f64 b #s(literal -1 binary64)) (pow.f64 a #s(literal -1 binary64))) a))
#s(approx (- (* b (/ b (* (neg a) a))) -1) #s(literal 1 binary64))
#s(approx (- (* b (/ b (* (neg a) a))) -1) (neg.f64 (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64))))
#s(approx (- (/ (* b b) (* a a)) 1) #s(literal -1 binary64))
#s(approx (- (/ (* b b) (* a a)) 1) (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))
#s(approx (+ (* (/ b a) (/ b a)) -1) #s(literal -1 binary64))
#s(approx (+ (* (/ b a) (/ b a)) -1) (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)))
#s(approx (/ (sqrt (fabs (+ (* (neg a) a) (* b b)))) (fabs a)) (*.f64 (sqrt.f64 (fabs.f64 (-.f64 (*.f64 b b) (*.f64 a a)))) (pow.f64 (fabs.f64 a) #s(literal -1 binary64))))
#s(approx (sqrt (fabs (+ (* (neg a) a) (* b b)))) (sqrt.f64 (fabs.f64 (-.f64 (*.f64 b b) (*.f64 a a)))))
#s(approx (fabs (+ (* (neg a) a) (* b b))) (fabs.f64 (-.f64 (*.f64 b b) (*.f64 a a))))
#s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a))
#s(approx (+ (* (neg a) a) (* b b)) (*.f64 (-.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal 1 binary64)) (*.f64 a a)))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (sqrt.f64 (fabs.f64 (neg.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 a a)) (*.f64 a a))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) (fabs.f64 (neg.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 a a)) (*.f64 a a)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 0 binary64) b) #s(literal -1 binary64) (/.f64 (*.f64 b b) a)) a) #s(literal -1 binary64) #s(literal 1 binary64)))
#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 (* (- (/ a b) 1) b) (*.f64 (neg.f64 a) (-.f64 (/.f64 b a) #s(literal 1 binary64))))
#s(approx (- (/ a b) 1) (*.f64 (neg.f64 a) (-.f64 (pow.f64 a #s(literal -1 binary64)) (pow.f64 b #s(literal -1 binary64)))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (fma.f64 (fma.f64 (/.f64 (*.f64 b b) (pow.f64 a #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 #s(literal -1/2 binary64) (pow.f64 a #s(literal -2 binary64)))) (*.f64 b b) #s(literal 1 binary64)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 b b) (pow.f64 a #s(literal 6 binary64))) #s(literal -1/16 binary64) (*.f64 #s(literal -1/8 binary64) (pow.f64 a #s(literal -4 binary64)))) (*.f64 b b) (*.f64 #s(literal -1/2 binary64) (pow.f64 a #s(literal -2 binary64)))) (*.f64 b b) #s(literal 1 binary64)))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (neg.f64 (+.f64 (pow.f64 (/.f64 b a) #s(literal 2 binary64)) #s(literal -1 binary64))))
#s(approx (- a b) (fma.f64 #s(literal -1 binary64) b a))
#s(approx b b)
#s(approx (- (/ a b) 1) (/.f64 (fma.f64 #s(literal -1 binary64) b a) b))
#s(approx (* b b) (*.f64 b b))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (*.f64 (fma.f64 (/.f64 (/.f64 a (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (/.f64 (sqrt.f64 #s(literal -1 binary64)) a)) b))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (*.f64 (fma.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 a (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (/.f64 (sqrt.f64 #s(literal -1 binary64)) a))) b))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (*.f64 (fma.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (fma.f64 (/.f64 (/.f64 a (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (/.f64 (sqrt.f64 #s(literal -1 binary64)) a)))) b))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (*.f64 (-.f64 (pow.f64 b #s(literal -2 binary64)) (pow.f64 a #s(literal -2 binary64))) (*.f64 b b)))
#s(approx (/ (+ b a) a) (*.f64 (+.f64 (pow.f64 a #s(literal -1 binary64)) (pow.f64 b #s(literal -1 binary64))) b))
#s(approx (/ (- a b) a) (*.f64 (-.f64 (pow.f64 b #s(literal -1 binary64)) (pow.f64 a #s(literal -1 binary64))) b))
#s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))
#s(approx (+ (/ b a) 1) (*.f64 (+.f64 (pow.f64 a #s(literal -1 binary64)) (pow.f64 b #s(literal -1 binary64))) b))
#s(approx (+ b a) (*.f64 (+.f64 (/.f64 a b) #s(literal 1 binary64)) b))
#s(approx (* (- (/ a b) 1) b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))
#s(approx (sqrt (fabs (- (* b (/ b (* (neg a) a))) -1))) (sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64))))))
#s(approx (fabs (- (* b (/ b (* (neg a) a))) -1)) (fabs.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b a) #s(literal 2 binary64)))))
#s(approx (- (* b (/ b (* (neg a) a))) -1) (*.f64 (-.f64 (pow.f64 b #s(literal -2 binary64)) (pow.f64 a #s(literal -2 binary64))) (*.f64 b b)))
#s(approx (- (/ (* b b) (* a a)) 1) (*.f64 (-.f64 (pow.f64 a #s(literal -2 binary64)) (pow.f64 b #s(literal -2 binary64))) (*.f64 b b)))
#s(approx (+ (* (/ b a) (/ b a)) -1) (*.f64 (-.f64 (pow.f64 a #s(literal -2 binary64)) (pow.f64 b #s(literal -2 binary64))) (*.f64 b b)))
#s(approx (+ (* (neg a) a) (* b b)) (*.f64 (fma.f64 (/.f64 (*.f64 a a) (*.f64 b b)) #s(literal -1 binary64) #s(literal 1 binary64)) (*.f64 b b)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (neg.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) b) a)))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (/.f64 a (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (/.f64 (sqrt.f64 #s(literal -1 binary64)) a))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (/.f64 a (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (/.f64 (sqrt.f64 #s(literal -1 binary64)) a)))))
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (fma.f64 (/.f64 (/.f64 a (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (/.f64 (sqrt.f64 #s(literal -1 binary64)) a))))))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (sqrt.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 a b) a)))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 a b) a))))
#s(approx (/ (- a b) a) (*.f64 (neg.f64 b) (-.f64 (pow.f64 a #s(literal -1 binary64)) (pow.f64 b #s(literal -1 binary64)))))
#s(approx (- a b) (*.f64 (neg.f64 b) (fma.f64 (/.f64 a b) #s(literal -1 binary64) #s(literal 1 binary64))))
#s(approx (+ b a) (*.f64 (neg.f64 b) (-.f64 (/.f64 (neg.f64 a) b) #s(literal 1 binary64))))
#s(approx (* (- (/ a b) 1) b) (*.f64 (neg.f64 b) (fma.f64 (/.f64 a b) #s(literal -1 binary64) #s(literal 1 binary64))))

eval85.0ms (1.6%)

Memory
2.1MiB live, 439.0MiB allocated; 20ms collecting garbage
Compiler

Compiled 7 341 to 1 363 computations (81.4% saved)

prune11.0ms (0.2%)

Memory
-5.7MiB live, 89.3MiB allocated; 2ms collecting garbage
Pruning

9 alts after pruning (2 fresh and 7 done)

PrunedKeptTotal
New3622364
Fresh000
Picked358
Done022
Total3659374
Accuracy
100.0%
Counts
374 → 9
Alt Table
Click to see full alt table
StatusAccuracyProgram
80.1%
(/.f64 (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))) (fabs.f64 a))
78.5%
(/.f64 (sqrt.f64 (fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a)))) (fabs.f64 a))
100.0%
(sqrt.f64 (fabs.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))
80.7%
(sqrt.f64 (fabs.f64 (fma.f64 b (/.f64 b (*.f64 a a)) #s(literal -1 binary64))))
80.0%
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a))))
99.8%
(sqrt.f64 (fabs.f64 (*.f64 (/.f64 (+.f64 b a) a) (/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a))))
100.0%
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) (+.f64 (/.f64 b a) #s(literal 1 binary64))) (/.f64 (-.f64 a b) a))))
8.1%
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 #s(approx (- a b) (neg.f64 b)) a))))
97.5%
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(literal 1 binary64))
Compiler

Compiled 137 to 99 computations (27.7% saved)

series15.0ms (0.3%)

Memory
6.3MiB live, 103.3MiB allocated; 2ms collecting garbage
Counts
16 → 46
Calls
Call 1
Inputs
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 #s(approx (- a b) (neg.f64 b)) a))))
(fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 #s(approx (- a b) (neg.f64 b)) a)))
(*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 #s(approx (- a b) (neg.f64 b)) a))
#s(approx (/ (+ b a) a) #s(literal 1 binary64))
#s(literal 1 binary64)
(/.f64 #s(approx (- a b) (neg.f64 b)) a)
#s(approx (- a b) (neg.f64 b))
(neg.f64 b)
b
a
(sqrt.f64 (fabs.f64 (fma.f64 b (/.f64 b (*.f64 a a)) #s(literal -1 binary64))))
(fabs.f64 (fma.f64 b (/.f64 b (*.f64 a a)) #s(literal -1 binary64)))
(fma.f64 b (/.f64 b (*.f64 a a)) #s(literal -1 binary64))
(/.f64 b (*.f64 a a))
(*.f64 a a)
#s(literal -1 binary64)
Outputs
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (/ (* (+ a b) (- a b)) (pow a 2))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (/ (* (+ a b) (- a b)) (pow a 2)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ b (* -1 b)))) (pow a 2))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b))))) (pow a 2))))
#s(approx (/ (+ b a) a) #s(hole binary64 (/ b a)))
#s(approx (/ (+ b a) a) #s(hole binary64 (/ (+ a b) a)))
#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 a #s(hole binary64 a))
#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 (* a a)) #s(hole binary64 (/ b (pow a 2))))
#s(approx (* a a) #s(hole binary64 (pow a 2)))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 1))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (/ b a)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ b a))))))
#s(approx (/ (+ b a) a) #s(hole binary64 1))
#s(approx (/ (+ b a) a) #s(hole binary64 (+ 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 (+ (* 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 (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2)))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2))))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 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) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#s(approx (- a b) #s(hole binary64 (+ a (* -1 b))))
#s(approx (neg b) #s(hole binary64 (* -1 b)))
#s(approx b #s(hole binary64 b))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (/ (+ b a) a) #s(hole binary64 (* b (+ (/ 1 a) (/ 1 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 (+ (* b (/ b (* a a))) -1) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow a 2)) (/ 1 (pow b 2))))))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2)))))
#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)))))))
Calls

6 calls:

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

rewrite69.0ms (1.3%)

Memory
-20.6MiB live, 219.5MiB allocated; 4ms collecting garbage
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0160891
0173839
0797834
Stop Event
iter-limit
iter-limit
node-limit
iter-limit
Counts
62 → 86
Calls
Call 1
Inputs
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 #s(approx (- a b) (neg.f64 b)) a))))
(fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 #s(approx (- a b) (neg.f64 b)) a)))
(*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 #s(approx (- a b) (neg.f64 b)) a))
#s(approx (/ (+ b a) a) #s(literal 1 binary64))
#s(literal 1 binary64)
(/.f64 #s(approx (- a b) (neg.f64 b)) a)
#s(approx (- a b) (neg.f64 b))
(neg.f64 b)
b
a
(sqrt.f64 (fabs.f64 (fma.f64 b (/.f64 b (*.f64 a a)) #s(literal -1 binary64))))
(fabs.f64 (fma.f64 b (/.f64 b (*.f64 a a)) #s(literal -1 binary64)))
(fma.f64 b (/.f64 b (*.f64 a a)) #s(literal -1 binary64))
(/.f64 b (*.f64 a a))
(*.f64 a a)
#s(literal -1 binary64)
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (/ (* (+ a b) (- a b)) (pow a 2))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (/ (* (+ a b) (- a b)) (pow a 2)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (* -1 (/ (pow b 2) (pow a 2)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ b (* -1 b)))) (pow a 2))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (/ (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b))))) (pow a 2))))
#s(approx (/ (+ b a) a) #s(hole binary64 (/ b a)))
#s(approx (/ (+ b a) a) #s(hole binary64 (/ (+ a b) a)))
#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 a #s(hole binary64 a))
#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 (* a a)) #s(hole binary64 (/ b (pow a 2))))
#s(approx (* a a) #s(hole binary64 (pow a 2)))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 1))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (/ b a)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ b a))))))
#s(approx (/ (+ b a) a) #s(hole binary64 1))
#s(approx (/ (+ b a) a) #s(hole binary64 (+ 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 (+ (* 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 (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2)))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (* -1 (/ (* (+ b (* -1 a)) (- b (* -1 a))) (pow a 2))))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (+ 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) a) (/ (- a b) a)) #s(hole binary64 (+ 1 (* -1 (/ (pow b 2) (pow a 2))))))
#s(approx (- a b) #s(hole binary64 (+ a (* -1 b))))
#s(approx (neg b) #s(hole binary64 (* -1 b)))
#s(approx b #s(hole binary64 b))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow b 2)) (/ 1 (pow a 2))))))
#s(approx (/ (+ b a) a) #s(hole binary64 (* b (+ (/ 1 a) (/ 1 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 (+ (* b (/ b (* a a))) -1) #s(hole binary64 (* (pow b 2) (- (/ 1 (pow a 2)) (/ 1 (pow b 2))))))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) #s(hole binary64 (sqrt (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) #s(hole binary64 (fabs (/ (* (+ a (* -1 b)) (- a (* -1 b))) (pow a 2)))))
#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)))))))
Outputs
(pow.f64 (fabs.f64 (/.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) #s(approx (- a b) (neg.f64 b))) a)) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) #s(approx (- a b) (neg.f64 b))) a)))
(*.f64 (fabs.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64))) (fabs.f64 (/.f64 #s(approx (- a b) (neg.f64 b)) a)))
(sqrt.f64 (*.f64 (/.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) #s(approx (- a b) (neg.f64 b))) a) (/.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) #s(approx (- a b) (neg.f64 b))) a)))
(fabs.f64 (neg.f64 (/.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) #s(approx (- a b) (neg.f64 b))) a)))
(fabs.f64 (/.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) #s(approx (- a b) (neg.f64 b))) a))
(*.f64 (/.f64 #s(approx (- a b) (neg.f64 b)) a) #s(approx (/ (+ b a) a) #s(literal 1 binary64)))
(*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 #s(approx (- a b) (neg.f64 b)) a))
(/.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) #s(approx (- a b) (neg.f64 b))) a)
#s(approx (/ (+ b a) a) #s(literal 1 binary64))
#s(literal 1 binary64)
(/.f64 (neg.f64 #s(approx (- a b) (neg.f64 b))) (neg.f64 a))
(/.f64 #s(approx (- a b) (neg.f64 b)) a)
#s(approx (- a b) (neg.f64 b))
(*.f64 #s(literal -1 binary64) b)
(*.f64 b #s(literal -1 binary64))
(neg.f64 b)
b
a
(pow.f64 (fabs.f64 (fma.f64 (/.f64 (/.f64 b a) a) b #s(literal -1 binary64))) #s(literal 1/2 binary64))
(sqrt.f64 (fabs.f64 (fma.f64 (/.f64 (/.f64 b a) a) b #s(literal -1 binary64))))
(sqrt.f64 (*.f64 (fma.f64 (/.f64 (/.f64 b a) a) b #s(literal -1 binary64)) (fma.f64 (/.f64 (/.f64 b a) a) b #s(literal -1 binary64))))
(fabs.f64 (neg.f64 (fma.f64 (/.f64 (/.f64 b a) a) b #s(literal -1 binary64))))
(fabs.f64 (fma.f64 (/.f64 (/.f64 b a) a) b #s(literal -1 binary64)))
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (/.f64 b a) a) b) (*.f64 (/.f64 (/.f64 b a) a) b)) #s(literal 1 binary64)) (-.f64 (*.f64 (/.f64 (/.f64 b a) a) b) #s(literal -1 binary64)))
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 (/.f64 b a) a) b) #s(literal 3 binary64)) #s(literal -1 binary64)) (fma.f64 (*.f64 (/.f64 (/.f64 b a) a) b) (*.f64 (/.f64 (/.f64 b a) a) b) (-.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)))))
(fma.f64 (/.f64 (/.f64 b a) a) b #s(literal -1 binary64))
(fma.f64 b (/.f64 (/.f64 b a) a) #s(literal -1 binary64))
(+.f64 (*.f64 (/.f64 (/.f64 b a) a) b) #s(literal -1 binary64))
(+.f64 #s(literal -1 binary64) (*.f64 (/.f64 (/.f64 b a) a) b))
(/.f64 (/.f64 b a) a)
(/.f64 (neg.f64 b) (neg.f64 (*.f64 a a)))
(/.f64 b (*.f64 a a))
(*.f64 (pow.f64 a #s(literal 1 binary64)) (pow.f64 a #s(literal 1 binary64)))
(*.f64 (neg.f64 a) (neg.f64 a))
(*.f64 (fabs.f64 a) (fabs.f64 a))
(*.f64 a a)
(pow.f64 a #s(literal 2 binary64))
(exp.f64 (*.f64 (log.f64 a) #s(literal 2 binary64)))
#s(literal -1 binary64)
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (sqrt.f64 (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 a b) a)))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) (fabs.f64 (*.f64 (/.f64 (-.f64 a b) a) (/.f64 (+.f64 a b) a))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a)))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (/.f64 (fma.f64 (*.f64 #s(literal 0 binary64) b) a (neg.f64 (*.f64 b b))) (*.f64 a a)))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (/.f64 (fma.f64 (fma.f64 #s(literal 0 binary64) b a) a (neg.f64 (*.f64 b b))) (*.f64 a a)))
#s(approx (/ (+ b a) a) (/.f64 b a))
#s(approx (/ (+ b a) a) (/.f64 (+.f64 a b) a))
#s(approx (/ (- a b) a) (/.f64 (neg.f64 b) a))
#s(approx (/ (- a b) a) (/.f64 (fma.f64 #s(literal -1 binary64) b a) a))
#s(approx (- a b) (neg.f64 b))
#s(approx (- a b) (-.f64 a b))
#s(approx a a)
#s(approx (sqrt (fabs (+ (* b (/ b (* a a))) -1))) (sqrt.f64 (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 b a) a) b)))))
#s(approx (fabs (+ (* b (/ b (* a a))) -1)) (fabs.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 b a) a) b))))
#s(approx (+ (* b (/ b (* a a))) -1) (*.f64 (/.f64 (/.f64 b a) a) b))
#s(approx (+ (* b (/ b (* a a))) -1) (/.f64 (fma.f64 b b (neg.f64 (*.f64 a a))) (*.f64 a a)))
#s(approx (/ b (* a a)) (/.f64 (/.f64 b a) a))
#s(approx (* a a) (*.f64 a a))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) #s(literal 1 binary64))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (fma.f64 #s(literal 0 binary64) (/.f64 b a) #s(literal 1 binary64)))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (+.f64 (fma.f64 (/.f64 b a) #s(literal -1 binary64) #s(literal 1 binary64)) (fma.f64 (*.f64 (/.f64 (/.f64 b a) a) b) #s(literal -1 binary64) (/.f64 b a))))
#s(approx (/ (+ b a) a) #s(literal 1 binary64))
#s(approx (/ (+ b a) a) (+.f64 (/.f64 b a) #s(literal 1 binary64)))
#s(approx (/ (- a b) a) #s(literal 1 binary64))
#s(approx (/ (- a b) a) (fma.f64 (/.f64 b a) #s(literal -1 binary64) #s(literal 1 binary64)))
#s(approx (- a b) a)
#s(approx (- a b) (*.f64 (fma.f64 (/.f64 b a) #s(literal -1 binary64) #s(literal 1 binary64)) a))
#s(approx (+ (* b (/ b (* a a))) -1) #s(literal -1 binary64))
#s(approx (+ (* b (/ b (* a a))) -1) (-.f64 (*.f64 (/.f64 (/.f64 b a) a) b) #s(literal 1 binary64)))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (sqrt.f64 (fabs.f64 (neg.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 a a)) (*.f64 a a))))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) (fabs.f64 (neg.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 a a)) (*.f64 a a)))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 0 binary64) b) #s(literal -1 binary64) (/.f64 (*.f64 b b) a)) a) #s(literal -1 binary64) #s(literal 1 binary64)))
#s(approx (- a b) (*.f64 (neg.f64 a) (-.f64 (/.f64 b a) #s(literal 1 binary64))))
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (fma.f64 (*.f64 (/.f64 (/.f64 b a) a) b) #s(literal -1 binary64) #s(literal 1 binary64)))
#s(approx (- a b) (fma.f64 #s(literal -1 binary64) b a))
#s(approx (neg b) (neg.f64 b))
#s(approx b b)
#s(approx (* (/ (+ b a) a) (/ (- a b) a)) (*.f64 (-.f64 (pow.f64 b #s(literal -2 binary64)) (pow.f64 a #s(literal -2 binary64))) (*.f64 b b)))
#s(approx (/ (+ b a) a) (*.f64 (+.f64 (pow.f64 b #s(literal -1 binary64)) (pow.f64 a #s(literal -1 binary64))) b))
#s(approx (/ (- a b) a) (*.f64 (-.f64 (pow.f64 b #s(literal -1 binary64)) (pow.f64 a #s(literal -1 binary64))) b))
#s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b))
#s(approx (+ (* b (/ b (* a a))) -1) (*.f64 (-.f64 (pow.f64 a #s(literal -2 binary64)) (pow.f64 b #s(literal -2 binary64))) (*.f64 b b)))
#s(approx (sqrt (fabs (* (/ (+ b a) a) (/ (- a b) a)))) (sqrt.f64 (fabs.f64 (/.f64 (*.f64 (-.f64 a (neg.f64 b)) (fma.f64 #s(literal -1 binary64) b a)) (*.f64 a a)))))
#s(approx (fabs (* (/ (+ b a) a) (/ (- a b) a))) (fabs.f64 (/.f64 (*.f64 (-.f64 a (neg.f64 b)) (fma.f64 #s(literal -1 binary64) b a)) (*.f64 a a))))
#s(approx (/ (- a b) a) (*.f64 (neg.f64 b) (-.f64 (pow.f64 a #s(literal -1 binary64)) (pow.f64 b #s(literal -1 binary64)))))
#s(approx (- a b) (*.f64 (neg.f64 b) (fma.f64 (/.f64 a b) #s(literal -1 binary64) #s(literal 1 binary64))))

eval144.0ms (2.7%)

Memory
32.3MiB live, 127.4MiB allocated; 3ms collecting garbage
Compiler

Compiled 1 734 to 381 computations (78% saved)

prune13.0ms (0.2%)

Memory
-27.1MiB live, 71.8MiB allocated; 6ms collecting garbage
Pruning

10 alts after pruning (1 fresh and 9 done)

PrunedKeptTotal
New91192
Fresh000
Picked022
Done077
Total9110101
Accuracy
100.0%
Counts
101 → 10
Alt Table
Click to see full alt table
StatusAccuracyProgram
80.1%
(/.f64 (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))) (fabs.f64 a))
78.5%
(/.f64 (sqrt.f64 (fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a)))) (fabs.f64 a))
100.0%
(sqrt.f64 (fabs.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))
80.7%
(sqrt.f64 (fabs.f64 (fma.f64 b (/.f64 b (*.f64 a a)) #s(literal -1 binary64))))
80.0%
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a))))
99.8%
(sqrt.f64 (fabs.f64 (*.f64 (/.f64 (+.f64 b a) a) (/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a))))
100.0%
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) (+.f64 (/.f64 b a) #s(literal 1 binary64))) (/.f64 (-.f64 a b) a))))
8.1%
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 #s(approx (- a b) (neg.f64 b)) a))))
6.4%
(sqrt.f64 (fabs.f64 #s(approx (+ (* b (/ b (* a a))) -1) (*.f64 (/.f64 (/.f64 b a) a) b))))
97.5%
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(literal 1 binary64))
Compiler

Compiled 452 to 231 computations (48.9% saved)

regimes55.0ms (1%)

Memory
17.6MiB live, 350.7MiB allocated; 15ms collecting garbage
Counts
20 → 1
Calls
Call 1
Inputs
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(literal 1 binary64))
(sqrt.f64 (fabs.f64 #s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))))
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 #s(approx (- a b) (neg.f64 b)) a))))
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 (-.f64 a b) a))))
(/.f64 (sqrt.f64 (fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a)))) (fabs.f64 a))
(sqrt.f64 (fabs.f64 (fma.f64 b (/.f64 b (*.f64 a a)) #s(literal -1 binary64))))
(sqrt.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 1 binary64))))
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 (neg.f64 a) a))) #s(literal -1 binary64))))
(sqrt.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64))))
(/.f64 (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))) (fabs.f64 a))
(sqrt.f64 (fabs.f64 #s(approx (+ (* b (/ b (* a a))) -1) (*.f64 (/.f64 (/.f64 b a) a) b))))
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a))))
(sqrt.f64 (fabs.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))
(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 b a)) #s(literal 1 binary64))))
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) (+.f64 (/.f64 b a) #s(literal 1 binary64))) (/.f64 (-.f64 a b) a))))
(sqrt.f64 (fabs.f64 (*.f64 (/.f64 (+.f64 b a) a) (/.f64 (-.f64 a b) a))))
(sqrt.f64 (fabs.f64 (*.f64 (/.f64 (+.f64 b a) a) (/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a))))
(pow.f64 (pow.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))) #s(literal 2 binary64)) #s(literal 1/4 binary64))
(*.f64 (pow.f64 (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (fabs.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64)))) #s(literal 1/4 binary64)))
Outputs
(pow.f64 (pow.f64 (neg.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))) #s(literal 2 binary64)) #s(literal 1/4 binary64))
Calls

7 calls:

9.0ms
(*.f64 a a)
8.0ms
(*.f64 b b)
8.0ms
a
8.0ms
b
7.0ms
(sqrt.f64 (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)

regimes49.0ms (0.9%)

Memory
-14.1MiB live, 272.6MiB allocated; 11ms collecting garbage
Counts
18 → 1
Calls
Call 1
Inputs
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(literal 1 binary64))
(sqrt.f64 (fabs.f64 #s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))))
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 #s(approx (- a b) (neg.f64 b)) a))))
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 (-.f64 a b) a))))
(/.f64 (sqrt.f64 (fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a)))) (fabs.f64 a))
(sqrt.f64 (fabs.f64 (fma.f64 b (/.f64 b (*.f64 a a)) #s(literal -1 binary64))))
(sqrt.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 1 binary64))))
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 (neg.f64 a) a))) #s(literal -1 binary64))))
(sqrt.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64))))
(/.f64 (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))) (fabs.f64 a))
(sqrt.f64 (fabs.f64 #s(approx (+ (* b (/ b (* a a))) -1) (*.f64 (/.f64 (/.f64 b a) a) b))))
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a))))
(sqrt.f64 (fabs.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))
(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 b a)) #s(literal 1 binary64))))
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) (+.f64 (/.f64 b a) #s(literal 1 binary64))) (/.f64 (-.f64 a b) a))))
(sqrt.f64 (fabs.f64 (*.f64 (/.f64 (+.f64 b a) a) (/.f64 (-.f64 a b) a))))
(sqrt.f64 (fabs.f64 (*.f64 (/.f64 (+.f64 b a) a) (/.f64 #s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) a))))
Outputs
(sqrt.f64 (fabs.f64 (fma.f64 (/.f64 b a) (/.f64 b a) #s(literal -1 binary64))))
Calls

7 calls:

10.0ms
b
9.0ms
a
6.0ms
(fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a)))
6.0ms
(*.f64 a a)
5.0ms
(sqrt.f64 (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)

regimes394.0ms (7.4%)

Memory
-4.9MiB live, 236.7MiB allocated; 13ms collecting garbage
Counts
12 → 2
Calls
Call 1
Inputs
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(literal 1 binary64))
(sqrt.f64 (fabs.f64 #s(approx (/ (- (* a a) (* b b)) (* a a)) #s(literal 1 binary64))))
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 #s(approx (- a b) (neg.f64 b)) a))))
(sqrt.f64 (fabs.f64 (*.f64 #s(approx (/ (+ b a) a) #s(literal 1 binary64)) (/.f64 (-.f64 a b) a))))
(/.f64 (sqrt.f64 (fabs.f64 #s(approx (+ (* (neg a) a) (* b b)) (*.f64 (neg.f64 a) a)))) (fabs.f64 a))
(sqrt.f64 (fabs.f64 (fma.f64 b (/.f64 b (*.f64 a a)) #s(literal -1 binary64))))
(sqrt.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 1 binary64))))
(sqrt.f64 (fabs.f64 (-.f64 (*.f64 b (/.f64 b (*.f64 (neg.f64 a) a))) #s(literal -1 binary64))))
(sqrt.f64 (fabs.f64 (-.f64 (/.f64 (*.f64 b b) (*.f64 (neg.f64 a) a)) #s(literal -1 binary64))))
(/.f64 (sqrt.f64 (fabs.f64 (fma.f64 (neg.f64 a) a (*.f64 b b)))) (fabs.f64 a))
(sqrt.f64 (fabs.f64 #s(approx (+ (* b (/ b (* a a))) -1) (*.f64 (/.f64 (/.f64 b a) a) b))))
(sqrt.f64 (fabs.f64 (/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (*.f64 a a))))
Outputs
#s(approx (pow (pow (neg (+ (* (/ b a) (/ b a)) -1)) 2) 1/4) #s(literal 1 binary64))
(sqrt.f64 (fabs.f64 (fma.f64 b (/.f64 b (*.f64 a a)) #s(literal -1 binary64))))
Calls

7 calls:

343.0ms
(*.f64 a a)
21.0ms
(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))
8.0ms
(sqrt.f64 (fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))))
6.0ms
b
5.0ms
(*.f64 b b)
Results
AccuracySegmentsBranch
99.1%2(*.f64 b b)
99.1%2(*.f64 a a)
99.1%2(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))
99.1%2(fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a)))
99.1%2(sqrt.f64 (fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))))
99.1%2a
99.1%2b
Compiler

Compiled 44 to 31 computations (29.5% saved)

regimes38.0ms (0.7%)

Memory
15.7MiB live, 162.3MiB allocated; 4ms collecting garbage
Accuracy

Total -58.0b remaining (-3589.7%)

Threshold costs -58b (-3589.7%)

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

7 calls:

15.0ms
b
5.0ms
a
5.0ms
(*.f64 a a)
5.0ms
(sqrt.f64 (fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))))
3.0ms
(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))
Results
AccuracySegmentsBranch
97.5%1(*.f64 b b)
97.5%1(*.f64 a a)
97.5%1(/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))
97.5%1(fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a)))
97.5%1(sqrt.f64 (fabs.f64 (/.f64 (-.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a a))))
97.5%1a
97.5%1b
Compiler

Compiled 44 to 31 computations (29.5% saved)

bsearch10.0ms (0.2%)

Memory
13.2MiB live, 60.7MiB allocated; 1ms collecting garbage
Algorithm
binary-search
Stop Event
narrow-enough
Steps
TimeLeftRight
9.0ms
5.056544376528894e-168
7.553292178132229e-168
Samples
5.0ms64×0valid
Compiler

Compiled 120 to 105 computations (12.5% saved)

Precisions
Click to see histograms. Total time spent on operations: 3.0ms
ival-fabs: 1.0ms (36.6% of total)
ival-sqrt: 1.0ms (36.6% of total)
ival-mult!: 1.0ms (36.6% of total)
ival-sub!: 0.0ms (0% of total)
adjust: 0.0ms (0% of total)
ival-div!: 0.0ms (0% of total)

derivations43.0ms (0.8%)

Memory
-36.4MiB live, 154.2MiB allocated; 6ms collecting garbage
Stop Event
fuel
Compiler

Compiled 69 to 31 computations (55.1% saved)

preprocess67.0ms (1.3%)

Memory
24.4MiB live, 322.3MiB allocated; 25ms collecting garbage
Remove

(abs b)

(abs a)

Compiler

Compiled 440 to 286 computations (35% saved)

end0.0ms (0%)

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

Profiling

Loading profile data...